DeviceRequest

constructor(driver: String? = null, count: Int? = null, deviceIDs: List<String>? = null, capabilities: List<List<String>>? = null, options: Map<String, String>? = null)

Parameters

driver
count
deviceIDs
capabilities

A list of capabilities; an OR list of AND lists of capabilities.

options

Driver-specific options, specified as a key/value pairs. These options are passed directly to the driver.