ContributionsMost RecentMost LikesSolutionsRe: Test complete scripts are not working from 14.71 to 15..43 It is object properties only....not xpath or css , But that is now seen different which is a problem Test complete scripts are not working from 14.71 to 15..43 The scripts written in 14.71 version aren't working on latest . The object Identifiers are seen different on latest version of test complete and all our scripts are failing.. Is there any solution to keep the same Object identifiers/class name on latest also Re: Unable to spy inside mobile screen for android Do you have any videos for the same , Step by step method in vidoes. I am unable to see the appium icon in object browser once appium installed. Is bitbar license required for Appium ? unable to connect to device The capabilities set were below , do let me know if these are correct { "platformName": "Android", "platformVersion": "10.0", "deviceName": "emulator-5554", "automationName": "UIAutomator2" } The URL for Appium given is http://127.0.0.1:4723/wd/hub unable to get screenshot of device What is the solution for this? how to get xpath for mobile ui How to get the object xpath..can you give some details. NOTE: I am having mobile license but not bit bar one .. is that required to get the xpath. Attach is one of your screen shot . Unable to spy inside mobile screen for android Unable to find any objects as spy doesnt work inside of mobile screen . When try to login page function login() { Mobile["SetCurrent"]("emulator"); Mobile["Device"]()["Keys"]("xxxxxx"); Delay(4000); Mobile["Device"]()["Touch"](592, 1447); Delay(3000); Mobile["Device"]()["Keys"]("xxxxxx"); Delay(3000); Mobile["Device"]()["Touch"](569, 1687); Delay(3000); }