You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,20 +52,23 @@ VisualCeption:
52
52
53
53
## Usage
54
54
55
-
VisualCeption is really easy to use. There is only one method that will be added to your WebGuy <code>compareScreenshot</code>. This will be used to name the screenshot and identify the elements that has to be screenshot.
55
+
VisualCeption is really easy to use. There are only two method that will be added to your WebGuy <code>seeVisualChanges</code>and <code>dontSeeVisualChanges</code>.
***uniqueIdentifier** For comparing the images it is important to have a stable name. This is the corresponding name.
62
63
***elementId** It is possible to only compare a special div container. The element id can be passed. *You can use all locators that can be used in jQuery*.
If you need more information about the test run please use the command line debug option (-d).
71
+
69
72
## Restriction
70
73
71
74
VisualCeption uses the WebDriver module for making the screenshots. As a consequence we are not able to take screenshots via google chrome as the chromedriver does not allow full page screenshots.
0 commit comments