Are there hotkeys or key combinations that Ranorex listens for to stop or pause playback?
If yes, can the stop be tied into a cleanup function that will successfully close the log so it is viewable?
Thanks...
Hotkeys for stop and pause?
Hotkeys for stop and pause?
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Hotkeys for stop and pause?
Hello ciege,
you can use "Keyboard.AbortKey" to stop a Ranorex Recording(only in code). After pressing the abort key a "ThreadAbortException" will be thrown (e.g. Web Test Sample). So you can do your cleanup there.
Regards,
Christian
Ranorex Support Team
you can use "Keyboard.AbortKey" to stop a Ranorex Recording(only in code). After pressing the abort key a "ThreadAbortException" will be thrown (e.g. Web Test Sample). So you can do your cleanup there.
Regards,
Christian
Ranorex Support Team
Re: Hotkeys for stop and pause?
Thanks for that. I actually saw the Keyboard.AbortKey in the thread you guys helped me out with the second Ranorex thread checking for AUT exceptions.
Thanks again!
Thanks again!
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...