nedbacan
4 years agoFrequent Contributor
Waiting for Button to be enabled
Hello. I am new to TestComplete and would like to ask if someone can help. I need to wait for this button to becomes enable so I can move on, the enabled time varies on the button but no longer ...
- 4 years ago
That almost looks right, you just need to set "button" to the button object (not its "Enabled" property):
var button = Aliases.browser.pageExam.buttonOn;