Skip to content

Upgrade proxy extension for Manifest V3 compatibility #3517

Closed
@mdmintz

Description

@mdmintz

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):

  1. Direct Python formats (Eg. SB() / Driver())
proxy="user:pass@host:port"
  1. pytest format for BaseCase tests:
--proxy="user:pass@host:port"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions