org.openqa.selenium.internal.seleniumemulation
Class IsSomethingSelected

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

public class IsSomethingSelected
extends SeleneseCommand<Boolean>


Constructor Summary
IsSomethingSelected(JavascriptLibrary library)
           
 
Method Summary
protected  Boolean handleSeleneseCommand(org.openqa.selenium.WebDriver driver, String selectLocator, 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

IsSomethingSelected

public IsSomethingSelected(JavascriptLibrary library)
Method Detail

handleSeleneseCommand

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


Copyright © 2012. All Rights Reserved.