org.openqa.selenium.internal
Class ValueOptionSelectStrategy

java.lang.Object
  extended by org.openqa.selenium.internal.BaseOptionSelectStrategy
      extended by org.openqa.selenium.internal.ValueOptionSelectStrategy
All Implemented Interfaces:
OptionSelectStrategy

public class ValueOptionSelectStrategy
extends BaseOptionSelectStrategy


Constructor Summary
ValueOptionSelectStrategy()
           
 
Method Summary
protected  boolean selectOption(WebElement option, java.lang.String selectThis)
           
 
Methods inherited from class org.openqa.selenium.internal.BaseOptionSelectStrategy
select
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueOptionSelectStrategy

public ValueOptionSelectStrategy()
Method Detail

selectOption

protected boolean selectOption(WebElement option,
                               java.lang.String selectThis)
Specified by:
selectOption in class BaseOptionSelectStrategy


Copyright © 2009. All Rights Reserved.