...
Clicks a button in the current Application or website that has a text value (on the button).
Syntax
Code Block |
---|
Click "enter the name of the button to click" button |
...
NOTES
Include Page | ||||
---|---|---|---|---|
|
Example 1
...
Code Block | ||
---|---|---|
| ||
Click "Log In" button |
...
Click a button with an image and no text however the tooltip on hover of “Help”“GitHub”
...
Code Block |
---|
Click "Help" button |
Info |
---|
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). |
Using /wiki/spaces/CS/pages/2045181957 to click a button when multiple buttons are available
Example 4 (Click a button with the specified nearest value)
Click a button if it named with “Save” button nearest to the text on screen of “New Item”
Code Block |
---|
Click "Save" button -nearest("New Item") |
Info |
---|
(OPTIONAL) You can use this upper command to determine the nearest value of where the textbox is.. This can help in some cases but is not always required. |
Example 5 (click button with specify a row)
Click the "Add" button in the fifth row place on the screen
Code Block |
---|
Click "Add" button -fifth |
Inputs/Switches
...
Input/Switch
...
Values
...
Details
...
Name
...
Click "Cancel" button
Click "**I accept" button
...
The text inside the button exactly as shown or the first instance partially matching by using the wildcard prefix of **.
...
Placement
...
Click "Add" button -second
...
If there are multiple buttons with the same text you can specify which to click. You can use first, second, third, fourth or fifth.
...
Neareast Label
...
Click "Save" button -nearest("New Item")
...
If you have multiple buttons with the same text you can help Aria find it by indicating some other text that is unique to that particular part of the screen.
Key Considerations
...
Include Page | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...