Cross-document messages
Interact with the virtual device via a Javascript post-message API
postMessage('requestSession', '*')postMessage({ type: 'mouseclick', x: 100, y:100 }, '*')Sendable Messages
requestSession
postMessage('requestSession', '*')emitHomeButton
postMessage('emitHomeButton', '*')rotateLeft
rotateRight
setScale
saveScreenshot
getScreenshot
heartbeat
mouseclick
pasteText
keypress
language
location
url
shakeDevice
androidKeycodeMenu
adbShellCommand
biometryMatch
biometryNonMatch
disableInteractions
enableInteractions
restartApp
endSession
Receivable Messages
userInteractionReceived
heartbeatReceived
orientationChanged
sessionRequested
userError
sessionQueued
sessionQueuedPosition
accountQueued
accountQueuedPosition
appLaunch
firstFrameReceived
timeoutWarning
sessionEnded
screenshot
sessionConnecting
chromeDevToolsUrl
interceptResponse
interceptRequest
debug
deviceDimensions
app
Last updated