...
- Click
- Connect To UIRecorder
- Disconnect From UIRecorder
- Double-Click
- Exists
- Extract Text
- Type Text
- Set Active Window
- Show Desktop
- Wait Vanish
Connect To UIRecorder
...
Type Text
This activity sends characters to the application.
Parameters:
- Connection (text box editor type) (type: Object): bind this parameter to the output from 'Connect To UIrecorder' activity.
- Delay (text box editor type) (type: Int32): specify the delay before text typing, in seconds. By default, a value of 2 seconds will be provided.
- Send Key Combination (combo box editor type) (type: boolean): specify if the activity should just insert a text or if it should send a key combination (e.g. send ENTER).
- examples of key combinations:
- {ENTER} - for ENTER
- {%} - for ALT
- {^} - for CTRL
- {+} - for SHIFT
- ^(c) - for CTRL+C (copy)
- ^(v) - for CTRL+V (paste)
- examples of key combinations:
- Text (text box editor type) (type: string): specify the text to be typed in the application.
NOTE: double-escape special characters (e.g. for '\\n' type '\\\n' or @'\\n' ).
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: Boolean): outputs True if the operation succeeded or False otherwise.
...