cancel
Showing results for 
Search instead for 
Did you mean: 

How to simulate a spacebar keydown

DiLe
Level 3
Can you please help  How to simulate a spacebar  keydown I have a list here but without spacebar Thanks Key    Code BACKSPACE    {BACKSPACE}, {BS}, or {BKSP} BREAK    {BREAK} CAPS LOCK    {CAPSLOCK} DEL or DELETE    {DELETE} or {DEL} DOWN ARROW    {DOWN} END    {END} ENTER    {ENTER} or ~ ESC    {ESC} HELP    {HELP} HOME    {HOME} INS or INSERT    {INSERT} or {INS} LEFT ARROW    {LEFT} NUM LOCK    {NUMLOCK} PAGE DOWN    {PGDN} PAGE UP    {PGUP} PRINT SCREEN    {PRTSC} RIGHT ARROW    {RIGHT} SCROLL LOCK    {SCROLLLOCK} TAB    {TAB} UP ARROW    {UP} F1    {F1} F2    {F2} F3    {F3} F4    {F4} F5    {F5} F6    {F6} F7    {F7} F8    {F8} F9    {F9} F10    {F10} F11    {F11} F12    {F12} F13    {F13} F14    {F14} F15    {F15} F16    {F16} Keypad add    {ADD} Keypad subtract    {SUBTRACT} Keypad multiply    {MULTIPLY} Keypad divide    {DIVIDE}
5 REPLIES 5

DiLe
Level 3
Because in Browser , i want to check a checkbox using spacebar

DiLe
Level 3
Don't worry, I got it , it's too simple that I failed to think about  use: Global Send Key  with text values "" ""  to check a checkbox  

Zi_MingFu
Level 4
Why don't you use 'check' action with parameter true?

HarjyotMalik
Level 2
where is this 'check' action located? as in, could you tell the business Object? 

Zi_MingFu
Level 4
If the control type is checkbox, we can use Navigate, use that checkbox as Element, then select check as 'Action'.