chromedp-undetected
chromedp-undetected copied to clipboard
Support RemoteAllocator
Thx for the great repo first.
I want to use the package to start a long-running Chrome instance, but as the README of chromedp
said:
On Linux, chromedp is configured to avoid leaking resources by force-killing any started Chrome child processes. If you need to launch a long-running Chrome instance, manually start Chrome and connect using RemoteAllocator.
It seems like chromedp-undetected
does not support RemoteAllocator
, any suggestions for this? I would like to help to achieve this if possible