How to enable buttons when it was disabled on execution of vbscript using DOM modal
Hi, While running Vbscript on IE browser, buttons are disabled and unable to click on buttons but when i'm checking manually able to click on buttons. Please let me know how to overcome ...
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.