Chromdriver being detected despite using UC mode on Ubuntu 20.04.5 LTS #2311
-
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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.