com.atlassian.webdriver.utils.element
Class ElementNotVisible

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

public class ElementNotVisible
extends Object

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


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

Constructor Detail

ElementNotVisible

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

ElementNotVisible

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

apply

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Atlassian. All rights reserved.