| Package | Description |
|---|---|
| org.fluentlenium.assertj | |
| org.fluentlenium.assertj.custom |
| Modifier and Type | Method and Description |
|---|---|
static FluentWebElementAssert |
FluentLeniumAssertions.assertThat(FluentWebElement actual)
Perform assertions on element.
|
| Modifier and Type | Method and Description |
|---|---|
FluentWebElementAssert |
FluentWebElementAssert.hasClass(String classToFind)
check if the element has the class
|
FluentWebElementAssert |
FluentWebElementAssert.hasId(String idToFind)
check if the element has the given id
|
FluentWebElementAssert |
FluentWebElementAssert.hasNotText(String textToFind)
check if the element does not contain the text
|
FluentWebElementAssert |
FluentWebElementAssert.hasText(String textToFind)
check if the element contains the text
|
FluentWebElementAssert |
FluentWebElementAssert.hasTextMatching(String regexToBeMatched)
check if the element matches the given regex
|
FluentWebElementAssert |
FluentWebElementAssert.isDisplayed()
check if the element is displayed
|
FluentWebElementAssert |
FluentWebElementAssert.isEnabled()
check if the element is enabled
|
FluentWebElementAssert |
FluentWebElementAssert.isNotDisplayed()
check if the element is not displayed
|
FluentWebElementAssert |
FluentWebElementAssert.isNotEnabled()
check if the element is not enabled
|
FluentWebElementAssert |
FluentWebElementAssert.isNotSelected()
check if the element is not selected
|
FluentWebElementAssert |
FluentWebElementAssert.isSelected()
check if the element is selected
|
Copyright © 2016 FluentLenium. All Rights Reserved.