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 3f5515b commit fe0675dCopy full SHA for fe0675d
seleniumbase/fixtures/base_case.py
@@ -13039,7 +13039,11 @@ def __quit_all_drivers(self):
13039
if (
13040
not is_windows
13041
or self.browser == "ie"
13042
- or driver.service.process
+ or self.servername != "localhost"
13043
+ or (
13044
+ hasattr(driver, "service")
13045
+ and driver.service.process
13046
+ )
13047
):
13048
if not delay_driver_quit:
13049
driver.quit()
0 commit comments