MCPcopy Create free account
hub / github.com/AutoCodeStack/ios-device-farm / takeScreenshot

Function takeScreenshot

public/static/js/events/button.events.js:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7function takeScreenshot() {
8 if (socket) {
9 socket.emit("command", { udid: device.udid, cmd: "homescreen" });
10 }
11}
12
13function actionSwitchApp() {
14 if (socket) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected