- checkRegion(Region, String) - Method in class com.applitools.eyes.Eyes
-
Takes a snapshot of the application under test and matches a specific
region within it with the expected output.
- checkRegion(Region) - Method in class com.applitools.eyes.Eyes
-
- checkRegion(WebElement, String) - Method in class com.applitools.eyes.Eyes
-
Takes a snapshot of the application under test and matches a region of
a specific element with the expected region output.
- checkRegion(WebElement) - Method in class com.applitools.eyes.Eyes
-
- checkRegion(By, String) - Method in class com.applitools.eyes.Eyes
-
Takes a snapshot of the application under test and matches a region
specified by the given selector with the expected region output.
- checkRegion(By) - Method in class com.applitools.eyes.Eyes
-
- checkRegionInFrame(int, By, String) - Method in class com.applitools.eyes.Eyes
-
Switches into the given frame, takes a snapshot of the application under
test and matches a region specified by the given selector.
- checkRegionInFrame(int, By) - Method in class com.applitools.eyes.Eyes
-
- checkRegionInFrame(String, By, String) - Method in class com.applitools.eyes.Eyes
-
Switches into the given frame, takes a snapshot of the application under
test and matches a region specified by the given selector.
- checkRegionInFrame(String, By) - Method in class com.applitools.eyes.Eyes
-
- checkRegionInFrame(WebElement, By, String) - Method in class com.applitools.eyes.Eyes
-
Switches into the given frame, takes a snapshot of the application under
test and matches a region specified by the given selector.
- checkRegionInFrame(WebElement, By) - Method in class com.applitools.eyes.Eyes
-
- checkWindow(String) - Method in class com.applitools.eyes.Eyes
-
Takes a snapshot of the application under test and matches it with
the expected output.
- checkWindow() - Method in class com.applitools.eyes.Eyes
-
- clear() - Method in class com.applitools.eyes.FrameChain
-
Removes all current frames in the frame chain.
- com.applitools.eyes - package com.applitools.eyes
-
- com.applitools.utils - package com.applitools.utils
-