AndroidRemoteDriver

JVM-side driver that communicates with the ParikshanAndroidServer running inside the real Android app on the emulator/device. Uses HTTP POST over an adb forwarded port (e.g. 9879).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend override fun close()
Link copied to clipboard
open suspend fun relaunchApp()
Link copied to clipboard
open fun resolveArtifactPath(relativePath: String): String
Link copied to clipboard
open suspend override fun send(command: Command): Response