Closed
Description
Upgrade proxy extension for Manifest V3 compatibility
A Chrome extension is used to handle proxy with authentication. That's currently using Manifest V2. It should be upgraded to support the newer Manifest V3 format.
To use an authenticated proxy, set one of the following options (depending on the SeleniumBase format):
- Direct Python formats (Eg.
SB()
/Driver()
)
proxy="user:pass@host:port"
pytest
format forBaseCase
tests:
--proxy="user:pass@host:port"