Forum Discussion

SriniG's avatar
SriniG
Contributor
12 years ago
Solved

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 ...
  • TanyaYatskovska's avatar
    12 years ago
    Hi 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.