ContributionsMost RecentMost LikesSolutionsHow to handle UI elements when application started by another account Hi, I met the problem. When I started an Windows desktop application via different account, I can use "Object Browser" and "Object Spy" to check the application. But when I record the operations on it, there is no content left in test file. Re: How to get a tabitem location? I found the solution. The "TabControl" element has method "GetTabRect". I can get the tab caption location through this method. Re: How to get a tabitem location? Thanks Marsha_R. My problem is Test Complete can't find the tab item control, only shows tab pages. I want to get the tab item location. How to get a tabitem location? I'm writing a script to rename a tabitem by right click the tabitem caption. But I can't get the tabitem location through testcomplete. Although I can directly assign value to tab "Text", but this is not a user’s behavior. How can I get the tabitem location? Solved