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

Ключ

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

...

The action waits for an object that meets the set criteria to disappear

Action icon

Image RemovedImage Added

Parameters 

Input

...

parameters

  1. Image - path to template image file. 
  2. Similarity rate - coefficient of similarity between the template image and the target area. The maximum value is «1»"1".
  3. Timeout (ms) - the time during which the appearance of the object specified by template will be expected. Timeout is set in milliseconds.

Output

...

parameters

Result - variable into which the result of the object disappearance check will be saved.

...

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ImagePath to template image file. Supported image formats: (jpeg, jpg, bmp, png, tif, tiff)Robin.ImageC:\doc\img.pngYes
Similarity rateCoefficient of similarity between the template image and the target area. The maximum value is «1»"1"Robin.Numeric
Yes
Timeout (ms)The time during which the appearance of the object specified by template will be expected. Timeout is set in millisecondsRobin.Numeric
Yes
Results
Result«true» "true" if the object matching the template disappeared from the screen else - «false»"false"Robin.Booleantrue

Special conditions of use

...

Use the "Wait for disappear" action.  

Implementation

  1. Transfer Move the "Wait to disappear" action to the workspace. 


  2. Set the "Wait for disappear" action parameters. 


  3. Click the "Start" button in the top panel to run the robot. Close the image manually. 

...