SriniG
11 years agoContributor
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 this issue using DOM?
Note: its working fine when we use Descriptive programing.
Browser used: IE11
Modal used : DOM
Script : VBscript.
Thankyou,
Srini.
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 this issue using DOM?
Note: its working fine when we use Descriptive programing.
Browser used: IE11
Modal used : DOM
Script : VBscript.
Thankyou,
Srini.
- 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.