browser.minimize_window()
when it is not minimized, it can locate elements and download the file I want. but when I minimize it, it fails. why? How can I minimize it and still run the script successfully?
browser.minimize_window()
when it is not minimized, it can locate elements and download the file I want. but when I minimize it, it fails. why? How can I minimize it and still run the script successfully?