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
4.45k stars 908 forks source link

UC mode and proxy #2820

Closed kitsune0n closed 1 month ago

kitsune0n commented 1 month ago

when using uc=True, proxy=proxy_string proxy in format username:password@ip:port have this popup Screenshot 2024-06-02 021258 butt if i check proxy in this session by google, it works

mdmintz commented 1 month ago

UC Mode and Proxy Mode together is working for me. By the looks of it, you're trying to use it on a Chrome Extension page (chrome-extension://). UC Mode must be used on a URL that starts with either http or https. The proxy settings are set via a standalone Chrome extension. There's already a lot of info in the SeleniumBase docs regarding UC Mode and proxies.