我正在尝试用Python和Selenium运行一个脚本,打开一个Chromium上的网站。我已经安装了GoogleChrome和Chromium。当我运行脚本时,Python/Selenium会打开GoogleChrome,即使它指定了Chromium二进制文件。有什么帮助吗?我的代码: from selenium import <
我是新来的,对编程也很陌生。我在试着跑: wd = wd.Chrome()
wd.implicity_wait(10) 但是我一直收到这样的错误: AttributeError: 'WebDriver' object has noattribute 'Chrome' Here's a picture of what I have so far 有人能帮我吗。