I have placed launch browser under init method of a class A
def __init__(self):
browser = launch syntax
and another method2 I have some operation to perform
I want to call method2 after initiating object for class A but after creating an Object of class browser is getting closed. How to stop closing the browser in sync mode??