Skip to content

Commit a31de31

Browse files
authored
Update usage example
1 parent 4e3433c commit a31de31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Selenium Shutterbug is a utility library written in Java for making screenshots
1111

1212
Screenshot of the page with scrolling (for Chrome to make screenshot of the whole page but not viewport only):
1313
```
14-
Shutterbug.shootPage(driver, ScrollStrategy.BOTH_DIRECTIONS).save("C:\\testing\\screenshots\\");
14+
Shutterbug.shootPage(driver, ScrollStrategy.WHOLE_PAGE).save("C:\\testing\\screenshots\\");
1515
```
1616
Highlighting, adding titles, text, etc:
1717
```

0 commit comments

Comments
 (0)