undetected-chromedriver
undetected-chromedriver copied to clipboard
Feature Request
Not an issue per se but wanted to reiterate a feature request I've seen mentioned a few times. It would be great to support the "remote" feature that's offered in webdriver. I'm running UC in an xvfb display within a Docker container. It actually works decently but there's a lot going on and would love to be able to have a dedicated uc/chromedriver container just for the browser.
From what I've read, this would be difficult to achieve. UC actually patches the Chrome browser (I think?) which happens on the remote machine... not the local machine where UC is imported. I figure this would require a modified set of selenium docker images (or java/chrome tarballs?) as well as major overhauls to this repo?
Just trying to get a read on feasibility, as I'm looking for this feature too.