Open and interrogate File Chooser dialog with Universal Web Adapter
Hi, I'm working on a form-filling process in MS Edge. The automation needs to redirect the end-user to the needed web page, fill out the form fields, and upload attachments if there are any. The end-user will be responsible for clicking Submit.
I'm having trouble popping up a file chooser and interrogating it. This answer works seamlessly with Internet Explorer but not so much with Edge. PerformClick happens but there is no popup because "File chooser dialog can only be shown with a user activation". And apparently with a universal web adapter the dialog cannot be interrogated despite HookChildProcesses being True.
Any suggestions will be appreciated!