How to determine which window was active during the execution of Find Image or Advanced Click steps?

Answered
0
0

Hi everyone,

I’m working with an application that involves the use of Find Image Step and Advanced Click Step, and I’m trying to figure out which window was active at the exact moment these steps were executed on robot.

Does anyone know how to track or retrieve this information during runtime or through logs/debugging? Any insights or tips would be greatly appreciated!

Thanks in advance!

  • You must to post comments
Best Answer
0
0

Whenever the robot executes and doesn’t find the image, it creates a JSON file at the location: %appdata% –> Robotiq

If you want to check how the JSON file looks even when the image is found, you can modify the configuration file located at:
C:\Program Files\Robotiq.ai\RecorderRobot\Robotiq.ScriptExecutor.dll.config

Change the value of KeepTemplateMatchingArgFileOnDisk from false to true like this:

<add key=”KeepTemplateMatchingArgFileOnDisk” value=”true” />

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.