上传者: 38722164
|
上传时间: 2021-12-18 16:56:41
|
文件大小: 542KB
|
文件类型: -
Chrome
适用于Google Chrome开发者协议的Python软件包,
目录
安装
要安装pychrome,只需:
$ pip install -U pychrome
或从GitHub:
$ pip install -U git+https://github.com/fate0/pychrome.git
或从来源:
$ python setup.py install
设定Chrome
只是:
$ google-chrome --remote-debugging-port=9222
或无头模式(Chrome版本> = 59):
$ google-chrome --headless --disable-gpu --remote-debugging-port=9222
或使用docker:
$ docker pull fate0/headless-chrome
$ docker run -it --rm --cap-add=SYS_ADMIN -p9222:9222 fate0/headless-chrome
入门
import pychrome
# create a