com.atlassian.webdriver.utils.element
Class ElementIsVisible

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

public class ElementIsVisible
extends Object

Continues to execute until a particular element is visible.


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

ElementIsVisible

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

ElementIsVisible

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