12-11-2012, 06:46 AM
Records wait() only when the window is created while recording. If the window already exists, records just act().
Now I see. The window already exists while recording, but it's name changes with a delay, because it is a web browser. In Chrome even new child window is created. I'll think what to do in this case. Probably the best would be a retry-until-successful option, like you suggest. Thank you.
Now I see. The window already exists while recording, but it's name changes with a delay, because it is a web browser. In Chrome even new child window is created. I'll think what to do in this case. Probably the best would be a retry-until-successful option, like you suggest. Thank you.