com.atlassian.webdriver.utils.element
Class ElementConditions

java.lang.Object
  extended by com.atlassian.webdriver.utils.element.ElementConditions

public final class ElementConditions
extends Object

Factory for element conditions.

Since:
2.2
See Also:
ExpectedCondition

Method Summary
static ElementNotLocated isNotPresent(org.openqa.selenium.By locator)
           
static ElementNotLocated isNotPresent(org.openqa.selenium.By locator, org.openqa.selenium.SearchContext context)
           
static ElementNotVisible isNotVisible(org.openqa.selenium.By locator)
           
static ElementNotVisible isNotVisible(org.openqa.selenium.By locator, org.openqa.selenium.SearchContext context)
           
static ElementLocated isPresent(org.openqa.selenium.By locator)
           
static ElementLocated isPresent(org.openqa.selenium.By locator, org.openqa.selenium.SearchContext context)
           
static ElementIsVisible isVisible(org.openqa.selenium.By locator)
           
static ElementIsVisible isVisible(org.openqa.selenium.By locator, org.openqa.selenium.SearchContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.