Media
Easily upload images and other media to your Appetize iOS and Android devices, programmatically or via the App Page.
With App Page
The App Page provides an Upload File button on the device toolbar during active sessions, allowing you to upload media files directly to the device’s photo library.

With JavaScript SDK
Appetize’s JavaScript SDK offers a convenient addMedia function for adding media files directly to your active simulator sessions. This function is ideal for automating media uploads as part of your testing or development workflows.
await session.addMedia(file)
Last updated