Question
5
Replies
53
Views
Posted: January 3, 2021
Last activity: 3 weeks 3 days ago
Automation of Windows dialog windows
After I export a report from a website to xls, Save/Open window pops up. In my automation I want the 'Save file' ('Zapisz plik') radio button clicked. How can this be automated?
Regards,
Kate
If you are using Chrome, you will need to use some C# (using UI.Automation) as the adapter doesn't support interrogating the windows controls from Chrome. If you are using Internet Explorer, you should be able to interrogate that window and interact with it.