You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
44
53
# {BrandDev::Models::BrandScreenshotParams} for more details.
45
54
#
55
+
# @param direct_url [String] A specific URL to screenshot directly, bypassing domain resolution (e.g., 'https
56
+
#
46
57
# @param domain [String] Domain name to take screenshot of (e.g., 'example.com', 'google.com'). The domai
47
58
#
48
59
# @param full_screenshot [Symbol, BrandDev::Models::BrandScreenshotParams::FullScreenshot] Optional parameter to determine screenshot type. If 'true', takes a full page sc
@@ -69,7 +80,8 @@ module FullScreenshot
69
80
# Optional parameter to specify which page type to screenshot. If provided, the
70
81
# system will scrape the domain's links and use heuristics to find the most
71
82
# appropriate URL for the specified page type (30 supported languages). If not
72
-
# provided, screenshots the main domain landing page.
83
+
# provided, screenshots the main domain landing page. Only applicable when using
0 commit comments