flask
This commit is contained in:
@@ -2,7 +2,7 @@ from selenium.webdriver import Chrome, Keys
|
||||
from selenium.webdriver.common.by import By
|
||||
import time
|
||||
|
||||
chrom_dirverpath = 'C:\Users\zy187\IdeaProjects\python\venv\Scripts\chromedriver.exe'
|
||||
chrom_dirverpath = r'C:\Users\zy187\IdeaProjects\python\venv\Scripts\chromedriver.exe'
|
||||
web = Chrome(chromedriver_path=chrom_dirverpath)
|
||||
|
||||
# web.get('http://lagou.com')
|
||||
|
||||
Reference in New Issue
Block a user