Type Text
Send keyboard strokes to what ever that has focus, should only be used by recorder.
Input
- Delay After: Delay time (in seconds) after executing the activity. The default value is 0.3 seconds.
- Type:
System.Int32 - Required
- Type:
- Delay Before: Delay time (in seconds) before the activity begins performing any operations. The default value is 0.2 seconds.
- Type:
System.Int32 - Required
- Type:
- Text: The text to enter
- Type:
System.String - Required
- Type:
Options
- Element: Use the UIElement variable returned by another activity.This property cannot be used alongside the Selector property. This field supports only UIElement variables.
- Type:
ArenaRobotics.Domain.Entities.UIElement
- Type:
- Selector: Text property used to find a particular UI element when the activity is executed.It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
- Type:
System.String
- Type:
- Click Delay: Delay between each keystroke.
- Type:
System.TimeSpan
- Type:
Misc
- Continue On Error: Check if you want to continue if an error occurs.
- Type:
System.Boolean
- Type: