So i'm using Selenium with Python to navigate through a website, and to click a button that opens a "Save as" window. How can i control that window ? I need to send a path first where the file should be saved and also to modify the name of the file, then to click "Save".
I think i cannot do this using Selenium because the "Save as" window that opens it is a system dialog window.
What tool or Python script should i use instead to accomplish what i need to do ? How to control a system dialog window using Python ?