I would like to ask about the click activity.
I would like to specify and click an element within the grid, but I was unable to specify it individually. Therefore, I tried the following.
①Specify the target grid in the “GetPosition” activity
②Place the click activity and set the selector to grid
③Set the click activity property from “Click Offset” to “PointOffset”
After setting, I tested it in debug mode and found no problems. However, when I ran it in the main environment, the click activity became unstable. (50% success, 50% failure)
Could you please tell me the cause and how to fix it?