| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
FluentDriver.el(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentWebElement |
FluentDriver.el(SearchFilter... filters) |
FluentWebElement |
FluentDriver.el(String selector,
SearchFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
FluentDriver.$(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentDriver.$(SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentDriver.$(String selector,
SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentDriver.find(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentDriver.find(SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentDriver.find(String selector,
SearchFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
void |
FluentDriver.switchTo(FluentWebElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
FluentDriver.switchTo(FluentList<? extends FluentWebElement> elements) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFill<E extends FluentWebElement>
Common form filling features.
|
class |
Fill<E extends FluentWebElement>
Default form filling features.
|
class |
FillSelect<E extends FluentWebElement>
Select form filling features.
|
interface |
FluentActions<T,E extends FluentWebElement>
All actions that can be used on the list or on a web element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowAction.clickAndCloseCurrent(FluentWebElement button)
Clicks button, which closes current window and switches to last window (in set returned by
WebDriver.getWindowHandles()). |
String |
WindowAction.clickAndOpenNew(FluentWebElement button)
Clicks button, which opens new window and switches to newly opened window.
|
| Constructor and Description |
|---|
FluentJavascriptActionsImpl(T self,
JavascriptControl javascript,
com.google.common.base.Supplier<FluentWebElement> element)
Creates a new fluent javascript actions.
|
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
Axes.parent()
Find parent element.
|
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
Axes.ancestors()
Find ancestor elements.
|
FluentList<FluentWebElement> |
Axes.descendants()
Find descendants elements (children, grandchildren, etc.).
|
FluentList<FluentWebElement> |
Axes.followings()
Find following elements.
|
FluentList<FluentWebElement> |
Axes.followingSiblings()
Find following sibling elements.
|
protected FluentList<FluentWebElement> |
Axes.handleAxe(String axe)
Handle an XPath axe
|
FluentList<FluentWebElement> |
Axes.precedings()
Find preceding elements.
|
FluentList<FluentWebElement> |
Axes.precedingSiblings()
Find preceding sibling elements.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends FluentWebElement> |
ComponentInstantiator.asFluentList(Class<T> componentClass,
Iterable<org.openqa.selenium.WebElement> elements)
create and register a new fluent list.
|
<T extends FluentWebElement> |
AbstractComponentInstantiator.asFluentList(Class<T> componentClass,
Iterable<org.openqa.selenium.WebElement> elements) |
<T extends FluentWebElement> |
ComponentInstantiator.asFluentList(Class<T> componentClass,
List<org.openqa.selenium.WebElement> elements)
create and register a new fluent list.
|
<T extends FluentWebElement> |
AbstractComponentInstantiator.asFluentList(Class<T> componentClass,
List<org.openqa.selenium.WebElement> elements) |
<T extends FluentWebElement> |
ComponentInstantiator.asFluentList(Class<T> componentClass,
org.openqa.selenium.WebElement... elements)
create and register a new fluent list.
|
<T extends FluentWebElement> |
AbstractComponentInstantiator.asFluentList(Class<T> componentClass,
org.openqa.selenium.WebElement... elements) |
<T extends FluentWebElement> |
ComponentInstantiator.newFluentList(Class<T> componentClass)
create and register an empty fluent list.
|
<T extends FluentWebElement> |
AbstractComponentInstantiator.newFluentList(Class<T> componentClass) |
<T extends FluentWebElement> |
ComponentInstantiator.newFluentList(Class<T> componentClass,
List<T> elements)
create and register a new fluent list.
|
<T extends FluentWebElement> |
AbstractComponentInstantiator.newFluentList(Class<T> componentClass,
List<T> elements) |
<T extends FluentWebElement> |
ComponentInstantiator.newFluentList(Class<T> componentClass,
T... elements)
create and register a new fluent list.
|
<T extends FluentWebElement> |
AbstractComponentInstantiator.newFluentList(Class<T> componentClass,
T... elements) |
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
ComponentInstantiator.newFluent(org.openqa.selenium.WebElement element)
Create and register a new fluent element from the given element.
|
FluentWebElement |
AbstractComponentInstantiator.newFluent(org.openqa.selenium.WebElement element) |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
ComponentInstantiator.asFluentList(Iterable<org.openqa.selenium.WebElement> elements)
create and register a new fluent list.
|
FluentList<FluentWebElement> |
AbstractComponentInstantiator.asFluentList(Iterable<org.openqa.selenium.WebElement> elements) |
FluentList<FluentWebElement> |
ComponentInstantiator.asFluentList(List<org.openqa.selenium.WebElement> elements)
create and register a new fluent list.
|
FluentList<FluentWebElement> |
AbstractComponentInstantiator.asFluentList(List<org.openqa.selenium.WebElement> elements) |
FluentList<FluentWebElement> |
ComponentInstantiator.asFluentList(org.openqa.selenium.WebElement... elements)
create and register a new fluent list.
|
FluentList<FluentWebElement> |
AbstractComponentInstantiator.asFluentList(org.openqa.selenium.WebElement... elements) |
FluentList<FluentWebElement> |
ComponentInstantiator.newFluentList()
create and register an empty fluent list.
|
FluentList<FluentWebElement> |
AbstractComponentInstantiator.newFluentList() |
FluentList<FluentWebElement> |
ComponentInstantiator.newFluentList(FluentWebElement... elements)
create and register a new fluent list.
|
FluentList<FluentWebElement> |
AbstractComponentInstantiator.newFluentList(FluentWebElement... elements) |
FluentList<FluentWebElement> |
ComponentInstantiator.newFluentList(List<FluentWebElement> elements)
create and register a new fluent list.
|
FluentList<FluentWebElement> |
AbstractComponentInstantiator.newFluentList(List<FluentWebElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
<T extends FluentWebElement> |
ComponentInstantiator.newFluentList(Class<T> componentClass,
T... elements)
create and register a new fluent list.
|
<T extends FluentWebElement> |
AbstractComponentInstantiator.newFluentList(Class<T> componentClass,
T... elements) |
FluentList<FluentWebElement> |
ComponentInstantiator.newFluentList(FluentWebElement... elements)
create and register a new fluent list.
|
FluentList<FluentWebElement> |
AbstractComponentInstantiator.newFluentList(FluentWebElement... elements) |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
ComponentInstantiator.newFluentList(List<FluentWebElement> elements)
create and register a new fluent list.
|
FluentList<FluentWebElement> |
AbstractComponentInstantiator.newFluentList(List<FluentWebElement> elements) |
| Modifier and Type | Field and Description |
|---|---|
protected Conditions<FluentWebElement> |
BaseObjectListConditions.conditions |
protected com.google.common.base.Function<FluentWebElement,C> |
BaseObjectListConditions.conditionsGetter |
protected com.google.common.base.Function<FluentWebElement,T> |
BaseObjectListConditions.objectGetter |
| Modifier and Type | Method and Description |
|---|---|
List<? extends FluentWebElement> |
ListConditionsElements.getActualElements()
Get the actual list of elements.
|
List<? extends FluentWebElement> |
AbstractFluentListConditions.getActualElements() |
protected List<? extends FluentWebElement> |
AbstractFluentListConditions.getElements()
Get the underlying list of elements
|
protected AbstractObjectConditions<FluentWebElement> |
WebElementConditions.newInstance(boolean negationValue) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Predicate<FluentDriver> |
AtLeastOneElementConditions.buildAtLeastOnePredicate(com.google.common.base.Predicate<FluentWebElement> predicate,
boolean defaultValue)
Build predicate for this condition.
|
protected com.google.common.base.Predicate<FluentDriver> |
EachElementConditions.buildEachElementPredicate(com.google.common.base.Predicate<FluentWebElement> predicate,
boolean defaultValue)
Build predicate for this condition.
|
boolean |
AbstractFluentListConditions.verify(com.google.common.base.Predicate<FluentWebElement> predicate) |
boolean |
FluentListConditions.verify(com.google.common.base.Predicate<FluentWebElement> predicate,
boolean defaultValue)
Check that the given predicate is verified.
|
boolean |
EachElementConditions.verify(com.google.common.base.Predicate<FluentWebElement> predicate,
boolean defaultValue) |
boolean |
AtLeastOneElementConditions.verify(com.google.common.base.Predicate<FluentWebElement> predicate,
boolean defaultValue) |
| Constructor and Description |
|---|
WebElementConditions(FluentWebElement element)
Creates a new conditions object on element
|
WebElementConditions(FluentWebElement element,
boolean negation)
Creates a new conditions object on element
|
| Constructor and Description |
|---|
AbstractFluentListConditions(List<? extends FluentWebElement> elements)
Creates a new conditions on list of elements.
|
AtLeastOneElementConditions(List<? extends FluentWebElement> elements)
Creates a new condition.
|
BaseObjectListConditions(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,T> objectGetter,
com.google.common.base.Function<FluentWebElement,C> conditionsGetter)
Creates a new list conditions
|
BaseObjectListConditions(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,T> objectGetter,
com.google.common.base.Function<FluentWebElement,C> conditionsGetter)
Creates a new list conditions
|
BaseObjectListConditions(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,T> objectGetter,
com.google.common.base.Function<FluentWebElement,C> conditionsGetter)
Creates a new list conditions
|
EachElementConditions(List<? extends FluentWebElement> elements)
Creates a new element list conditions.
|
IntegerListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,Integer> objectGetter)
Creates a new list conditions, with default integer condition implementation
|
IntegerListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,Integer> objectGetter)
Creates a new list conditions, with default integer condition implementation
|
IntegerListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,Integer> objectGetter,
com.google.common.base.Function<FluentWebElement,IntegerConditions> conditionsGetter)
Creates a new list conditions
|
IntegerListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,Integer> objectGetter,
com.google.common.base.Function<FluentWebElement,IntegerConditions> conditionsGetter)
Creates a new list conditions
|
IntegerListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,Integer> objectGetter,
com.google.common.base.Function<FluentWebElement,IntegerConditions> conditionsGetter)
Creates a new list conditions
|
RectangleListConditionsImpl(Conditions<FluentWebElement> conditions)
Creates a new list of rectangles conditions, using rectangle of the conditions element
|
RectangleListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,org.openqa.selenium.Rectangle> objectGetter,
com.google.common.base.Function<FluentWebElement,RectangleConditions> conditionsGetter)
Creates a new list of rectangles conditions
|
RectangleListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,org.openqa.selenium.Rectangle> objectGetter,
com.google.common.base.Function<FluentWebElement,RectangleConditions> conditionsGetter)
Creates a new list of rectangles conditions
|
RectangleListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,org.openqa.selenium.Rectangle> objectGetter,
com.google.common.base.Function<FluentWebElement,RectangleConditions> conditionsGetter)
Creates a new list of rectangles conditions
|
StringListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,String> objectGetter,
com.google.common.base.Function<FluentWebElement,StringConditions> conditionsGetter)
Creates a new list of string conditions
|
StringListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,String> objectGetter,
com.google.common.base.Function<FluentWebElement,StringConditions> conditionsGetter)
Creates a new list of string conditions
|
StringListConditionsImpl(Conditions<FluentWebElement> conditions,
com.google.common.base.Function<FluentWebElement,String> objectGetter,
com.google.common.base.Function<FluentWebElement,StringConditions> conditionsGetter)
Creates a new list of string conditions
|
| Modifier and Type | Method and Description |
|---|---|
static FluentListConditions |
WaitConditionProxy.each(FluentWait wait,
String context,
com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elementsSupplier)
Build a wait proxy.
|
static FluentConditions |
WaitConditionProxy.element(FluentWait wait,
String context,
com.google.common.base.Supplier<? extends FluentWebElement> elementSupplier)
Build a wait proxy.
|
static FluentListConditions |
WaitConditionProxy.one(FluentWait wait,
String context,
com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elementsSupplier)
Build a wait proxy.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FluentList<E extends FluentWebElement>
Wraps a list of
FluentWebElement. |
class |
FluentListImpl<E extends FluentWebElement>
Map the list to a FluentList in order to offers some events like click(), submit(), value() ...
|
| Modifier and Type | Method and Description |
|---|---|
<T extends FluentWebElement> |
FluentListImpl.as(Class<T> componentClass) |
<T extends FluentWebElement> |
FluentList.as(Class<T> componentClass)
Wrap all underlying elements in a componen..
|
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
FluentWebElement.clear()
Clear the element
|
FluentWebElement |
FluentWebElement.click() |
FluentWebElement |
FluentWebElement.contextClick() |
FluentWebElement |
FluentWebElement.doubleClick() |
FluentWebElement |
FluentWebElement.el(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentWebElement |
FluentWebElement.el(SearchFilter... filters) |
FluentWebElement |
FluentWebElement.el(String selector,
SearchFilter... filters) |
FluentWebElement |
FluentWebElement.frame() |
FluentWebElement |
FluentWebElement.now() |
FluentWebElement |
FluentWebElement.now(boolean force) |
FluentWebElement |
FluentWebElement.reset() |
FluentWebElement |
FluentWebElement.submit()
Submit the element
|
FluentWebElement |
FluentWebElement.write(String... text)
Set the text element
|
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
FluentWebElement.$(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentWebElement.$(SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentWebElement.$(String selector,
SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentWebElement.asList()
Converts this element as a single element list.
|
FluentList<FluentWebElement> |
FluentWebElement.find(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentWebElement.find(SearchFilter... filters) |
FluentList<FluentWebElement> |
FluentWebElement.find(String selector,
SearchFilter... filters) |
com.google.common.base.Optional<FluentWebElement> |
FluentWebElement.optional() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventsSupport.afterChangeValueOf(FluentWebElement element,
org.openqa.selenium.WebDriver driver,
CharSequence[] charSequence) |
void |
EventListener.afterChangeValueOf(FluentWebElement element,
org.openqa.selenium.WebDriver driver,
CharSequence[] charSequence)
Called after
WebElement.clear(),
WebElement.sendKeys(java.lang.CharSequence...),
WebElement.sendKeys(CharSequence...) . |
void |
EventsSupport.afterClickOn(FluentWebElement element,
org.openqa.selenium.WebDriver driver) |
void |
EventListener.afterClickOn(FluentWebElement element,
org.openqa.selenium.WebDriver driver)
Called after
WebElement.click(). |
void |
EventsSupport.afterFindBy(org.openqa.selenium.By by,
FluentWebElement element,
org.openqa.selenium.WebDriver driver) |
void |
EventListener.afterFindBy(org.openqa.selenium.By by,
FluentWebElement element,
org.openqa.selenium.WebDriver driver)
Called after
WebDriver.findElement(...),
WebDriver.findElements(...), WebElement.findElement(...), WebElement.findElements(...). |
void |
EventsSupport.beforeChangeValueOf(FluentWebElement element,
org.openqa.selenium.WebDriver driver,
CharSequence[] charSequence) |
void |
EventListener.beforeChangeValueOf(FluentWebElement element,
org.openqa.selenium.WebDriver driver,
CharSequence[] charSequence)
Called before
WebElement.clear(),
WebElement.sendKeys(java.lang.CharSequence...),
WebElement.sendKeys(CharSequence...). |
void |
EventsSupport.beforeClickOn(FluentWebElement element,
org.openqa.selenium.WebDriver driver) |
void |
EventListener.beforeClickOn(FluentWebElement element,
org.openqa.selenium.WebDriver driver)
Called before
WebElement.click(). |
void |
EventsSupport.beforeFindBy(org.openqa.selenium.By by,
FluentWebElement element,
org.openqa.selenium.WebDriver driver) |
void |
EventListener.beforeFindBy(org.openqa.selenium.By by,
FluentWebElement element,
org.openqa.selenium.WebDriver driver)
Called before
WebDriver.findElement(...),
WebDriver.findElements(...), WebElement.findElement(...), #findElement WebElement.findElements(...). |
void |
FindByListener.on(org.openqa.selenium.By by,
FluentWebElement element,
org.openqa.selenium.WebDriver driver)
Invoked when an element has been found.
|
void |
ElementListener.on(FluentWebElement element,
org.openqa.selenium.WebDriver driver)
Called when something occurs on an element.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<FluentWebElement> |
PredicateFilter.applyFilter(Collection<FluentWebElement> elements) |
Collection<FluentWebElement> |
AttributeFilter.applyFilter(Collection<FluentWebElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AttributeFilterPredicate.apply(FluentWebElement element) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FluentWebElement> |
PredicateFilter.applyFilter(Collection<FluentWebElement> elements) |
Collection<FluentWebElement> |
AttributeFilter.applyFilter(Collection<FluentWebElement> elements) |
static PredicateFilter |
FilterConstructor.withPredicate(com.google.common.base.Predicate<FluentWebElement> predicate)
Create a filter based on a element predicate
|
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
BaseFluentHook.getFluentWebElement()
Get the underlying element as a FluentWebElement.
|
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
ContainerFluentControl.el(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentWebElement |
ContainerFluentControl.el(SearchFilter... filters) |
FluentWebElement |
ContainerFluentControl.el(String selector,
SearchFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
ContainerFluentControl.$(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentList<FluentWebElement> |
ContainerFluentControl.$(SearchFilter... filters) |
FluentList<FluentWebElement> |
ContainerFluentControl.$(String selector,
SearchFilter... filters) |
FluentList<FluentWebElement> |
ContainerFluentControl.find(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentList<FluentWebElement> |
ContainerFluentControl.find(SearchFilter... filters) |
FluentList<FluentWebElement> |
ContainerFluentControl.find(String selector,
SearchFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationControl.switchTo(FluentWebElement element)
Switch to the selected Element (if element is null or not an iframe, or haven't an id then
switch to the default)
|
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationControl.switchTo(FluentList<? extends FluentWebElement> elements)
Switch to the first selected Element (if element is null or not an iframe, or haven't an id then
switch to the default)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchControl<E extends FluentWebElement>
Control interface to search for elements.
|
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
Search.el(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentWebElement |
Search.el(SearchFilter... filters) |
FluentWebElement |
Search.el(String selector,
SearchFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
FluentList<FluentWebElement> |
Search.$(org.openqa.selenium.By locator,
SearchFilter... filters) |
FluentList<FluentWebElement> |
Search.$(SearchFilter... filters) |
FluentList<FluentWebElement> |
Search.$(String selector,
SearchFilter... filters) |
Collection<FluentWebElement> |
SearchFilter.applyFilter(Collection<FluentWebElement> elements)
Apply the filter.
|
FluentList<FluentWebElement> |
Search.find(org.openqa.selenium.By locator,
SearchFilter... filters)
Central methods to find elements on the page.
|
FluentList<FluentWebElement> |
Search.find(SearchFilter... filters)
Central methods to find elements on the page with filters.
|
FluentList<FluentWebElement> |
Search.find(String selector,
SearchFilter... filters)
Central methods to find elements on the page.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<FluentWebElement> |
SearchFilter.applyFilter(Collection<FluentWebElement> elements)
Apply the filter.
|
| Modifier and Type | Method and Description |
|---|---|
FluentWebElement |
FluentTargetLocatorImpl.activeElement() |
FluentWebElement |
FluentTargetLocator.activeElement()
Switches to the element that currently has focus within the document currently "switched to",
or the body element if this cannot be detected.
|
| Modifier and Type | Method and Description |
|---|---|
T |
FluentTargetLocatorImpl.frame(FluentWebElement frameElement) |
T |
FluentTargetLocator.frame(FluentWebElement frameElement)
Select a frame using its previously located
WebElement. |
| Modifier and Type | Method and Description |
|---|---|
FluentConditions |
FluentWaitElementList.until(FluentWebElement element) |
FluentConditions |
FluentWaitElement.until(FluentWebElement element) |
FluentConditions |
FluentWaitConditions.until(FluentWebElement element)
Get a conditions object used to wait for condition on given element.
|
FluentConditions |
FluentWait.until(FluentWebElement element) |
| Modifier and Type | Method and Description |
|---|---|
FluentListConditions |
FluentWaitElementList.until(List<? extends FluentWebElement> elements) |
FluentListConditions |
FluentWaitElement.until(List<? extends FluentWebElement> elements) |
FluentListConditions |
FluentWaitConditions.until(List<? extends FluentWebElement> elements)
Get a conditions object used to wait for a condition on given elements.
|
FluentListConditions |
FluentWait.until(List<? extends FluentWebElement> elements) |
FluentListConditions |
FluentWaitElementList.untilEach(List<? extends FluentWebElement> elements) |
FluentListConditions |
FluentWaitElement.untilEach(List<? extends FluentWebElement> elements) |
FluentListConditions |
FluentWaitConditions.untilEach(List<? extends FluentWebElement> elements)
Get a conditions object used to wait for a condition on given elements.
|
FluentListConditions |
FluentWait.untilEach(List<? extends FluentWebElement> elements) |
FluentListConditions |
FluentWaitElementList.untilEachElements(com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> selector) |
FluentListConditions |
FluentWaitElement.untilEachElements(com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> selector) |
FluentListConditions |
FluentWaitConditions.untilEachElements(com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elements)
Get a conditions object used to wait for a condition on given elements.
|
FluentListConditions |
FluentWait.untilEachElements(com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elements) |
FluentConditions |
FluentWaitElementList.untilElement(com.google.common.base.Supplier<? extends FluentWebElement> selector) |
FluentConditions |
FluentWaitElement.untilElement(com.google.common.base.Supplier<? extends FluentWebElement> selector) |
FluentConditions |
FluentWaitConditions.untilElement(com.google.common.base.Supplier<? extends FluentWebElement> element)
Get a conditions object used to wait for a condition on given element.
|
FluentConditions |
FluentWait.untilElement(com.google.common.base.Supplier<? extends FluentWebElement> element) |
FluentListConditions |
FluentWaitElementList.untilElements(com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> selector) |
FluentListConditions |
FluentWaitElement.untilElements(com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> selector) |
FluentListConditions |
FluentWaitConditions.untilElements(com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elements)
Get a conditions object used to wait for a condition on given elements.
|
FluentListConditions |
FluentWait.untilElements(com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elements) |
| Constructor and Description |
|---|
FluentWaitElement(FluentWait controlWait,
FluentWebElement element)
Creates a new fluent wait for a given element.
|
| Constructor and Description |
|---|
FluentWaitElementList(FluentWait controlWait,
List<? extends FluentWebElement> elements)
Creates a new fluent wait for a given elements.
|
Copyright © 2016 FluentLenium. All Rights Reserved.