What is an easy(simple/clean) way to add few steps to interact with windows based elements within python selenium script?
eg: Click a download button via selenium driver, change the file name and location and click save button on windows dialog.
Note:
- Downloads button is just an example. I pretty much want to know a common way to handle any kind of items.
- I do not want a way where they recommend a way to configure browser such that downloads happen automatically at a specific location on our system.
Way to execute my scenario:
- Keep this setting turned ON in chrome. Ask where to save each file before downloading.
- Website to try - https://www.seleniumhq.org/download/.
- Try downloading anything.