1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Fix pasting not triggering Ctrl+V.

This commit is contained in:
Simo Kinnunen 2014-05-12 16:07:36 +09:00
parent 372208c105
commit ad3386a606

View file

@ -263,7 +263,7 @@ module.exports = syrup.serial()
return plugin.setClipboard(text)
.then(function() {
keyEvent({
event: apk.wire.MessageType.DO_PRESS
event: apk.wire.KeyEvent.PRESS
, keyCode: adb.Keycode.KEYCODE_V
, ctrlKey: true
})