seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
5.33k stars 980 forks source link

How to run on Remote Desktop Connection #3213

Closed zing75blog closed 1 week ago

zing75blog commented 1 week ago

I have a script that requires bypassing CF captcha but currently I am using Windows RDP, when I close my RDP then pyAutoGUI will stop working. is there a solution? should I use another OS?

mdmintz commented 1 week ago

UC Mode (and PyAutoGUI) won't work on remote servers. Only the local machine.

zing75blog commented 1 week ago

what if using a Linux VPS will it work?

mdmintz commented 1 week ago

Linux VPS is fine. It works in GitHub Actions.