The first problem:
recorder doesn’t capture the real object ID, it is set the text of object as ID value.
and when choose attribute locator it is contain name, lable, class name but no resource-id.
The second problem:
My app has many view , and when I click on button that navigate to next view recorder still captured the objects from previus and the current view.
for that i can’t make action on object if there was object on same location in previus view.
For example when open my app I have welcom page with “skip” button when tab on it I have another page that have also “skip” button on same location but when I click on it nothing happening.
NT: I tride this case from katalon recorder, and also create a test case and run it with cloud but the problem still exist.