Type | Name and description |
---|---|
static java.util.List<com.applitools.eyes.TestResults> |
eyesClose(com.applitools.eyes.selenium.Eyes eyes) End the test. |
static com.applitools.eyes.selenium.Eyes |
eyesInit() Initialize an Eyes instance without any configuration. |
static com.applitools.eyes.selenium.Eyes |
eyesOpen(java.lang.String testName, com.applitools.eyes.RectangleSize viewportSize) Initialize a wrapped WebDriver to starts a test |
static com.applitools.eyes.selenium.Eyes |
eyesOpenWithBaseline(java.lang.String baselineName, java.lang.String testName, com.applitools.eyes.RectangleSize viewportSize) Initialize a wrapped WebDriver to starts a test with a specified baseline name. |
static com.applitools.eyes.selenium.Eyes |
eyesSetUp() Initialize an eyes instance. |
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() |
End the test.
eyes
- The initialized eyes object.Initialize an Eyes instance without any configuration.
Initialize a wrapped WebDriver to starts a test
testName
- The name of the test. This name must be unique within the scope of the application name. It may be any string.Initialize a wrapped WebDriver to starts a test with a specified baseline name.
baselineName
- The environment name that defines baseline. If the name is undefined in the server when the test runs then the name will be created and defined on the server with values of the current test environment defined by a triplet 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.
testName
- The name of the test. This name must be unique within the scope of the application name. It may be any string.