Most browser tests are described as sequences of actions: open a page; click a control; enter some text; submit; verify the result. That description makes automation sound straightforward. In real applications, however, the difficult part is rarely the click.

Source: [Dev.to](https://dev.to/orbitpickle307/why-reliable-browser-testing-is-mostly-about-state-not-clicking-39h8)

Sponsored