com.atlassian.webdriver.utils.element
Class ElementConditions
java.lang.Object
com.atlassian.webdriver.utils.element.ElementConditions
public final class ElementConditions
- extends Object
Factory for element conditions.
- Since:
- 2.2
- See Also:
ExpectedCondition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isPresent
public static ElementLocated isPresent(org.openqa.selenium.By locator,
org.openqa.selenium.SearchContext context)
isPresent
public static ElementLocated isPresent(org.openqa.selenium.By locator)
isNotPresent
public static ElementNotLocated isNotPresent(org.openqa.selenium.By locator,
org.openqa.selenium.SearchContext context)
isNotPresent
public static ElementNotLocated isNotPresent(org.openqa.selenium.By locator)
isVisible
public static ElementIsVisible isVisible(org.openqa.selenium.By locator,
org.openqa.selenium.SearchContext context)
isVisible
public static ElementIsVisible isVisible(org.openqa.selenium.By locator)
isNotVisible
public static ElementNotVisible isNotVisible(org.openqa.selenium.By locator,
org.openqa.selenium.SearchContext context)
isNotVisible
public static ElementNotVisible isNotVisible(org.openqa.selenium.By locator)
Copyright © 2014 Atlassian. All rights reserved.