org.openqa.selenium.internal
Class LabelOptionSelectStrategy

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

public class LabelOptionSelectStrategy
extends BaseOptionSelectStrategy


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

LabelOptionSelectStrategy

public LabelOptionSelectStrategy()
Method Detail

selectOption

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


Copyright © 2009. All Rights Reserved.