We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b1c76 commit bb9a95bCopy full SHA for bb9a95b
1 file changed
README.md
@@ -47,7 +47,7 @@ compile ('com.assertthat:selenium-shutterbug:0.9.5') {
47
48
Below are some basic examples of usage.
49
50
-###Page screenshots
+### Page screenshots
51
- Take screenshot and save to default location (./screenshots/):
52
```java
53
Shutterbug.shootPage(driver).save();
@@ -72,14 +72,14 @@ Below are some basic examples of usage.
72
73
Shutterbug.shootPage(driver, Capture.FULL,true).save();
74
```
75
-###WebElement screenshots
+### WebElement screenshots
76
77
- Take screenshot of specified WebElement only:
78
79
Shutterbug.shootElement(driver, element).save();
80
81
82
-###Screenshots comparison
+### Screenshots comparison
83
84
- Compare screenshot taken with the expected one with specified deviation rate:
85
0 commit comments