ContributionsMost RecentMost LikesSolutionsRe: I am trying to get a property of a object like IsEnabled but not getting it Thanks, but is there other way reason I am getting properties in array and identifying the object and its not working. Re: I am trying to get a property of a object like IsEnabled but not getting it Hi Thanks for reply, However I have already put delay of 10s but still its the same issue, any other suggestions ? I am trying to get a property of a object like IsEnabled but not getting it Hi have a scenario in which in Desktop Application I have to Open an account and for that account by default there are few buttons which I have to check are those Enable or Disable and then for that same account will change View and have to check same buttons are those enable or disable or not. The issue I am encountering is the Object properties is not refreshing. Like in default View its Enabled and its True but when I changed its false but its not working for second one its taking same first times properties only. what I have used is Sys.refresh, Object.Refresh() both didn't worked wat should I do please guide? trycatch stopped working for The Object does not exist Hi Team, The try catch was working 2 weeks back and now all of a sudden its stopped . Snippet try{ progressbar = progressbarload() sys.highlightobject(progressbar ) } catch(e){} while running its while loop so at last instance the object is not identified and I want to ignore it as then logs will be more cleaner but its not working for " The object doesn't t exist" can you please help is there some settings to be done so that when Script log is generated I don't see the above error it be ignored. or do something that try/catch starts working? Object identification is there a way to check backtrack if we define a array for object that which was the object on the screen Call Stack While running the Test Script I want to see which Function and inside which method is getting executed but always I see call Stack as Blank only when I pause the Test Run then I see what is running. Is there any option/Setting which can Enable and see what running runtime? Also on Top Left we see only Delay its running is there any way to change to see what function and what method there too? Thanks in advance. Re: Unexpected Window Handle Cool it means it handles automatically if we Enable the option. Thanks Unexpected Window Handle In Current Project Properties under Playback on unexpected Window if we Enable Press Enter then will by default it will search OK or YEs button and click it. Or do we need to write an function to handle it, please comment Solvedhow to Skip Onstart event for particular Testcase in Test Complete 12 Hi, I have a scenario in which an OnStartEvent I want to Skip it for a particular Test case and then again I need for other Test case So generally How can I avoid/Skip using Onstart event ? Thanks in advance for help.