com.atlassian.webdriver.waiter.webdriver.retriever
Class WebElementRetriever

java.lang.Object
  extended by com.atlassian.webdriver.waiter.webdriver.retriever.WebElementRetriever

public class WebElementRetriever
extends Object

Since:
2.1.0

Method Summary
static WebElementRetriever newLocatorRetriever(org.openqa.selenium.By locator, org.openqa.selenium.SearchContext context)
           
static WebElementRetriever newWebElementRetriever(org.openqa.selenium.WebElement webElement)
           
 org.openqa.selenium.WebElement retrieveElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newLocatorRetriever

public static WebElementRetriever newLocatorRetriever(org.openqa.selenium.By locator,
                                                      org.openqa.selenium.SearchContext context)

newWebElementRetriever

public static WebElementRetriever newWebElementRetriever(org.openqa.selenium.WebElement webElement)

retrieveElement

public org.openqa.selenium.WebElement retrieveElement()


Copyright © 2014 Atlassian. All rights reserved.