MildaGenius
4 years agoNew Contributor
Is possible to get displayName in Appium cloud side test
Hello,
I use Python tests with Appium cloud side automated test of Unity game. To obtain device name we use UnityEngine.SystemInfo.deviceName, whitch returns something like iPhone instead of displayName Apple iPhone 12 Pro Max A2411 14.1.
Is any possibility to get displayName in test enviroment (shell, Apppium)?
I checked Appium capabilities, APPIUM_DEVICE enviroment variable, but nothing useful.