MCPcopy
hub / github.com/openstf/stf / keyEvent

Function keyEvent

lib/units/device/plugins/service.js:310–315  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

308 }
309
310 function keyEvent(data) {
311 return runAgentCommand(
312 apk.wire.MessageType.DO_KEYEVENT
313 , new apk.wire.KeyEventRequest(data)
314 )
315 }
316
317 plugin.type = function(text) {
318 return runAgentCommand(

Callers 1

service.jsFile · 0.85

Calls 1

runAgentCommandFunction · 0.85

Tested by

no test coverage detected