Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Vinod,
You can try recording the test that would click the object you need. Refer to the "Recording Tests" article for details.
I guess TestComplete will record something like this:
getid = meterLink.dlgMeterName.btnOK;
getid.Click();
You can try recording the test that would click the object you need. Refer to the "Recording Tests" article for details.
I guess TestComplete will record something like this:
getid = meterLink.dlgMeterName.btnOK;
getid.Click();