We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cf7c7 commit 5450d7cCopy full SHA for 5450d7c
2 files changed
java/src/org/openqa/selenium/chromium/ChromiumDriver.java
@@ -276,7 +276,6 @@ public void deleteNetworkConditions() {
276
277
@Override
278
public void quit() {
279
- connection.ifPresent(Connection::close);
280
super.quit();
281
}
282
java/src/org/openqa/selenium/firefox/FirefoxDriver.java
@@ -320,9 +320,6 @@ public BiDi getBiDi() {
320
321
322
323
- if (connection != null) {
324
- connection.close();
325
- }
326
327
328
0 commit comments