issue when run code in RDP or VPS while bypassing cloudflare (can't bypass capcha that appear after click on button) multiple iframe #3344
Akshay-Shingala
started this conversation in
General
Replies: 3 comments 2 replies
-
See #3213 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
-
I was able to run pyautogui in VNC by using Xvfb virtual display and assigning it to pyautogui: pyautogui._pyautogui_x11._display = Xlib.display.Display(display)
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I can't bypass Cloudflare on my Windows VPS, but I'm keeping the session open while using the script. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a website where I have to bypass Cloudflare two times: the first time when I load the website and the second time when I click on some button, then also one Cloudflare CAPTCHA opens, but I am not able to bypass both if I am using uc_gui_click_captcha to solve the first captcha I am not able to solve it a second time.
In VPS, I am using a proxy. using sb.uc_gui_click_captcha(), it can bypass first page but when it try to click on button
This Cloudflare checkbox appears, and I am not able to bypass it. If I run code locally (windows 11), it can bypass both checkboxes, but in VPS (windows 11), it creates an issue. Also, on the page, there are more than one iframe. Did this create an issue for solving the checkbox?
I want to run multiple windows simultaneously.
can any one help me?
Beta Was this translation helpful? Give feedback.
All reactions