Skip to content

Commit d7ef385

Browse files
author
bajins
committed
去除判断驱动是否存在
1 parent f519371 commit d7ef385

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyutils/HttpUtil.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ def selenium_driver(url):
155155
:param url:
156156
:return:
157157
"""
158-
path="./pyutils/chromedriver.exe"
159-
160-
if not os.path.exists(path):
161-
download_taobao_chromedriver()
162158

163159
# chrome选项
164160
options = webdriver.ChromeOptions()

0 commit comments

Comments
 (0)