This commit is contained in:
z66
2025-09-03 11:19:03 +08:00
parent 584548d006
commit 2eeaa699c7
13 changed files with 347 additions and 1 deletions
@@ -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')