- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-19 07:30 PM
Answered! Go to Answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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!
------------------------------
Gerick Adolfo
Developer
Ernst and Young
Asia/Manila
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-03-22 08:18 PM
You might have to use the root element of the application for that
but ensure the text box you want to write to has the focus (for me it worked best with doing a "Click Center" in the text box before writing the text using "Global Send Keys".
EDIT: This thread already got a "Best Answer".
------------------------------
Alight Motion APK
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
------------------------------
Luis Martinez
RPA Developer
Genuine Parts Company
America/Chicago
------------------------------

- « Previous
-
- 1
- 2
- Next »