mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Wait after paste.
This commit is contained in:
@@ -310,6 +310,7 @@ module.exports = syrup.serial()
|
||||
|
||||
plugin.paste = function(text) {
|
||||
return plugin.setClipboard(text)
|
||||
.delay(500) // Give it a little bit of time to settle.
|
||||
.then(function() {
|
||||
keyEvent({
|
||||
event: apk.wire.KeyEvent.PRESS
|
||||
|
||||
Reference in New Issue
Block a user