python-cdp icon indicating copy to clipboard operation
python-cdp copied to clipboard

Python client and types generator for the Chrome DevTools Protocol (CDP)

Results 14 python-cdp issues
Sort by recently updated
recently updated
newest added

Is there an option to properly handle experimental (and not optional) fields (that may or may not be present in implementation as far as I understand that correctly)? Currently it...

Hi, All the python classes have the `from_json` method. The ones that represent CDP data types also have a `to_json` method, but the events don't have. I would like a...

We need to abstract event-loop dependent features so we can reuse common code between asyncio and twisted clients.

Website detecting page.enable() Any solution?

Looking through pypi.org, I stumbled upon this package: https://pypi.org/project/python-recentx/ Which seems to contain a copy of this project (python-cdp) under a different name. It looks suspicious to me. Is that...

Hello, I'm experimenting with this library and I'm trying to use the `aiohttp-jinja2` package alongside it but the strict version locks make pip deny the installation. ``` ERROR: pip's dependency...

Ran `./update-cdp.sh 7daeda385d1914e200b7891ec7878af608f54b0c`, from https://github.com/ChromeDevTools/devtools-protocol/commit/7daeda385d1914e200b7891ec7878af608f54b0c

In Chrome 128 cdp.dom.get_document() freezes when network.enable().