diff --git a/configs/config.py b/configs/config.py index 78a5090..bb4ca9b 100644 --- a/configs/config.py +++ b/configs/config.py @@ -210,6 +210,7 @@ class Config: def destroy_webdriver(self): if self.webdriver is not None and type(self.webdriver) != str: + self.webdriver.close() self.webdriver.quit() del self.webdriver