Skip to content

JacobNg1/SeleniumUseChrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

方便使用chrome自动化脚本

pip安装

pip install git+https://github.com/JacobNg1/SeleniumUseChrome.git #以包的形式安装
from SeleniumUseChrome.actions import ChromeWindows, CHROME_FILE_PATH
CHROME_FILE_PATH = r'../Chrome/AutomationProfile' #指定Chrome配置文件路径

webdriver下载地址

#旧版本
http://chromedriver.storage.googleapis.com/index.html 

#开发版
https://googlechromelabs.github.io/chrome-for-testing/#stable

下载完成后放到webdriver路径或者放到python的script目录

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages