Method | Description | |
---|---|---|
Perform ( ) : void |
Performs this action.
|
|
SendKeysAction ( IKeyboard keyboard, IMouse mouse, ILocatable actionTarget, string keysToSend ) : System |
Initializes a new instance of the SendKeysAction class.
|
public SendKeysAction ( IKeyboard keyboard, IMouse mouse, ILocatable actionTarget, string keysToSend ) : System | ||
keyboard | IKeyboard | The |
mouse | IMouse | The |
actionTarget | ILocatable | An |
keysToSend | string | The key sequence to send. |
return | System |