cancel
Showing results for 
Search instead for 
Did you mean: 

Login fields clearing on website

PrajjwalRai
Level 5
Hi all

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
------------------------------
14 REPLIES 14

To add onto my previous post, something that struck me that will probably work as well is;
1. Write username or password into a Notepad using the Write stage
2. Copy the text with CTRL+A and CTRL+C
3. Global Mouse Click the field in the application
4. Send CTRL+V with Global Send Key Events

/Joakim

------------------------------
Joakim Eklund
Senior RPA Developer
Swedbank AB
Europe/Stockholm
------------------------------

Hi Joakim,

I agree with your approach but I think you can try replace step 1 and 2 by using "set clipboard" action.

This way will be more stable. 🙂


------------------------------
Chenglung Tsai
Consultant
Avanade
------------------------------

Ah yes, this is definitely a better solution!

/Joakim

------------------------------
Joakim Eklund
Senior RPA Developer
Swedbank AB
Europe/Stockholm
------------------------------

The above solutions with the clipboard should work just fine.

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
------------------------------

Hi all
I was able to finally solve the problem, by using Global Send Key as suggested by Ami. Thanks all for your help and support.

------------------------------
Prajjwal Rai
Application Engineer
Schneider Electric Private Limited
------------------------------