Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade proxy extension for Manifest V3 compatibility #3517

Closed
mdmintz opened this issue Feb 13, 2025 · 2 comments · Fixed by #3519
Closed

Upgrade proxy extension for Manifest V3 compatibility #3517

mdmintz opened this issue Feb 13, 2025 · 2 comments · Fixed by #3519
Assignees
Labels
enhancement Making things better

Comments

@mdmintz
Copy link
Member

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

  1. Direct Python formats (Eg. SB() / Driver())
proxy="user:pass@host:port"
  1. pytest format for BaseCase tests:
--proxy="user:pass@host:port"
@mdmintz mdmintz added the enhancement Making things better label Feb 13, 2025
@mdmintz mdmintz changed the title The proxy extension should be upgraded for Manifest V3 compatibility Upgrade proxy extension for Manifest V3 compatibility Feb 13, 2025
@mdmintz mdmintz self-assigned this Feb 13, 2025
@mdmintz
Copy link
Member Author

mdmintz commented Feb 13, 2025

@ismailbz
Copy link

Thank you so much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Making things better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants