Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This article shows you how to type text onto the screen clear a value from textbox using Aria Digital Workplace Automation.

Purpose

Type text to the screen as if a user was at the machine typing the keyboardIt helps to clear a value from the textbox.

Usage

...

Clear a value in name of the "Username" textbox:

Code Block
languagenone
TypeClear "SaveUsername"

Type encrypted values like passwords:

Code Block
Type @encrypt(123489hM5h41n8CeXb/VwQ==)

...

 textbox

You can clear any textbox like this.

Clear a value in name of the "User’s name" textbox(Special Character):

Code Block
$fullname =Clear "John**Users Doename" Type "Attn: $$fullname"

Type special characters:

Code Block
Type ?textbox

If you use the special character(@#$,'?..etc), start the textbox name after "**".

Input/Switch

Values

Details

Value

Type Clear "CancelUsername"

Type @encrypt(123489hM5h41n8CeXb/VwQ==)

What to type as if a user the keyboard of the computer running this Application/Chrome session. This can be variables, encrypted values and include special characterstextbox

Clear "**Usersname" textbox

If you want to clear anything from the textbox using this “Clears value in a textbox” command.

Key Considerations

  • None

Include Page
Snippet - Aria Info Footer
Snippet - Aria Info Footer

...