We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c538f commit 7dc9f73Copy full SHA for 7dc9f73
README.md
@@ -10,7 +10,7 @@ Selenium Shutterbug is a utility library make screenshots using [Selenium WebDri
10
11
Screenshot of the page, saving to default location (./screenshots/):
12
````
13
-Shutterbug.shootPage(driver).save();;
+Shutterbug.shootPage(driver).save();
14
```
15
Screenhot of the page with scrolling (for chrome to make screenshot of the whole page but not viewport only):
16
0 commit comments