Skip to content

Commit ca8a14c

Browse files
authored
Update README; fixing typos
1 parent 08616b9 commit ca8a14c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Synopsis
66

7-
Selenium Shutterbug is a utility library for making screenshots using [Selenium WebDriver](http://www.seleniumhq.org/projects/webdriver/ "SeleniumHQ WebDriver page") and further customizing, comparing and procesings them with the help of [Java AWT](https://en.wikipedia.org/wiki/Abstract_Window_Toolkit "AWT wiki").
7+
Selenium Shutterbug is a utility library for making screenshots using [Selenium WebDriver](http://www.seleniumhq.org/projects/webdriver/ "SeleniumHQ WebDriver page") and further customizing, comparing and processing them with the help of [Java AWT](https://en.wikipedia.org/wiki/Abstract_Window_Toolkit "AWT wiki").
88

99
## Code Example
1010

@@ -16,7 +16,7 @@ Screenhot of the page with scrolling (for Chrome to make screenshot of the whole
1616
```
1717
Shutterbug.shootPage(driver, ScrollStrategy.BOTH_DIRECTIONS).save("C:\\testing\\screenshots\\");
1818
```
19-
Screenshotof the single element:
19+
Screenshot of the single element:
2020
```
2121
Shutterbug.shootElement(driver,element).save("C:\\testing\\screenshots\\");
2222
```
@@ -43,7 +43,7 @@ And even more...
4343
4444
## Motivation
4545
46-
The idea behing the project is to make testers life easier by enabling them to create descriptive screenshots which, in some cases, could be directly attached to the bug reports or serve as a source of information about system state at a specific moment of time.
46+
The idea behind the project is to make testers life easier by enabling them to create descriptive screenshots which, in some cases, could be directly attached to the bug reports or serve as a source of information about system state at a specific moment of time.
4747
4848
## Installation
4949

0 commit comments

Comments
 (0)