08-01-19 07:30 PM
Answered! Go to Answer.
08-03-22 07:23 AM
I had the same challenge recently. What I did:
Reference;
Object 1 : Original Object I created to interface. (Browser - chromium / Edge)
Object 2 : Another Object - Internet Explorer
1. Created a New Object. (Object 2)
2. Attached the New Application Model (Object 2) to the already opened browser. (Opened by Object 1)
3. Spy the text box, and other elements, using UI Automation
4. Create an Page within the Object
5. Use the Send Keys to send the txt (This now works!)
6. Publish the Page of Object 2
7. Call the Page of Object 2 from Object 1 to Send Keys!
Worked for me!
09-03-22 08:18 PM
02-02-24 05:24 PM
This worked for me. Absolutely nothing else did. Global send keys, global send key events, copy/paste, click field first, activate popup, focus, tab back and forth, surface automation click, they all failed. Thanks for sharing.