org.openqa.selenium.internal.seleniumemulation
Class SelectOption

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.SeleneseCommand<Void>
      extended by org.openqa.selenium.internal.seleniumemulation.SelectOption

public class SelectOption
extends SeleneseCommand<Void>


Constructor Summary
SelectOption(AlertOverride alertOverride, JavascriptLibrary library, ElementFinder finder)
           
 
Method Summary
protected  Void handleSeleneseCommand(org.openqa.selenium.WebDriver driver, String selectLocator, String optionLocator)
           
 
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

SelectOption

public SelectOption(AlertOverride alertOverride,
                    JavascriptLibrary library,
                    ElementFinder finder)
Method Detail

handleSeleneseCommand

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


Copyright © 2012. All Rights Reserved.