I want to simulate ctrl keydown and ctrl keyup.
My use case is as follows:
The user can select from the list (build using the table) several elements by pressing the CTRL key and clicking the desired line. When the CTRL key is released, an AJAX call will be made.
I need a watir test to simulate this. How can i do this? Any ideas? I need a solution that works under Linux
Thank you very much.
source share