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
Thx for the great repo first.
I want to use the package to start a long-running Chrome instance, but as the README of
chromedpsaid:It seems like
chromedp-undetecteddoes not supportRemoteAllocator, any suggestions for this? I would like to help to achieve this if possible