...
Example test.testgb :
Code Block | ||
---|---|---|
| ||
#Launching the app measureStart,CHRGT_homePage applicationStart,com.google.ios.youtube waitUntilText,Home pause,1000${PAUSEAFTERLOAD} measureStop #Break on home page measureStart,PAUSE_homePage pause,30000${PAUSEDURATION} measureStop |
Application
Command | Parameters | Description |
---|---|---|
applicationStart | String bundleId: the bundle id | Starts an application from its bundle id. |
applicationKill | String bundleId: the bundle id | Forces an application to stop from its bundle id. |
...