com.atlassian.webdriver.utils.element
Class ElementNotLocated

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

public class ElementNotLocated
extends Object

Continues to execute until a particular element is no longer located.


Constructor Summary
ElementNotLocated(org.openqa.selenium.By by)
           
ElementNotLocated(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

ElementNotLocated

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

ElementNotLocated

public ElementNotLocated(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.