org.openqa.selenium.internal.seleniumemulation
Class IsVisible

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.SeleneseCommand<java.lang.Boolean>
      extended by org.openqa.selenium.internal.seleniumemulation.IsVisible

public class IsVisible
extends SeleneseCommand<java.lang.Boolean>


Constructor Summary
IsVisible(ElementFinder finder)
           
 
Method Summary
protected  java.lang.Boolean handleSeleneseCommand(WebDriver driver, java.lang.String locator, java.lang.String ignored)
           
 
Methods inherited from class org.openqa.selenium.internal.seleniumemulation.SeleneseCommand
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsVisible

public IsVisible(ElementFinder finder)
Method Detail

handleSeleneseCommand

protected java.lang.Boolean handleSeleneseCommand(WebDriver driver,
                                                  java.lang.String locator,
                                                  java.lang.String ignored)
Specified by:
handleSeleneseCommand in class SeleneseCommand<java.lang.Boolean>


Copyright © 2012. All Rights Reserved.