seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.

Home Page:https://seleniumbase.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UC mode and proxy

kitsune0n opened this issue · comments

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

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.