public class WebElementStateAssert extends org.assertj.core.api.AbstractAssert<WebElementStateAssert,net.serenitybdd.core.pages.WebElementState>
| Constructor and Description |
|---|
WebElementStateAssert(net.serenitybdd.core.pages.WebElementState webElementState) |
| Modifier and Type | Method and Description |
|---|---|
static WebElementStateAssert |
assertThat(net.serenitybdd.core.pages.WebElementState actual) |
static WebElementStateAssert |
assertThatElement(net.serenitybdd.core.pages.WebElementState actual) |
WebElementStateAssert |
containsOnlyText(java.lang.String expectedText) |
WebElementStateAssert |
containsSelectOption(java.lang.String expectedOption) |
WebElementStateAssert |
containsText(java.lang.String expectedText) |
WebElementStateAssert |
containsValue(java.lang.String expectedValue) |
WebElementStateAssert |
hasFocus() |
WebElementStateAssert |
isClickable() |
WebElementStateAssert |
isCurrentlyEnabled() |
WebElementStateAssert |
isCurrentlyVisible() |
WebElementStateAssert |
isEnabled() |
WebElementStateAssert |
isNotVisible() |
WebElementStateAssert |
isPresent() |
WebElementStateAssert |
isSelected() |
WebElementStateAssert |
isVisible() |
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic WebElementStateAssert(net.serenitybdd.core.pages.WebElementState webElementState)
public static WebElementStateAssert assertThatElement(net.serenitybdd.core.pages.WebElementState actual)
public static WebElementStateAssert assertThat(net.serenitybdd.core.pages.WebElementState actual)
public WebElementStateAssert isVisible()
public WebElementStateAssert isEnabled()
public WebElementStateAssert isPresent()
public WebElementStateAssert isClickable()
public WebElementStateAssert isSelected()
public WebElementStateAssert isCurrentlyEnabled()
public WebElementStateAssert isNotVisible()
public WebElementStateAssert isCurrentlyVisible()
public WebElementStateAssert hasFocus()
public WebElementStateAssert containsText(java.lang.String expectedText)
public WebElementStateAssert containsValue(java.lang.String expectedValue)
public WebElementStateAssert containsOnlyText(java.lang.String expectedText)
public WebElementStateAssert containsSelectOption(java.lang.String expectedOption)