Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'switch_to.alert' instead of deprecated 'switch_to_alert' (#675)
``` === warnings summary ===================================================== .../splinter/driver/webdriver/__init__.py:305: DeprecationWarning: use driver.switch_to.alert instead return AlertElement(self.driver.switch_to_alert()) ======================================================================= ``` See the docs: https://selenium-python.readthedocs.io/api.html?highlight=switch_to#selenium.webdriver.remote.webdriver.WebDriver.switch_to_alert
- Loading branch information