Is there a way to lower data usage in CDP mode? #3339
Replies: 2 comments
-
Need more info to see what you're doing. |
Beta Was this translation helpful? Give feedback.
-
Ok, I'll try to explain without confusing too much
I'm running this code in endless loop in a docker container. I'm facing two issues at the moment:
I figured out that adding user_data_dir to sb solves problem of data usage, but I'm not able to mount volume to my docker container (either mount volume or use docker managed one) so it can persist because chrome driver won't start with error: selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:57455 (starting docker container as sudo, folder had all required permissions, other volumes are working fine) |
Beta Was this translation helpful? Give feedback.
-
Hi, I can see that running CDP mode uses a lot of proxy data. Is there a way to use some caching logic to make it lower?
Beta Was this translation helpful? Give feedback.
All reactions