Uses of Class
org.seleniumhq.selenium.fluent.FluentSelect

Packages that use FluentSelect
org.seleniumhq.selenium.fluent   
 

Uses of FluentSelect in org.seleniumhq.selenium.fluent
 

Methods in org.seleniumhq.selenium.fluent that return FluentSelect
 FluentSelect FluentSelect.deselectAll()
          Clear all selected entries.
 FluentSelect FluentSelect.deselectByIndex(int index)
          Deselect the option at the given index.
 FluentSelect FluentSelect.deselectByValue(String value)
          Deselect all options that have a value matching the argument.
 FluentSelect FluentSelect.deselectByVisibleText(String text)
          Deselect all options that display text matching the argument.
 FluentSelect FluentSelects.first(FluentMatcher matcher)
           
 FluentSelect FluentSelects.get(int i)
           
 FluentSelect FluentSelect.ifInvisibleWaitUpTo(Period period)
           
 FluentSelect Internal.BaseFluentWebDriver.select()
           
 FluentSelect FluentWebDriver.select()
           
 FluentSelect Internal.BaseFluentWebDriver.select(org.openqa.selenium.By by)
           
 FluentSelect FluentWebDriver.select(org.openqa.selenium.By by)
           
 FluentSelect FluentSelect.selectByIndex(int index)
          Select the option at the given index.
 FluentSelect FluentSelect.selectByValue(String value)
          Select all options that have a value matching the argument.
 FluentSelect FluentSelect.selectByVisibleText(String text)
          Select all options that display text matching the argument.
 FluentSelect FluentSelect.within(Period period)
           
 



Copyright © 2013. All Rights Reserved.