
Sets the input text of a element.

The Set Element Text Wizard will display

Select or type in the variable that will hold the text that will be used.

Add any additional keyboard keys to be performed.

Select the type of key action that will be performed from the drop down list.

Click the Plus button to add that action.
Continue to repeat until all required actions have been added.
Created Script

Get Text Element – retrieves the html element that will have actions performed on.
Set Text Value – inputs a text value into the text element.

Add Enter Key – performs a Enter click on the text element. Note: any additional keys that were added, in the wizard, will be listed here.
Perform Element Actions – performs all actions on the element (Set Text and Click Enter).
Tutorial