Steps:
When Katalon Studio start my application with Mobile.startApplication([pathFile], true)
- My application start and show a permission popup (normal)
- After some seconds, Katalon open the settings app of the device (“com.apple.Preferences”) (why ?)
- After a a long time, Katalon close settings app and never reopened my application
- All test will fail because app is not open
On tvOS, the behaviour is a little bit different when I test “Spy”, Settings app is never found so Katalon try many times to start it, and after fews minutes my application is opened correctly in Spy mode.
“Spy” working fine on Mobile
Workaround founds:
- If I dismiss the popup before Settings app appear, Setting will be opened then closed and my application will be reopened.
- If I use
autoAcceptAlerts
capabilities, the popup is dismiss before Settings opening like first workaround but I don’t want this capabilities
Please let us know what you are using Katalon Studio for?
- I have currently applied Katalon Studio in my project
How would your work be affected if this issue has not been resolved?
- I cannot continue my job and have to work on something else while awaiting your response
Operating System
- macOS Catalina 10.15.6
Katalon Studio Version
- 7.8.0 (this bug behaviour never happened before I updated Katalon to 7.8.0, I was in 7.5.5)
Katalon Studio logs
Test Case start log
[debug] e[35m[WebDriverAgent]e[39m WebDriverAgent information:
[debug] e[35m[WebDriverAgent]e[39m {
[debug] e[35m[WebDriverAgent]e[39m “message”: “WebDriverAgent is ready to accept commands”,
[debug] e[35m[WebDriverAgent]e[39m “state”: “success”,
[debug] e[35m[WebDriverAgent]e[39m “os”: {
[debug] e[35m[WebDriverAgent]e[39m “testmanagerdVersion”: 26,
[debug] e[35m[WebDriverAgent]e[39m “name”: “iOS”,
[debug] e[35m[WebDriverAgent]e[39m “sdkVersion”: “14.2”,
[debug] e[35m[WebDriverAgent]e[39m “version”: “12.4.6”
[debug] e[35m[WebDriverAgent]e[39m },
[debug] e[35m[WebDriverAgent]e[39m “ios”: {
[debug] e[35m[WebDriverAgent]e[39m “ip”: “192.168.1.22”
[debug] e[35m[WebDriverAgent]e[39m },
[debug] e[35m[WebDriverAgent]e[39m “ready”: true,
[debug] e[35m[WebDriverAgent]e[39m “build”: {
[debug] e[35m[WebDriverAgent]e[39m “upgradedAt”: “1607003407927”,
[debug] e[35m[WebDriverAgent]e[39m “time”: “Dec 8 2020 09:18:56”,
[debug] e[35m[WebDriverAgent]e[39m “productBundleIdentifier”: “com.facebook.WebDriverAgentRunner”
[debug] e[35m[WebDriverAgent]e[39m }
[debug] e[35m[WebDriverAgent]e[39m }
[debug] e[35m[WebDriverAgent]e[39m WebDriverAgent successfully started after 14090ms
[debug] e[35m[BaseDriver]e[39m Event ‘wdaSessionAttempted’ logged at 1607421923177 (11:05:23 GMT+0100 (Central European Standard Time))
[debug] e[35m[XCUITest]e[39m Sending createSession command to WDA
[debug] e[35m[WD Proxy]e[39m Matched ‘/session’ to command name ‘createSession’
[debug] e[35m[WD Proxy]e[39m Proxying [POST /session] to [POST http://127.0.0.1:58523/session] with body: {“capabilities”:{“firstMatch”:[{“bundleId”:“com.tapptic.kowalski”,“arguments”:,“environment”:{},“eventloopIdleDelaySec”:0,“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}],“alwaysMatch”:{}}}
Dec 08, 2020 11:05:32 AM io.appium.java_client.remote.AppiumCommandExecutor$1 lambda$0
INFO: Detected dialect: W3C
[debug] e[35m[WD Proxy]e[39m Got response with status 200: {“value”:{“sessionId”:“E1D19CFF-5456-460C-BEE9-119006D1458B”,“capabilities”:{“device”:“iphone”,“browserName”:" “,“sdkVersion”:“12.4.6”,“CFBundleIdentifier”:“com.apple.springboard”}},“sessionId”:“E1D19CFF-5456-460C-BEE9-119006D1458B”}
e[35m[WD Proxy]e[39m Determined the downstream protocol as ‘W3C’
[debug] e[35m[BaseDriver]e[39m Event ‘wdaSessionStarted’ logged at 1607421932624 (11:05:32 GMT+0100 (Central European Standard Time))
[debug] e[35m[BaseDriver]e[39m Event ‘wdaStarted’ logged at 1607421932625 (11:05:32 GMT+0100 (Central European Standard Time))
e[35m[XCUITest]e[39m Skipping setting of the initial display orientation. Set the “orientation” capability to either “LANDSCAPE” or “PORTRAIT”, if this is an undesired behavior.
[debug] e[35m[BaseDriver]e[39m Event ‘orientationSet’ logged at 1607421932625 (11:05:32 GMT+0100 (Central European Standard Time))
[debug] e[35m[BaseDriver]e[39m The value of ‘elementResponseAttributes’ setting did not change. Skipping the update for it
[debug] e[35m[BaseDriver]e[39m The value of ‘shouldUseCompactResponses’ setting did not change. Skipping the update for it
e[35m[Appium]e[39m New XCUITestDriver session created successfully, session 132ea557-be03-4168-8d49-8cda406b6cca added to master session list
[debug] e[35m[BaseDriver]e[39m Event ‘newSessionStarted’ logged at 1607421932628 (11:05:32 GMT+0100 (Central European Standard Time))
[debug] e[35m[W3C (132ea557)]e[39m Cached the protocol value ‘W3C’ for the new session 132ea557-be03-4168-8d49-8cda406b6cca
[debug] e[35m[W3C (132ea557)]e[39m Responding to client with driver.createSession() result: {“capabilities”:{“webStorageEnabled”:false,“locationContextEnabled”:false,“browserName”:”“,“platform”:“MAC”,“javascriptEnabled”:true,“databaseEnabled”:false,“takesScreenshot”:true,“networkConnectionEnabled”:false,“platformName”:“ios”,“deviceId”:”“,“realDeviceLogger”:”/Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/tools/deviceconsole",“chromedriverPort”:58527,“app”:“/Users/gaetanvandenbergh/Documents/voo-test-automation/Apps/iOS/kowa.ipa”,“automationName”:“XCUITest”,“deviceName”:“iPhone de Thomas Rousseau”,“fullReset”:true,“newCommandTimeout”:1800,“noReset”:false,“platformVersion”:“12.4.6”,“udid”:“9e2d142480dbd603d1d450814ad1de5d35291187”,“waitForAppScript”:“true;”,“wdaLocalPort”:58523}}
e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session e[39me[32m200e[39m e[90m48728 ms - 783e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/132ea557-be03-4168-8d49-8cda406b6ccae[39m
e[35m[HTTP]e[39m e[90m{}e[39m
[debug] e[35m[W3C (132ea557)]e[39m Calling AppiumDriver.getSession() with args: [“132ea557-be03-4168-8d49-8cda406b6cca”]
[debug] e[35m[XCUITest]e[39m Executing command ‘getSession’
[debug] e[35m[WD Proxy]e[39m Matched ‘/’ to command name ‘getSession’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /] to [GET http://127.0.0.1:58523/session/E1D19CFF-5456-460C-BEE9-119006D1458B] with no body
[debug] e[35m[WD Proxy]e[39m Got response with status 200: {“value”:{“sessionId”:“E1D19CFF-5456-460C-BEE9-119006D1458B”,“capabilities”:{“device”:“iphone”,“browserName”:" “,“sdkVersion”:“12.4.6”,“CFBundleIdentifier”:“com.apple.springboard”}},“sessionId”:“E1D19CFF-5456-460C-BEE9-119006D1458B”}
[debug] e[35m[WD Proxy]e[39m Proxying [GET /wda/screen] to [GET http://127.0.0.1:58523/session/E1D19CFF-5456-460C-BEE9-119006D1458B/wda/screen] with no body
2020-12-08 11:05:33.653 INFO c.k.k.c.a.driver.AppiumRequestService - appiumVersion = 1.19.1
2020-12-08 11:05:33.654 INFO c.k.k.c.a.driver.AppiumRequestService - appiumServerStatus = {“value”:{“build”:{“version”:“1.19.1”}},“sessionId”:null,“status”:0}
2020-12-08 11:05:33.666 INFO c.k.k.c.a.driver.AppiumDriverManager - deviceId = 9e2d142480dbd603d1d450814ad1de5d35291187
2020-12-08 11:05:33.667 INFO c.k.k.c.a.driver.AppiumDriverManager - deviceName = iPhone de Thomas Rousseau
2020-12-08 11:05:33.667 INFO c.k.k.c.a.driver.AppiumDriverManager - deviceModel = iPhone7,1
2020-12-08 11:05:33.667 INFO c.k.k.c.a.driver.AppiumDriverManager - deviceManufacturer = Apple
2020-12-08 11:05:33.668 INFO c.k.k.c.a.driver.AppiumDriverManager - deviceOS = iOS
2020-12-08 11:05:33.668 INFO c.k.k.c.a.driver.AppiumDriverManager - deviceOSVersion = 12.4.6
[debug] e[35m[WD Proxy]e[39m Got response with status 200: {“value”:{“statusBarSize”:{“width”:0,“height”:0},“scale”:2},“sessionId”:“E1D19CFF-5456-460C-BEE9-119006D1458B”}
[debug] e[35m[WD Proxy]e[39m Proxying [GET /window/size] to [GET http://127.0.0.1:58523/session/E1D19CFF-5456-460C-BEE9-119006D1458B/window/size] with no body
[debug] e[35m[WD Proxy]e[39m Got response with status 200: {“value”:{“width”:414,“height”:736},“sessionId”:“E1D19CFF-5456-460C-BEE9-119006D1458B”}
e[35m[XCUITest]e[39m Merging WDA caps over Appium caps for session detail response
[debug] e[35m[W3C (132ea557)]e[39m Responding to client with driver.getSession() result: {“udid”:“9e2d142480dbd603d1d450814ad1de5d35291187”,“platformName”:“ios”,“deviceId”:”“,“realDeviceLogger”:”/Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/tools/deviceconsole",“chromedriverPort”:58527,“app”:“/Users/gaetanvandenbergh/Documents/voo-test-automation/Apps/iOS/kowa.ipa”,“automationName”:“XCUITest”,“deviceName”:“iPhone de Thomas Rousseau”,“fullReset”:true,“newCommandTimeout”:1800,“noReset”:false,“platformVersion”:“12.4.6”,“waitForAppScript”:“true;”,“wdaLocalPort”:58523,“device”:“iphone”,“browserName”:" “,“sdkVersion”:“12.4.6”,“CFBundleIdentifier”:“com.apple.springboard”,“pixelRatio”:2,“statBarHeight”:0,“viewportRect”:{“left”:0,“top”:0,“width”:828,“height”:1472}}
e[35m[HTTP]e[39m e[37m<-- GET /wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca e[39me[32m200e[39m e[90m829 ms - 715e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/132ea557-be03-4168-8d49-8cda406b6ccae[39m
e[35m[HTTP]e[39m e[90m{}e[39m
[debug] e[35m[W3C (132ea557)]e[39m Calling AppiumDriver.getSession() with args: [“132ea557-be03-4168-8d49-8cda406b6cca”]
[debug] e[35m[XCUITest]e[39m Executing command ‘getSession’
e[35m[XCUITest]e[39m Merging WDA caps over Appium caps for session detail response
[debug] e[35m[W3C (132ea557)]e[39m Responding to client with driver.getSession() result: {“udid”:“9e2d142480dbd603d1d450814ad1de5d35291187”,“platformName”:“ios”,“deviceId”:”“,“realDeviceLogger”:”/Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/tools/deviceconsole",“chromedriverPort”:58527,“app”:“/Users/gaetanvandenbergh/Documents/voo-test-automation/Apps/iOS/kowa.ipa”,“automationName”:“XCUITest”,“deviceName”:“iPhone de Thomas Rousseau”,“fullReset”:true,“newCommandTimeout”:1800,“noReset”:false,“platformVersion”:“12.4.6”,“waitForAppScript”:“true;”,“wdaLocalPort”:58523,“device”:“iphone”,“browserName”:" “,“sdkVersion”:“12.4.6”,“CFBundleIdentifier”:“com.apple.springboard”,“pixelRatio”:2,“statBarHeight”:0,“viewportRect”:{“left”:0,“top”:0,“width”:828,“height”:1472}}
e[35m[HTTP]e[39m e[37m<-- GET /wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca e[39me[32m200e[39m e[90m5 ms - 715e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/statuse[39m
e[35m[HTTP]e[39m e[90m{}e[39m
[debug] e[35m[GENERIC]e[39m Calling AppiumDriver.getStatus() with args:
[debug] e[35m[GENERIC]e[39m Responding to client with driver.getStatus() result: {“build”:{“version”:“1.19.1”}}
e[35m[HTTP]e[39m e[37m<-- GET /wd/hub/status e[39me[32m200e[39m e[90m1 ms - 68e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/timeoutse[39m
e[35m[HTTP]e[39m e[90m{“implicit”:30000}e[39m
[debug] e[35m[W3C (132ea557)]e[39m Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,“132ea557-be03-4168-8d49-8cda406b6cca”]
[debug] e[35m[XCUITest]e[39m Executing command ‘timeouts’
[debug] e[35m[BaseDriver]e[39m W3C timeout argument: {“implicit”:30000}}
[debug] e[35m[BaseDriver]e[39m Set implicit wait to 30000ms
[debug] e[35m[W3C (132ea557)]e[39m Responding to client with driver.timeouts() result: null
e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/timeouts e[39me[32m200e[39m e[90m2 ms - 14e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/screenshote[39m
e[35m[HTTP]e[39m e[90m{}e[39m
[debug] e[35m[W3C (132ea557)]e[39m Calling AppiumDriver.getScreenshot() with args: [“132ea557-be03-4168-8d49-8cda406b6cca”]
[debug] e[35m[XCUITest]e[39m Executing command ‘getScreenshot’
[debug] e[35m[XCUITest]e[39m Taking screenshot with WDA
[debug] e[35m[WD Proxy]e[39m Matched ‘/screenshot’ to command name ‘getScreenshot’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /screenshot] to [GET http://127.0.0.1:58523/session/E1D19CFF-5456-460C-BEE9-119006D1458B/screenshot] with no body
[debug] e[35m[WD Proxy]e[39m Got response with status 200: {“value”:“iVBORw0KGgoAAAANSUhEUgAABNoAAAigCAIAAABm8NjOAAAAAXNSR0IArs4c6QAA\r\nAAlwSFlzAAAhOAAAITgBRZYxYAAAABxpRE9UAAAAAgAAAAAAAARQAAAAKAAABFAA\r\nAARQAAIhEt4rQI4AAEAASURBVHgB7J33m2xF1bb9/VVfjhhmSJIlCwgiWYIggoIi\r\niFkUxYQ5vSYQE0iQZPj+2+/pXt13r15Vu7pnTpg5wzNXX/t6aqVd++7qPV079Tv+\r\n54wdv0zABEzABEzABEzABEzABEzABEzgFBN4xylen1dnAiZgAiZgAiZgAiZgAiZg\r\nAiZgAiLg6ahPDpuACZiACZiACZiACZiACZiACRwAAU9HDwC6D4SYgAmYgAmYgAmY\r\ngAmYgAmYgAl4OurpqAmYgAmYgAmYgAmYgAmYgAmYwAEQ8HT0AKD7KIgJmIAJmIAJ\r\nmIAJmIAJmIAJmICno56OmoAJmIAJmIAJmIAJmIAJmIAJHAABT0cPALqPgpiACZiA\r\nCZiACZiACZiACZiACXg66umoCZiACZiACZiACZiACZiACZjAARDwdPQAoPsoiAmY\r\ngAmYgAmYgAmYgAmYgAmYwMmYju6eZKyuP55Cm4/5jAmMvR4/5jMmMPZ6/JjPmMDY\r\n6/FjPmMCY6/Hj/mMCYy9Hj8HxudkTEfHG2OvCZiACZiACZiACZiACZiACZiACex4\r\nOupBYAImYAImYAImYAImYAImYAImcAAEPB09AOgn+WJmb5EJmIAJmIAJmIAJmIAJ\r\nmMAJI/DOY2edf/GV137klltuv+fj93zy7k986p77HjycL/VNPVQ/r73hFvX5XcfO\r\nOuRTj31MRweXVg9c24+GQZGBy/VFwHzGEMzHfDbuKAaDZODaWJaAQZGBi/SNYlBk\r\n4NpYloBBkYGL9I1iUGTg2liWgEGRgYv0jWJQZODaWJaAQZGBi/SNYlBk4Np…
[debug] e[35m[W3C (132ea557)]e[39m Responding to client with driver.getScreenshot() result: “iVBORw0KGgoAAAANSUhEUgAABNoAAAigCAIAAABm8NjOAAAAAXNSR0IArs4c6QAA\r\nAAlwSFlzAAAhOAAAITgBRZYxYAAAABxpRE9UAAAAAgAAAAAAAARQAAAAKAAABFAA\r\nAARQAAIhEt4rQI4AAEAASURBVHgB7J33m2xF1bb9/VVfjhhmSJIlCwgiWYIggoIi\r\niFkUxYQ5vSYQE0iQZPj+2+/pXt13r15Vu7pnTpg5wzNXX/t6aqVd++7qPV079Tv+\r\n54wdv0zABEzABEzABEzABEzABEzABEzgFBN4xylen1dnAiZgAiZgAiZgAiZgAiZg\r\nAiZgAiLg6ahPDpuACZiACZiACZiACZiACZiACRwAAU9HDwC6D4SYgAmYgAmYgAmY\r\ngAmYgAmYgAl4OurpqAmYgAmYgAmYgAmYgAmYgAmYwAEQ8HT0AKD7KIgJmIAJmIAJ\r\nmIAJmIAJmIAJmICno56OmoAJmIAJmIAJmIAJmIAJmIAJHAABT0cPALqPgpiACZiA\r\nCZiACZiACZiACZiACXg66umoCZiACZiACZiACZiACZiACZjAARDwdPQAoPsoiAmY\r\ngAmYgAmYgAmYgAmYgAmYwMmYju6eZKyuP55Cm4/5jAmMvR4/5jMmMPZ6/JjPmMDY\r\n6/FjPmMCY6/Hj/mMCYy9Hj8HxudkTEfHG2OvCZiACZiACZiACZiACZiACZiACex4\r\nOupBYAImYAImYAImYAImYAImYAImcAAEPB09AOgn+WJmb5EJmIAJmIAJmIAJmIAJ\r\nmMAJI/DOY2edf/GV137klltuv+fj93zy7k986p77HjycL/VNPVQ/r73hFvX5XcfO\r\nOuRTj31MRweXVg9c24+GQZGBy/VFwHzGEMzHfDbuKAaDZODaWJaAQZGBi/SNYlBk\r\n4NpYloBBkYGL9I1iUGTg2liWgEGRgYv0jWJQZODaWJaAQZGBi/SNYlBk4NpYloBB\r\n…
e[35m[HTTP]e[39m e[37m<-- GET /wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/screenshot e[39me[32m200e[39m e[90m169 ms - 378952e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/window/recte[39m
e[35m[HTTP]e[39m e[90m{}e[39m
[debug] e[35m[W3C (132ea557)]e[39m Calling AppiumDriver.getWindowRect() with args: [“132ea557-be03-4168-8d49-8cda406b6cca”]
[debug] e[35m[XCUITest]e[39m Executing command ‘getWindowRect’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /window/size] to [GET http://127.0.0.1:58523/session/E1D19CFF-5456-460C-BEE9-119006D1458B/window/size] with no body
[debug] e[35m[WD Proxy]e[39m Got response with status 200: {“value”:{“width”:414,“height”:736},“sessionId”:“E1D19CFF-5456-460C-BEE9-119006D1458B”}
[debug] e[35m[W3C (132ea557)]e[39m Responding to client with driver.getWindowRect() result: {“width”:414,“height”:736,“x”:0,“y”:0}
e[35m[HTTP]e[39m e[37m<-- GET /wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/window/rect e[39me[32m200e[39m e[90m289 ms - 48e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/execute/synce[39m
e[35m[HTTP]e[39m e[90m{“script”:“mobile: activeAppInfo”,“args”:}e[39m
[debug] e[35m[W3C (132ea557)]e[39m Calling AppiumDriver.execute() with args: [“mobile: activeAppInfo”,,“132ea557-be03-4168-8d49-8cda406b6cca”]
[debug] e[35m[XCUITest]e[39m Executing command ‘execute’
e[35m[XCUITest]e[39m Proxying to WDA with an unknown route: GET /wda/activeAppInfo
[debug] e[35m[WD Proxy]e[39m Proxying [GET /wda/activeAppInfo] to [GET http://127.0.0.1:58523/session/E1D19CFF-5456-460C-BEE9-119006D1458B/wda/activeAppInfo] with no body
[debug] e[35m[WD Proxy]e[39m Got response with status 200: {“value”:{“processArguments”:{“env”:{},“args”:},“name”:””,“pid”:52,“bundleId”:“com.apple.springboard”},“sessionId”:“E1D19CFF-5456-460C-BEE9-119006D1458B”}
[debug] e[35m[W3C (132ea557)]e[39m Responding to client with driver.execute() result: {“processArguments”:{“env”:{},“args”:},“name”:”",“pid”:52,“bundleId”:“com.apple.springboard”}
e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/execute/sync e[39me[32m200e[39m e[90m282 ms - 105e[39m
e[35m[HTTP]e[39m e[90me[39m
e[35m[HTTP]e[39m e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/132ea557-be03-4168-8d49-8cda406b6cca/appium/device/activate_appe[39m
e[35m[HTTP]e[39m e[90m{“bundleId”:“com.apple.Preferences”}e[39m
[debug] e[35m[W3C (132ea557)]e[39m Calling AppiumDriver.activateApp() with args: [“com.apple.Preferences”,null,null,null,“132ea557-be03-4168-8d49-8cda406b6cca”]
[debug] e[35m[XCUITest]e[39m Executing command ‘activateApp’
[debug] e[35m[WD Proxy]e[39m Proxying [POST /wda/apps/launch] to [POST http://127.0.0.1:58523/session/E1D19CFF-5456-460C-BEE9-119006D1458B/wda/apps/launch] with body: {“bundleId”:“com.apple.Preferences”}
Screenshots / Videos
IMG_0087.MOV.zip (739.0 KB) workaround_1.zip (989.6 KB)