I am new to powershell and have figured out how to use it to create and navigate with an Internet Explorer Application Object. I am also capable of manipulating inputs and clicking buttons, but I have run into an issue with manipulating modal dialogs that come up on websites (like an error message or a file download confirmation) Is there any way to do this?
Share
I found something from MSDN that discusses this here. Instead of using powershell, it was the same deal, but using a C# class to run the automation.