Global Send Key Events
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-12-18 02:46 PM
Hi All,
I am using {CTRL}c as part of my process , its wrorking perfectly as expected but some times i am getting a message from another application involved in the same automation process stating "CTRL key is still pressed".
I am releasing my CTRL key by giving >{CTRL} but its not actually getting released. Am i doing it wrongly ..
Can anyone please help in this ?
Warm regards.
Amith
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-12-18 06:57 AM
Is it possible that the flow is happening too quickly and the other application sees that the CTRL key is still pressed down when that application is selected?
How soon after doing CTRL+A / CTRL+C does the other application get used?
Dave Morris, 3Ci at Southern Company
Dave Morris, 3Ci at Southern Company
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-12-18 02:58 PM
Thanks David.
How soon after doing CTRL+A / CTRL+C does the other application get used? --- immediately .
Actually I found the issue , it might be that I haven't put an arbitrary wait after each navigate stage. I am using v5 so we have to put manual wait .
Regards,
Amith
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-01-19 04:06 PM
Is there any way to find if CTRL key is pressed or not!
I am getting this issue frequesnlty even after releasing the ctrl key press
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-01-19 11:40 PM
Looks like there's a way to do this in C#.
https://docs.microsoft.com/en-us/dotnet/api/system.windows.input.keyboa…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-01-19 11:10 PM
I have used a code stage and found if ctrl key is pressed and if its pressed , I will use a navigate stage with release(ie. >{CTRL}),.It worked fine in DEV and QA ,but in UAT its failing.
I am giving 0.5 s delay after ""{CTRL}"" key presses. Can anyone tell whats the issue?
Regards,
Amith
