English, asked by selva6813, 1 year ago

Which command is used to get the alert box

Answers

Answered by Anonymous
1

Explanation:

The most shared Selenium IDE commands used in handling alerts are: assertAlert assertNotAlert. Selinium alert: Webdriver offers the capability to cope with javascript alerts using Alerts. Alert alert = driver.switchTo().alert(); Alert is an interface

Similar questions