Checks if a PageLoaderElement/PageObject is not visible.
bool isNotVisible(item) => !isVisible(item);