File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Create a feature branch and start improving:
2020% git checkout -b my-feature-branch
2121```
2222
23- HEAD-based development is prefered , which means all changes are applied
23+ HEAD-based development is preferred , which means all changes are applied
2424directly on top of master.
2525
2626### Step 3: Commit
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Selenium Shutterbug is a utility library written in Java for making screenshots
99
1010## Code Example
1111
12- Screenhot of the page with scrolling (for Chrome to make screenshot of the whole page but not viewport only):
12+ Screenshot of the page with scrolling (for Chrome to make screenshot of the whole page but not viewport only):
1313```
1414Shutterbug.shootPage(driver, ScrollStrategy.BOTH_DIRECTIONS).save("C:\\testing\\screenshots\\");
1515```
You can’t perform that action at this time.
0 commit comments