We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d75b1 commit 6dc05d3Copy full SHA for 6dc05d3
modules/selenium/src/main/java/org/testcontainers/containers/BrowserWebDriverContainer.java
@@ -318,6 +318,7 @@ public void stop() {
318
} catch (Exception e) {
319
LOGGER.debug("Failed to quit the driver", e);
320
}
321
+ driver = null;
322
323
324
if (vncRecordingContainer != null) {
@@ -326,6 +327,7 @@ public void stop() {
326
327
328
LOGGER.debug("Failed to stop vncRecordingContainer", e);
329
330
+ vncRecordingContainer = null;
331
332
333
super.stop();
0 commit comments