Easy locator: css action: click

Delayed Element

A button fetches `/api/delay` and reveals a result after a fixed delay — practice explicit waits instead of `sleep()`.

Clicking the button calls /api/delay, which waits ~2.5s server-side before responding. Use an explicit/fluent wait for the result element, not a hardcoded sleep().