isNotHidden function
Checks if PageLoaderElement/PageObject is not hidden based on "visibility" style.
Implementation
bool isNotHidden(item) => !isHidden(item);
Checks if PageLoaderElement/PageObject is not hidden based on "visibility" style.
bool isNotHidden(item) => !isHidden(item);