You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to use the compiled version undetected_chromedriver.exe with Selenium and I also tried using it by itself, and in both cases it was detected, only when I run the session using undetected_chromedriver python library
Is it supposed to work? Or is your library modifying the binary at runtime? If so then how can I use it with Selenium? I tried driver = uc.Chrome(port=4444) and then tried connecting to that port and it did not work.
I know this may not qualify as an issue, but it's the only place I could ask for help on this.
Thanks
The text was updated successfully, but these errors were encountered:
Just to be clear, the reason I want to use the compiled chromedriver is that I already have a lot of routines, and I do not want to rewrite them all in Python, so I was hoping to use undetected_chromedriver.exe with existing routines, but unfortunately, while it worked just fine, it was still detected.
Hello, I'm trying to use the compiled version undetected_chromedriver.exe with Selenium and I also tried using it by itself, and in both cases it was detected, only when I run the session using undetected_chromedriver python library
Is it supposed to work? Or is your library modifying the binary at runtime? If so then how can I use it with Selenium? I tried
driver = uc.Chrome(port=4444)
and then tried connecting to that port and it did not work.I know this may not qualify as an issue, but it's the only place I could ask for help on this.
Thanks
The text was updated successfully, but these errors were encountered: