Skip to main content

Set Value

Sets the value of a specified element in a web page.

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.

Input

  • Page Id - The id of the page where the element to set value is located. This ID is generated by the Open Browser node.
  • Selector Type - The type of selector to use when locating the element.
    • XPath - Uses an XPath selector
    • CSS - Uses a CSS selector
  • Selector - The selector used to locate the element to set value.
  • Value - The value to set in the specified element.

Options

  • Wait Timeout (sec) - The number of seconds to wait for the element to become available before an error is thrown.