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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ percy_screenshot(driver, name = 'Screenshot 1')
89
89
-`driver` (**required**) - A Selenium driver instance
90
90
-`name` (**required**) - The screenshot name; must be unique to each screenshot
91
91
-`options` (**optional**) - There are various options supported by percy_screenshot to server further functionality.
92
+
-`full_page` - Boolean value by default it falls back to `false`, Takes full page screenshot [From CLI v1.27.6+]
92
93
-`freeze_animated_image` - Boolean value by default it falls back to `false`, you can pass `true` and percy will freeze image based animations.
93
94
-`freeze_image_by_selectors` -List of selectors. Images will be freezed which are passed using selectors. For this to work `freeze_animated_image` must be set to true.
94
95
-`freeze_image_by_xpaths` - List of xpaths. Images will be freezed which are passed using xpaths. For this to work `freeze_animated_image` must be set to true.
0 commit comments