undetected-chromedriver icon indicating copy to clipboard operation
undetected-chromedriver copied to clipboard

Feature Request

Open rymurph20 opened this issue 2 years ago • 1 comments

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.

rymurph20 avatar Jul 04 '22 16:07 rymurph20

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.

celoranta avatar Aug 04 '22 09:08 celoranta