UI Automation
Capture user interactions and play them back with ease using Appetize's AppRecorder. Test and reuse app workflows (e.g. user login) on different devices effortlessly.
AppRecorder
Recording Actions
With JavaScript SDK
const session = await client.startSession()
let actions = []
session.on('action', action => {
actions.push(action)
})
// later on, replay them
await session.playActions(Actions)Playing Actions
With JavaScript SDK
Programmatic Interactions
Device commandsTouch interactionsUI Testing with Appetize
PlaywrightLast updated