Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled chromedriver is detected when used alone #2051

Open
AL-Kateb opened this issue Oct 21, 2024 · 1 comment
Open

Compiled chromedriver is detected when used alone #2051

AL-Kateb opened this issue Oct 21, 2024 · 1 comment

Comments

@AL-Kateb
Copy link

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

@AL-Kateb
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant