isNotDisplayed top-level property
Matcher
isNotDisplayed
getter/setter pair
A matcher that checks if a PageLoaderElement/PageObject is not displayed based on "display" style.
Implementation
Matcher isNotDisplayed = isNot(isDisplayed);