public class EyesSeleniumUtils extends Object
| Constructor and Description |
|---|
EyesSeleniumUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.applitools.eyes.Location |
getPageLocation(org.openqa.selenium.interactions.internal.Coordinates coordinates)
Extracts the location relative to the entire page from the coordinates
(e.g.
|
static com.applitools.eyes.Location |
getViewportLocation(org.openqa.selenium.interactions.internal.Coordinates coordinates)
Extracts the location relative to the viewport from the
coordinates (e.g.
|
public static com.applitools.eyes.Location getPageLocation(org.openqa.selenium.interactions.internal.Coordinates coordinates)
coordinates - The coordinates from which location is extracted.public static com.applitools.eyes.Location getViewportLocation(org.openqa.selenium.interactions.internal.Coordinates coordinates)
coordinates - The coordinates from which location is extracted.Copyright © 2015. All rights reserved.