We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3433c commit a31de31Copy full SHA for a31de31
README.md
@@ -11,7 +11,7 @@ Selenium Shutterbug is a utility library written in Java for making screenshots
11
12
Screenshot of the page with scrolling (for Chrome to make screenshot of the whole page but not viewport only):
13
```
14
-Shutterbug.shootPage(driver, ScrollStrategy.BOTH_DIRECTIONS).save("C:\\testing\\screenshots\\");
+Shutterbug.shootPage(driver, ScrollStrategy.WHOLE_PAGE).save("C:\\testing\\screenshots\\");
15
16
Highlighting, adding titles, text, etc:
17
0 commit comments