Skip to content

Commit 155cad5

Browse files
authored
Merge pull request jackfrued#27 from royaso/patch-2
补上Selenium官网地址 https://www.seleniumhq.org
2 parents ff4912b + 4611a38 commit 155cad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Day66-75/05.解析动态内容.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ if __name__ == '__main__':
7373
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
7474
```
7575

76-
为了解决上面的问题,可以到Selenium的[官方网站]()找到浏览器驱动的下载链接并下载需要的驱动,在Linux或macOS系统下可以通过下面的命令来设置PATH环境变量,Windows下配置环境变量也非常简单,不清楚的可以自行了解。
76+
为了解决上面的问题,可以到Selenium的[官方网站](https://www.seleniumhq.org)找到浏览器驱动的下载链接并下载需要的驱动,在Linux或macOS系统下可以通过下面的命令来设置PATH环境变量,Windows下配置环境变量也非常简单,不清楚的可以自行了解。
7777

7878
```Shell
7979
export PATH=$PATH:/Users/Hao/Downloads/Tools/chromedriver/
8080
```
8181

82-
其中`/Users/Hao/Downloads/Tools/chromedriver/ `就是chromedriver所在的路径。
82+
其中`/Users/Hao/Downloads/Tools/chromedriver/ `就是chromedriver所在的路径。

0 commit comments

Comments
 (0)