IosDeviceFileResponse

data class IosDeviceFileResponse(val bundleId: String, val content: FileReferenceResponse, val devicePath: String)

A file or directory to install on the device before the test starts.

Constructors

Link copied to clipboard
fun IosDeviceFileResponse(bundleId: String, content: FileReferenceResponse, devicePath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bundle id of the app where this file lives. iOS apps sandbox their own filesystem, so app files must specify which app installed on the device.

Link copied to clipboard

The source file

Link copied to clipboard

Location of the file on the device, inside the app's sandboxed filesystem