ContributionsMost RecentMost LikesSolutionsHow to Click a label / Link Label using VB ScriptI've TestComplete scripts in vb for my AUT. In one of the page, there is a label(with label name = ABCD)and linkLabel(with linkLabel name = PQRS). Here i need to click the label and then linkLabel for other actions. Is it possible to make TestComplete click both label and linkLabel based only on its Fullname (ie, ABCD / PQRS)? It'd be really helpful if someone can come up with a vb script for this - ie, label and linkLabel click based on its name. Appreciate your help in advance.How to get property of various controls in remote boxI am using Test Complete Version6. Using "Display Object Property Window", how to get the properties of various controls which are in a remote box. It'd be really helpful if someone can help me for this. Thank you in advance..