com.atlassian.webdriver.utils.element
Class ElementNotVisible
java.lang.Object
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.
| Methods inherited from interface com.google.common.base.Function |
equals |
ElementNotVisible
public ElementNotVisible(org.openqa.selenium.By by)
ElementNotVisible
public ElementNotVisible(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext el)
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.