Skip to content

Commit f918d5b

Browse files
authored
Update README.md
1 parent 8dcccc1 commit f918d5b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ Selenium Shutterbug is a utility library written in Java for making screenshots
99

1010
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.
1111

12+
Supported features:
13+
14+
- Capturing the entire page
15+
- Capturing the WebElement
16+
- Capturing entire scrollable WebElement
17+
- Capturing frame
18+
- Screenshot comparison (with diff highlighting)
19+
- Creating thumbnains
20+
- Screenshot customisations:
21+
- Highlighting element on the page
22+
- Highlighting element on the page with added text
23+
- Blur WebElement on the page (e.g. sensitive information)
24+
- Blur whole page
25+
- Blur whole page except speecific WebElement
26+
- Monochrome WebElement
27+
- Crop around specific WebElement with offsets
28+
29+
1230
## Installation
1331

1432
The project is available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22selenium-shutterbug%22 "Maven Central project location")

0 commit comments

Comments
 (0)