Skip to content

Commit 7f9cf18

Browse files
committed
PoA Full Page Support
1 parent dc6c46c commit 7f9cf18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ percy_screenshot(driver, name = 'Screenshot 1')
8989
- `driver` (**required**) - A Selenium driver instance
9090
- `name` (**required**) - The screenshot name; must be unique to each screenshot
9191
- `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+]
9293
- `freeze_animated_image` - Boolean value by default it falls back to `false`, you can pass `true` and percy will freeze image based animations.
9394
- `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.
9495
- `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

Comments
 (0)