org.seleniumhq.selenium.fluent
Class FluentSelects

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.Internal.BaseFluentWebDriver
      extended by org.seleniumhq.selenium.fluent.Internal.BaseFluentWebElement
          extended by org.seleniumhq.selenium.fluent.Internal.BaseFluentWebElements
              extended by org.seleniumhq.selenium.fluent.FluentWebElements
                  extended by org.seleniumhq.selenium.fluent.FluentSelects
All Implemented Interfaces:
Iterable<FluentWebElement>, Collection<FluentWebElement>, List<FluentWebElement>

public class FluentSelects
extends FluentWebElements


Nested Class Summary
 
Nested classes/interfaces inherited from class org.seleniumhq.selenium.fluent.Internal.BaseFluentWebDriver
Internal.BaseFluentWebDriver.MultipleResult, Internal.BaseFluentWebDriver.SingleResult
 
Field Summary
 
Fields inherited from class org.seleniumhq.selenium.fluent.Internal.BaseFluentWebDriver
booleanInsteadOfNotFoundException, context, delegate, monitor
 
Constructor Summary
protected FluentSelects(org.openqa.selenium.WebDriver delegate, List<FluentWebElement> currentElements, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
 
Method Summary
 FluentSelects clearField()
          Use this instead of clear() to clear an WebElement
 FluentSelects click()
           
 FluentSelects filter(FluentMatcher matcher)
           
 FluentSelect first(FluentMatcher matcher)
           
 FluentSelect get(int i)
           
protected  FluentSelects makeFluentWebElements(List<FluentWebElement> results, Context context, Monitor monitor)
           
 FluentSelects sendKeys(CharSequence... keysToSend)
           
 FluentSelects submit()
           
 
Methods inherited from class org.seleniumhq.selenium.fluent.FluentWebElements
actualFindElement, actualFindElements, contains, containsAll, findElement, findElements, getText, indexOf, isDisplayed, isEmpty, isEnabled, isSelected, iterator, lastIndexOf, listIterator, listIterator, newFluentWebElements, retainAll, size, subList, toArray, toArray
 
Methods inherited from class org.seleniumhq.selenium.fluent.Internal.BaseFluentWebElements
add, add, addAll, addAll, clear, getWebElement, remove, remove, removeAll, set
 
Methods inherited from class org.seleniumhq.selenium.fluent.Internal.BaseFluentWebElement
charSeqArrayAsHumanString
 
Methods inherited from class org.seleniumhq.selenium.fluent.Internal.BaseFluentWebDriver
abbr, abbr, abbrs, abbrs, acronym, acronym, acronyms, acronyms, address, address, addresses, addresses, area, area, areas, areas, assertTagIs, b, b, beforeFindElement, blockquote, blockquote, blockquotes, blockquotes, bs, bs, button, button, buttons, buttons, changeTimeout, div, div, divs, divs, executeAndWrapReThrowIfNeeded, fieldset, fieldset, fieldsets, fieldsets, figure, figure, figures, figures, fixupBy, footer, footer, footers, footers, form, form, forms, forms, getPeriod, getSearchContext, h1, h1, h1s, h1s, h2, h2, h2s, h2s, h3, h3, h3s, h3s, h4, h4, h4s, h4s, header, header, headers, headers, img, img, imgs, imgs, input, input, inputs, inputs, label, label, labels, labels, legend, legend, legends, legends, li, li, link, link, links, links, lis, lis, map, map, maps, maps, nav, nav, navs, navs, newFluentWebElement, object, object, objects, objects, ol, ol, ols, ols, option, option, options, options, p, p, pre, pre, pres, pres, ps, ps, resetTimeout, retryingFindIt, retryingFindThem, select, select, selects, selects, span, span, spans, spans, table, table, tables, tables, tbody, tbody, tbodys, tbodys, td, td, tds, tds, textarea, textarea, textareas, textareas, th, th, ths, ths, title, tr, tr, trs, trs, ul, ul, uls, uls, url, wrapAssertionError, wrapRuntimeException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

FluentSelects

protected FluentSelects(org.openqa.selenium.WebDriver delegate,
                        List<FluentWebElement> currentElements,
                        Context context,
                        Monitor monitor,
                        boolean booleanInsteadOfNoSuchElement)
Method Detail

click

public FluentSelects click()
Overrides:
click in class FluentWebElements

clearField

public FluentSelects clearField()
Description copied from class: FluentWebElements
Use this instead of clear() to clear an WebElement

Overrides:
clearField in class FluentWebElements

submit

public FluentSelects submit()
Overrides:
submit in class FluentWebElements

sendKeys

public FluentSelects sendKeys(CharSequence... keysToSend)
Overrides:
sendKeys in class FluentWebElements

filter

public FluentSelects filter(FluentMatcher matcher)
Overrides:
filter in class FluentWebElements

first

public FluentSelect first(FluentMatcher matcher)
Overrides:
first in class FluentWebElements

get

public FluentSelect get(int i)
Specified by:
get in interface List<FluentWebElement>
Overrides:
get in class FluentWebElements

makeFluentWebElements

protected FluentSelects makeFluentWebElements(List<FluentWebElement> results,
                                              Context context,
                                              Monitor monitor)
Overrides:
makeFluentWebElements in class Internal.BaseFluentWebElement


Copyright © 2013. All Rights Reserved.