org.openqa.selenium.internal.seleniumemulation
Class IsElementPresent

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

public class IsElementPresent
extends SeleneseCommand<Boolean>


Constructor Summary
IsElementPresent(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

IsElementPresent

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