Heraldo
Heraldo
This solution is outdated, contact me on email [email protected] for a working solution
What would be the use case for that? The CDP command types have the `to_json()` method to serialize it to be sent to the chrome browser (on-wire format). The JSON...
You want to inject fake CDP events and test your listener behavior? Can't you just inject plain JSON objects and let pycdp parse it? Instead you can make the function...
No. `python-cdp` is not hosted in pypi yet.
Provide a test script.
How to set the content-type header @asvetlov ? by also passing the `headers` dict? I think a custom data payload is better ```python import orjson import aiohttp from aiohttp.payload import...
I had the same issue, I have ASDF which manages multiple python versions, to fix it I ran ``` PYTHON=/usr/bin/python3 ./autogen.sh ``` thanks @alediaferia
This bug makes cookies and localstorage be lost at every electron restart. Since the port randomly changes the server origin changes, thus Electron (aka chromium) won't load the persisted data.
What CDP backend you are using? Currently we test only against official Chrome.
@kour1er add a catch-all for the base `authlib_jose_errors.JoseError` so issues like #50 won't happen on new exception types from jose.