python how to check if selenium webdriver is minimized
the problem is i don’t know how to check if browser has minimized, so how to check if browser is minimized on selenium (python)? i have tried this code: driver.get_window_size() but it will return browser size before minimized, and also i have read this question but there is no driver.manage() attribute, you can help me… Read More python how to check if selenium webdriver is minimized