[🐛 Bug]: [bidi] Chrome is closing after opening Developer Tools #15679
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
B-devtools
Includes everything BiDi or Chrome DevTools related
C-java
Java Bindings
D-chrome
I-defect
Something is not working as intended
OS-windows
Description
System.out.println
Browser gets closed automatically
It is reproducing with/without Selenium Grid, on Windows and Mac.
Using Chrome version 136.0.7103.49
If
options.enableBiDi();
is commented, issue is not reproducing.If
is commented, issue is not reproducing with BiDi enabled.
Once
driver.switchTo().window(newWindowHandle).close();
is executed, opening Developer Tools will cause browser to close.Reproducible Code
Debugging Logs
The text was updated successfully, but these errors were encountered: