标签: python selenium
我已经成功使用selenium模块使用Python打开了一个新的Firefox窗口。
但是当我执行时:
browser.get(r'path to any website')
其中“浏览器”是先前定义的“ webdriver.Firefox()”命令,我总是会得到标题中的错误。
我正在使用Windows 10和最新版本的Python,Selenium和geckodriver
非常感谢