This article shows you how to click a button with Aria Digital Workplace Automation.

Syntax

Click "put the name of the button to click" button

Example 1

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


Example 2 (click a button with only a partial match of the text)

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


Example 3 (click a button with an image and no text)

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).


Related Commands