isDisplayed function
Checks if a PageLoaderElement/PageObject is displayed based on "display" style.
Implementation
bool isDisplayed(item) =>
_rootElementOfAndRethrow(item, 'isDisplayed/isNotDisplayed').displayed;
Checks if a PageLoaderElement/PageObject is displayed based on "display" style.
bool isDisplayed(item) =>
_rootElementOfAndRethrow(item, 'isDisplayed/isNotDisplayed').displayed;