Im getting a 'security warning' popup box in Firefox.
Im using Python and Selenium
driver.switch_to().alert().accept()
TypeError: 'SwitchTo' object is not callable
Any suggestions?
Im getting a 'security warning' popup box in Firefox.
Im using Python and Selenium
driver.switch_to().alert().accept()
TypeError: 'SwitchTo' object is not callable
Any suggestions?
Copyright © 2021 Jogjafile Inc.
Here is the correct syntax:
Or:
Or: