com.atlassian.webdriver.utils.element
Class ElementLocated

java.lang.Object
  extended by com.atlassian.webdriver.utils.element.ElementLocated
All Implemented Interfaces:
com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>, org.openqa.selenium.support.ui.ExpectedCondition<Boolean>

public class ElementLocated
extends Object

Continues to execute until a particular element is located.


Constructor Summary
ElementLocated(org.openqa.selenium.By by)
           
ElementLocated(org.openqa.selenium.By by, org.openqa.selenium.SearchContext el)
           
 
Method Summary
 Boolean apply(org.openqa.selenium.WebDriver webDriver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ElementLocated

public ElementLocated(org.openqa.selenium.By by)

ElementLocated

public ElementLocated(org.openqa.selenium.By by,
                      org.openqa.selenium.SearchContext el)
Method Detail

apply

public Boolean apply(org.openqa.selenium.WebDriver webDriver)
Specified by:
apply in interface com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>


Copyright © 2014 Atlassian. All rights reserved.