Forum Discussion

sanket2733's avatar
sanket2733
New Contributor
2 years ago

How to open a dialog box directly if you know its mapped name

If I know the name mapping of  dialog box, then is there a method in script testing that I can use to directly invoke the dialog box without actually clicking on the button to invoke the dialog box

1 Reply

  • Kitt's avatar
    Kitt
    Regular Contributor

    If one of your application's objects has a method that invokes your dialog, you can use it in your tests as you would with any other method (EX: obj.MethodName()).