org.openqa.selenium.internal
Class IdOptionSelectStrategy

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

public class IdOptionSelectStrategy
extends BaseOptionSelectStrategy


Constructor Summary
IdOptionSelectStrategy()
           
 
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

IdOptionSelectStrategy

public IdOptionSelectStrategy()
Method Detail

selectOption

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


Copyright © 2009. All Rights Reserved.