Switching device (Vision)

testrun.global.properties / testrun.properties

Android emulator

Specify AVD name in the properties file.

#by AVD Name
android.profile=Pixel 9(Android 15)

Android real device

Specify udid name in the properties file.

# by udid
android.profile=93MAY0CY1M

iOS simulator

Specify device name in the properties file.

#by model and platformVersion
ios.profile=iPhone 16(iOS 18.2)

iOS real device

Specify udid name in the properties file.

# by udid
ios.profile=360B43B0-CB94-418E-A880-494FEFB3A8D4


See also
Automatic device detection with profile naming convention

Link