SetText Method (DomTextField)

Class

DomTextField.

Action

Sets the text in the text box.

Syntax

TextField.SetText(text)
Variable Description
text The text to substitute for the contents of the text field. STRING.

Notes

This functionality is supported only if you are using the Open Agent.

Example

Browser.Find(".//input[@name='billName']").SetText("John")