SecureSetText

Estimated reading: 3 minutes 1860 views

This activity is used to securely set a text in web applications during the automation process. It is used in scenarios where a password has to be entered, to give sensitive data input, in encrypted communication, in meeting compliance with security standards and in secure authentication.

Properties

INPUT

Action_By: This specifies the actions to be performed in the application during the execution. Select the actions from the drop-down.
Native: Action is performed by the bot and the details are entered character wise.
Human: Action is performed by a human
Paste: Action is performed by the bot and the details are entered in a copy paste format.

ClearAndType: By default, the value is True.
True, will clear the data in the existing field and enter the new value.
False, will not clear the existing data and the new value will get appended.

DelayAfter: It helps the user to add a delay to start the execution of the further activity. The format of the delay here is milliseconds. By default, it will be set to 300. When the option is left blank, no delay is considered.

DelayBeforeIt helps the user to add a delay to before the execution of the activities. The format of the delay here is milliseconds. By default, it will be set to 200. When the option is left blank, no delay is considered.

DelayBetweenChar:  It helps the user to add a delay between the characters. The format of the delay here is milliseconds. By default, it will be set to 100.  When the option is left blank, no delay is considered.

ExecuteBy:* Gets auto filled, once the element is indicated on the web page using Robility Spy. This contains the set of attributes for the specific spied element.

Text:* Specify the input variable here.(The input will be the get credential activity output.)This field accepts only the variables in secured string format.

WaitTime:  It helps the user to add a delay to start the execution of the further activity. The format of the delay here is milliseconds. By default, it will be set to 30000. When the option is left blank, no delay is considered.

MISC

Display Name: Displays the name of the activity. The activity name can be customized which will help in troubleshooting.

SkipOnError: Specify the Boolean value as “True or False.”
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error.
None: If the option is specified as blank, by default the activity will perform the “False” action. 

Version: It specifies the version of the web automation feature in use.

OUTPUT

Result: It helps to view the execution state of the activity. It returns the values in Boolean format.
True: It indicates that the activity has been executed successfully without any error.
False: It indicates that the activity has been unsuccessful due to some unexceptional error thrown. 

Represents mandatory fields to execute the workflow

Share this Doc

SecureSetText

Or copy link

CONTENTS