SelectOption¶
This action uses the result of a previous FindSelects action.
| Property | Type | Required | Description |
|---|---|---|---|
| Text | String | True | The value of this property will be used to match against any display text or value attribute of an option element corresponding to a select in the find result. If a match is successful that option will be selected. |
| IfFail | Boolean | False | Valid values: Error, Ignore |
| ConditionGroup | String | False | Value referring to the Name property in a matching rule (HtmlRule, SnapshotRule) or the ResultVariableName property in the ExecuteScript action. If specified, this action will only run if the referred to result is true |
| NotConditionGroup | String | False | Value referring to the Name property in a matching rule (HtmlRule, SnapshotRule) or the ResultVariableName property in the ExecuteScript action. If specified, this action will only run if the referred to result is false |