DomTextField.
Sets the text in the text box.
TextField.SetText(text)
Variable | Description |
---|---|
text | The text to substitute for the contents of the text field. STRING. |
This functionality is supported only if you are using the Open Agent.
Browser.Find(".//input[@name='billName']").SetText("John")