DOM is not getting refresh while doing Object Spy in iOS app

Hi All,

I am facing issues regarding DOM refresh in Appium studio, I am not able to find the Object in DOM, DOM is showing the previous loaded page, Hence my scripts are failing

Thanks
Rahul.T

Can anyone help on this issue is it a problem with Appium studio?

From what I can tell…

Object Spy basically presents a snapshot of a UI DOM at a specific moment in time. The Object Spy does NOT refresh. You need to close and reopen to get the updated page.

But when we run the scripts again it Fails

perhaps you can provide more detail on what you are trying to do ?? Do you have code to share ?