vengatesh
15 years agoNew Contributor
How to Click a label / Link Label using VB Script
I'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.
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.