Andrea_Bonacchi
4 years agoNew Contributor
Enter at character (@) using Keys method
Hello,
In my test script, I open the application MobaXterm then I need to enter a string that contains the at character (@).
I recorded these actions but when I played it again the @ is not entered.
In the support I found these two links:
- https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/common-for-sys-desktop-pda/keys-method-sys-desktop-object.html
- https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes?redirectedfrom=MSDN
But they didn't solved my problem.
Any other suggestion? Consider I use the Italian keyboard and normally to enter the at character I need to press the "Alt Gr" key plus "ò" key.
Thanks in advance,
Andrea
I use German keyboard, for me symbol @ = "ALT GR" + "Q".
Method "Keys" prints "@" for me without additional brackets and other characters.
Check whether you use different languages during testing (keyboard and system, as well as application language). Maybe that's the problem.