isDisplayed top-level constant
Matcher
const isDisplayed
A matcher that checks if a PageLoaderElement/PageObject is displayed based on "display" style.
Implementation
const Matcher isDisplayed = _IsDisplayed();