public class ContainerFluentControl extends Object implements FluentControl
ConfigurationProperties.DriverLifecycle, ConfigurationProperties.TriggerMode| Constructor and Description |
|---|
ContainerFluentControl(FluentControl adapterControl)
Creates a new container fluent control.
|
ContainerFluentControl(FluentControl adapterControl,
ContainerContext context)
Creates a new container fluent control.
|
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
$(org.openqa.selenium.By locator,
SearchFilter... filters)
Find list of elements with Selenium locator and filters.
|
FluentList<FluentWebElement> |
$(SearchFilter... filters)
Find list of elements with filters.
|
FluentList<FluentWebElement> |
$(String selector,
SearchFilter... filters)
Find list of elements with CSS selector and filters.
|
FluentWebElement |
el(org.openqa.selenium.By locator,
SearchFilter... filters)
Find first element with Selenium locator and filters.
|
FluentWebElement |
el(SearchFilter... filters)
Find first element with filters.
|
FluentWebElement |
el(String selector,
SearchFilter... filters)
Find first element with CSS selector and filters.
|
FluentList<FluentWebElement> |
find(org.openqa.selenium.By locator,
SearchFilter... filters)
Find list of elements with Selenium locator and filters.
|
FluentList<FluentWebElement> |
find(SearchFilter... filters)
Find list of elements with filters.
|
FluentList<FluentWebElement> |
find(String selector,
SearchFilter... filters)
Find list of elements with CSS selector and filters.
|
FluentControl |
getAdapterControl()
Get the underlying control from the test adapter.
|
void |
setContext(ContainerContext context)
Define the container context of this container fluent control interface.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitkeyboard, mouseexecuteAsyncScript, executeScriptalertcanTakeScreenShot, takeHtmlDump, takeHtmlDump, takeScreenShot, takeScreenShoteventsgetCookie, getCookies, goTo, goTo, goToInNewTab, pageSource, switchTo, switchTo, switchTo, switchToDefault, url, windowgetDrivercssinject, inject, newInstanceasComponentList, asComponentList, asComponentList, asComponentList, asComponentList, asComponentList, asFluentList, asFluentList, asFluentList, asFluentList, asFluentList, asFluentList, isComponentClass, isComponentListClass, newComponent, newComponentList, newComponentList, newComponentList, newComponentList, newComponentList, newComponentList, newFluent, newFluentList, newFluentList, newFluentList, newFluentList, newFluentList, newFluentListgetAwaitAtMost, getAwaitPollingEvery, getBaseUrl, getCapabilities, getConfigurationDefaults, getConfigurationFactory, getCustomProperty, getDeleteCookies, getDriverLifecycle, getEventsEnabled, getHtmlDumpMode, getHtmlDumpPath, getImplicitlyWait, getPageLoadTimeout, getRemoteUrl, getScreenshotMode, getScreenshotPath, getScriptTimeout, getWebDriversetAwaitAtMost, setAwaitPollingEvery, setBaseUrl, setCapabilities, setConfigurationFactory, setCustomProperty, setDeleteCookies, setDriverLifecycle, setEventsEnabled, setHtmlDumpMode, setHtmlDumpPath, setImplicitlyWait, setPageLoadTimeout, setRemoteUrl, setScreenshotMode, setScreenshotPath, setScriptTimeout, setWebDriverpublic ContainerFluentControl(FluentControl adapterControl)
adapterControl - test adapter control interfacepublic ContainerFluentControl(FluentControl adapterControl, ContainerContext context)
adapterControl - test adapter control interfacecontext - container contextpublic FluentControl getAdapterControl()
public void setContext(ContainerContext context)
context - container contextpublic FluentList<FluentWebElement> find(String selector, SearchFilter... filters)
SearchControlfind in interface SearchControl<FluentWebElement>selector - CSS selectorfilters - set of filterspublic FluentList<FluentWebElement> $(String selector, SearchFilter... filters)
SearchControl$ in interface SearchControl<FluentWebElement>selector - CSS selectorfilters - set of filterspublic FluentWebElement el(String selector, SearchFilter... filters)
SearchControlel in interface SearchControl<FluentWebElement>selector - CSS selectorfilters - set of filterspublic FluentList<FluentWebElement> find(SearchFilter... filters)
SearchControlfind in interface SearchControl<FluentWebElement>filters - set of filters in the current contextpublic FluentList<FluentWebElement> $(SearchFilter... filters)
SearchControl$ in interface SearchControl<FluentWebElement>filters - set of filters in the current contextpublic FluentWebElement el(SearchFilter... filters)
SearchControlel in interface SearchControl<FluentWebElement>filters - set of filters in the current contextpublic FluentList<FluentWebElement> find(org.openqa.selenium.By locator, SearchFilter... filters)
SearchControlfind in interface SearchControl<FluentWebElement>locator - elements locatorfilters - filters setpublic FluentList<FluentWebElement> $(org.openqa.selenium.By locator, SearchFilter... filters)
SearchControl$ in interface SearchControl<FluentWebElement>locator - elements locatorfilters - filters setpublic FluentWebElement el(org.openqa.selenium.By locator, SearchFilter... filters)
SearchControlel in interface SearchControl<FluentWebElement>locator - elements locatorfilters - filters setCopyright © 2016 FluentLenium. All Rights Reserved.