1.selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH.
这个问题是我下载下来chromedriver后不知道在哪里安装扩展程序,其实只要将它放到运行环境中就可以,linux系统一般情况下放在在/usr/local/bin下,如果你是windows找到你的运行环境
2.selenium.common.exceptions.WebDriverException: Message: unknown error: cannot focus element
这个问题我是出在在搜索框输入关键词,搜索后得到对应内容。这个一定要取到input标签才可以输入要输入的关键词。
3. selenium 使用的经验告诉我,前面取加载的页面内容后,后面显示的页面html才会有