Solved
Forum Discussion
AlexKaras
Champion Level 2
7 years agoHi,
> is there a way to know which object is launched ?
No way, unless your tested application provides some info about this.
tristaanogre
7 years agoEsteemed Contributor
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.