From the page Source, I could not find any Event that foires off to enable the button. I did try:
but the Type micTab threw an error.
Any other ideas?
Code:
Browser("WisdomLogin").Page("Wisdom DEV_4").Frame("MainWindow_2").WebEdit("MasterPage$ContentPlaceHolderS").Set "0141"
Browser("WisdomLogin").Page("Wisdom DEV_4").Frame("MainWindow_2").WebEdit("MasterPage$ContentPlaceHolderS").Type "micTab"
Browser("WisdomLogin").Page("Wisdom DEV_4").Frame("MainWindow_2").WebButton("Validate").Click
but the Type micTab threw an error.
Any other ideas?