Skip to content

Instantly share code, notes, and snippets.

@f0rm2l1n
Last active January 18, 2021 03:25
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 f0rm2l1n/44e7cfcbe5cb1c87f2b54b50ac69be64 to your computer and use it in GitHub Desktop.
Save f0rm2l1n/44e7cfcbe5cb1c87f2b54b50ac69be64 to your computer and use it in GitHub Desktop.
[info] [HTTP] Waiting until the server is closed
[info] [HTTP] Received server close event
[info] [Appium] Welcome to Appium v1.20.0
[info] [Appium] Non-default server args:
[info] [Appium] relaxedSecurityEnabled: true
[info] [Appium] allowInsecure: {
[info] [Appium] }
[info] [Appium] denyInsecure: {
[info] [Appium] }
[info] [Appium] Appium REST http interface listener started on 0.0.0.0:4723[info] [HTTP] --> GET /wd/hub/sessions
[info] [HTTP] {}
[debug] [GENERIC] Calling AppiumDriver.getSessions() with args: []
[debug] [GENERIC] Responding to client with driver.getSessions() result: []
[info] [HTTP] <-- GET /wd/hub/sessions 200 1 ms - 40
[info] [HTTP] [info] [HTTP] --> POST /wd/hub/session
[info] [HTTP] {"desiredCapabilities":{"automationName":"XCUITest","bundleId":"com.apple.TestFlight","deviceName":"iPhone7","platformName":"iOS","platformVersion":"14.3","udid":"f65eedaf2cb20e1837022a5bca60e7a0441f9030","xcodeOrgId":"44QP2KT3MC","xcodeSigningId":"iPhone Developer","newCommandTimeout":0,"connectHardwareKeyboard":true}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"automationName":"XCUITest","bundleId":"com.apple.TestFlight","deviceName":"iPhone7","platformName":"iOS","platformVersion":"14.3","udid":"f65eedaf2cb20e1837022a5bca60e7a0441f9030","xcodeOrgId":"44QP2KT3MC","xcodeSigningId":"iPhone Developer","newCommandTimeout":0,"connectHardwareKeyboard":true},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1610940155629 (11:22:35 GMT+0800 (中国标准时间))
[info] [Appium] Appium v1.20.0 creating new XCUITestDriver (v3.33.1) session
[info] [Appium] Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {
[debug] [BaseDriver] "automationName": "XCUITest",
[debug] [BaseDriver] "bundleId": "com.apple.TestFlight",
[debug] [BaseDriver] "deviceName": "iPhone7",
[debug] [BaseDriver] "platformName": "iOS",
[debug] [BaseDriver] "platformVersion": "14.3",
[debug] [BaseDriver] "udid": "...",
[debug] [BaseDriver] "xcodeOrgId": "...",
[debug] [BaseDriver] "xcodeSigningId": "iPhone Developer",
[debug] [BaseDriver] "newCommandTimeout": 0,
[debug] [BaseDriver] "connectHardwareKeyboard": true
[debug] [BaseDriver] }
[info] [BaseDriver] Session created with session id: 6eab1a42-6f75-4314-9063-6090d0b03ac5
[debug] [XCUITest] Current user: 'sysec'
[debug] [XCUITest] Available devices: f65eedaf2cb20e1837022a5bca60e7a0441f9030
[debug] [XCUITest] Creating iDevice object with udid 'f65eedaf2cb20e1837022a5bca60e7a0441f9030'
[info] [XCUITest] Determining device to run tests on: udid: 'f65eedaf2cb20e1837022a5bca60e7a0441f9030', real device: true
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1610940155652 (11:22:35 GMT+0800 (中国标准时间))
[debug] [BaseDriver] Event 'appConfigured' logged at 1610940155652 (11:22:35 GMT+0800 (中国标准时间))
[debug] [BaseDriver] Event 'resetStarted' logged at 1610940155652 (11:22:35 GMT+0800 (中国标准时间))
[debug] [XCUITest] Reset: running ios real device reset flow
[debug] [BaseDriver] Event 'resetComplete' logged at 1610940155652 (11:22:35 GMT+0800 (中国标准时间))
[info] [WebDriverAgent] Using WDA path: '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent'
[info] [WebDriverAgent] Using WDA agent: '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'[debug] [XCUITest] Crash reports root '/Users/sysec/Library/Logs/CrashReporter/MobileDevice/iPhone' does not exist. Got nothing to gather.
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1610940155885 (11:22:35 GMT+0800 (中国标准时间))
[info] [XCUITest] Setting up real device[debug] [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[info] [DevCon Factory] Requesting connection for device f65eedaf2cb20e1837022a5bca60e7a0441f9030 on local port 8100, device port 8100
[debug] [DevCon Factory] Cached connections count: 0
[info] [DevCon Factory] Successfully requested the connection for f65eedaf2cb20e1837022a5bca60e7a0441f9030:8100
[debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.2","version":"14.3"},"ios":{"ip":"192.168.31.126"},"ready":true,"build":{"upgradedAt":"1610413414000","time":"Jan 18 2021 10:27:23","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
[debug] [WebDriverAgent] Upgrade timestamp of the currently bundled WDA: 1610413414000
[debug] [WebDriverAgent] Upgrade timestamp of the WDA on the device: 1610413414000
[info] [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.
[debug] [XCUITest] Trying to start WebDriverAgent 1 times with 10000ms interval
[debug] [XCUITest] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1610940156127 (11:22:36 GMT+0800 (中国标准时间))
[info] [WebDriverAgent] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.2","version":"14.3"},"ios":{"ip":"192.168.31.126"},"ready":true,"build":{"upgradedAt":"1610413414000","time":"Jan 18 2021 10:27:23","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1610940156147 (11:22:36 GMT+0800 (中国标准时间))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [WD Proxy] Matched '/session' to command name 'createSession'
[debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.apple.TestFlight","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C","capabilities":{"device":"iphone","browserName":"TestFlight","sdkVersion":"14.3","CFBundleIdentifier":"com.apple.TestFlight"}},"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[info] [WD Proxy] Determined the downstream protocol as 'W3C'
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1610940157598 (11:22:37 GMT+0800 (中国标准时间))
[debug] [BaseDriver] Event 'wdaStarted' logged at 1610940157598 (11:22:37 GMT+0800 (中国标准时间))
[info] [XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
[debug] [BaseDriver] Event 'orientationSet' logged at 1610940157598 (11:22:37 GMT+0800 (中国标准时间))
[debug] [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
[debug] [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
[info] [Appium] New XCUITestDriver session created successfully, session 6eab1a42-6f75-4314-9063-6090d0b03ac5 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1610940157599 (11:22:37 GMT+0800 (中国标准时间))
[debug] [MJSONWP (6eab1a42)] Cached the protocol value 'MJSONWP' for the new session 6eab1a42-6f75-4314-9063-6090d0b03ac5
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"automationName":"XCUITest","bundleId":"com.apple.TestFlight","deviceName":"iPhone7","platformName":"iOS","platformVersion":"14.3","udid":"f65eedaf2cb20e1837022a5bca60e7a0441f9030","xcodeOrgId":"44QP2KT3MC","xcodeSigningId":"iPhone Developer","newCommandTimeout":0,"connectHardwareKeyboard":true}
[info] [HTTP] <-- POST /wd/hub/session 200 1972 ms - 565
[info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/contexts
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getContexts() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getContexts'
[debug] [XCUITest] Getting list of available contexts
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[info] [RemoteDebugger] Remote Debugger version 8.13.2
[debug] [RemoteDebugger] useNewSafari --> false
[debug] [RemoteDebugger] Checking which communication style to use (non-Safari on platform version '14.3')
[debug] [RemoteDebugger] Platform version equal or higher than '12.2': true
[warn] [RemoteDebugger] Setting communication protocol: using Target-based communication[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 0): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 2ms
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 2): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 1ms
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] No applications currently connected.
[debug] [XCUITest] No web frames found.
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/contexts 200 129 ms - 86
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/context
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getCurrentContext() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/context 200 1 ms - 84
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getSession() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getSession'
[debug] [WD Proxy] Matched '/' to command name 'getSession'
[debug] [WD Proxy] Proxying [GET /] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C] with no body
[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C","capabilities":{"device":"iphone","browserName":"TestFlight","sdkVersion":"14.3","CFBundleIdentifier":"com.apple.TestFlight"}},"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[debug] [WD Proxy] Proxying [GET /wda/screen] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/wda/screen] with no body
[debug] [WD Proxy] Got response with status 200: {"value":{"statusBarSize":{"width":320,"height":20},"scale":2},"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[debug] [WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/window/size] with no body
[debug] [WebDriverAgent] Parsed BUILD_DIR configuration value: '/Users/sysec/Library/Developer/Xcode/DerivedData/WebDriverAgent-alwvnomvwrdtzoaxbbkniqrpcdpp/Build/Products'
[debug] [WebDriverAgent] Got derived data root: '/Users/sysec/Library/Developer/Xcode/DerivedData/WebDriverAgent-alwvnomvwrdtzoaxbbkniqrpcdpp'
[debug] [WD Proxy] Got response with status 200: {"value":{"width":320,"height":568},"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[info] [XCUITest] Merging WDA caps over Appium caps for session detail response
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getSession() result: {"udid":"f65eedaf2cb20e1837022a5bca60e7a0441f9030","automationName":"XCUITest","bundleId":"com.apple.TestFlight","deviceName":"iPhone7","platformName":"iOS","platformVersion":"14.3","xcodeOrgId":"44QP2KT3MC","xcodeSigningId":"iPhone Developer","newCommandTimeout":0,"connectHardwareKeyboard":true,"device":"iphone","browserName":"TestFlight","sdkVersion":"14.3","CFBundleIdentifier":"com.apple.TestFlight","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":640,"height":1096}}
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5 200 198 ms - 573
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/window/current/size
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getWindowSize() with args: ["current","6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getWindowSize'
[debug] [WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/window/size] with no body[debug] [WD Proxy] Got response with status 200: {"value":{"width":320,"height":568},"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getWindowSize() result: {"width":320,"height":568}
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/window/current/size 200 26 ms - 98
[info] [HTTP] 
[info] [HTTP] --> POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/execute
[info] [HTTP] {"script":"mobile:getContexts","args":[]}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.execute() with args: ["mobile:getContexts",[],"6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'execute'
[debug] [XCUITest] Getting list of available contexts
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 4): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 0ms
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] No applications currently connected.
[debug] [XCUITest] No web frames found.
[debug] [XCUITest] No webviews found in 1ms
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.execute() result: [{"id":"NATIVE_APP"}]
[info] [HTTP] <-- POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/execute 200 2 ms - 93
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/source
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getPageSource() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getPageSource'
[debug] [WD Proxy] Matched '/source' to command name 'getPageSource'
[debug] [WD Proxy] Proxying [GET /source] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/source] with no body
[debug] [WD Proxy] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"TestFlight\" label=\"TestFlight\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n ...
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><AppiumAUT><XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"TestFlight\" label=\"TestFlight\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n ...
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/source 200 120 ms - 3578
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/screenshot
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getScreenshot() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getScreenshot'
[debug] [XCUITest] Taking screenshot with WDA
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/screenshot] with no body[debug] [WD Proxy] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAFq2zuh7UwAAQABJREFUeAHs3QeAFdWh//Gze7ey9N5Z\r\n2KUsbQssTUQRFHtDkA7bFxCx03apap55SUz8R6PGkvZeujGaaGJHBTvVkqqJSd6L\r\niSkmeYkl2f3/zpy7w7i7wAJ7OWC+63iZnTtzzsxn79zfOTNz55okk3xIgzFJDAgg\r\ngAACCCBwpAKHlL6a+UjrI78RQAABBBBAQAIEME0KBBBAAAEEPAgQwB7QafohgAAC\r\nCCBAABPACCCAAAIIOIFYcooGjScnxRJuQgAnnJhWHgIIIIDA0RMwDT9NLxm2z2hq\r\n8NPwbzMrpknJLoY/HBDhgkk6fxsM8bI+/E/TevczhQD+sO9+mJr5CzEnAggggMBH\r\nTcB1fI9G91excowEsFsNl4XR8WMqHbVix9T6sDIIIIAAAhEBdUSTkk0sZlKT7Sds\r\n4z8ace/dwZzxt/Gg4aBerH4Nf+w0dXw7d+w8qP9AHYDW0LBgdJ5g3Baq/zVLajCk\r\nJZmUILyCgu0sbuSAjy7tWv6oQoM1to8tGTR/S5oSrsxwjUXQaEr41NEccWuempKm\r\nSlNiUj4g5aE860rTNqrw8EBHWmq6qtCvUTGNu1+ddiuuA0UdhoD+CuFf5PAWP4yl\r\nWAQBBA4qEESGjb2M5DajBuWff8a5SxbOLy0tKS0rrygvqS5fVFmhserSyuqSyury\r\niqqq8sqq8qrK8upKjVRWlJeV5g0brsXbt+tQ90HdP//+ns4DpyeZEyaMLi+...
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAFq2zuh7UwAAQABJREFUeAHs3QeAFdWh//Gze7ey9N5Z\r\n2KUsbQssTUQRFHtDkA7bFxCx03apap55SUz8R6PGkvZeujGaaGJHBTvVkqqJSd6L\r\niSkmeYkl2f3/zpy7w7i7wAJ7OWC+63iZnTtzzsxn79zfOTNz55okk3xIgzFJDAgg\r\ngAACCCBwpAKHlL6a+UjrI78RQAABBBBAQAIEME0KBBBAAAEEPAgQwB7QafohgAAC\r\nCCBAABPACCCAAAIIOIFYcooGjScnxRJuQgAnnJhWHgIIIIDA0RMwDT9NLxm2z2hq\r\n8NPwbzMrpknJLoY/HBDhgkk6fxsM8bI+/E/TevczhQD+sO9+mJr5CzEnAggggMBH\r\nTcB1fI9G91excowEsFsNl4XR8WMqHbVix9T6sDIIIIAAAhEBdUSTkk0sZlKT7Sds\r\n4z8ace/dwZzxt/Gg4aBerH4Nf+w0dXw7d+w8qP9AHYDW0LBgdJ5g3Baq/zVLajCk\r\nJZmUILyCgu0sbuSAjy7tWv6oQoM1to8tGTR/S5oSrsxwjUXQaEr41NEccWuempKm\r\nSlNiUj4g5aE860rTNqrw8EBHWmq6qtCvUTGNu1+ddiuuA0UdhoD+CuFf5PAWP4yl\r\nWAQBBA4qEESGjb2M5DajBuWff8a5SxbOLy0tKS0rrygvqS5fVFmhserSyuqSyury\r\niqqq8sqq8qrK8upKjVRWlJeV5g0brsXbt+tQ90HdP//+ns4DpyeZEyaMLi+dW1G5\r\n...
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/screenshot 200 115 ms - 44778
[info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/contexts
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getContexts() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getContexts'
[debug] [XCUITest] Getting list of available contexts
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 6): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 0ms
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] No applications currently connected.
[debug] [XCUITest] No web frames found.
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/contexts 200 2 ms - 86
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/context
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getCurrentContext() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/context 200 1 ms - 84
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getSession() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getSession'
[info] [XCUITest] Merging WDA caps over Appium caps for session detail response
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getSession() result: {"udid":"f65eedaf2cb20e1837022a5bca60e7a0441f9030","automationName":"XCUITest","bundleId":"com.apple.TestFlight","deviceName":"iPhone7","platformName":"iOS","platformVersion":"14.3","xcodeOrgId":"44QP2KT3MC","xcodeSigningId":"iPhone Developer","newCommandTimeout":0,"connectHardwareKeyboard":true,"device":"iphone","browserName":"TestFlight","sdkVersion":"14.3","CFBundleIdentifier":"com.apple.TestFlight","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":640,"height":1096}}
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5 200 1 ms - 573
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/window/current/size
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getWindowSize() with args: ["current","6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getWindowSize'
[debug] [WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/window/size] with no body[debug] [WD Proxy] Got response with status 200: {"value":{"width":320,"height":568},"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getWindowSize() result: {"width":320,"height":568}
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/window/current/size 200 136 ms - 98
[info] [HTTP] 
[info] [HTTP] --> POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/execute
[info] [HTTP] {"script":"mobile:getContexts","args":[]}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.execute() with args: ["mobile:getContexts",[],"6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'execute'
[debug] [XCUITest] Getting list of available contexts
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 8): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 0ms
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] No applications currently connected.
[debug] [XCUITest] No web frames found.
[debug] [XCUITest] No webviews found in 1ms
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.execute() result: [{"id":"NATIVE_APP"}]
[info] [HTTP] <-- POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/execute 200 2 ms - 93
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/source
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getPageSource() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getPageSource'
[debug] [WD Proxy] Matched '/source' to command name 'getPageSource'
[debug] [WD Proxy] Proxying [GET /source] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/source] with no body[debug] [WD Proxy] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"TestFlight\" label=\"TestFlight\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n ...
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><AppiumAUT><XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"TestFlight\" label=\"TestFlight\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n ...
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/source 200 1400 ms - 17972
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/screenshot
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getScreenshot() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getScreenshot'
[debug] [XCUITest] Taking screenshot with WDA
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/screenshot] with no body[debug] [WD Proxy] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAbOjLUu9KgAAQABJREFUeAHsXQdgFVXWPq+/l94LJQTS\r\nQ3pI6EiTIooo0mt6AAERgZBeQd1Vd/1X1+523WbXtStIEQsde++97qq0vP+79743\r\nDCkQIC9BPMNlcufOuefe+d7MfPecW4YMZDyhQGTgwAgwAowAI8AIMAKnisAJsS+E\r\nT7U85m9GgBFgBBgBRoARAAJMwNykYAQYAUaAEWAEugEBJuBuAJ2bfowAI8AIMAKM\r\nABMwEzAjwAgwAowAI6AQMBnNCIgbDSaPY8IE7HGIuZXHCDACjAAj0HUIkHtrPWRY\r\nnEGq3Nx/26gYkoyKho8mCC2jAf23Mrh0Hf2ndbntpDABH41vOzC18QuxJCPACDAC\r\njMCZhoAyfLvC/AWtnCYErKqhuFAfP63YERU7rerDlWEEGAFGgBHQIQBD1GAkk4ks\r\nRjHD1rUhot7dUtL1GpcNB1ixONQ2kQbDNyggqF9UXzigEdwZ9TIyLpTiP0QsMlgN\r\nZJbkJRULERU55l6xXcf3UCprLPYdCZDvSFNC6dRqDAhapGinujKiam4xW1Go2QSU\r\njwnliZxV2nCNUK45OqwWG4rAoR4xxNWhQrsT68CqTgIB/AraL3Jy2U8iF2dhBBiB\r\n4yIgKUPQnt3oldovfcrEyQvnzcnPz8svKCwqzCstnF9chFhpfnFpXnFpYVFJSWFx\r\nSWFJcWFpMSLFRYUF+UmJycju5+vffLD50A/70Q9sM9DQQWmF+bOKihcWlRQ...
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAbOjLUu9KgAAQABJREFUeAHsXQdgFVXWPq+/l94LJQTS\r\nQ3pI6EiTIooo0mt6AAERgZBeQd1Vd/1X1+523WbXtStIEQsde++97qq0vP+79743\r\nDCkQIC9BPMNlcufOuefe+d7MfPecW4YMZDyhQGTgwAgwAowAI8AIMAKnisAJsS+E\r\nT7U85m9GgBFgBBgBRoARAAJMwNykYAQYAUaAEWAEugEBJuBuAJ2bfowAI8AIMAKM\r\nABMwEzAjwAgwAowAI6AQMBnNCIgbDSaPY8IE7HGIuZXHCDACjAAj0HUIkHtrPWRY\r\nnEGq3Nx/26gYkoyKho8mCC2jAf23Mrh0Hf2ndbntpDABH41vOzC18QuxJCPACDAC\r\njMCZhoAyfLvC/AWtnCYErKqhuFAfP63YERU7rerDlWEEGAFGgBHQIQBD1GAkk4ks\r\nRjHD1rUhot7dUtL1GpcNB1ixONQ2kQbDNyggqF9UXzigEdwZ9TIyLpTiP0QsMlgN\r\nZJbkJRULERU55l6xXcf3UCprLPYdCZDvSFNC6dRqDAhapGinujKiam4xW1Go2QSU\r\njwnliZxV2nCNUK45OqwWG4rAoR4xxNWhQrsT68CqTgIB/AraL3Jy2U8iF2dhBBiB\r\n4yIgKUPQnt3oldovfcrEyQvnzcnPz8svKCwqzCstnF9chFhpfnFpXnFpYVFJSWFx\r\nSWFJcWFpMSLFRYUF+UmJycju5+vffLD50A/70Q9sM9DQQWmF+bOKihcWlRQVlZYW\r\n...
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/screenshot 200 105 ms - 330982
[info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/elements
[info] [HTTP] {"using":"xpath","value":"//XCUIElementTypeApplication[@name=\"TestFlight\"]/XCUIElementTypeWindow[1]/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther"}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeApplication[@name=\"TestFlight\"]/XCUIElementTypeWindow[1]/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther","6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'findElements'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [WD Proxy] Matched '/elements' to command name 'findElements'
[debug] [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/elements] with body: {"using":"xpath","value":"//XCUIElementTypeApplication[@name=\"TestFlight\"]/XCUIElementTypeWindow[1]/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther"}[debug] [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"17000000-0000-0000-6E02-000000000000","element-6066-11e4-a52e-4f735466cecf":"17000000-0000-0000-6E02-000000000000"}],"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"17000000-0000-0000-6E02-000000000000","ELEMENT":"17000000-0000-0000-6E02-000000000000"}]
[info] [HTTP] <-- POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/elements 200 644 ms - 201
[info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/elements
[info] [HTTP] {"using":"accessibility id","value":"兑换"}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.findElements() with args: ["accessibility id","兑换","6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'findElements'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [WD Proxy] Matched '/elements' to command name 'findElements'
[debug] [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/elements] with body: {"using":"accessibility id","value":"兑换"}
[debug] [WD Proxy] Got response with status 200: {"value":[{"ELEMENT":"1C000000-0000-0000-6E02-000000000000","element-6066-11e4-a52e-4f735466cecf":"1C000000-0000-0000-6E02-000000000000"}],"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"1C000000-0000-0000-6E02-000000000000","ELEMENT":"1C000000-0000-0000-6E02-000000000000"}]
[info] [HTTP] <-- POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/elements 200 220 ms - 201
[info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/element/1C000000-0000-0000-6E02-000000000000/click
[info] [HTTP] {}
[info] [MJSONWP (6eab1a42)] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [WD Proxy] Matched '/wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/element/1C000000-0000-0000-6E02-000000000000/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/element/1C000000-0000-0000-6E02-000000000000/click] to [POST http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/element/1C000000-0000-0000-6E02-000000000000/click] with body: {}[debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[info] [WD Proxy] Replacing sessionId 732F0BE3-0076-4577-90BE-28A8BAE6C13C with 6eab1a42-6f75-4314-9063-6090d0b03ac5
[info] [HTTP] <-- POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/element/1C000000-0000-0000-6E02-000000000000/click 200 331 ms - 76
[info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/contexts
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getContexts() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getContexts'
[debug] [XCUITest] Getting list of available contexts
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 10): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 0ms
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] No applications currently connected.
[debug] [XCUITest] No web frames found.
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/contexts 200 2 ms - 86
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/context
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getCurrentContext() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/context 200 1 ms - 84
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getSession() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getSession'
[info] [XCUITest] Merging WDA caps over Appium caps for session detail response
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getSession() result: {"udid":"f65eedaf2cb20e1837022a5bca60e7a0441f9030","automationName":"XCUITest","bundleId":"com.apple.TestFlight","deviceName":"iPhone7","platformName":"iOS","platformVersion":"14.3","xcodeOrgId":"44QP2KT3MC","xcodeSigningId":"iPhone Developer","newCommandTimeout":0,"connectHardwareKeyboard":true,"device":"iphone","browserName":"TestFlight","sdkVersion":"14.3","CFBundleIdentifier":"com.apple.TestFlight","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":640,"height":1096}}
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5 200 1 ms - 573
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/window/current/size
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getWindowSize() with args: ["current","6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getWindowSize'
[debug] [WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/window/size] with no body[debug] [WD Proxy] Got response with status 200: {"value":{"width":320,"height":568},"sessionId":"732F0BE3-0076-4577-90BE-28A8BAE6C13C"}
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getWindowSize() result: {"width":320,"height":568}
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/window/current/size 200 123 ms - 98
[info] [HTTP] 
[info] [HTTP] --> POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/execute
[info] [HTTP] {"script":"mobile:getContexts","args":[]}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.execute() with args: ["mobile:getContexts",[],"6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'execute'
[debug] [XCUITest] Getting list of available contexts
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 12): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 0ms
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] No applications currently connected.
[debug] [XCUITest] No web frames found.
[debug] [XCUITest] No webviews found in 2ms
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.execute() result: [{"id":"NATIVE_APP"}]
[info] [HTTP] <-- POST /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/execute 200 3 ms - 93
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/source
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getPageSource() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getPageSource'
[debug] [WD Proxy] Matched '/source' to command name 'getPageSource'
[debug] [WD Proxy] Proxying [GET /source] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/source] with no body[debug] [WD Proxy] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"TestFlight\" label=\"TestFlight\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n ...
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><AppiumAUT><XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"TestFlight\" label=\"TestFlight\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"320\" height=\"568\" index=\"0\">\n ...
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/source 200 1427 ms - 17972
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/screenshot
[info] [HTTP] {}
[debug] [MJSONWP (6eab1a42)] Calling AppiumDriver.getScreenshot() with args: ["6eab1a42-6f75-4314-9063-6090d0b03ac5"]
[debug] [XCUITest] Executing command 'getScreenshot'
[debug] [XCUITest] Taking screenshot with WDA
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/732F0BE3-0076-4577-90BE-28A8BAE6C13C/screenshot] with no body
[debug] [WD Proxy] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAbO2QJZZwQAAQABJREFUeAHsXQdgVUXWPq+/l94LJQTS\r\nQ3pI6EiTIhYU6TU9gICIQEivoO6qu/6ra3ebq9vsunYFKWKhY+9t7XVXpeX938y8\r\nd7kkIQTISwDPZbiZO3fmzMz37txvzplyyUDG43JEBnaMACPACDACjAAjcLIIHBf7\r\nIvLJ5sf8zQgwAowAI8AIMAJAgAmYuxSMACPACDACjEA3IMAE3A2gc9ePEWAEGAFG\r\ngBFgAmYCZgQYAUaAEWAEFAImoxkOfqPB5HFMmIA9DjH38hgBRoARYAS6DgFyH62n\r\nDIs7CJWH+28bBUOQUdHwkQShJTRg/FY6l6wj/7TO9yghTMBH4nsUmNr4hTgmI8AI\r\nMAKMwJmGgFJ8u0L9Ba2cIgSsiqG4UO8/pdgRBTulysOFYQROQQS4mZyCP8ovpkhQ\r\nRA1GMpnIYhQrbF0HPOrdLXFwvcZlxwFaLC61Q4RB8Q0KCOoX1RcGaDh3Qn0c6RdC\r\n8R9RLNJZDWSW5CUFiyjK0+5ZJjiOpcAQqhpYBxMifke6EkqmVmJA0CJEu9WVHlVy\r\ni9mKTM0moNwulMdzV0lDHSFcM3RYLTZkgUs9YvCrSwV4J5aBRZ0AAvgVtF/kxJKf\r\nQKrTK8mp0HJPL8S4tJ2CgHzwBO3ZjV6p/dInTzx/wdzZ+fl5+QWFRYV5pYXziovg\r\nK80vLs0rLi0sKikpLC4pLCkuLC2Gp7iosCA/KTEZyf18/ZsPNB/8cR/GgW0...
[debug] [MJSONWP (6eab1a42)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAoAAAARwCAIAAAD17XJXAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAACgKADAAQAAAABAAAEcAAAAACe/32/AAAAHGlET1QAAAACAAAAAAAA\r\nAjgAAAAoAAACOAAAAjgAAbO2QJZZwQAAQABJREFUeAHsXQdgVUXWPq+/l94LJQTS\r\nQ3pI6EiTIhYU6TU9gICIQEivoO6qu/6ra3ebq9vsunYFKWKhY+9t7XVXpeX938y8\r\nd7kkIQTISwDPZbiZO3fmzMz37txvzplyyUDG43JEBnaMACPACDACjAAjcLIIHBf7\r\nIvLJ5sf8zQgwAowAI8AIMAJAgAmYuxSMACPACDACjEA3IMAE3A2gc9ePEWAEGAFG\r\ngBFgAmYCZgQYAUaAEWAEFAImoxkOfqPB5HFMmIA9DjH38hgBRoARYAS6DgFyH62n\r\nDIs7CJWH+28bBUOQUdHwkQShJTRg/FY6l6wj/7TO9yghTMBH4nsUmNr4hTgmI8AI\r\nMAKMwJmGgFJ8u0L9Ba2cIgSsiqG4UO8/pdgRBTulysOFYQROQQS4mZyCP8ovpkhQ\r\nRA1GMpnIYhQrbF0HPOrdLXFwvcZlxwFaLC61Q4RB8Q0KCOoX1RcGaDh3Qn0c6RdC\r\n8R9RLNJZDWSW5CUFiyjK0+5ZJjiOpcAQqhpYBxMifke6EkqmVmJA0CJEu9WVHlVy\r\ni9mKTM0moNwulMdzV0lDHSFcM3RYLTZkgUs9YvCrSwV4J5aBRZ0AAvgVtF/kxJKf\r\nQKrTK8mp0HJPL8S4tJ2CgHzwBO3ZjV6p/dInTzx/wdzZ+fl5+QWFRYV5pYXziovg\r\nK80vLs0rLi0sKikpLC4pLCkuLC2Gp7iosCA/KTEZyf18/ZsPNB/8cR/GgW0GGjoo\r\n...
[info] [HTTP] <-- GET /wd/hub/session/6eab1a42-6f75-4314-9063-6090d0b03ac5/screenshot 200 121 ms - 331006
[info] [HTTP] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment