Dewayne_Pinion
11 years agoContributor
Can't click button on pop up form
Greetings, I am using the scripting instead of keyword for testing. I am trying to click a button that is on a pop up form, but I receive an error: Object doesn't support this property or me...
- 11 years agoWhen you use the object spy on the button it is called: M3_AKShell.frmValidationFailureMessageBox.tlpmsgbox.btnOk
to click on it use:
M3_AKShell.frmValidationFailureMessageBox.tlpmsgbox.btnOk.click()