ContributionsMost RecentMost LikesSolutionsProblem with Property or Object CheckpointsOur bidding container is program in C++. TestComplete was able to playback when I navigate its controls but I noticed it uses same name for all the controls ("QHTM_Window_Class_001") and all selections uses coordinates instead of properties. I have problem adding property or object checkpoint also as TestComplete cannot identify the object. In the property window it says: Classname = [Non RTTI Object] Name=Window("AfxWnd42","",1) Any help on this one?Can I change the ObjectIdentifier value dynamically?I have two drop-down boxes in a web page. In the object browser, drop-down box 1 has an ObjectIdentifier value of 0 while drop-down box 2 has a value of 1. Is there a way I can change the ObjectIdentifier through script?Re: PatchServices.jarThanks Alexei and TanyaRe: PatchServices.jarHi Alexei, When I try to automate our app I noticed that TestComplete can detect only the controls in the first screen (Login) and second screen (Main). All other screens TestComplete cannot detect the controls anymore even the common ones such as textboxes and buttons.Re: PatchServices.jarOur app still using Android 2.2API Level 8 for AndroidWe have an app the uses API Level 8, does the current android automation support API level 8?SolvedPatchServices.jarOur app uses an old sdk, does the library detect Activity Group or Tabhost control?SolvedRe: Selecting the first record in a webpageCan you give an example? ThanksRe: How to select each tab without knowing the url or tab title?Thanks for all the replies.New Tab focus is not consistentI used this function OpenNewTab(URL) from Tab Browsing and it has a command " browser.BrowserWindow(0).Keys("^t");". What I noticed is that after a new tab is created the focus is not consistent. Sometimes the focus stays on the new tab created and sometimes the focus is on the previous tab. Is there a way to make to focus consistent to always on the new tab created? browser.BrowserWindow(0).Keys("^t");#sthash.kZumbmH9.dpuf browser.BrowserWindow(0).Keys("^t");#sthash.kZumbmH9.dpuf browser.BrowserWindow(0).Keys("^t");#sthash.kZumbmH9.dpuf