Package | Description |
---|---|
com.applitools.eyes.selenium.fluent |
Modifier and Type | Method and Description |
---|---|
SeleniumCheckSettings |
SeleniumCheckSettings.accessibility(com.applitools.eyes.AccessibilityRegionType regionType,
org.openqa.selenium.WebElement[] elementsToIgnore) |
SeleniumCheckSettings |
SeleniumCheckSettings.accessibility(org.openqa.selenium.By regionSelector,
com.applitools.eyes.AccessibilityRegionType regionType) |
SeleniumCheckSettings |
SeleniumCheckSettings.accessibility(org.openqa.selenium.WebElement element,
com.applitools.eyes.AccessibilityRegionType regionType) |
SeleniumCheckSettings |
SeleniumCheckSettings.beforeRenderScreenshotHook(String hook) |
SeleniumCheckSettings |
SeleniumCheckSettings.clone() |
SeleniumCheckSettings |
SeleniumCheckSettings.content() |
SeleniumCheckSettings |
SeleniumCheckSettings.content(org.openqa.selenium.By[] regionSelectors) |
SeleniumCheckSettings |
SeleniumCheckSettings.content(org.openqa.selenium.By regionSelector,
org.openqa.selenium.By... regionSelectors) |
SeleniumCheckSettings |
SeleniumCheckSettings.content(com.applitools.eyes.Region[] regions) |
SeleniumCheckSettings |
SeleniumCheckSettings.content(com.applitools.eyes.Region region,
com.applitools.eyes.Region... regions) |
SeleniumCheckSettings |
SeleniumCheckSettings.content(org.openqa.selenium.WebElement[] elements) |
SeleniumCheckSettings |
SeleniumCheckSettings.content(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebElement... elements) |
SeleniumCheckSettings |
SeleniumCheckSettings.exact() |
SeleniumCheckSettings |
SeleniumCheckSettings.floating(org.openqa.selenium.By regionSelector,
int maxUpOffset,
int maxDownOffset,
int maxLeftOffset,
int maxRightOffset) |
SeleniumCheckSettings |
SeleniumCheckSettings.floating(org.openqa.selenium.WebElement element,
int maxUpOffset,
int maxDownOffset,
int maxLeftOffset,
int maxRightOffset) |
SeleniumCheckSettings |
SeleniumCheckSettings.frame(org.openqa.selenium.By by) |
static SeleniumCheckSettings |
Target.frame(org.openqa.selenium.By by) |
SeleniumCheckSettings |
SeleniumCheckSettings.frame(int index) |
static SeleniumCheckSettings |
Target.frame(int index) |
SeleniumCheckSettings |
SeleniumCheckSettings.frame(String frameNameOrId) |
static SeleniumCheckSettings |
Target.frame(String frameNameOrId) |
SeleniumCheckSettings |
SeleniumCheckSettings.frame(org.openqa.selenium.WebElement frameReference) |
static SeleniumCheckSettings |
Target.frame(org.openqa.selenium.WebElement webElement) |
SeleniumCheckSettings |
SeleniumCheckSettings.fully() |
SeleniumCheckSettings |
SeleniumCheckSettings.fully(Boolean fully) |
SeleniumCheckSettings |
SeleniumCheckSettings.ignore(org.openqa.selenium.By[] regionSelectors) |
SeleniumCheckSettings |
SeleniumCheckSettings.ignore(org.openqa.selenium.By regionSelector,
org.openqa.selenium.By... regionSelectors) |
SeleniumCheckSettings |
SeleniumCheckSettings.ignore(com.applitools.eyes.Region[] regions) |
SeleniumCheckSettings |
SeleniumCheckSettings.ignore(com.applitools.eyes.Region region,
com.applitools.eyes.Region... regions) |
SeleniumCheckSettings |
SeleniumCheckSettings.ignore(org.openqa.selenium.WebElement[] elements) |
SeleniumCheckSettings |
SeleniumCheckSettings.ignore(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebElement... elements) |
SeleniumCheckSettings |
SeleniumCheckSettings.ignoreCaret() |
SeleniumCheckSettings |
SeleniumCheckSettings.ignoreCaret(boolean ignoreCaret) |
SeleniumCheckSettings |
SeleniumCheckSettings.ignoreDisplacements() |
SeleniumCheckSettings |
SeleniumCheckSettings.ignoreDisplacements(boolean ignoreDisplacements) |
SeleniumCheckSettings |
SeleniumCheckSettings.layout() |
SeleniumCheckSettings |
SeleniumCheckSettings.layout(org.openqa.selenium.By[] regionSelectors) |
SeleniumCheckSettings |
SeleniumCheckSettings.layout(org.openqa.selenium.By regionSelector,
org.openqa.selenium.By... regionSelectors) |
SeleniumCheckSettings |
SeleniumCheckSettings.layout(com.applitools.eyes.Region[] regions) |
SeleniumCheckSettings |
SeleniumCheckSettings.layout(com.applitools.eyes.Region region,
com.applitools.eyes.Region... regions) |
SeleniumCheckSettings |
SeleniumCheckSettings.layout(org.openqa.selenium.WebElement[] elements) |
SeleniumCheckSettings |
SeleniumCheckSettings.layout(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebElement... elements) |
SeleniumCheckSettings |
SeleniumCheckSettings.layoutBreakpoints(boolean shouldSet) |
SeleniumCheckSettings |
SeleniumCheckSettings.layoutBreakpoints(Integer... breakpoints) |
SeleniumCheckSettings |
SeleniumCheckSettings.matchLevel(com.applitools.eyes.MatchLevel matchLevel) |
SeleniumCheckSettings |
SeleniumCheckSettings.region(org.openqa.selenium.By by) |
static SeleniumCheckSettings |
Target.region(org.openqa.selenium.By by) |
SeleniumCheckSettings |
SeleniumCheckSettings.region(com.applitools.eyes.Region region) |
static SeleniumCheckSettings |
Target.region(com.applitools.eyes.Region region) |
SeleniumCheckSettings |
SeleniumCheckSettings.region(org.openqa.selenium.WebElement element) |
static SeleniumCheckSettings |
Target.region(org.openqa.selenium.WebElement webElement) |
SeleniumCheckSettings |
SeleniumCheckSettings.scriptHook(String hook)
Deprecated.
|
SeleniumCheckSettings |
SeleniumCheckSettings.scrollRootElement(org.openqa.selenium.By selector) |
SeleniumCheckSettings |
SeleniumCheckSettings.scrollRootElement(org.openqa.selenium.WebElement element) |
SeleniumCheckSettings |
SeleniumCheckSettings.strict() |
SeleniumCheckSettings |
SeleniumCheckSettings.strict(org.openqa.selenium.By[] regionSelectors) |
SeleniumCheckSettings |
SeleniumCheckSettings.strict(org.openqa.selenium.By regionSelector,
org.openqa.selenium.By... regionSelectors) |
SeleniumCheckSettings |
SeleniumCheckSettings.strict(com.applitools.eyes.Region[] regions) |
SeleniumCheckSettings |
SeleniumCheckSettings.strict(com.applitools.eyes.Region region,
com.applitools.eyes.Region... regions) |
SeleniumCheckSettings |
SeleniumCheckSettings.strict(org.openqa.selenium.WebElement[] elements) |
SeleniumCheckSettings |
SeleniumCheckSettings.strict(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebElement... elements) |
SeleniumCheckSettings |
SeleniumCheckSettings.timeout(int timeoutMilliseconds) |
static SeleniumCheckSettings |
Target.window() |
SeleniumCheckSettings |
SeleniumCheckSettings.withName(String name) |
Copyright © 2021. All rights reserved.