Skip to content

Instantly share code, notes, and snippets.

@vjmaiky
Created May 28, 2021 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vjmaiky/be81babf0f3277d3da892eba0f97d251 to your computer and use it in GitHub Desktop.
Save vjmaiky/be81babf0f3277d3da892eba0f97d251 to your computer and use it in GitHub Desktop.
The server is running
[Appium] Welcome to Appium v1.20.2
[Appium] Non-default server args:
[Appium] relaxedSecurityEnabled: true
[Appium] allowInsecure: {
[Appium] }
[Appium] denyInsecure: {
[Appium] }
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> GET /wd/hub/sessions
[HTTP] {}
[GENERIC] Calling AppiumDriver.getSessions() with args: []
[GENERIC] Responding to client with driver.getSessions() result: []
[HTTP] <-- GET /wd/hub/sessions 200 5 ms - 40
[HTTP]
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"app":"/Users/lmihai/Desktop/FlyNet.ipa","automationName":"XCUITest","deviceName":"iphone12","newCommandTimeout":600,"platformName":"ios","platformVersion":"14","udid":"00008101-001E70440232001E","wdaLaunchTimeout":"120000","connectHardwareKeyboard":true}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/lmihai/Desktop/FlyNet.ipa","automationName":"XCUITest","deviceName":"iphone12","newCommandTimeout":600,"platformName":"ios","platformVersion":"14","udid":"00008101-001E70440232001E","wdaLaunchTimeout":"120000","connectHardwareKeyboard":true},null,null]
[BaseDriver] Event 'newSessionRequested' logged at 1622186374071 (10:19:34 GMT+0300 (Eastern European Summer Time))
[Appium] Appium v1.20.2 creating new XCUITestDriver (v3.33.1) session
[Appium] Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[BaseDriver] Creating session with MJSONWP desired capabilities: {
[BaseDriver] "app": "/Users/lmihai/Desktop/FlyNet.ipa",
[BaseDriver] "automationName": "XCUITest",
[BaseDriver] "deviceName": "iphone12",
[BaseDriver] "newCommandTimeout": 600,
[BaseDriver] "platformName": "ios",
[BaseDriver] "platformVersion": "14",
[BaseDriver] "udid": "00008101-001E70440232001E",
[BaseDriver] "wdaLaunchTimeout": "120000",
[BaseDriver] "connectHardwareKeyboard": true
[BaseDriver] }
[BaseDriver] Capability 'wdaLaunchTimeout' changed from string ('120000') to integer (120000). This may cause unexpected behavior
[BaseDriver] Session created with session id: a2578e28-f738-4912-b216-18d3746e909f
[XCUITest] Current user: 'lmihai'
[XCUITest] Available devices: 00008101-001E70440232001E
[XCUITest] Creating iDevice object with udid '00008101-001E70440232001E'
[XCUITest] Determining device to run tests on: udid: '00008101-001E70440232001E', real device: true
[XCUITest] Normalized platformVersion capability value '14' to '14.0'
[BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1622186374138 (10:19:34 GMT+0300 (Eastern European Summer Time))
[BaseDriver] Using local app '/Users/lmihai/Desktop/FlyNet.ipa'
[BaseDriver] Will reuse previously cached application at '/var/folders/yc/q811y26j5_xg92p2q6_2d5k40000gp/T/2021428-18837-15m2015.h9t2i/FlyNet.app'
[BaseDriver] Event 'appConfigured' logged at 1622186374255 (10:19:34 GMT+0300 (Eastern European Summer Time))
[XCUITest] Checking whether app '/var/folders/yc/q811y26j5_xg92p2q6_2d5k40000gp/T/2021428-18837-15m2015.h9t2i/FlyNet.app' is actually present on file system
[XCUITest] App is present
[iOS] Getting bundle ID from app '/var/folders/yc/q811y26j5_xg92p2q6_2d5k40000gp/T/2021428-18837-15m2015.h9t2i/FlyNet.app': 'de.telekom.connectivity.inflight'
[BaseDriver] Event 'resetStarted' logged at 1622186374255 (10:19:34 GMT+0300 (Eastern European Summer Time))
[XCUITest] Reset: running ios real device reset flow
[BaseDriver] Event 'resetComplete' logged at 1622186374255 (10:19:34 GMT+0300 (Eastern European Summer Time))
[WebDriverAgent] Using WDA path: '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent'
[WebDriverAgent] Using WDA agent: '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
[XCUITest] Crash reports root '/Users/lmihai/Library/Logs/CrashReporter/MobileDevice/Iphone12-14.6' does not exist. Got nothing to gather.
[BaseDriver] Event 'logCaptureStarted' logged at 1622186374500 (10:19:34 GMT+0300 (Eastern European Summer Time))
[XCUITest] Setting up real device
[XCUITest] Verifying application platform
[XCUITest] CFBundleSupportedPlatforms: ["iPhoneOS"]
[XCUITest] Installing '/var/folders/yc/q811y26j5_xg92p2q6_2d5k40000gp/T/2021428-18837-15m2015.h9t2i/FlyNet.app' on device with UUID '00008101-001E70440232001E'...
[Support] Traversed 46 directories and 232 files in 5188ms
[XCUITest] Pushed the app files successfully after 5325ms
[XCUITest] App installation succeeded after 5968ms
[XCUITest] The app has been installed successfully.
[BaseDriver] Event 'appInstalled' logged at 1622186380650 (10:19:40 GMT+0300 (Eastern European Summer Time))
[WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[DevCon Factory] Requesting connection for device 00008101-001E70440232001E on local port 8100, device port 8100
[DevCon Factory] Cached connections count: 0
[DevCon Factory] Successfully requested the connection for 00008101-001E70440232001E:8100
[XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.5","version":"14.6"},"ios":{"ip":"169.254.92.17"},"ready":true,"build":{"upgradedAt":"1612946545000","time":"May 28 2021 10:01:47","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
[WebDriverAgent] Upgrade timestamp of the currently bundled WDA: 1612946545000
[WebDriverAgent] Upgrade timestamp of the WDA on the device: 1612946545000
[WebDriverAgent] Will reuse previously cached WDA instance at 'http://127.0.0.1:8100/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 8100 if this is an undesired behavior.
[XCUITest] Trying to start WebDriverAgent 1 times with 10000ms interval
[XCUITest] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
[BaseDriver] Event 'wdaStartAttempted' logged at 1622186380768 (10:19:40 GMT+0300 (Eastern European Summer Time))
[WebDriverAgent] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.5","version":"14.6"},"ios":{"ip":"169.254.92.17"},"ready":true,"build":{"upgradedAt":"1612946545000","time":"May 28 2021 10:01:47","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
[BaseDriver] Event 'wdaSessionAttempted' logged at 1622186380790 (10:19:40 GMT+0300 (Eastern European Summer Time))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"de.telekom.connectivity.inflight","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got response with status 200: {"value":{"sessionId":"ECF11496-9EC5-438F-82AF-CE99C73F2812","capabilities":{"device":"iphone","browserName":"FlyNet","sdkVersion":"14.6","CFBundleIdentifier":"de.telekom.connectivity.inflight"}},"sessionId":"ECF11496-9EC5-438F-82AF-CE99C73F2812"}
[WD Proxy] Determined the downstream protocol as 'W3C'
[BaseDriver] Event 'wdaSessionStarted' logged at 1622186382234 (10:19:42 GMT+0300 (Eastern European Summer Time))
[BaseDriver] Event 'wdaStarted' logged at 1622186382234 (10:19:42 GMT+0300 (Eastern European Summer Time))
[XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
[BaseDriver] Event 'orientationSet' logged at 1622186382235 (10:19:42 GMT+0300 (Eastern European Summer Time))
[BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
[BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
[Appium] New XCUITestDriver session created successfully, session a2578e28-f738-4912-b216-18d3746e909f added to master session list
[BaseDriver] Event 'newSessionStarted' logged at 1622186382236 (10:19:42 GMT+0300 (Eastern European Summer Time))
[MJSONWP (a2578e28)] Cached the protocol value 'MJSONWP' for the new session a2578e28-f738-4912-b216-18d3746e909f
[MJSONWP (a2578e28)] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"app":"/Users/lmihai/Desktop/FlyNet.ipa","automationName":"XCUITest","deviceName":"iphone12","newCommandTimeout":600,"platformName":"ios","platformVersion":"14","udid":"00008101-001E70440232001E","wdaLaunchTimeout":120000,"connectHardwareKeyboard":true}
[HTTP] <-- POST /wd/hub/session 200 8170 ms - 522
[HTTP]
[HTTP] --> GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/contexts
[HTTP] {}
[MJSONWP (a2578e28)] Calling AppiumDriver.getContexts() with args: ["a2578e28-f738-4912-b216-18d3746e909f"]
[XCUITest] Executing command 'getContexts'
[XCUITest] Getting list of available contexts
[iOS] Retrieving contexts and views
[XCUITest] Selecting by url: false
[RemoteDebugger] Remote Debugger version 8.13.2
[RemoteDebugger] useNewSafari --> false
[RemoteDebugger] Checking which communication style to use (non-Safari on platform version '14.0')
[RemoteDebugger] Platform version equal or higher than '12.2': true
[RemoteDebugger] Setting communication protocol: using Target-based communication
[RemoteDebugger] Sending connection key request
[RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 0): 'setConnectionKey'
[RemoteDebugger] Sending to Web Inspector took 4ms
[RemoteDebugger] Sending connection key request
[RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 2): 'setConnectionKey'
[RemoteDebugger] Sending to Web Inspector took 13ms
[RemoteDebugger] Selecting application
[RemoteDebugger] No applications currently connected.
[XCUITest] No web frames found.
[MJSONWP (a2578e28)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/contexts 200 168 ms - 86
[HTTP]
[HTTP] --> GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/context
[HTTP] {}
[MJSONWP (a2578e28)] Calling AppiumDriver.getCurrentContext() with args: ["a2578e28-f738-4912-b216-18d3746e909f"]
[XCUITest] Executing command 'getCurrentContext'
[MJSONWP (a2578e28)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/context 200 8 ms - 84
[HTTP]
[HTTP] --> GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f
[HTTP] {}
[MJSONWP (a2578e28)] Calling AppiumDriver.getSession() with args: ["a2578e28-f738-4912-b216-18d3746e909f"]
[XCUITest] Executing command 'getSession'
[WD Proxy] Matched '/' to command name 'getSession'
[WD Proxy] Proxying [GET /] to [GET http://127.0.0.1:8100/session/ECF11496-9EC5-438F-82AF-CE99C73F2812] with no body
[WD Proxy] Got response with status 200: {"value":{"sessionId":"ECF11496-9EC5-438F-82AF-CE99C73F2812","capabilities":{"device":"iphone","browserName":"FlyNet","sdkVersion":"14.6","CFBundleIdentifier":"de.telekom.connectivity.inflight"}},"sessionId":"ECF11496-9EC5-438F-82AF-CE99C73F2812"}
[WD Proxy] Proxying [GET /wda/screen] to [GET http://127.0.0.1:8100/session/ECF11496-9EC5-438F-82AF-CE99C73F2812/wda/screen] with no body
[WD Proxy] Got response with status 200: {"value":{"statusBarSize":{"width":390,"height":47},"scale":3},"sessionId":"ECF11496-9EC5-438F-82AF-CE99C73F2812"}
[WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/ECF11496-9EC5-438F-82AF-CE99C73F2812/window/size] with no body
[WD Proxy] Got response with status 200: {"value":{"width":390,"height":844},"sessionId":"ECF11496-9EC5-438F-82AF-CE99C73F2812"}
[XCUITest] Merging WDA caps over Appium caps for session detail response
[MJSONWP (a2578e28)] Responding to client with driver.getSession() result: {"udid":"00008101-001E70440232001E","app":"/Users/lmihai/Desktop/FlyNet.ipa","automationName":"XCUITest","deviceName":"iphone12","newCommandTimeout":600,"platformName":"ios","platformVersion":"14","wdaLaunchTimeout":120000,"connectHardwareKeyboard":true,"device":"iphone","browserName":"FlyNet","sdkVersion":"14.6","CFBundleIdentifier":"de.telekom.connectivity.inflight","pixelRatio":3,"statBarHeight":47,"viewportRect":{"left":0,"top":141,"width":1170,"height":2391}}
[HTTP] <-- GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f 200 320 ms - 540
[HTTP]
[HTTP] --> GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/window/current/size
[HTTP] {}
[MJSONWP (a2578e28)] Calling AppiumDriver.getWindowSize() with args: ["current","a2578e28-f738-4912-b216-18d3746e909f"]
[XCUITest] Executing command 'getWindowSize'
[WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/ECF11496-9EC5-438F-82AF-CE99C73F2812/window/size] with no body
[WD Proxy] Got response with status 200: {"value":{"width":390,"height":844},"sessionId":"ECF11496-9EC5-438F-82AF-CE99C73F2812"}
[MJSONWP (a2578e28)] Responding to client with driver.getWindowSize() result: {"width":390,"height":844}
[HTTP] <-- GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/window/current/size 200 51 ms - 98
[HTTP]
[HTTP] --> POST /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/execute
[HTTP] {"script":"mobile:getContexts","args":[]}
[MJSONWP (a2578e28)] Calling AppiumDriver.execute() with args: ["mobile:getContexts",[],"a2578e28-f738-4912-b216-18d3746e909f"]
[XCUITest] Executing command 'execute'
[XCUITest] Getting list of available contexts
[iOS] Retrieving contexts and views
[XCUITest] Selecting by url: false
[RemoteDebugger] Sending connection key request
[RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 4): 'setConnectionKey'
[RemoteDebugger] Sending to Web Inspector took 3ms
[RemoteDebugger] Selecting application
[RemoteDebugger] No applications currently connected.
[XCUITest] No web frames found.
[XCUITest] No webviews found in 3ms
[MJSONWP (a2578e28)] Responding to client with driver.execute() result: [{"id":"NATIVE_APP"}]
[HTTP] <-- POST /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/execute 200 5 ms - 93
[HTTP]
[HTTP] --> GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/source
[HTTP] {}
[MJSONWP (a2578e28)] Calling AppiumDriver.getPageSource() with args: ["a2578e28-f738-4912-b216-18d3746e909f"]
[XCUITest] Executing command 'getPageSource'
[WD Proxy] Matched '/source' to command name 'getPageSource'
[WD Proxy] Proxying [GET /source] to [GET http://127.0.0.1:8100/session/ECF11496-9EC5-438F-82AF-CE99C73F2812/source] with no body
[WD Proxy] Got response with status 200: {"value":"\n\n \n \n \n \n \n
[MJSONWP (a2578e28)] Responding to client with driver.getPageSource() result: "\n \n \n \n \n \n
[HTTP] <-- GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/source 200 296 ms - 7205
[HTTP]
[HTTP] --> GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/screenshot
[HTTP] {}
[MJSONWP (a2578e28)] Calling AppiumDriver.getScreenshot() with args: ["a2578e28-f738-4912-b216-18d3746e909f"]
[XCUITest] Executing command 'getScreenshot'
[XCUITest] Taking screenshot with WDA
[WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/ECF11496-9EC5-438F-82AF-CE99C73F2812/screenshot] with no body
[WD Proxy] Got response with status 500: {"value":{"error":"unknown error","message":"-[XCUIScreen screenshotDataForQuality:rect:error:]: unrecognized selector sent to instance 0x283582c40","traceback":"(\n\t0 CoreFoundation 0x000000019d9aa768 4FBDF167-161A-324C-A233-D516922C67E5 + 1218408\n\t1 libobjc.A.dylib 0x00000001b24717a8 objc_exception_throw + 60\n\t2 CoreFoundation 0x000000019d8adc3c 4FBDF167-161A-324C-A233-D516922C67E5 + 183356\n\t3 CoreFoundation 0x000000019d9ad2ac 4FBDF167-161A-324C-A233-D516922C67E5 + 1229484\n\t4 CoreFoundation 0x000000019d9af5b0 _CF_forwarding_prep_0 + 96\n\t5 WebDriverAgentLib 0x0000000102e1f93c -[XCUIDevice(FBHelpers) fb_rawScreenshotWithQuality:error:] + 156\n\t6 WebDriverAgentLib 0x0000000102e1f808 -[XCUIDevice(FBHelpers) fb_screenshotWithError:] + 88\n\t7 WebDriverAgentLib 0x0000000102dbf350 +[FBScreenshotCommands handleGetScreenshot:] + 1...
[W3C] Matched W3C error code 'unknown error' to UnknownError
[XCUITest] Error getting screenshot: An unknown server-side error occurred while processing the command. Original error: -[XCUIScreen screenshotDataForQuality:rect:error:]: unrecognized selector sent to instance 0x283582c40
[XCUITest] Taking screenshot with WDA
[WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/ECF11496-9EC5-438F-82AF-CE99C73F2812/screenshot] with no body
[WD Proxy] Got response with status 500: {"value":{"error":"unknown error","message":"-[XCUIScreen screenshotDataForQuality:rect:error:]: unrecognized selector sent to instance 0x28356e340","traceback":"(\n\t0 CoreFoundation 0x000000019d9aa768 4FBDF167-161A-324C-A233-D516922C67E5 + 1218408\n\t1 libobjc.A.dylib 0x00000001b24717a8 objc_exception_throw + 60\n\t2 CoreFoundation 0x000000019d8adc3c 4FBDF167-161A-324C-A233-D516922C67E5 + 183356\n\t3 CoreFoundation 0x000000019d9ad2ac 4FBDF167-161A-324C-A233-D516922C67E5 + 1229484\n\t4 CoreFoundation 0x000000019d9af5b0 _CF_forwarding_prep_0 + 96\n\t5 WebDriverAgentLib 0x0000000102e1f93c -[XCUIDevice(FBHelpers) fb_rawScreenshotWithQuality:error:] + 156\n\t6 WebDriverAgentLib 0x0000000102e1f808 -[XCUIDevice(FBHelpers) fb_screenshotWithError:] + 88\n\t7 WebDriverAgentLib 0x0000000102dbf350 +[FBScreenshotCommands handleGetScreenshot:] + 1...
[W3C] Matched W3C error code 'unknown error' to UnknownError
[XCUITest] Taking screenshot with WDA
[WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/ECF11496-9EC5-438F-82AF-CE99C73F2812/screenshot] with no body
[WD Proxy] Got response with status 500: {"value":{"error":"unknown error","message":"-[XCUIScreen screenshotDataForQuality:rect:error:]: unrecognized selector sent to instance 0x283562940","traceback":"(\n\t0 CoreFoundation 0x000000019d9aa768 4FBDF167-161A-324C-A233-D516922C67E5 + 1218408\n\t1 libobjc.A.dylib 0x00000001b24717a8 objc_exception_throw + 60\n\t2 CoreFoundation 0x000000019d8adc3c 4FBDF167-161A-324C-A233-D516922C67E5 + 183356\n\t3 CoreFoundation 0x000000019d9ad2ac 4FBDF167-161A-324C-A233-D516922C67E5 + 1229484\n\t4 CoreFoundation 0x000000019d9af5b0 _CF_forwarding_prep_0 + 96\n\t5 WebDriverAgentLib 0x0000000102e1f93c -[XCUIDevice(FBHelpers) fb_rawScreenshotWithQuality:error:] + 156\n\t6 WebDriverAgentLib 0x0000000102e1f808 -[XCUIDevice(FBHelpers) fb_screenshotWithError:] + 88\n\t7 WebDriverAgentLib 0x0000000102dbf350 +[FBScreenshotCommands handleGetScreenshot:] + 1...
[W3C] Matched W3C error code 'unknown error' to UnknownError
[MJSONWP (a2578e28)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: -[XCUIScreen screenshotDataForQuality:rect:error:]: unrecognized selector sent to instance 0x283562940
[MJSONWP (a2578e28)] at errorFromW3CJsonCode (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:780:25)
[MJSONWP (a2578e28)] at ProxyRequestError.getActualError (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:663:14)
[MJSONWP (a2578e28)] at JWProxy.command (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:273:19)
[MJSONWP (a2578e28)] at runMicrotasks ()
[MJSONWP (a2578e28)] at processTicksAndRejections (internal/process/task_queues.js:85:5)
[HTTP] <-- GET /wd/hub/session/a2578e28-f738-4912-b216-18d3746e909f/screenshot 500 1030 ms - 273
[HTTP]
[WebDriverAgent] Parsed BUILD_DIR configuration value: '/Users/lmihai/Library/Developer/Xcode/DerivedData/WebDriverAgent-alwvnomvwrdtzoaxbbkniqrpcdpp/Build/Products'
[WebDriverAgent] Got derived data root: '/Users/lmihai/Library/Developer/Xcode/DerivedData/WebDriverAgent-alwvnomvwrdtzoaxbbkniqrpcdpp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment