i am working on Autotests for one of our Company apps and i need to press the altGR key in my testrun.
but i did not found a constant for altGR key. Can anyone help?
Solved! Go to Solution.
Hi,
You can solve it by holding the "Alt + Ctrl" key by using LLPlayes in TestComplete.
Here you can find more information about LLPlayer:
And the keys for function params:
https://docs.microsoft.com/pl-pl/windows/win32/inputdev/virtual-key-codes?redirectedfrom=MSDN
Hi,
You can solve it by holding the "Alt + Ctrl" key by using LLPlayes in TestComplete.
Here you can find more information about LLPlayer:
And the keys for function params:
https://docs.microsoft.com/pl-pl/windows/win32/inputdev/virtual-key-codes?redirectedfrom=MSDN
You can also use the "[Hold]" constant. So, the string in your Keys action or Keys method would look like
Keys("[Hold]~^[Release]")
Thanks for the suggestions, Wamboo, tristaanogre.
@detetuke, do they work for you? Please accept the best answer as a solution.
Subject | Author | Latest Post |
---|---|---|