...
Info |
---|
This article shows you how to click a button with Aura Digital Workforce. |
Syntax
Code Block |
---|
Click "putPUT theNAME nameOF of the button hereBUTTON HERE" button |
Example 1
The example syntax below will command Aura to find the Log In button and click it.
...
The example syntax below will command Aura to use wildcard match to find a button with the first instance of “I Accept the” contained within a button , and click it.
Code Block |
---|
Click "*I Accept the*" button |
...
The example syntax below will command Aura to use wildcard match to find a button with the first instance of a button that starts with “I Accept the” , and click it.
Code Block |
---|
Click "I Accept the*" button |
...