Forum Discussion

rushikesh's avatar
rushikesh
Contributor
6 years ago
Solved

Is there a way to know which dialog pop ups from set of dialog, after a particular action?

Hi,   I have a test case in which a dialog gets launched after clicking a button. This dialog may not be same everytime. ( There is set of 5 dialogs from which a dialog is picked.)   I want...
  • tristaanogre's avatar
    tristaanogre
    6 years ago

    You can control the amount of time it checks for each dialog by using judicious placements of "WaitChild" or "WaitAliasChild" to wait for the dialog.  Those methods have a timeout setting that you can set to a max level.  That way, rather than waiting for the global project level timeout, you can customize it based upon expected timeout for each dialog.