Chromdriver being detected despite using UC mode on Ubuntu 20.04.5 LTS #2311
Answered
by
mdmintz
iamumairayub
asked this question in
Q&A
|
Here is my simple code where I am using SeleniumBase UC mode with a proxy. But somehow Chromedriver is being detected. Distributor ID: Ubuntu Python 3.10.7 seleniumbase.version |
Answered by
mdmintz
Nov 23, 2023
Replies: 1 comment
|
Your reconnect_time is too low. It takes several seconds to perform that check for that website. Also, this is similar to #2246 (reply in thread) where the automation framework wasn’t detected, but something else was. Maybe you’re using a bad proxy too. But for sure, you need a longer disconnect there. |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Your reconnect_time is too low. It takes several seconds to perform that check for that website.
Also, this is similar to #2246 (reply in thread) where the automation framework wasn’t detected, but something else was. Maybe you’re using a bad proxy too. But for sure, you need a longer disconnect there.