@Internal public final class WebDriverQueryFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<org.openqa.selenium.WebElement,String> |
getAttribute(String attributeName) |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Set<String>> |
getCssClasses() |
static com.google.common.base.Function<org.openqa.selenium.WebElement,org.openqa.selenium.Point> |
getLocation() |
static com.google.common.base.Function<org.openqa.selenium.WebElement,org.openqa.selenium.Dimension> |
getSize() |
static com.google.common.base.Function<org.openqa.selenium.WebElement,String> |
getTagName() |
static com.google.common.base.Function<org.openqa.selenium.WebElement,String> |
getText() |
static com.google.common.base.Function<org.openqa.selenium.WebElement,String> |
getValue() |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> |
hasAttribute(String attributeName,
String expectedValue) |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> |
hasClass(String className) |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> |
hasText(String text) |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> |
hasValue(String value) |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> |
isEnabled() |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> |
isPresent() |
static com.google.common.base.Supplier<Boolean> |
isPresent(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By locator) |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> |
isSelected() |
static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> |
isVisible() |
public static com.google.common.base.Supplier<Boolean> isPresent(org.openqa.selenium.SearchContext searchContext, org.openqa.selenium.By locator)
public static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> isPresent()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> isVisible()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> isEnabled()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> isSelected()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,String> getTagName()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,String> getText()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,String> getValue()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,org.openqa.selenium.Point> getLocation()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,org.openqa.selenium.Dimension> getSize()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,String> getAttribute(String attributeName)
public static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> hasAttribute(String attributeName, String expectedValue)
@Nonnull public static com.google.common.base.Function<org.openqa.selenium.WebElement,Set<String>> getCssClasses()
public static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> hasClass(String className)
public static com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> hasText(String text)
Copyright © 2015 Atlassian. All rights reserved.