...
-macro |
---|
name | Command Reference Header |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
Info |
---|
This article shows you how to click a button with Aura Digital Workforce. |
Multiexcerpt fast include block macro |
---|
name | Syntax |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
Code Block |
---|
Click "PUT NAME OF BUTTON HERE" button |
Multiexcerpt fast include block macro |
---|
name | Example 1 |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
The example syntax below will command Aura to find the Log In button and click it.
...
Tip |
---|
Fig. 1 shows the expected result of Example 1 |
...
Multiexcerpt fast include block macro |
---|
name | Example 2 |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
The example syntax below will command Aura to click a button with only an image by using the tooltip label that appears when the mouse hovers over the button. The button must have a tooltip for this syntax to work.
...
Tip |
---|
Fig. 3 shows the expected result for Example 2. |
...
Multiexcerpt fast include block macro |
---|
name | Example 3 |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
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 |
...
Multiexcerpt fast include block macro |
---|
name | Example 4 |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
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.
...