This article shows you how to click a button with Aria Digital Workplace Automation. |
Click "put the name of the button to click" button |
The example syntax below will command Aria to find Log In button and click it.
Click "Log In" button |
Fig. 1 shows the expected result of Example 1 |
Click "**New User" button |
** will wildcard match the first instance of the text “New User” found within buttons in the UI. When you use this wildcard put as much as possible in order to ensure it finding the correct button. You can use the wildcard and placement values such as -third (see below) to both find |
Click a button with an image and no text however the tooltip on hover of “GitHub”
Click "GitHub" button |
If there is no text on the button example it is a button with an image only. You can use the control ‘tooltip’ that appears when you hover the mouse over the button(if it has a tooltip). |