isHidden top-level constant
Matcher
const isHidden
A matcher that checks if a PageLoaderElement/PageObject is hidden.
Checks that the item's visibility is hidden or collapse.
Does not check whether the item has been hidden by other means, e.g., being
obscured by other elements.
Implementation
const Matcher isHidden = _IsHidden();