org.openqa.selenium.internal
Class BaseOptionSelectStrategy

java.lang.Object
  extended by org.openqa.selenium.internal.BaseOptionSelectStrategy
All Implemented Interfaces:
OptionSelectStrategy
Direct Known Subclasses:
IdOptionSelectStrategy, LabelOptionSelectStrategy, ValueOptionSelectStrategy

public abstract class BaseOptionSelectStrategy
extends java.lang.Object
implements OptionSelectStrategy


Constructor Summary
BaseOptionSelectStrategy()
           
 
Method Summary
 boolean select(java.util.List<WebElement> fromOptions, java.lang.String selectThis, boolean setSelected, boolean allowMultipleSelect)
           
protected abstract  boolean selectOption(WebElement option, java.lang.String selectThis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseOptionSelectStrategy

public BaseOptionSelectStrategy()
Method Detail

select

public boolean select(java.util.List<WebElement> fromOptions,
                      java.lang.String selectThis,
                      boolean setSelected,
                      boolean allowMultipleSelect)
Specified by:
select in interface OptionSelectStrategy

selectOption

protected abstract boolean selectOption(WebElement option,
                                        java.lang.String selectThis)


Copyright © 2009. All Rights Reserved.