我已按照here中提及的所有步骤进行操作 安装并运行selelnium python绑定,最后在运行selenium之后我收到了消息 信息 - RemoteWebDriver实例应连接到:http://127.0.0.1:4444/wd/hub,如文档中所述 但是当我去python控制台并输入
时 >>> from selenium import webdrive
我收到错误:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name webdrive