Mouse actions
Mouse actions activity allows mouse actions to be performed at the specified location on the application.
| * Application name | The reference name of applications which has already been opened or attached is chosen in the dropdown. |
| Button | Click type is chosen. |
| * Field | It is the field where the location (XPath) of the area is written. |
| Double click | It allows double-clicking on the desired area. |
| Wait until visible | If this checkbox is checked, it is waited until visible all elements of webpages or Windows. |
| Wait until load | If this checkbox is checked, it is waited until loading all elements of webpages or Windows. |
| Hover | The cursor is positioned on the relevant field. |
| X-coordinate | It clicks to the right or left of the XPath which is written in the Field as much as the given pixel value. Positive and negative values can be entered. Clicks to the right of XPath when using positive values, and negative values to the left. |
| Y-coordinate | It clicks to below or above of the XPath which is written in the Field as much as the pixel value given. Positive and negative values can be entered. Clicks on negative values below XPath when positive values are used. |
Note: * Fields selected with are required, others are optional.
Applications name example
You can use the Applications name as shown in the example.
${robustaWebpage}
Button examples
You can use the Button as shown in the examples.
LEFT
RIGHT
NONE
Field examples
You can use the Field for Browser as shown in the example.
(//input[@title=”Arama”])[1]
You can use the Field for Windows as shown in the example.
//Pane[@ClassName=Scintilla”]
X-coordinate example
You can use the X-Coordinate as shown in the example.
150
Y-coordinate example
You can use the Y-Coordinate as shown in the example.
150
Note
The above example use will do Left Double Click after the page and element is loaded to press the button whose location is given in the Field field .