File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ compile ('com.assertthat:selenium-shutterbug:0.9.5') {
4747
4848Below are some basic examples of usage.
4949
50- ###Page screenshots
50+ ### Page screenshots
5151- Take screenshot and save to default location (./screenshots/):
5252``` java
5353 Shutterbug . shootPage(driver). save();
@@ -72,14 +72,14 @@ Below are some basic examples of usage.
7272``` java
7373 Shutterbug . shootPage(driver, Capture . FULL ,true ). save();
7474```
75- ###WebElement screenshots
75+ ### WebElement screenshots
7676
7777- Take screenshot of specified WebElement only:
7878``` java
7979 Shutterbug . shootElement(driver, element). save();
8080```
8181
82- ###Screenshots comparison
82+ ### Screenshots comparison
8383
8484- Compare screenshot taken with the expected one with specified deviation rate:
8585``` java
You can’t perform that action at this time.
0 commit comments