selenium-wire icon indicating copy to clipboard operation
selenium-wire copied to clipboard

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.

Results 169 selenium-wire issues
Sort by recently updated
recently updated
newest added

Python 3.10.5 Selenium 4.3.0 Seleniumwire 4.6.5 geckodriver 0.31.0 Firefox 91.11.0esr (64-bit) IDE VSCode 1.70.1 I'm getting a very strange behaviour while running my code in a python runtime and at...

Hi, When I use normal undetected chrome driver works ! but when I use with selenium wire, its detected. Thanks

When User1 starts script with seleniumwire, /tmp/.seleniumwire is created with his ownership, which results in inability for User2, 3, ... UserN to use seleniumwire at all PermissionError: [Errno 13] Permission...

https://github.com/wkeeling/selenium-wire/issues/736

https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

I'm using selenium wire in my project. I'm writing flows to log in to aws and gcp portals.. my flows works good but when I enter to aws/gcp portal I...

I have python 3.9 installed in a virtual environment. My virtual environment contains the following libraries: seleniumwire undetected_chromedriver I have also installed the certificate ca.ctr in my virtual environment root...

**Problem behavior**: The dynamic switching of upstream proxy is properly functioning without the flag '`--ignore-certificate-error`' for a driver instantiation. I simply use `driver.proxy = {'http': 'new_proxy'}`, and the next `driver.get()`...

Added the control over the request_interceptor callable parameter, as the already added in the response interceptor setter.

Hey, I am currently in progress of switching from main Selenium to Selenium Wire to start using proxies for scraping activities. Now everything works fine and as expected, except websites...