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