Hi all,
Can anyone please suggest me how to check the check box by only using keyboard Activities …
I have tried using send Hotkey and Type into by sending (" ") space in double quotes but its not working …
Can anyone please suggest some alternative way to check the check by using keyboard activities…
yeah but enter key is not working for my requirement …
i have tried manually by using the space key from keyboard then i tried same thing using send hot key and type into it was failing to check the check box
Yeah @Nithinkrishna …
manually I’ve tried space key , it was working but if i tried using with activities …i’m not able to check the check box…
*Site is not public
Did you tried the activity “Check” . It would be better if you can share the selector the check box here and the screenshot of the form which you are automating.
If there are multiple checkboxes in the form then you need to give the proper selector. otherwise it can fail.
As your friends have mentioned, the space works, but if you have tried it, if there is a label on the right and left, maybe you can mark it by clicking on it.
@Nithinkrishna
I have used only keyboard activities to enter the data like tab using send hotkey so that it will move to next field where i use to enter the data …at the end we have a check box so by using tab i have moved and focused cursor to that check box …then i used send hot key with space and Type into without indicating i have given double quotes…
it was working for other scenarios but not for this requirement
Thanks,