Forum Discussion
Solved
Mathit
7 years agoContributor
Im not getting any errors.
In my application, when i press ctrl alt x, it is supposed to bypass captcha, which is not happening
tristaanogre
7 years agoEsteemed Contributor
For the Keys method, try
Keys('[Hold]~^x[Release]') See https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/common-for-sys-desktop-pda/keys-method-sys-desktop-object.html
- Mathit7 years agoContributor
Thank you HOLD and Release worked for multiple keys worked.
- AlexKaras7 years ago
Champion Level 1
AlexKaras wrote:
Have you read [...]
Specifically, I mean [Hold] constant [...]
Mathit wrote:
Yes, I did.
tristaanogre wrote:
For the Keys method, try
Keys('[Hold]~^x[Release]') See [the same link]
Mathit wrote:
Thank you HOLD and Release worked for multiple keys worked.
:smileylol: :smileywink:
- tristaanogre7 years agoEsteemed Contributor
Sometimes it takes restating something. :-)