org.openqa.selenium.internal.seleniumemulation
Class IsVisible

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

public class IsVisible
extends SeleneseCommand<Boolean>


Constructor Summary
IsVisible(ElementFinder finder)
           
 
Method Summary
protected  Boolean handleSeleneseCommand(org.openqa.selenium.WebDriver driver, String locator, 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 Boolean handleSeleneseCommand(org.openqa.selenium.WebDriver driver,
                                        String locator,
                                        String ignored)
Specified by:
handleSeleneseCommand in class SeleneseCommand<Boolean>


Copyright © 2012. All Rights Reserved.