github seleniumbase/SeleniumBase v1.16.6
Add ability to run tests through a proxy server that requires authentication.

latest releases: v4.26.1, v4.26.0, v4.25.4...
5 years ago
  • Allow users to run tests through a proxy server that requires authentication (Chrome required)
  • Fix logging
  • Update requirements

Previously, users could run tests through a proxy server that doesn't require authentication (with Chrome or Firefox) by using:

pytest proxy_test.py --proxy=IP_ADDRESS:PORT

Now, users can run tests through a proxy server that does require authentication (with Chrome) by using:

pytest proxy_test.py --proxy=USERNAME:PASSWORD@IP_ADDRESS:PORT

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.