org.openqa.selenium.internal
Interface OptionSelectStrategy

All Known Implementing Classes:
BaseOptionSelectStrategy, IdOptionSelectStrategy, IndexOptionSelectStrategy, LabelOptionSelectStrategy, ValueOptionSelectStrategy

public interface OptionSelectStrategy


Method Summary
 boolean select(java.util.List<WebElement> fromOptions, java.lang.String selectThis, boolean setSelected, boolean allowMultipleSelect)
           
 

Method Detail

select

boolean select(java.util.List<WebElement> fromOptions,
               java.lang.String selectThis,
               boolean setSelected,
               boolean allowMultipleSelect)


Copyright © 2009. All Rights Reserved.