()
| 5 | } |
| 6 | |
| 7 | function takeScreenshot() { |
| 8 | if (socket) { |
| 9 | socket.emit("command", { udid: device.udid, cmd: "homescreen" }); |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | function actionSwitchApp() { |
| 14 | if (socket) { |
nothing calls this directly
no outgoing calls
no test coverage detected