Extract Selected Option
The Extract Selected Option action extracts the selected option from a <select>-tag and stores it in a variable.
Either the option text or its value can be extracted. Before the text is stored, it can be processed using a list of data converters, and optionally trimmed for leading and trailing spaces.
Properties
The Extract action can be configured using the following properties:
- Extract Value
-
If selected, the value of the selected option will be extracted rather than the option text itself.
- Converters
-
An optional list of data converters that can process the text.
- Trim Spaces
-
If selected, spaces at the beginning and the end of the text will be removed before storing the text in the variable.
- Variable
-
Specifies the variable in which to store the extracted text.