org.seleniumhq.selenium.fluent
Class Internal.BaseFluentWebElement

java.lang.Object
  extended by org.seleniumhq.selenium.fluent.Internal.BaseFluentWebDriver
      extended by org.seleniumhq.selenium.fluent.Internal.BaseFluentWebElement
Direct Known Subclasses:
FluentWebElement, Internal.BaseFluentWebElements
Enclosing class:
Internal

public abstract static class Internal.BaseFluentWebElement
extends Internal.BaseFluentWebDriver


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
Internal.BaseFluentWebElement(org.openqa.selenium.WebDriver delegate, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
 
Method Summary
protected  String charSeqArrayAsHumanString(CharSequence[] keysToSend)
           
protected abstract  org.openqa.selenium.WebElement getWebElement()
           
protected  FluentWebElements makeFluentWebElements(List<FluentWebElement> results, Context context, Monitor monitor1)
           
 
Methods inherited from class org.seleniumhq.selenium.fluent.Internal.BaseFluentWebDriver
abbr, abbr, abbrs, abbrs, acronym, acronym, acronyms, acronyms, actualFindElement, actualFindElements, 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, findElement, findElements, 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, newFluentWebElements, 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
 

Constructor Detail

Internal.BaseFluentWebElement

public Internal.BaseFluentWebElement(org.openqa.selenium.WebDriver delegate,
                                     Context context,
                                     Monitor monitor,
                                     boolean booleanInsteadOfNoSuchElement)
Method Detail

getWebElement

protected abstract org.openqa.selenium.WebElement getWebElement()

makeFluentWebElements

protected FluentWebElements makeFluentWebElements(List<FluentWebElement> results,
                                                  Context context,
                                                  Monitor monitor1)
Specified by:
makeFluentWebElements in class Internal.BaseFluentWebDriver

charSeqArrayAsHumanString

protected String charSeqArrayAsHumanString(CharSequence[] keysToSend)


Copyright © 2013. All Rights Reserved.