It's occasionally useful to be able to wait for certain UIComponents during the
execution of a set of commands
Here is my suggestion:
http://pastebin.com/m1a4e2e86
example:
commands = commands.concat([
new WaitForComponentCommand('myButtonAutomationName'),
new FlexCommand('myButtonAutomationName', "Click", ["0"], "automationName")
]);
Original issue reported on code.google.com by tol...@gmail.com on 30 Apr 2009 at 7:52
Original issue reported on code.google.com by
tol...@gmail.com
on 30 Apr 2009 at 7:52