[🐛 Bug]: Selenium interception Response body is getting mocked but not response code #15422
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
C-rb
Ruby Bindings
I-defect
Something is not working as intended
What happened?
driver.intercept do |request, &continue|
end
can perfectly replace the response body but not the response code.
With the code below, I can get the intercepted body, but the response code is still 404 (I hope it to be 200)
How can we reproduce the issue?
Relevant log output
Operating System
Mac
Selenium version
4.10
What are the browser(s) and version(s) where you see this issue?
chrome133
What are the browser driver(s) and version(s) where you see this issue?
chromedriver133
Are you using Selenium Grid?
NO
The text was updated successfully, but these errors were encountered: