Hi,
In one of our Actions, we launch an Internet explorer process that we then need to wait for, in order to continue. When using only process name as input ("iexplore"), BP detects whether the process is launched or not. However, this is fragile to other processes running simultaneously (another IE window open), so it is necessary to incude window title as well. When doing this, neither the entire window title, nor substrings (using wildcards) of it works.
Has anyone encountered a similar issue? There is a work-around, using the other application from the process studio, but waiting for the IE process is a much better solution.
Thanks,
Jonas