Capturing the elusive moments of certain page elements' lifetimes is a fascinating task. These elements often appear and disappear on the page without leaving a trace, making it difficult to know if they ever existed. Before performing any operations on these elements, it's essential to determine their current state. This judgment can also be used for assertions. There are common methods for checking element states, such as using the page object's methods. In this article, we will explore these methods and learn how to refine our understanding of element operations.