Which command is used to get the alert box
Answers
Answered by
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