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!
- Emb asked 3 months ago
- You must login to post comments
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” />
- Community Admins answered 3 months ago
- You must login to post comments
Please login first to submit.