I'm trying to create a WPF application that loads a webpage, auto-completes a series of fields, and then submits. To do this, I've followed Microsoft's guide here: https://code.msdn.microsoft.com/windowsdesktop/WPF-Automation-Loading-6ae6c88a
This works fine for completing regular html text boxes. However, the web form I'm trying to complete contains a button that opens up a jQuery form (namely: ui-dialog ui-widget ui-widget-content ui-corner-all modalDialog shadow).
I can't seem to work out how to complete the fields in this jQuery form?
Can anyone help?
Thanks.