public class SeleniumUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getNumberOfElements(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.By locator) |
static org.openqa.selenium.Point |
getRelativePositionFromAbsolute(org.openqa.selenium.Point point,
org.openqa.selenium.Dimension windowSize) |
static org.openqa.selenium.WebElement |
getWebElement(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.By byLocator,
int seconds) |
public static org.openqa.selenium.WebElement getWebElement(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.By byLocator,
int seconds)
public static int getNumberOfElements(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.By locator)
public static org.openqa.selenium.Point getRelativePositionFromAbsolute(org.openqa.selenium.Point point,
org.openqa.selenium.Dimension windowSize)
Copyright © 2020. All rights reserved.