Tell me, please, how can you work with the following dialog box in the Python + Selenium bundle:
I need to select the Save as option and ideally also the address of the folder where to save to register. Tell me, please, how to solve such a problem, or at least where to find a solution. I saw the swith_to_alert method in the documentation, but I can’t understand what to do with the object it returns. Obviously, you need to send the keyboard buttons to type two times the arrow down + Enter, but how?
