But it is better to do the task faster and without a mouse.
For example:
Usually after test fails you need to cancel/delete/stop IE instances. To make it easy, do the following:
- create new text file, name and save it as a bat file, for example: stopIE.bat
- write in the stopIE.bat file the following:
taskkill /F /IM iexplore.exe
taskkill /F /IM IEDriverServer.exe
- create a shortcut for the bat file
- right click on the shortcut >> Properties, click into Shortcut key field and click on your keyboard some keys, for example Ctrl + Alt + C >> click OK button
- any time just use the hot keys to run the bat file.