Question
Claysys Technologies Inc
IN
Last activity: 26 Aug 2019 8:46 EDT
Spacebar code in SendKeys method
Can you please provide how to make a space key event using Pega.
I'm getting the below error while using the space key like {SPACE}.
Keyword "SPACE" is not valid.
Also tried with {space}. But getting the same.
Can anyone help?
PFA.
Thanks!
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Claysys Technologies Inc
IN
Changed the control of checkbox and used " " instead of {" "} in "SendKeys" method.
Thank you so much for your response!
Infosys
IN
Try with {" "}
Claysys Technologies Inc
IN
Getting this error while using {" "}
Accepted Solution
Claysys Technologies Inc
IN
Changed the control of checkbox and used " " instead of {" "} in "SendKeys" method.
Thank you so much for your response!
Accenture
IN
Claysys Technologies Inc
IN
Getting this error while using checked/unchecked methods and nothing happens when using "performClick" method.
CGI
NL
You can use SendKeys " "
If this doesnt work please try backspace or any of key from below list:
You can use SendKeys " "
If this doesnt work please try backspace or any of key from below list:
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} To specify keys combined with any combination of the SHIFT, CTRL, and ALT keys, precede the key code with one or more of the following codes: Key Code SHIFT + CTRL ^ ALT %