How to maximize browser window with Python-Behave?
Hello Dipen,
To maximize the window, you can add the syntax below:
driver.maximize_window()
How to maximize browser window with Python-Behave?
Hello Dipen,
To maximize the window, you can add the syntax below:
driver.maximize_window()