Tag: Visibility

Checking element visibility might seem simple, “It’s just on the page!”. However, there are several issues with visibility checks. Why do we even need visibility checks? While it may seem trivial, let’s discuss why visibility checks are needed. You might want to check that something is visible or invisible before performing an action (an explicit…