commit
155cad5d17
|
@ -73,7 +73,7 @@ if __name__ == '__main__':
|
||||||
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
|
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
|
||||||
```
|
```
|
||||||
|
|
||||||
为了解决上面的问题,可以到Selenium的[官方网站]()找到浏览器驱动的下载链接并下载需要的驱动,在Linux或macOS系统下可以通过下面的命令来设置PATH环境变量,Windows下配置环境变量也非常简单,不清楚的可以自行了解。
|
为了解决上面的问题,可以到Selenium的[官方网站](https://www.seleniumhq.org)找到浏览器驱动的下载链接并下载需要的驱动,在Linux或macOS系统下可以通过下面的命令来设置PATH环境变量,Windows下配置环境变量也非常简单,不清楚的可以自行了解。
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
export PATH=$PATH:/Users/Hao/Downloads/Tools/chromedriver/
|
export PATH=$PATH:/Users/Hao/Downloads/Tools/chromedriver/
|
||||||
|
|
Loading…
Reference in New Issue