Skip to content

Set multiple element values

Description

Target a web element and set multiple values. Works best with multi-select web elements.

Input Ports

Name dataType sourceType required description
Element selector text link-manual true The selector should target a drop down list that allows you to set multiple values
iFrame selector text link-manual false If the element is inside of an Iframe, it is mandatory to specify the iframe selector, otherwise the element won’t be found.
iFrame type text manual-only false Option to add more iframes if the targeted element exists in a nested iframe
Text valuea text-list link-manual true The option values that will be targeted.

Scenarios

  • The user wants to set multiple values inside a dropdown list web element that has the ability to select multiple values.

Use case

Command

Inputs
  • Element selector: #root_alias > input
  • iFrame selector: body > iframe
  • iFrame type: single
  • Text value: Volvo
Experienced tips
  • When the element selector could not be found inside of the page, the command will timeout and stop the process.
  • When the element are inside of an iframe and the iframe selector could not be found, the command will timeout and stop the process.
  • When no Element selector is provided, it will stop the process and throw the following error. Set multiple inputs requires a element selector
Search Tags

Set multiple values in dropdown list