jwwq

Results 5 comments of jwwq

> is this possible? the returned objects are of type 'generator' you should pass this generator to send function (see pyCDP docs about commands and many examples in nodriver source...

You should register some handlers for network events. There is a 'network_monitor.py' example, also you can check out https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1832, there's a sample of working code there.

Thank you so much, man, for that fix! I'm really tired of the fact that parsing a few hundred pages completely drains memory. Today I've narrowed down the leak to...

I can confirm that the fix works like a charm! ![image](https://github.com/ultrafunkamsterdam/undetected-chromedriver/assets/27190939/824026a8-9e45-4da9-af35-17f73c7d8393)

I'm afraid this is only possible with a chrome extension that has access to the bookmark API.