...
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 | ||
---|---|---|
| ||
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 |
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 characters
| If you want to clear anything from the textbox using this “Clears value in a textbox” command. |
Key Considerations
None
Include Page | ||||
---|---|---|---|---|
|
...