Forum Discussion

Dewayne_Pinion's avatar
Dewayne_Pinion
Contributor
11 years ago
Solved

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...
  • Adrian_Tankard's avatar
    11 years ago
    When 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()