cdp mode not working on remote desktop #3391
Answered
by
mdmintz
IndrajeethY
asked this question in
Q&A
|
is there any reason why cdp mode isnt working on my remote desktop instance it's an azure remote desktop, everything was working fine before 4days all of suddent the captcha is not getting clicked out automatically https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_gitlab.py this is the code i tried to reproduce it works fine on my local laptop but not on remote desktop like since 2days i tried changing server too, still same issue |
Answered by
mdmintz
Jan 6, 2025
Replies: 1 comment 3 replies
|
Duplicate of #3213 (comment). UC Mode won't work via Remote Desktop Connection because Related |
3 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate of #3213 (comment).
UC Mode won't work via Remote Desktop Connection because
PyAutoGUIis needed for clicking CAPTCHAs (andPyAutoGUIhas problems on RDP).Related
PyAutoGUIissues: