Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

The action finds the text on the screen and gets its coordinates. 

Action icon

Parameters

Input parameters

Text - text to find. 

Language of the text - expected language of the text to find. 

Timeout (ms) - the time in milliseconds during which the appearance of the specified text will be expected. 

Search mode - search mode: by row to match or by word match. 

Area - If param set, action would recognize text in selected area. the field is filled in, the search is performed only within the specified area 

Output parameters

Result - variable which the the collection of points will be written into.

...

Special conditions of use

None. If the text on the screen is not found, the robot will crash with errors: "Waiting time has expired" or "Text not found".

Parameters of use

Task

There is a text on the screen, it is necessary to recognize "Active sprints" (by word match) and return a collection of coordinate points found on the screen according to the given text. Then, get the value by index from the collection. 

...