SendText¶
This action uses the result of a previous FindTextInputs, FindPasswords, or FindElementXXX action.
| Property | Type | Required | Description |
|---|---|---|---|
| Text | String | True | The value of Text will be sent to the resulting text or password inputs. |
| 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 |