cancel
Showing results for 
Search instead for 
Did you mean: 

Re:Check for caps lock keys pressed

GauravDhiman
Level 5
Hi Developers,
Is there any method to verify if "Caps Lock" is pressed on the resource keyboard,
I just encountered this problem when process page came to "Enter Credential stage".there are global send keys to press or depress the caps lock but in both cases verification is required if Caps Lock Is pressed I suppose.

Regards

Gaurav
11225.jpg
.

------------------------------
Gaurav Dhiman
------------------------------
Gaurav Dhiman RPA developer,ROM Architect Melbourne,VIC,Australia 0413 930 960
1 REPLY 1

Carl__Carter
Staff
Staff
Hi Gaurav,

Is your requirement to check if caps is pressed because the password field is case sensitive?

If so, then both the Write Stage and Send Keys (via the Navigate Stage) will send the values to the target in the format they are stored in the Data Item, regardless of whether Caps-Lock is enabled.

For example, a Data Item containing the value 'TesTiNG' will send this value without the need to press Caps for the capitol letters in the String.

If your requirement is different to this and you cannot spy the 'Caps Lock is on' pop-out, then you would need to look at using a Code Stage to identify this.

Regards,

------------------------------
Carl Carter
Developer Program Manager
Blue Prism
Europe/London
------------------------------