Is there a way to run several Scripts continuously in Instruments (iOS) UI Automation? -
whenever try ui automation in instruments (iphone simulator) apple, have several different scripts run. problem need sit , run each script when former 1 ends. wonder what's use of automation if still need sit , run each script after other.
can tell me (or there) way run more 1 script 1 click? , don't need run record button every script?
i have same problem. according official documentation: "you can create many scripts like, can run 1 @ time."
so tried bundle scripts 1 importing them:
# import "test1.js" # import "test2.js" save separate script (e.g. "testall.js") , run one.
Comments
Post a Comment