- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-22 04:19 PM
From testing we can see that BP enters the username into the username field and then enters the password into the password field. When the login button is pressed the message that is returned shows that the application cannot see anything in the password field, as if it is blank - there is a different message that returns if the password is wrong. Spying the fields shows that BP is entering data to the field.
If we manually type the password into the password field after BP has entered the username, BP can then login and run properly.
I've tried testing it with a straight paste and individually sent global keys. I've also tried it with the field set as test and as password
Any suggestions as to what might be happening and how to get around it
------------------------------
Alan Lodge
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-22 05:11 PM
This issue is noticed on multiple application . Please try spying the UN and PW in UIA mode and then check if it work?
2nd, Please try to send UN,PW by send key.
these option will most likely resolve your issue.
------------------------------
Neeraj Kumar
Technical Architect
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-22 05:11 PM
This issue is noticed on multiple application . Please try spying the UN and PW in UIA mode and then check if it work?
2nd, Please try to send UN,PW by send key.
these option will most likely resolve your issue.
------------------------------
Neeraj Kumar
Technical Architect
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-22 05:53 PM
Thanks for the help on this, I had tried UIA mode before but failed.
So this time I am running with it in External Application Manger mode, spied the field in UIA mode and used send key. Checking the diagnostics its as if there is a hidden field.
Anyway just a little tweaking and tiding up now
------------------------------
Alan Lodge
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-06-22 01:01 PM
Hi Alan,
Not sure if you got this resolved but I had a similar issue when trying to send a file path to a save box.
I got around this by using Activate Application-> Focus on Element (AA) -> Send GSKs
------------------------------
Jamie McPake
RPA Analyst & Developer
Digital Technical Services
Gateshead Health NHS Foundation Trust
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-06-22 02:30 PM
Below points might help you.
1.Try to spy internal part of textbox if possible and use focus and double click to cursor get into textbox and send use send keys for password (pass some interval time between each action and sendkeys)
2.write Username and send TAB send keys to navigate and active the Password text box and send password through send keys.
let me know if its working or not
------------------------------
Nilesh Jadhav
Senior RPA Specialist
ADP
India
------------------------------
Consultant
ADP,India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-07-22 01:43 PM
They had set all password fields to reject paste operations.
So the fix was to use GSK to send the password a key at a time.
Thanks to all for the help
------------------------------
Alan Lodge
------------------------------
