org.openqa.selenium.internal.seleniumemulation
Class IsTextPresent

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

public class IsTextPresent
extends SeleneseCommand<Boolean>


Constructor Summary
IsTextPresent(JavascriptLibrary js)
           
 
Method Summary
protected  Boolean handleSeleneseCommand(org.openqa.selenium.WebDriver driver, String pattern, String ignored)
           
 
Methods inherited from class org.openqa.selenium.internal.seleniumemulation.SeleneseCommand
apply, getTimeout, setDefaultTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsTextPresent

public IsTextPresent(JavascriptLibrary js)
Method Detail

handleSeleneseCommand

protected Boolean handleSeleneseCommand(org.openqa.selenium.WebDriver driver,
                                        String pattern,
                                        String ignored)
Specified by:
handleSeleneseCommand in class SeleneseCommand<Boolean>


Copyright © 2013. All Rights Reserved.