selenium-wire
selenium-wire copied to clipboard
Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
Opera is also Chromium based. Might be straight forward to add support for it. Is there anything that is in they way?
I'm currently working with a project using Selenium with Chromedriver in Python 3.8 which requires manipulating a page that takes a very long time to load. As such, I'm using...
Hi, When I try to catch the response immediately after a GET, I have often ("often" since it's always today and I don't remember it was the case yesterday, so...
Hi, I'm trying to use selenium-wire at my firm, but I must be setting something wrong, because the requests come back empty. Here below a test code that should return...
Hello - i try to run the module using the following code: ``` from seleniumwire import webdriver # Import from seleniumwire driver = webdriver.Chrome() driver.get('https://www.google.com') ``` But i get this...
Hello, First of all kudos for this great library. This is not a true issue rather than a question. I was wondering if there was the possibility of clearing the...
Hello :) every now and then I get this error information when I run selenium wire. ``` http/2 connection terminated by server: error code: 0, last stream id: 5, additional...
I have the issue that I get only when I use seleniumwire, but not in just selenium. But I need to use custom referer, so I use seleniumwire. Sometimes website...
Hi, I encounter a timing issue in the HAR file while using the proxy. In our case, we need to apply different proxies each time and then get the same...