Type | Name and description |
---|---|
static void |
checkTestObject(com.kms.katalon.core.testobject.TestObject testObject, java.lang.String testName) Initialize an eyes instance. |
static void |
checkWindow(java.lang.String testName) Initialize an eyes instance and runs a checkpoint of the entire application (e.g. browser) window. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Initialize an eyes instance. Takes a snapshot of the application under test and matches an element specified by the given test object with the expected region output.
testName
- The name of the test. This name must be unique within the scope of the application name. It may be any string.Initialize an eyes instance and runs a checkpoint of the entire application (e.g. browser) window.
testName
- The name of the test. This name must be UNIQUE within the scope of the application name.
It may be any string.