cproto:适用于Python的Chrome调试客户端

时间:2024-02-20 23:13:04
【文件属性】:

文件名称:cproto:适用于Python的Chrome调试客户端

文件大小:96KB

文件格式:ZIP

更新时间:2024-02-20 23:13:04

python docker debugging chrome protocol

CProto CProto是一个调试协议客户端,支持基于Chrome,Chromium和Blink的浏览器。 CProto为您提供了高级界面,可通过您的Python代码与Chrome(或其他受支持的浏览器)实例进行交互。 对于自动化测试,调试,概要分析甚至复杂的页面爬网,它非常有用。 该项目正在开发中。 更多更新即将推出。 入门 安装CProto Python 2.7版或3.3+需要安装CProto。 使用pip安装最新版本: $ pip install cproto 在调试模式下运行Chrome 选项1:也在Headless模式下 。 选项2:在主机上运行Chrome: # «chrome» should point to your installation of Chrome chrome --remote-debugging-port=9222 " about:blank " # If you haven't created alias for Chrome yet, you could set it on MacOS like that: # For Chrom


【文件预览】:
cproto-master
----MANIFEST.in(39B)
----requirements()
--------packaging.txt(13B)
--------testing.txt(32B)
--------codestyle.txt(14B)
--------development.txt(25B)
----docker-entrypoint.sh(171B)
----Dockerfile(592B)
----requirements.txt(120B)
----examples()
--------__init__.py(0B)
--------screenshot.py(386B)
----tox.ini(217B)
----LICENSE(1KB)
----tools()
--------upgrade_protocol.py(601B)
----cproto()
--------domains()
--------core()
--------__init__.py(40B)
--------resources()
----setup.cfg(26B)
----setup.py(1KB)
----README.md(3KB)
----tests()
--------test_events.py(706B)
--------test_methods.py(389B)
--------__init__.py(0B)
--------test_connection.py(231B)
----.gitignore(92B)

网友评论