ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.93k stars 1.16k forks source link

Selenoid usage #988

Open r1dddy4sv opened 1 year ago

r1dddy4sv commented 1 year ago

Trying to use UC with selenoid

by default it is driver=webdriver.Remote( command_executor="http://localhost:4444/wd/hub", desired_capabilities=capabilities,options=options)

actually just trying to run the selenium script on Linux VPS. Thanks in advance

Anticope12 commented 1 year ago

Hi @r1dddy4sv , have you tried to use the docker image and build selenoid image ?

Anticope12 commented 1 year ago

Hi @r1dddy4sv , Just checking in if you had the chance to find a fix ?

navin-hariharan commented 1 year ago

Hey! If you guys managed to find something please let me know!

RouR commented 1 year ago

Check this - https://github.com/aerokube/selenoid/issues/1226

Anticope12 commented 1 year ago

Hi @RouR , Just seeing your work on the too cases, great work cos I gave up a year ago.

Where you able to get a solution for it ? As I was not able to understand the patching part. I have seen a comment from the Vaan on the other thread regarding the use of port 4444

RouR commented 1 year ago

I could not finish

Anticope12 commented 1 year ago

Hi @RouR , Just finished a few projects and I'm looking into this. Any thoughts on were you are at?

RouR commented 1 year ago

no progress is not actual for me at this moment

iamumairayub commented 10 months ago

@RouR I was able to create patched chromedriver docker image and upload to Selenoid.

But of course there is some more work needed. See https://github.com/aerokube/selenoid/issues/1388