GlenFlint / flexmonkey

Automatically exported from code.google.com/p/flexmonkey
0 stars 0 forks source link

feature request (with patch): wait for UIComponent in command queue #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Retiring 0.x issues

Original comment by eric.owe...@gtempaccount.com on 16 Jul 2009 at 12:51