| Package | Description |
|---|---|
| com.applitools.eyes.selenium |
| Modifier and Type | Method and Description |
|---|---|
void |
Eyes.testResponseTime(org.openqa.selenium.WebDriver driver,
String appName,
String testName,
Eyes.WebDriverAction action)
|
void |
Eyes.testResponseTime(org.openqa.selenium.WebDriver driver,
String appName,
String testName,
Eyes.WebDriverAction action,
int deadline)
|
void |
Eyes.testResponseTime(org.openqa.selenium.WebDriver driver,
String appName,
String testName,
Eyes.WebDriverAction action,
int deadline,
int timeout)
Run a visual performance test.
|
void |
Eyes.testResponseTime(org.openqa.selenium.WebDriver driver,
String appName,
String testName,
Eyes.WebDriverAction action,
int deadline,
int timeout,
RectangleSize viewportSize)
Similar to
Eyes.testResponseTime(WebDriver, String, String, WebDriverAction, int, int),
except this method sets the viewport size before starting the
performance test. |
void |
Eyes.testResponseTime(org.openqa.selenium.WebDriver driver,
String appName,
String testName,
Eyes.WebDriverAction action,
int deadline,
RectangleSize viewportSize)
|
void |
Eyes.testResponseTime(org.openqa.selenium.WebDriver driver,
String appName,
String testName,
Eyes.WebDriverAction action,
RectangleSize viewportSize)
|
Copyright © 2019. All rights reserved.