Solved
Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Srini,
The getElementById method returns an HTML element from the page. I would suggest that you use TestComplete's methods to get an object and perform a click on it. For example, you can use the FindChild method.
The getElementById method returns an HTML element from the page. I would suggest that you use TestComplete's methods to get an object and perform a click on it. For example, you can use the FindChild method.