[🐛 Bug]: org.openqa.selenium.WebDriverException: java.io.IOException: Output closed
seen on calling devTools.createSession()
#1555
Labels
bug
Something isn't working
What happened?
I am upgrading from selenium 4.13 to 4.16.1 to stay in line with the browser version on my machine (I have no control over the version as its controlled by our organisation).
I am using BiDI/CDP Network Interception and it works alright in 4.13 but does not work in 4.16.1 and ends up giving the above error when
devTools.createSession()
or.createSessionIfThereIsNotOne()
is called. I am using Cucumber-Java8 as my Test Runner.My source code below:
Stacktrace:
What browsers and operating systems are you seeing the problem on?
Browser: Edge v120
OS: Windows 10
I haven't been able to check this on other browsers as they dont seem work with our Website under test, different issues with Chrome and Firefox.
The text was updated successfully, but these errors were encountered: