chrome-spider


License
MIT
Install
pip install chrome-spider==0.0.4

Documentation

chrome-spider

only for mac

1. 安装

pip3 install chrome-spider

2. 基本的使用

基于 selenium 封装了一些常用的配置,快速启动

from chrome_spider import Spider

spider = Spider()
driver = spider.get_driver()
driver.get("https://baidu.com")