Skip to main content

Type Text

Enters text into the chosen element on the web page. While this node resembles the Set Value node, it differs in approach. Instead of directly setting the value, this node mimics actual keyboard keystrokes to input the text.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Page Id - ID of the current page. This ID is generated by the Open Link node.
  • Selector Type - XPath or CSS selector of the targeted web element.
  • Selector - Custom selector
  • Text - Custom text

Options

  • Press Enter - Indicates, it will automatically press enter after typing specified text.
  • Clear Before Typing - Clears input, which has focus before typing.