Skip to content

Instantly share code, notes, and snippets.

@GrzegorzSidwa
Created January 18, 2018 13:51
Show Gist options
  • Save GrzegorzSidwa/14eb789afc44fa2ed608e7045b701553 to your computer and use it in GitHub Desktop.
Save GrzegorzSidwa/14eb789afc44fa2ed608e7045b701553 to your computer and use it in GitHub Desktop.
Execution for picker with 20 elements.
[Appium] Welcome to Appium v1.7.2
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"deviceName":"iPhone 6 Plus","platformName":"iOS","newCommandTimeout":"6000","app":"/Users/grzsi/Apps/PickerTest.app","platformVersion":"11.2","automationName":"XCUITest","useNewWDA":true}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"deviceName":"iPhone 6 Plus","platformName":"iOS","newCommandTimeout":"6000","app":"/Users/grzsi/Apps/PickerTest.app","platformVersion":"11.2","automationName":"XCUITest","useNewWDA":true},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1516276530701 (12:55:30 GMT+0100 (CET))
[Appium] Creating new XCUITestDriver (v2.64.0) session
[Appium] Capabilities:
[Appium] deviceName: iPhone 6 Plus
[Appium] platformName: iOS
[Appium] newCommandTimeout: 6000
[Appium] app: /Users/grzsi/Apps/PickerTest.app
[Appium] platformVersion: 11.2
[Appium] automationName: XCUITest
[Appium] useNewWDA: true
[BaseDriver] Capability 'newCommandTimeout' changed from string ('6000') to integer (6000). This may cause unexpected behavior
[BaseDriver] Session created with session id: b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[debug] [XCUITest] Current user: 'grzsi'
[debug] [XCUITest] Current version of libimobiledevice: stable 1.2.0 (bottled), HEAD
[debug] [XCUITest] Xcode version set to '9.2'
[debug] [XCUITest] iOS SDK Version set to '11.2'
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1516276531880 (12:55:31 GMT+0100 (CET))
[iOSSim] Constructing iOS simulator for Xcode version 9.2 with udid '625B7683-8CD8-4FB5-91E7-0F589ECBAAC3'
[XCUITest] Determining device to run tests on: udid: '625B7683-8CD8-4FB5-91E7-0F589ECBAAC3', real device: false
[BaseDriver] Using local app '/Users/grzsi/Apps/PickerTest.app'
[debug] [BaseDriver] Event 'appConfigured' logged at 1516276532166 (12:55:32 GMT+0100 (CET))
[debug] [XCUITest] Checking whether app '/Users/grzsi/Apps/PickerTest.app' is actually present on file system
[debug] [XCUITest] App is present
[debug] [iOS] Getting bundle ID from app '/Users/grzsi/Apps/PickerTest.app': 'com.testapps.PickerTest'
[debug] [BaseDriver] Event 'resetStarted' logged at 1516276532169 (12:55:32 GMT+0100 (CET))
[XCUITest] Not scrubbing third party app in anticipation of uninstall
[debug] [BaseDriver] Event 'resetComplete' logged at 1516276532300 (12:55:32 GMT+0100 (CET))
[XCUITest] Continuing without capturing logs: iOS Simulator with udid 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3 is not running
[XCUITest] Setting up simulator
[debug] [iOS] No reason to set locale
[debug] [iOS] No iOS / app preferences to set
[debug] [iOSSim] Matched 1 Simulator cache item for cleanup: /Users/grzsi/Library/Developer/CoreSimulator/Devices/625B7683-8CD8-4FB5-91E7-0F589ECBAAC3/data/Library/Caches/com.apple.mobile.installd.staging
[debug] [iOSSim] Setting common Simulator preferences to {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] Updated 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3 Simulator preferences at '/Users/grzsi/Library/Preferences/com.apple.iphonesimulator.plist' with {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] The count of running Simulator UI client instances is 0
[iOSSim] Booting Simulator with UDID 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3...
[iOSSim] Starting Simulator UI with command: open -Fn /Applications/Xcode9.2.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3 -ConnectHardwareKeyboard 0
[iOSSim] Simulator with UDID 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3 booted in 12 seconds
[debug] [BaseDriver] Event 'simStarted' logged at 1516276544465 (12:55:44 GMT+0100 (CET))
[debug] [XCUITest] Starting log capture for iOS Simulator with udid '625B7683-8CD8-4FB5-91E7-0F589ECBAAC3', using 'xcrun simctl spawn 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3 log stream --style compact'
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1516276545701 (12:55:45 GMT+0100 (CET))
[debug] [XCUITest] Reset requested. Removing app with id 'com.testapps.PickerTest' from the device
[debug] [XCUITest] Installing '/Users/grzsi/Apps/PickerTest.app' on Simulator with UUID '625B7683-8CD8-4FB5-91E7-0F589ECBAAC3'...
[debug] [XCUITest] The app has been installed successfully.
[debug] [BaseDriver] Event 'appInstalled' logged at 1516276550888 (12:55:50 GMT+0100 (CET))
[XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[debug] [XCUITest] Capability 'useNewWDA' set to true, so uninstalling WDA before proceeding
[XCUITest] Shutting down sub-processes
[debug] [XCUITest] Removing WDA application from device
[debug] [BaseDriver] Event 'wdaUninstalled' logged at 1516276552727 (12:55:52 GMT+0100 (CET))
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1516276552730 (12:55:52 GMT+0100 (CET))
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
[debug] [XCUITest] Killing running processes 'xcodebuild.*625B7683-8CD8-4FB5-91E7-0F589ECBAAC3, iproxy 8100, 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3.*XCTRunner' for the device 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3...
[debug] [XCUITest] 'pgrep -nif xcodebuild.*625B7683-8CD8-4FB5-91E7-0F589ECBAAC3' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif 625B7683-8CD8-4FB5-91E7-0F589ECBAAC3.*XCTRunner' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Using Xcode 9.2, so fixing WDA codebase
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=625B7683-8CD8-4FB5-91E7-0F589ECBAAC3 IPHONEOS_DEPLOYMENT_TARGET=11.2' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[debug] [XCUITest] Output from xcodebuild will not be logged. To see xcode logging, use 'showXcodeLog' desired capability
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/7v/dg1blv7j44s640_0rztf24100000gn/T/com.apple.dt.XCTest/IDETestRunSession-462BB713-1995-40F5-82AC-1972B0AA9F49/WebDriverAgentRunner-1994B977-AECF-48E3-A0A2-5743DAAA75A4/Session-WebDriverAgentRunner-2018-01-18_125556-UadCCB.log
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"11.2\",\n \"sdkVersion\" : \"11.2\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"11.2\",\n \"ip\" : \"10.5.17.173\"\n },\n \"build\" : {\n \"time\" : \"Jan 18 2018 10:24:11\"\n }\n },\n \"sessionId\" : \"1C73C4E0-7156-4C5A-8C5F-DE474E1AD10D\",\n \"status\" : 0\n}"
[debug] [XCUITest] WebDriverAgent running on ip '10.5.17.173'
[debug] [XCUITest] WebDriverAgent successfully started after 8488ms
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1516276561371 (12:56:01 GMT+0100 (CET))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.testapps.PickerTest","arguments":[],"environment":{},"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1","capabilities":{"device":"iphone","browserName":"PickerTest","sdkVersion":"11.2","CFBundleIdentifier":"com.testapps.PickerTest"}},"sessionId":"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1","status":0}
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1516276563341 (12:56:03 GMT+0100 (CET))
[debug] [BaseDriver] Event 'wdaStarted' logged at 1516276563342 (12:56:03 GMT+0100 (CET))
[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 1516276563343 (12:56:03 GMT+0100 (CET))
[Appium] New XCUITestDriver session created successfully, session b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1516276563346 (12:56:03 GMT+0100 (CET))
[debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"deviceName":"iPhone 6 Plus","platformName":"iOS","newCommandTimeout":6000,"app":"/Users/grzsi/Apps/PickerTest.app","platformVersion":"11.2","automationName":"XCUITest","useNewWDA":true,"udid":"625B7683-8CD8-4FB5-91E7-0F589ECBAAC3"}
[HTTP] <-- POST /wd/hub/session 200 32650 ms - 501
[HTTP] --> POST /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/elements {"using":"-ios predicate string","value":"TRUEPREDICATE"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["-ios predicate string","TRUEPREDICATE","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[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] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/elements] with body: {"using":"predicate string","value":"TRUEPREDICATE"}
[debug] [JSONWP Proxy] Got response with status 200: {"value":[{"ELEMENT":"0901A6EF-E15B-43C7-91E1-6069E58D5183"},{"ELEMENT":"1CE936E9-C909-47DB-BEA9-99A1E0F09913"},{"ELEMENT":"DE31A908-500F-47E8-933A-846274AA76BE"},{"ELEMENT":"A8C4A557-4AB0-45DF-8139-058A599BECEE"},{"ELEMENT":"FB9667CD-218A-4138-954C-F8903A9AF940"},{"ELEMENT":"5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4"},{"ELEMENT":"0DFBAAFF-349E-4DAF-8CAF-1B3028708660"},{"ELEMENT":"12CD2786-4FBA-41CD-896D-786C09F52DEE"},{"ELEMENT":"EDFEA346-2D09-4CDA-A841-021A1BA179E7"},{"ELEMENT":"2A54A299-DE4C-4A87-9C82-88E170563B82"},{"ELEMENT":"17DFD769-4270-4630-BE3B-C02FDB30620D"},{"ELEMENT":"87F48626-84BB-4C99-B872-F9EB4EA0D445"},{"ELEMENT":"C65BFEC1-B610-487F-8BBF-6D12B665117D"},{"ELEMENT":"845C723B-6456-4742-BAD2-3983805926E5"},{"ELEMENT":"486B4C9C-C907-4920-8E1E-126F660702C1"},{"ELEMENT":"6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC"},{"ELEMENT":"F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D"},{"ELEMENT":"7AFB4856-DB45-43D2-BFBB-D34E7E7207A2"},{"ELEMENT":"B30EC725-9B93-4F77-8F9B-899873E66686"},{"ELEMENT":"E7E6408A-BAEA-46E9-B04D-59900B...
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{"ELEMENT":"0901A6EF-E15B-43C7-91E1-6069E58D5183"},{"ELEMENT":"1CE936E9-C909-47DB-BEA9-99A1E0F09913"},{"ELEMENT":"DE31A908-500F-47E8-933A-846274AA76BE"},{"ELEMENT":"A8C4A557-4AB0-45DF-8139-058A599BECEE"},{"ELEMENT":"FB9667CD-218A-4138-954C-F8903A9AF940"},{"ELEMENT":"5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4"},{"ELEMENT":"0DFBAAFF-349E-4DAF-8CAF-1B3028708660"},{"ELEMENT":"12CD2786-4FBA-41CD-896D-786C09F52DEE"},{"ELEMENT":"EDFEA346-2D09-4CDA-A841-021A1BA179E7"},{"ELEMENT":"2A54A299-DE4C-4A87-9C82-88E170563B82"},{"ELEMENT":"17DFD769-4270-4630-BE3B-C02FDB30620D"},{"ELEMENT":"87F48626-84BB-4C99-B872-F9EB4EA0D445"},{"ELEMENT":"C65BFEC1-B610-487F-8BBF-6D12B665117D"},{"ELEMENT":"845C723B-6456-4742-BAD2-3983805926E5"},{"ELEMENT":"486B4C9C-C907-4920-8E1E-126F660702C1"},{"ELEMENT":"6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC"},{"ELEMENT":"F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D"},{"ELEMENT":"7AFB4856-DB45-43D2-BFBB-D34E7E7207A2"},{"ELEMENT":"B30EC725-9B93-4F77-8F9B-899873E66686"},{"ELEMENT":"E7E6408A-BAEA-46E9-B04D-59900B3882B2"},...
[HTTP] <-- POST /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/elements 200 123 ms - 1756
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeApplication\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/name 200 63 ms - 100
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeWindow\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/name 200 112 ms - 95
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/DE31A908-500F-47E8-933A-846274AA76BE/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/DE31A908-500F-47E8-933A-846274AA76BE/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/DE31A908-500F-47E8-933A-846274AA76BE/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeWindow\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/DE31A908-500F-47E8-933A-846274AA76BE/name 200 93 ms - 95
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/name 200 91 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/FB9667CD-218A-4138-954C-F8903A9AF940/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/FB9667CD-218A-4138-954C-F8903A9AF940/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/FB9667CD-218A-4138-954C-F8903A9AF940/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeStatusBar\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/FB9667CD-218A-4138-954C-F8903A9AF940/name 200 85 ms - 98
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypePicker\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/name 200 85 ms - 95
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/name 200 88 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/name 200 80 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypePickerWheel\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/name 200 91 ms - 100
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/2A54A299-DE4C-4A87-9C82-88E170563B82/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/2A54A299-DE4C-4A87-9C82-88E170563B82/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/2A54A299-DE4C-4A87-9C82-88E170563B82/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/2A54A299-DE4C-4A87-9C82-88E170563B82/name 200 99 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/17DFD769-4270-4630-BE3B-C02FDB30620D/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/17DFD769-4270-4630-BE3B-C02FDB30620D/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/17DFD769-4270-4630-BE3B-C02FDB30620D/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/17DFD769-4270-4630-BE3B-C02FDB30620D/name 200 95 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/name 200 92 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/name 200 93 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/845C723B-6456-4742-BAD2-3983805926E5/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/845C723B-6456-4742-BAD2-3983805926E5/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/845C723B-6456-4742-BAD2-3983805926E5/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/845C723B-6456-4742-BAD2-3983805926E5/name 200 84 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/486B4C9C-C907-4920-8E1E-126F660702C1/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/486B4C9C-C907-4920-8E1E-126F660702C1/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/486B4C9C-C907-4920-8E1E-126F660702C1/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/486B4C9C-C907-4920-8E1E-126F660702C1/name 200 82 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/name 200 91 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/name 200 88 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/name 200 90 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/B30EC725-9B93-4F77-8F9B-899873E66686/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/B30EC725-9B93-4F77-8F9B-899873E66686/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/B30EC725-9B93-4F77-8F9B-899873E66686/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/B30EC725-9B93-4F77-8F9B-899873E66686/name 200 91 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/name 200 86 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/581834FE-575B-473D-9DD8-44F0830DC5D8/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/581834FE-575B-473D-9DD8-44F0830DC5D8/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/581834FE-575B-473D-9DD8-44F0830DC5D8/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/581834FE-575B-473D-9DD8-44F0830DC5D8/name 200 84 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/376949E9-A328-4A04-8980-037F65BEC2C8/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/376949E9-A328-4A04-8980-037F65BEC2C8/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/376949E9-A328-4A04-8980-037F65BEC2C8/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/376949E9-A328-4A04-8980-037F65BEC2C8/name 200 84 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/name 200 82 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/name 200 82 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/name 200 84 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/name 200 94 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/name 200 96 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/name 200 84 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/name 200 84 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/name 200 79 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/name 200 83 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/name 200 82 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/name {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/name] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"XCUIElementTypeOther\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/name 200 80 ms - 94
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","0901A6EF-E15B-43C7-91E1-6069E58D5183","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/0901A6EF-E15B-43C7-91E1-6069E58D5183/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"PickerTest\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: "PickerTest"
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/attribute/name 200 49 ms - 84
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","1CE936E9-C909-47DB-BEA9-99A1E0F09913","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/attribute/name 200 91 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/DE31A908-500F-47E8-933A-846274AA76BE/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","DE31A908-500F-47E8-933A-846274AA76BE","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/DE31A908-500F-47E8-933A-846274AA76BE/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/DE31A908-500F-47E8-933A-846274AA76BE/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/DE31A908-500F-47E8-933A-846274AA76BE/attribute/name 200 95 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","A8C4A557-4AB0-45DF-8139-058A599BECEE","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/A8C4A557-4AB0-45DF-8139-058A599BECEE/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/attribute/name 200 88 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/FB9667CD-218A-4138-954C-F8903A9AF940/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","FB9667CD-218A-4138-954C-F8903A9AF940","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/FB9667CD-218A-4138-954C-F8903A9AF940/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/FB9667CD-218A-4138-954C-F8903A9AF940/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/FB9667CD-218A-4138-954C-F8903A9AF940/attribute/name 200 83 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"picker\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: "picker"
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/attribute/name 200 79 ms - 80
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","0DFBAAFF-349E-4DAF-8CAF-1B3028708660","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/attribute/name 200 81 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","12CD2786-4FBA-41CD-896D-786C09F52DEE","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/12CD2786-4FBA-41CD-896D-786C09F52DEE/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/attribute/name 200 84 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","EDFEA346-2D09-4CDA-A841-021A1BA179E7","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/attribute/name 200 89 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/2A54A299-DE4C-4A87-9C82-88E170563B82/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","2A54A299-DE4C-4A87-9C82-88E170563B82","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/2A54A299-DE4C-4A87-9C82-88E170563B82/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/2A54A299-DE4C-4A87-9C82-88E170563B82/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/2A54A299-DE4C-4A87-9C82-88E170563B82/attribute/name 200 88 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/17DFD769-4270-4630-BE3B-C02FDB30620D/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","17DFD769-4270-4630-BE3B-C02FDB30620D","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/17DFD769-4270-4630-BE3B-C02FDB30620D/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/17DFD769-4270-4630-BE3B-C02FDB30620D/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"3 of 3 Wi-Fi bars\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: "3 of 3 Wi-Fi bars"
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/17DFD769-4270-4630-BE3B-C02FDB30620D/attribute/name 200 96 ms - 91
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","87F48626-84BB-4C99-B872-F9EB4EA0D445","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/87F48626-84BB-4C99-B872-F9EB4EA0D445/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"12:56 PM\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: "12:56 PM"
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/attribute/name 200 85 ms - 82
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","C65BFEC1-B610-487F-8BBF-6D12B665117D","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/C65BFEC1-B610-487F-8BBF-6D12B665117D/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"-100% battery power\",\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: "-100% battery power"
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/attribute/name 200 84 ms - 93
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/845C723B-6456-4742-BAD2-3983805926E5/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","845C723B-6456-4742-BAD2-3983805926E5","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/845C723B-6456-4742-BAD2-3983805926E5/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/845C723B-6456-4742-BAD2-3983805926E5/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/845C723B-6456-4742-BAD2-3983805926E5/attribute/name 200 84 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/486B4C9C-C907-4920-8E1E-126F660702C1/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","486B4C9C-C907-4920-8E1E-126F660702C1","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/486B4C9C-C907-4920-8E1E-126F660702C1/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/486B4C9C-C907-4920-8E1E-126F660702C1/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/486B4C9C-C907-4920-8E1E-126F660702C1/attribute/name 200 84 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/attribute/name 200 87 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/attribute/name 200 93 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","7AFB4856-DB45-43D2-BFBB-D34E7E7207A2","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/attribute/name 200 92 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/B30EC725-9B93-4F77-8F9B-899873E66686/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","B30EC725-9B93-4F77-8F9B-899873E66686","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/B30EC725-9B93-4F77-8F9B-899873E66686/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/B30EC725-9B93-4F77-8F9B-899873E66686/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/B30EC725-9B93-4F77-8F9B-899873E66686/attribute/name 200 81 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","E7E6408A-BAEA-46E9-B04D-59900B3882B2","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/attribute/name 200 86 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/581834FE-575B-473D-9DD8-44F0830DC5D8/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","581834FE-575B-473D-9DD8-44F0830DC5D8","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/581834FE-575B-473D-9DD8-44F0830DC5D8/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/581834FE-575B-473D-9DD8-44F0830DC5D8/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/581834FE-575B-473D-9DD8-44F0830DC5D8/attribute/name 200 85 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/376949E9-A328-4A04-8980-037F65BEC2C8/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","376949E9-A328-4A04-8980-037F65BEC2C8","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/376949E9-A328-4A04-8980-037F65BEC2C8/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/376949E9-A328-4A04-8980-037F65BEC2C8/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/376949E9-A328-4A04-8980-037F65BEC2C8/attribute/name 200 81 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","9DA9CBA1-5325-4AE7-B888-A05C2B875375","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/attribute/name 200 81 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","A678C0D1-7C08-4C66-BABD-1338CC5BB2C0","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/attribute/name 200 95 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","79716F17-4CDE-4F55-8D2B-AEDE9907877B","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/attribute/name 200 98 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","D846DB02-DD20-4B0F-A39E-0FF967E629AC","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/attribute/name 200 93 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","08B2AC2A-1767-4718-9952-95FDB33BC1C2","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/attribute/name 200 82 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/attribute/name 200 83 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","4B699AE8-A55E-4E8E-AC08-135B8C219A4D","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/attribute/name 200 78 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","07F0D1F8-93FC-4E04-987E-3B32460F635E","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/07F0D1F8-93FC-4E04-987E-3B32460F635E/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/attribute/name 200 85 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","8670D6C5-ADFC-44C9-8A39-A54B11D0A882","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/attribute/name 200 81 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","83EFBB0A-AB0A-43BC-ADE8-8B571B627021","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/attribute/name 200 82 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/attribute/name {}
[debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["name","7588AFF6-41BC-4D9A-8131-95AC5D31A738","b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'getAttribute'
[debug] [JSONWP Proxy] Proxying [GET /element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/attribute/name] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/attribute/name] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[debug] [MJSONWP] Responding to client with driver.getAttribute() result: null
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/attribute/name 200 93 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0901A6EF-E15B-43C7-91E1-6069E58D5183/displayed 200 81 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/1CE936E9-C909-47DB-BEA9-99A1E0F09913/displayed 200 92 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/DE31A908-500F-47E8-933A-846274AA76BE/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/DE31A908-500F-47E8-933A-846274AA76BE/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/DE31A908-500F-47E8-933A-846274AA76BE/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/DE31A908-500F-47E8-933A-846274AA76BE/displayed 200 101 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A8C4A557-4AB0-45DF-8139-058A599BECEE/displayed 200 94 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/FB9667CD-218A-4138-954C-F8903A9AF940/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/FB9667CD-218A-4138-954C-F8903A9AF940/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/FB9667CD-218A-4138-954C-F8903A9AF940/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/FB9667CD-218A-4138-954C-F8903A9AF940/displayed 200 87 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/5CC9EC5A-C929-4DC9-9DA4-B3181FBDBDA4/displayed 200 88 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0DFBAAFF-349E-4DAF-8CAF-1B3028708660/displayed 200 91 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/12CD2786-4FBA-41CD-896D-786C09F52DEE/displayed 200 99 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/EDFEA346-2D09-4CDA-A841-021A1BA179E7/displayed 200 96 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/2A54A299-DE4C-4A87-9C82-88E170563B82/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/2A54A299-DE4C-4A87-9C82-88E170563B82/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/2A54A299-DE4C-4A87-9C82-88E170563B82/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/2A54A299-DE4C-4A87-9C82-88E170563B82/displayed 200 115 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/17DFD769-4270-4630-BE3B-C02FDB30620D/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/17DFD769-4270-4630-BE3B-C02FDB30620D/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/17DFD769-4270-4630-BE3B-C02FDB30620D/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/17DFD769-4270-4630-BE3B-C02FDB30620D/displayed 200 90 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/87F48626-84BB-4C99-B872-F9EB4EA0D445/displayed 200 96 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/C65BFEC1-B610-487F-8BBF-6D12B665117D/displayed 200 88 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/845C723B-6456-4742-BAD2-3983805926E5/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/845C723B-6456-4742-BAD2-3983805926E5/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/845C723B-6456-4742-BAD2-3983805926E5/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/845C723B-6456-4742-BAD2-3983805926E5/displayed 200 89 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/486B4C9C-C907-4920-8E1E-126F660702C1/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/486B4C9C-C907-4920-8E1E-126F660702C1/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/486B4C9C-C907-4920-8E1E-126F660702C1/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/486B4C9C-C907-4920-8E1E-126F660702C1/displayed 200 87 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/6B6CBA49-01DE-4C1E-9305-FC6121CAF5AC/displayed 200 94 ms - 76
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/F77ADAD6-AFCC-4EC1-9945-9AF9262E6C4D/displayed 200 100 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7AFB4856-DB45-43D2-BFBB-D34E7E7207A2/displayed 200 87 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/B30EC725-9B93-4F77-8F9B-899873E66686/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/B30EC725-9B93-4F77-8F9B-899873E66686/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/B30EC725-9B93-4F77-8F9B-899873E66686/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/B30EC725-9B93-4F77-8F9B-899873E66686/displayed 200 84 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/E7E6408A-BAEA-46E9-B04D-59900B3882B2/displayed 200 85 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/581834FE-575B-473D-9DD8-44F0830DC5D8/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/581834FE-575B-473D-9DD8-44F0830DC5D8/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/581834FE-575B-473D-9DD8-44F0830DC5D8/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/581834FE-575B-473D-9DD8-44F0830DC5D8/displayed 200 86 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/376949E9-A328-4A04-8980-037F65BEC2C8/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/376949E9-A328-4A04-8980-037F65BEC2C8/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/376949E9-A328-4A04-8980-037F65BEC2C8/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/376949E9-A328-4A04-8980-037F65BEC2C8/displayed 200 83 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/9DA9CBA1-5325-4AE7-B888-A05C2B875375/displayed 200 82 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/A678C0D1-7C08-4C66-BABD-1338CC5BB2C0/displayed 200 96 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/79716F17-4CDE-4F55-8D2B-AEDE9907877B/displayed 200 92 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/D846DB02-DD20-4B0F-A39E-0FF967E629AC/displayed 200 91 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/08B2AC2A-1767-4718-9952-95FDB33BC1C2/displayed 200 83 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/0D7BC4B4-05E4-40E7-9C7E-6FBE3BB69341/displayed 200 90 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/4B699AE8-A55E-4E8E-AC08-135B8C219A4D/displayed 200 88 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/07F0D1F8-93FC-4E04-987E-3B32460F635E/displayed 200 86 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/8670D6C5-ADFC-44C9-8A39-A54B11D0A882/displayed 200 86 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/83EFBB0A-AB0A-43BC-ADE8-8B571B627021/displayed 200 91 ms - 77
[HTTP] --> GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [XCUITest] Executing command 'proxyReqRes'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/displayed] to [GET http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : false,\n \"sessionId\" : \"AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1\",\n \"status\" : 0\n}"
[JSONWP Proxy] Replacing sessionId AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1 with b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b
[HTTP] <-- GET /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/element/7588AFF6-41BC-4D9A-8131-95AC5D31A738/displayed 200 99 ms - 77
[HTTP] --> DELETE /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/window {}
[debug] [MJSONWP] Calling AppiumDriver.closeWindow() with args: ["b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [XCUITest] Executing command 'closeWindow'
[HTTP] <-- DELETE /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b/window 501 10 ms - 112
[HTTP] --> DELETE /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b {}
[debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1516276623121 (12:57:03 GMT+0100 (CET))
[Appium] Removing session b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b from our master session list
[debug] [JSONWP Proxy] Proxying [DELETE /session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b] to [DELETE http://localhost:8100/session/AADEFC95-8761-4E6D-B84D-FC76C4FA4EC1] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"7B642AFB-E332-4FF8-A76C-9AC63A0F5419\",\n \"status\" : 0\n}"
[XCUITest] Shutting down sub-processes
[XCUITest] Shutting down xcodebuild process (pid 54841)
[XCUITest] xcodebuild exited with code 'null' and signal 'SIGTERM'
[debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
[debug] [iOSLog] Stopping iOS log capture
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1516276623382 (12:57:03 GMT+0100 (CET))
[debug] [MJSONWP] Received response: null
[debug] [MJSONWP] But deleting session, so not returning
[debug] [MJSONWP] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/b0f0dd06-8b9d-44a2-add0-f9a6fd5fe46b 200 265 ms - 76
[Appium] Received SIGINT - shutting down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment