List of activities handling mouse and keyboard
Click
Simulates a mouse click by referring directly to GUI element. It uses the simplest way to simulate – a direct reference to the GUI element without causing movement of the mouse. Recommended for most frequent use.
Send Keystrokes
Simulates pressing keyboard characters. It is possible to enter whole sentences via Send Keystrokes. Sending multiple keys pressed at once is also possible.
Generic Click
Phisically moves mouse to the designated GUI element and clicks that element. It should be used when ordinary Click is not viable.
Generic Click Relative
Physically moves mouse to the designated GUI element considering specified offset. This activity is useful when it is not possible to hunt GUI element required to click on.