[🐛 Bug]: Multiple Async/Fetch Errors Being Thrown when Trying to Transform Network Requests and Add Headers #11536
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
I-defect
Something is not working as intended
Uh oh!
There was an error while loading. Please reload this page.
What happened?
When trying to set up network interception using the NetworkRequestHandler, I am receiving multiple different errors being thrown as a website is loaded.
Errors include but are not limited to:
System.InvalidOperationException: A command response was not received: Fetch.getResponseBody
System.InvalidOperationException: There is already one outstanding 'SendAsync' call for this WebSocket instance. ReceiveAsync and SendAsync can be called simultaneously, but at most one outstanding operation for each of them is allowed at the same time.
How can we reproduce the issue?
Relevant log output
Operating System
Windows 11
Selenium version
.Net Framework 4.7.2 / Selenium WebDriver 4.7.0
What are the browser(s) and version(s) where you see this issue?
Chrome Latest (Version 108.0.5359.125)
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver using WebDriverManager and VersionResolveStrategy.MatchingBrowser
Are you using Selenium Grid?
N/A
The text was updated successfully, but these errors were encountered: