ADB tunnel
The ADB tunnel feature allows you to create an SSH tunnel to a running Appetize Android session, enabling you to interact with the device via Android Studio or standard ADB protocol.
Enable ADB Tunnel
With Query Parameter
&enableAdb=trueWith JavaScript SDK
await client.setConfig({
enableAdb: true,
...
})Usage
With App Page

Play on the app you want to inspect

With JavaScript SDK
Last updated