Alerts
Dealing with standard alerts, prompts and confirmations is an important skill in test automation.
Scenario
- Record clicks on `Alert`, `Confirm` and `Prompt` buttons. Click `OK` to confirm, answer with non-default value to the prompt.
- Then execute your test to make sure that it passes completely without manual steps.
Playground