mirror of
https://github.com/appium/appium.git
synced 2026-02-13 05:19:47 -06:00
Merge pull request #2249 from dandoveralba/non-retina
Support Launching Non-Retina iPhone
This commit is contained in:
@@ -788,7 +788,7 @@ IOS.prototype.getDeviceString = function () {
|
||||
if (isiPhone) {
|
||||
if (isRetina && isTall) {
|
||||
iosDeviceString += is64bit ? " (4-inch 64-bit)" : " (4-inch)";
|
||||
} else {
|
||||
} else if (this.args.deviceName.toLowerCase().indexOf("3.5") !== -1) {
|
||||
iosDeviceString += " (3.5-inch)";
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user