Performance Issue on tap

Hey, I am automating mobile application and I am having this warning again and again performance: tapping with a small tap offset may unwantedly reduce performance. Please ensure that this tap offset is actually required.

If you are seeing the warning “tapping with a small tap offset may unwantedly reduce performance. Please ensure that this tap offset is actually required” while automating a mobile application in UiPath, it means that the tap offset you have specified for the Tap activity is too small.

The tap offset determines the distance between the center of the tap and the center of the element that is being tapped. If the tap offset is too small, it may cause the performance of the automation to suffer, as the robot may have difficulty accurately tapping the element.

To fix this issue, you can try increasing the tap offset to a value that is more appropriate for your automation. You can do this by specifying a larger value for the X and Y properties of the Tap activity.

Unfortunately, there is no X and Y or any other property of the Tap activity in UiPath studio for Mobile Automation Process. Is there any other solution? I am attaching the screenshot here.

tap

@Muhammad_Anas_Baloch

If you expand target you will see the offset options and can use them

cheers