Forum Discussion

sandeep7972's avatar
sandeep7972
Occasional Contributor
3 years ago
Solved

Validate a processing dialog box

Would appreciate you views on this. I'm automating a microsoft word document plugin functionalities. I need to validate a box that appears when i click certain button which says "The following things...
  • Marsha_R's avatar
    3 years ago

    Record something short on that box, like a Click.  That will get you the object name and then you could build your own checkpoint.

     

    You could also talk to your devs and see if they can give you a version where the box stays up longer, just to use while you are building the test. You can revert to the actual version afterwards.