Skip to main content

Select

Selects a value from a select box (dropdown list) in the 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.
info

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

Input

  • Page Id - Id of the web page to select the element from. This ID is generated by the Open Browser node.
  • Selector Type - Type of the selector used to locate the element.
  • Selector - The XPath or CSS selector for the desired select box.
  • Value - The text value to select from the dropdown. (e.g. If the dropdown menu lists capital cities of the world, the value should be the name of a city.)

Options

  • Wait Timeout (sec) - The maximum amount of time (in seconds) to wait for the element to be selected. The default value is 5 seconds.