| Package | Description |
|---|---|
| org.fluentlenium.core.conditions |
| Modifier and Type | Class and Description |
|---|---|
class |
StringConditionsImpl
Conditions for string
|
class |
StringListConditionsImpl
Conditions for list of string.
|
| Modifier and Type | Method and Description |
|---|---|
StringConditions |
WebElementConditions.attribute(String name) |
StringConditions |
FluentConditions.attribute(String name)
Check conditions on the given attribute the attribute has the given value.
|
StringConditions |
AbstractFluentListConditions.attribute(String name) |
StringConditions |
WebElementConditions.id() |
StringConditions |
FluentConditions.id()
Check conditions on this element id.
|
StringConditions |
AbstractFluentListConditions.id() |
StringConditions |
WebElementConditions.name() |
StringConditions |
FluentConditions.name()
Check conditions on this element name.
|
StringConditions |
AbstractFluentListConditions.name() |
StringConditions |
StringConditions.not() |
StringConditions |
WebElementConditions.tagName() |
StringConditions |
FluentConditions.tagName()
Check conditions on this element tagName.
|
StringConditions |
AbstractFluentListConditions.tagName() |
StringConditions |
WebElementConditions.text() |
StringConditions |
FluentConditions.text()
Check conditions on this element text.
|
StringConditions |
AbstractFluentListConditions.text() |
StringConditions |
WebElementConditions.textContent() |
StringConditions |
FluentConditions.textContent()
Check conditions on this element text content.
|
StringConditions |
AbstractFluentListConditions.textContent() |
StringConditions |
WebElementConditions.value() |
StringConditions |
FluentConditions.value()
Check conditions on this element value.
|
StringConditions |
AbstractFluentListConditions.value() |
| Constructor and Description |
|---|
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
|
Copyright © 2016 FluentLenium. All Rights Reserved.