MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / stop_driver

Method stop_driver

py/conftest.py:486–490  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

484 time.sleep(self.DRIVER_START_INTERVAL)
485
486 def stop_driver(self):
487 driver_to_stop = self._driver
488 self._driver = None
489 if driver_to_stop is not None:
490 driver_to_stop.quit()
491
492
493@pytest.fixture

Callers 5

driverFunction · 0.95
test_profile_is_usedFunction · 0.95
ensure_valid_windowFunction · 0.80
finFunction · 0.80

Calls 1

quitMethod · 0.65

Tested by

no test coverage detected