stopped selenium at end
This commit is contained in:
@@ -323,6 +323,12 @@ class AutomationMassHealth:
|
|||||||
"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()
|
||||||
print("Reaching Site :", url)
|
print("Reaching Site :", url)
|
||||||
|
|||||||
Reference in New Issue
Block a user