文件名称:chromeremote:Chrome远程开发者调试工具
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-05 13:40:35
testing debugging spider chrome-devtools automatic
Chrome遥控器 Chrome远程开发者调试工具。 支持: 方法回调。 事件回调。 螺纹的。 异步返回。 安装 使用点数: pip install chromeremote 下载此仓库并运行: pip install . 或python set.py install 来自git: pip install git+https://github.com/sadnoodles/chromeremote 这个逗号需要git.exe。 例子 首先使用chrome.exe --remote-debugging-port=9222启动Chrome(首先需要关闭所有现有的chrome窗口)。 然后使用以下示例运行示例: python example.py 。 这是有关如何使用回调的简单示例。 #!/usr/bin/env python # -*- coding: utf-8 -*
【文件预览】:
chromeremote-master
----tests.py(3KB)
----chromeremote.py(11KB)
----requirements.txt(28B)
----examples()
--------generator_example.py(2KB)
--------screenshot.py(2KB)
--------xssbot.py(2KB)
--------example.py(1KB)
----LICENSE(34KB)
----setup.cfg(39B)
----setup.py(780B)
----MANIFEST(82B)
----.gitignore(39B)
----readme.md(2KB)