Class WebElementFunctions
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.utils.WebElementFunctions
-
public class WebElementFunctions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.base.Function<org.openqa.selenium.WebElement,String>
getText()
static void
hoverElement(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.By by)
static void
hoverElement(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.WebElement element)
-
-
-
Method Detail
-
getText
public static com.google.common.base.Function<org.openqa.selenium.WebElement,String> getText()
-
hoverElement
public static void hoverElement(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.By by)
-
hoverElement
public static void hoverElement(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.WebElement element)
-
-