A query string that will enable to select the devices that will be used.
For example:
-
@serialnumber=’aabbccddee’
Will select a specific device with a given serial number of udid.
-
@os=’android’ and @versionnumber > 5.0
Select android with a version that is bigger than 5.0
Other field that can be used:
- manufacture: device manufacture for example: samsung
- model: Device model, for example: SM-G935F
- modelName: Device marketing name: for example: Galaxy S7 Edge
- name
- os: Operating system.
- remote: If device is connected through SeeTestCloud or not (values are true/false).
- serialnumber: S/N of the device.
- version: The device's operating system version (for example 4.1.2).
- versionnumber: The device's operating system version number (for example 4.1).
- category: The device category. Currently supported in android devices. possible values- 'WATCH', 'PHONE' or 'TABLET'.