testing library
For testing on PageLoaderElement.
Constants
- exists → const Matcher
- A matcher that checks if a PageLoaderElement/PageObject exists.
- isDisplayed → const Matcher
- A matcher that checks if a PageLoaderElement/PageObject is displayed based on "display" style.
- isFocused → const Matcher
- A matcher that checks if PageLoaderElement/PageObject is focused.
- isHidden → const Matcher
- A matcher that checks if a PageLoaderElement/PageObject is hidden.
- isVisible → const Matcher
- A matcher that checks if PageLoaderElement/PageObject is visible.
- notExists → const Matcher
- A matcher that checks if a PageLoaderElement/PageObject does not exist.
Properties
- isNotDisplayed ↔ Matcher
-
A matcher that checks if a PageLoaderElement/PageObject is not displayed
based on "display" style.
getter/setter pair
- isNotFocused ↔ Matcher
-
A matcher that checks if PageLoaderElement/PageObject is not focused.
getter/setter pair
- isNotHidden ↔ Matcher
-
A matcher that checks if a PageLoaderElement/PageObject is not hidden.
getter/setter pair
- isNotVisible ↔ Matcher
-
A matcher that checks if PageLoaderElement/PageObject is not visible.
getter/setter pair
Functions
-
hasClass(
String className) → Matcher - A matcher that checks if a PageLoaderElement/PageObject contains given class.
-
hasInnerText(
dynamic matcher) → Matcher - A matcher that matches the given matcher against an element's inner text.