Match text
Match text activity, regardless of the browser or application, is used for finding the coordinate on the currently open screen, in order to find the text to be specified via the component and perform an action.
| *Text | The text that will be searched on the screen. |
| X-coordinate | If it is desired to limit the text to be searched on the screen within a certain area; this field must be filled in, along with the Y-coordinate, Height, and Width fields. |
| Y-coordinate | If it is desired to limit the text to be searched on the screen within a certain area; this field must be filled in, along with the X-coordinate, Height, and Width fields. |
| Width | If it is desired to limit the text to be searched on the screen within a certain area; this field must be filled in, along with the X-coordinate, Y-coordinate and Height fields. |
| **Height**** | If it is desired to limit the text to be searched on the screen within a certain area; This field must be filled in, along with the X-coordinate, Y-coordinate and Width fields. |
| **Language* | The language of the text to be scanned. |
| Retry count | The number of tries until the text until the text is found, could be any numeric value. |
| *Return x-position | Final x-position, variable name defined to assign the x-coordinate found. |
| *Return y-position | Final y-position, variable name defined to assign the y-coordinate found. |
Note: * Fields selected with are required, others are optional.
Text examples
You can use the Text as shown in the examples.
Deneme
${deneme}
X-coordinate example
You can use the X-coordinate as shown in the example.
700
Y-coordinate example
You can use the Y-coordinate as shown in the example.
400
Width example
You can use the Width as shown in the example.
120
Height example
You can use the Height as shown in the example.
35
Language examples
You can use the Language* *as shown in the example.
For Turkish:
TUR
For English:
ENG
Retry count example
You can use the Retry count* *as shown in the example.
5
Return x-position example
You can use the Return x-position* *as shown in the example.
xPositionValue
Return y-position example
You can use the Return y-position* *as shown in the example.
yPositionValue
Note
You can use Return x-position and Return y-position variables in Mouse activity in Keyboard & Mouse Operations.
In the example above, the coordinates of the text specified in the Text field will be scanned and a value will be returned to the xPositionValue and yPositionValue variables (For example: 300,280). When we select LEFT_CLICK from the combobox in the Action field of the Mouse Activity and write these returned variables as $ {xPositionValue} and $ {xPositionValue} into the X Position and Y Position fields, the returned values 300 and 280 will be used in the Mouse activity with the variable. As a result of the operation, left mouse click will be performed on the text specified in the Text field.
Caution.
The values for height and width must be an integer.
