Uses of
Class
io.fluentlenium.assertj.custom.FluentWebElementAssert
-
Uses of FluentWebElementAssert in io.fluentlenium.assertj
Modifier and TypeMethodDescriptionstatic FluentWebElementAssert
FluentLeniumAssertions.assertThat
(FluentWebElement actual) Perform assertions on aFluentWebElement
. -
Uses of FluentWebElementAssert in io.fluentlenium.assertj.custom
Modifier and TypeMethodDescriptionFluentWebElementAssert.hasAttributeValue
(String attribute, String value) FluentWebElementAssert.hasClasses
(String... classesToFind) FluentWebElementAssert.hasDimension
(org.openqa.selenium.Dimension dimension) FluentWebElementAssert.hasNotAttribute
(String attribute) FluentWebElementAssert.hasNotClass
(String htmlClass) FluentWebElementAssert.hasNotClasses
(String... classesToFind) FluentWebElementAssert.hasNotText
(String textToFind) FluentWebElementAssert.hasNotTextContaining
(String textToFind) FluentWebElementAssert.hasTagName
(String tagName) FluentWebElementAssert.hasTextContaining
(String text) FluentWebElementAssert.hasTextMatching
(String regexToBeMatched) ElementStateAssert.isClickable()
Checks if the element is clickable.FluentWebElementAssert.isClickable()
ElementStateAssert.isDisplayed()
Checks if the element is displayed.FluentWebElementAssert.isDisplayed()
ElementStateAssert.isEnabled()
Checks if the element is enabled.FluentWebElementAssert.isEnabled()
ElementStateAssert.isNotClickable()
Checks if the element is not clickable.FluentWebElementAssert.isNotClickable()
ElementStateAssert.isNotDisplayed()
Checks if the element is not displayed.FluentWebElementAssert.isNotDisplayed()
ElementStateAssert.isNotEnabled()
Checks if the element is not enabled.FluentWebElementAssert.isNotEnabled()
ElementStateAssert.isNotPresent()
Checks if the element is not present.FluentWebElementAssert.isNotPresent()
ElementStateAssert.isNotSelected()
Checks if the element is not selected.FluentWebElementAssert.isNotSelected()
ElementStateAssert.isPresent()
Checks if the element is present.FluentWebElementAssert.isPresent()
ElementStateAssert.isSelected()
Checks if the element is selected.FluentWebElementAssert.isSelected()