| Package | Description |
|---|---|
| org.fluentlenium.core.conditions | |
| org.fluentlenium.core.conditions.wait | |
| org.fluentlenium.core.domain | |
| org.fluentlenium.core.wait |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FluentListConditions
Conditions API for list of elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFluentListConditions
Abstract class conditions on list of elements.
|
class |
AtLeastOneElementConditions
Conditions for list of elements, matching when at least one element of the list matches.
|
class |
EachElementConditions
Conditions for list of elements, matching when each element matches.
|
class |
WebElementConditions
Fluent object to handle
ExpectedConditions on FluentWebElement in fluentlenium API. |
| Modifier and Type | Method and Description |
|---|---|
FluentConditions |
FluentConditions.not()
Negates this condition object.
|
| Modifier and Type | Method and Description |
|---|---|
static FluentConditions |
WaitConditionProxy.element(FluentWait wait,
String context,
com.google.common.base.Supplier<? extends FluentWebElement> elementSupplier)
Build a wait proxy.
|
| Modifier and Type | Method and Description |
|---|---|
FluentConditions |
FluentWebElement.conditions()
Get a conditions object used to verify condition on this element.
|
| Modifier and Type | Method and Description |
|---|---|
FluentConditions |
FluentWaitElementList.until()
Get a conditions object used to wait for condition on current elements.
|
FluentConditions |
FluentWaitElement.until()
Get a conditions object used to wait for condition on current element.
|
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) |
FluentConditions |
FluentWaitElementList.untilEach()
Get a conditions object used to wait for condition on current 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) |
Copyright © 2016 FluentLenium. All Rights Reserved.