If you do not define this properly, sometimes depending on the processing speed of the machine and the delay between keystrokes (if it is too low) some keystrokes are being mixed and outcome with unwanted results.
If you do not define this properly, sometimes depending on the processing speed of the machine and the delay between keystrokes (if it is too low) some keystrokes are being mixed and outcome with unwanted results.
1 person likes this
M
Matej
said
4 months ago
Hi, thanks for your advice, I already separate this in two actions and now everything works fine.
Matej
Hi all,
I have the problem with Send Keys Action. I have in Send keys variable %OutputKeyStroke% with value
{SHIFT}{M}{Space}{SHIFT}{E}{SHIFT}{U}{SHIFT}{R}{Space}{Oemplus}{NumPad3}{Oemcomma}{NumPad5}{SHIFT}({D5})
And when I send these keys to the screen I get M EUR *3;5%
My question is why do I get * instead +, and ; instead ,? What is wrong in here?
Thanks!
Matej
Hello Matej.
Please try to group the keys that you want to press concurrently with shift using ( )
Also try to use the build-in syntax of the 'Send Keys' action.
{SHIFT}({M}{Space}{E}{U}{R}){Space}{Add}{NumPad3}{Oemcomma}{NumPad5}{SHIFT}({D5})
If you do not define this properly, sometimes depending on the processing speed of the machine and the delay between keystrokes (if it is too low) some keystrokes are being mixed and outcome with unwanted results.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstEmmanuel Tsitsiridis
Hello Matej.
Please try to group the keys that you want to press concurrently with shift using ( )
Also try to use the build-in syntax of the 'Send Keys' action.
{SHIFT}({M}{Space}{E}{U}{R}){Space}{Add}{NumPad3}{Oemcomma}{NumPad5}{SHIFT}({D5})
If you do not define this properly, sometimes depending on the processing speed of the machine and the delay between keystrokes (if it is too low) some keystrokes are being mixed and outcome with unwanted results.
1 person likes this
Matej
Hi, thanks for your advice, I already separate this in two actions and now everything works fine.
-
Best Practise Developer Guide
-
New V8 has cookie problem
-
SAP Renew
-
excel update
-
Example using multipart/form-data to upload a file
-
Connect to Exchange OWA
-
How to use Get Data With ABBYY FlexiCapture
-
Viewing support tickets raised by all users
-
Excel columns sorting
-
Missing reference data in the underlying SQLite database
See all 87 topics