File tree 1 file changed +3
-3
lines changed
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') {
47
47
48
48
Below are some basic examples of usage.
49
49
50
- ###Page screenshots
50
+ ### Page screenshots
51
51
- Take screenshot and save to default location (./screenshots/):
52
52
``` java
53
53
Shutterbug . shootPage(driver). save();
@@ -72,14 +72,14 @@ Below are some basic examples of usage.
72
72
``` java
73
73
Shutterbug . shootPage(driver, Capture . FULL ,true ). save();
74
74
```
75
- ###WebElement screenshots
75
+ ### WebElement screenshots
76
76
77
77
- Take screenshot of specified WebElement only:
78
78
``` java
79
79
Shutterbug . shootElement(driver, element). save();
80
80
```
81
81
82
- ###Screenshots comparison
82
+ ### Screenshots comparison
83
83
84
84
- Compare screenshot taken with the expected one with specified deviation rate:
85
85
``` java
You can’t perform that action at this time.
0 commit comments