You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 for BaseCase tests:
--proxy="user:pass@host:port"
The text was updated successfully, but these errors were encountered:
mdmintz
changed the title
The proxy extension should be upgraded for Manifest V3 compatibility
Upgrade proxy extension for Manifest V3 compatibility
Feb 13, 2025
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):
SB()
/Driver()
)pytest
format forBaseCase
tests:--proxy="user:pass@host:port"
The text was updated successfully, but these errors were encountered: