stopped selenium at end
This commit is contained in:
@@ -322,6 +322,12 @@ class AutomationMassHealth:
|
|||||||
"status": "error",
|
"status": "error",
|
||||||
"message": str(e),
|
"message": str(e),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
finally:
|
||||||
|
if self.driver:
|
||||||
|
self.driver.quit()
|
||||||
|
AutomationMassHealth.last_instance = None
|
||||||
|
|
||||||
|
|
||||||
def main_workflow_upto_step2(self, url):
|
def main_workflow_upto_step2(self, url):
|
||||||
self.config_driver()
|
self.config_driver()
|
||||||
|
|||||||
Reference in New Issue
Block a user