Deploying SeleniumBase on ubuntu #3322
-
Hey, whenever I run this locally on my mac os; it works great. But the captcha verification fails whenever I turn on my VPN or test on my ubuntu server (aws ec2). Any help will be appreciated here, been trying to deploy this for a week now.
the handle submit button does this
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Tutorial Video 3 (https://www.youtube.com/watch?v=-EpZlhGWo9k) covered that on Linux you may need to use |
Beta Was this translation helpful? Give feedback.
Tutorial Video 3 (https://www.youtube.com/watch?v=-EpZlhGWo9k) covered that on Linux you may need to use
uc_gui_click_captcha()
instead ofuc_gui_handle_captcha()
to avoid detection.Tutorial Video 4 (https://www.youtube.com/watch?v=Mr90iQmNsKM) covered that AWS has a non-residential IP address range, (which makes your bot detectable), and provides a solution for getting past that. Video 4 also introduces the new CDP Mode, which is the successor to regular UC Mode.