- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 07:58 AM
I am trying to login to a site using bp, but after writing the username and password and using the click action, both the fields get cleared as if nothing is entered. Any ideas as to why this issue is occuring, and how to get past this?
Regards
Prajjwal
------------------------------
Prajjwal Rai
Application Engineer
Schneider Electric Private Limited
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-19 03:34 PM
Just to note however, the complexity of needing to send shift in the other solutions should only ever apply if you're using "Global Send Key Event". If you just use "Global Send Keys", it should send as-is. So if your data variable value looks something like "Th!s!sN0t@P@55w0rd!", that should have no issues going through. (Side note, please don't use this as an actual password. :P)
------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 09:11 AM
------------------------------
Johny Jain
IT Solution Engineer
Kimberly Clark
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 10:35 AM
can you elaborate how I can achieve this? What should I use in order to write to a particular field?
------------------------------
Prajjwal Rai
Application Engineer
Schneider Electric Private Limited
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 12:17 PM
You should be able to use Navigate stage on the same text box and using Global Send Keys option set the text by passing that as a parameter. If that doesn't work try Global Send Key Event.
------------------------------
Johny Jain
IT Solution Engineer
Kimberly Clark
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 12:53 PM
Thanks for your solution, it worked. The thing is I have a list of usernames and corresponding passwords, which are needed for the login. Is there any way to convert them into corresponding global keystrokes dynamically? Please do tell
------------------------------
Prajjwal Rai
Application Engineer
Schneider Electric Private Limited
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-19 02:52 PM
------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-08-19 06:58 AM
Can you please elaborate more on how to implement this?
------------------------------
Prajjwal Rai
Application Engineer
Schneider Electric Private Limited
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-08-19 07:45 AM
1. Take next username and password from the list
2. Put these into separate data items, one for username and one for password
3. Reference these data items in the navigate action input parameter instead of hardcoding the username and password
4. Repeat 1-4 until list is empty
/Joakim
------------------------------
Joakim Eklund
Senior RPA Developer
Swedbank AB
Europe/Stockholm
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-08-19 07:51 AM
The thing is my username is a mail id, so it contains @ character. Also the password is a mix of special character and capital and small, for which SHIFT key is needed. I wanted to know how to implement this?
------------------------------
Prajjwal Rai
Application Engineer
Schneider Electric Private Limited
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-08-19 08:49 AM
/Joakim
------------------------------
Joakim Eklund
Senior RPA Developer
Swedbank AB
Europe/Stockholm
------------------------------
