isNotVisible top-level property
Matcher
isNotVisible
getter/setter pair
A matcher that checks if PageLoaderElement/PageObject is not visible.
Implementation
Matcher isNotVisible = isNot(isVisible);