From b65684e4c3b3eaea6e8a690966bdfbd8fad1d7b7 Mon Sep 17 00:00:00 2001 From: Ganesh Kotalwar <111364299+ganesh-gsk@users.noreply.github.com> Date: Sat, 25 Jan 2025 02:13:58 +0530 Subject: [PATCH] Fixes the issue https://github.com/browserstack/python-appium-app-browserstack/issues/20 Slack Thread - https://browserstack.slack.com/archives/C05ALJK2YSH/p1737744965754399 --- ios/browserstack_sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/browserstack_sample.py b/ios/browserstack_sample.py index ccab1d6..6acd116 100644 --- a/ios/browserstack_sample.py +++ b/ios/browserstack_sample.py @@ -10,7 +10,7 @@ # instead: https://github.com/appium/python-client/pull/720 options = XCUITestOptions().load_capabilities({ # Specify device and os_version for testing - "deviceName": "iPhone 11 Pro", + "deviceName": "iPhone 11", "platformName": "ios", "platformVersion": "13",