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

Hello. I want to modify some requests on the fly, but I can't do it because interceptor does not work with debuggerAddress option. For example: I want to create a...

The above error problem is due to the higher version of Chrome requiring high privacy and security, so you just need to use Chrome or any low version browser, perhaps...

Hi im trying to use selenium-wire with the debuggerAddress option. Ive read: - https://github.com/wkeeling/selenium-wire/issues/277 - https://github.com/wkeeling/selenium-wire/issues/201 but i keep running with the same problem: code: `chrome_driver = resp["data"]["webdriver"]` `port =...

Hi, Using MSEdgedriver 119.0.2151.58, driver.requests returns only an empty list after using the click() or get() methods to access a url. I am presently using selenium 4.15.2 and selenium-wire 5.1.0....

Some versions of Python to do not ship with pkg_resources. Backport of mitmproxy/mitmproxy#5403

I'm trying to use [Selenium Grid in Docker](https://github.com/SeleniumHQ/docker-selenium) with selenium-wire but unfortunately, it doesn't work. It works with the general Selenium library though: ```python from selenium import webdriver driver =...

Hello, I'm trying to use webdriver.Remote with selenium-wire to create an instance of browserless, but I keep getting this error _TypeError: WebDriver.__init__() got an unexpected keyword argument 'desired_capabilities'_ Here's my...

I'm using Wire+Undetected ChromeDriver and I need to use a PFX certificate in a website. But using this combo I don't get the popup to choose which certificate to use....

1.Using selenium-wire to load the url will automatically skip the selection certificate pop-up box, and the failure to select the certificate will cause the subsequent process to be abnormal. 2.If...

Hello, Currently, the HAR file is captured all traffic data. Could you enable an option to only limit to header and request without body?