This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Get a reference to the alert using the following: | |
| alert = page.driver.browser.switch_to.alert | |
| // and then hit OK with | |
| page.driver.browser.switch_to.alert.accept | |
| // or dismiss it with |