我在 Firefox 中收到“安全警告”弹出框。
我使用 Python 和 Selenium
driver.switch_to().alert().accept()
TypeError: 'SwitchTo' object is not callable
有什么建议么?
我在 Firefox 中收到“安全警告”弹出框。
我使用 Python 和 Selenium
driver.switch_to().alert().accept()
TypeError: 'SwitchTo' object is not callable
有什么建议么?