org.openqa.selenium.internal
Class IndexOptionSelectStrategy

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

public class IndexOptionSelectStrategy
extends java.lang.Object
implements OptionSelectStrategy


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

Constructor Detail

IndexOptionSelectStrategy

public IndexOptionSelectStrategy()
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


Copyright © 2009. All Rights Reserved.