-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
enhancementMaking things betterMaking things better
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"
Metadata
Metadata
Assignees
Labels
enhancementMaking things betterMaking things better