Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

Fig. 1 shows the expected result of Example 1

...

Example 2

...

The example syntax below will command Aria to use wildcard match to find a button with

...

the first instance of “New User”, within the user interface, and click it.

Code Block
Click "**New User" button
Info
** 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)

...