Skip to content

Instantly share code, notes, and snippets.

@bgalperin
Created February 22, 2017 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgalperin/e0ac7d9218f21abed19057f137658e63 to your computer and use it in GitHub Desktop.
Save bgalperin/e0ac7d9218f21abed19057f137658e63 to your computer and use it in GitHub Desktop.
Using mobile: swipe on a real iOS 10 device
2017-02-22 19:32:56:460 - info: [Appium] Welcome to Appium v1.6.4-beta
2017-02-22 19:32:56:463 - info: [Appium] Non-default server args:
2017-02-22 19:32:56:465 - info: [Appium] log: '/Users/BGalperin/Code/automation/appiumLog.txt'
2017-02-22 19:32:56:536 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2017-02-22 19:33:59:104 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app","noReset":true,"sendKeyStrategy":"grouped","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","platformVersion":"10.2","automationName":"XCUITest","udid":"e974d85f30b2285afd00277bf2dbe6bb7a9b045c","platformName":"iOS","deviceName":"iPhone 7","fullReset":false}}
2017-02-22 19:33:59:107 - info: [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app","noReset":true,"sendKeyStrategy":"grouped","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","platformVersion":"10.2","automationName":"XCUITest","udid":"e974d85f30b2285afd00277bf2dbe6bb7a9b045c","platformName":"iOS","deviceName":"iPhone 7","fullReset":false},null,null,null,null]
2017-02-22 19:33:59:110 - info: [Appium] Creating new XCUITestDriver (v2.10.0) session
2017-02-22 19:33:59:110 - info: [Appium] Capabilities:
2017-02-22 19:33:59:123 - info: [Appium] app: '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app'
2017-02-22 19:33:59:123 - info: [Appium] noReset: true
2017-02-22 19:33:59:123 - info: [Appium] sendKeyStrategy: 'grouped'
2017-02-22 19:33:59:124 - info: [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-02-22 19:33:59:124 - info: [Appium] platformVersion: '10.2'
2017-02-22 19:33:59:124 - info: [Appium] automationName: 'XCUITest'
2017-02-22 19:33:59:125 - info: [Appium] udid: 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c'
2017-02-22 19:33:59:125 - info: [Appium] platformName: 'iOS'
2017-02-22 19:33:59:126 - info: [Appium] deviceName: 'iPhone 7'
2017-02-22 19:33:59:126 - info: [Appium] fullReset: false
2017-02-22 19:33:59:128 - info: [debug] [XCUITest] XCUITestDriver version: 2.10.0
2017-02-22 19:33:59:134 - warn: [BaseDriver] The following capabilities were provided, but are not recognized by appium: realDeviceLogger.
2017-02-22 19:33:59:135 - info: [BaseDriver] Session created with session id: 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:33:59:188 - info: [debug] [XCUITest] Xcode version set to '8.2'
2017-02-22 19:33:59:196 - info: [debug] [XCUITest] iOS SDK Version set to '10.2'
2017-02-22 19:33:59:417 - info: [debug] [XCUITest] Available devices: e974d85f30b2285afd00277bf2dbe6bb7a9b045c
2017-02-22 19:33:59:418 - info: [debug] [XCUITest] Creating iDevice object with udid 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c'
2017-02-22 19:33:59:420 - info: [XCUITest] Determining device to run tests on: udid: 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c', real device: true
2017-02-22 19:33:59:421 - info: [BaseDriver] Using local app '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app'
2017-02-22 19:33:59:422 - info: [debug] [XCUITest] Checking whether app '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app' is actually present on file system
2017-02-22 19:33:59:423 - info: [debug] [XCUITest] App is present
2017-02-22 19:33:59:447 - info: [debug] [iOS] Getting bundle ID from app '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app': 'com.life360.safetymap'
2017-02-22 19:33:59:448 - info: [debug] [XCUITest] Reset: fullReset not set. Leaving as is
2017-02-22 19:33:59:449 - info: [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-02-22 19:33:59:450 - info: [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-02-22 19:33:59:536 - info: [XCUITest] Setting up real device
2017-02-22 19:33:59:839 - info: [debug] [XCUITest] App 'com.life360.safetymap' is already installed. No need to reinstall.
2017-02-22 19:33:59:842 - info: [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-02-22 19:33:59:843 - info: [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-02-22 19:33:59:844 - info: [XCUITest] Launching WebDriverAgent on the device
2017-02-22 19:33:59:846 - info: [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-02-22 19:33:59:847 - info: [debug] [XCUITest] Killing hanging processes
2017-02-22 19:34:00:107 - info: [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=e974d85f30b2285afd00277bf2dbe6bb7a9b045c -configuration Debug' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-02-22 19:34:00:108 - info: [debug] [XCUITest] Output from xcodebuild will not be logged
2017-02-22 19:34:00:110 - info: [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-02-22 19:34:06:757 - info: [debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
2017-02-22 19:34:06:806 - info: [debug] [XCUITest] WebDriverAgent successfully started after 1683ms
2017-02-22 19:34:06:807 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:06:810 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:06:835 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.2.1\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.2.1\"\n },\n \"build\" : {\n \"time\" : \"Feb 2 2017 13:36:59\"\n }\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 0\n}"
2017-02-22 19:34:06:836 - info: [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.life360.safetymap","arguments":[],"environment":{},"shouldWaitForQuiescence":true}}
2017-02-22 19:34:07:120 - info: [debug] [XCUITest] Log file for xcodebuild test: /Users/BGalperin/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/25223AA8-36E0-44E1-AA09-7502F6592FBE/Session-WebDriverAgentRunner-2017-02-22_113407-rrwmp9.log
2017-02-22 19:34:08:590 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:09:596 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:09:596 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:09:603 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:10:607 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:10:607 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:10:613 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:11:615 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:11:616 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:11:620 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:12:625 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:12:625 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:12:631 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:13:635 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:13:639 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:13:645 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:14:647 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:14:647 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:14:653 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:15:654 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:15:656 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:15:662 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:16:665 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:16:665 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:16:671 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:17:673 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:17:673 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:17:679 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:18:681 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:18:681 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:18:686 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:19:688 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:19:688 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:19:695 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:20:696 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:20:697 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:20:701 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:34:21:704 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:34:21:704 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:34:21:716 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.2.1\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.2.1\"\n },\n \"build\" : {\n \"time\" : \"Feb 2 2017 13:36:59\"\n }\n },\n \"sessionId\" : \"F6788C5A-FF04-49DE-A5C1-8C8111973806\",\n \"status\" : 0\n}"
2017-02-22 19:34:21:717 - info: [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.life360.safetymap","arguments":[],"environment":{},"shouldWaitForQuiescence":true}}
2017-02-22 19:34:35:397 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","capabilities":{"device":"iphone","browserName":"LifeQA","sdkVersion":"10.2.1","CFBundleIdentifier":"com.life360.safetymap"}},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:34:35:399 - info: [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-02-22 19:34:35:401 - info: [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/orientation] with body: {"orientation":"PORTRAIT"}
2017-02-22 19:34:37:734 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:34:37:735 - info: [Appium] New XCUITestDriver session created successfully, session 220f6261-fecf-4205-8209-ea55f8ad59d5 added to master session list
2017-02-22 19:34:37:736 - info: [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"app":"/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app","noReset":true,"sendKeyStrategy":"grouped","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","platformVersion":"10.2","automationName":"XCUITest","udid":"e974d85f30b2285afd00277bf2dbe6bb7a9b045c","platformName":"iOS","deviceName":"iPhone 7","fullReset":false}
2017-02-22 19:34:37:741 - info: [HTTP] <-- POST /wd/hub/session 200 38636 ms - 699
2017-02-22 19:34:37:770 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:34:37:775 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","WelcomeSignIn","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:34:37:775 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:34:37:776 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:34:37:778 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:34:37:781 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:34:39:007 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"0E3D64AD-94AE-4148-B82D-4BC4020E360A","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:34:39:008 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"0E3D64AD-94AE-4148-B82D-4BC4020E360A","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-22 19:34:39:010 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 1242 ms - 195
2017-02-22 19:35:07:604 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"accessibility id","value":"WelcomeSignIn"}
2017-02-22 19:35:07:604 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","WelcomeSignIn","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:07:606 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:07:607 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:07:607 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:07:609 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"accessibility id","value":"WelcomeSignIn"}
2017-02-22 19:35:08:262 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"2AA516E9-0C25-4CAE-A719-31298633DC03","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:08:263 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"2AA516E9-0C25-4CAE-A719-31298633DC03","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-22 19:35:08:264 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 660 ms - 195
2017-02-22 19:35:08:268 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/2AA516E9-0C25-4CAE-A719-31298633DC03/click {"id":"2AA516E9-0C25-4CAE-A719-31298633DC03"}
2017-02-22 19:35:08:269 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:35:08:270 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:35:08:272 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/2AA516E9-0C25-4CAE-A719-31298633DC03/click] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/2AA516E9-0C25-4CAE-A719-31298633DC03/click] with body: {"id":"2AA516E9-0C25-4CAE-A719-31298633DC03"}
2017-02-22 19:35:09:473 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"2AA516E9-0C25-4CAE-A719-31298633DC03","value":"","sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F"}
2017-02-22 19:35:09:474 - info: [JSONWP Proxy] Replacing sessionId D70CC31E-105A-4D2C-9E31-52D1A2E1E48F with 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:35:09:476 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/2AA516E9-0C25-4CAE-A719-31298633DC03/click 200 1207 ms - 118
2017-02-22 19:35:09:480 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"switchButton"}
2017-02-22 19:35:09:480 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","switchButton","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:09:480 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:09:482 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:09:482 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:09:483 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"switchButton"}
2017-02-22 19:35:11:389 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"5364A29E-BF7C-40FD-BCC7-CF97DB9D3745","type":"XCUIElementTypeButton","label":"Sign in with Email"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:11:390 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5364A29E-BF7C-40FD-BCC7-CF97DB9D3745","type":"XCUIElementTypeButton","label":"Sign in with Email"}
2017-02-22 19:35:11:393 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 1911 ms - 182
2017-02-22 19:35:11:397 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"accessibility id","value":"switchButton"}
2017-02-22 19:35:11:397 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","switchButton","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:11:397 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:11:398 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:11:399 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:11:399 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"accessibility id","value":"switchButton"}
2017-02-22 19:35:12:357 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"0F3B38C8-CA8D-4844-98FB-79C922CC174D","type":"XCUIElementTypeButton","label":"Sign in with Email"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:12:358 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"0F3B38C8-CA8D-4844-98FB-79C922CC174D","type":"XCUIElementTypeButton","label":"Sign in with Email"}
2017-02-22 19:35:12:358 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 962 ms - 182
2017-02-22 19:35:12:362 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/0F3B38C8-CA8D-4844-98FB-79C922CC174D/click {"id":"0F3B38C8-CA8D-4844-98FB-79C922CC174D"}
2017-02-22 19:35:12:362 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:35:12:363 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:35:12:364 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/0F3B38C8-CA8D-4844-98FB-79C922CC174D/click] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/0F3B38C8-CA8D-4844-98FB-79C922CC174D/click] with body: {"id":"0F3B38C8-CA8D-4844-98FB-79C922CC174D"}
2017-02-22 19:35:14:088 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"0F3B38C8-CA8D-4844-98FB-79C922CC174D","value":"","sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F"}
2017-02-22 19:35:14:088 - info: [JSONWP Proxy] Replacing sessionId D70CC31E-105A-4D2C-9E31-52D1A2E1E48F with 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:35:14:089 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/0F3B38C8-CA8D-4844-98FB-79C922CC174D/click 200 1727 ms - 118
2017-02-22 19:35:14:093 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:35:14:094 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:14:094 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:14:095 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:14:096 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:14:097 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:35:14:967 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Enter your email address","description":"unable to find an element"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":7}
2017-02-22 19:35:14:970 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 500 877 ms - 164
2017-02-22 19:35:15:480 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:35:15:481 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:15:481 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:15:482 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:15:482 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:15:483 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:35:16:346 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"D6280DCD-D787-478A-9621-7DE6570D14C2","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:16:347 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"D6280DCD-D787-478A-9621-7DE6570D14C2","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:35:16:348 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 868 ms - 199
2017-02-22 19:35:16:353 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:35:16:353 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:16:354 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:16:355 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:16:357 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:16:360 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:35:17:620 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"23166431-928A-45C4-AE45-7A15FEC3D4C0","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:17:623 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"23166431-928A-45C4-AE45-7A15FEC3D4C0","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:35:17:624 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 1271 ms - 199
2017-02-22 19:35:17:627 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/23166431-928A-45C4-AE45-7A15FEC3D4C0/value {"id":"23166431-928A-45C4-AE45-7A15FEC3D4C0","value":["email-appium-542-145@life360.com"]}
2017-02-22 19:35:17:628 - info: [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["email-appium-542-145@life360.com"],"23166431-928A-45C4-AE45-7A15FEC3D4C0","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:17:628 - info: [debug] [XCUITest] Executing command 'setValue'
2017-02-22 19:35:17:632 - info: [debug] [JSONWP Proxy] Proxying [POST /element/23166431-928A-45C4-AE45-7A15FEC3D4C0/value] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/23166431-928A-45C4-AE45-7A15FEC3D4C0/value] with body: {"value":["e","m","a","i","l","-","a","p","p","i","u","m","-","5","4","2","-","1","4","5","@","l","i","f","e","3","6","0",".","c","o","m"]}
2017-02-22 19:35:20:855 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"23166431-928A-45C4-AE45-7A15FEC3D4C0","value":"","sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F"}
2017-02-22 19:35:20:857 - info: [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-02-22 19:35:20:858 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/23166431-928A-45C4-AE45-7A15FEC3D4C0/value 200 3230 ms - 76
2017-02-22 19:35:20:861 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Next"}
2017-02-22 19:35:20:862 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Next","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:20:862 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:20:863 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:20:863 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:20:865 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Next"}
2017-02-22 19:35:22:016 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"6F807D58-FB01-42E0-9903-268536386206","type":"XCUIElementTypeButton","label":"Next"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:22:018 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"6F807D58-FB01-42E0-9903-268536386206","type":"XCUIElementTypeButton","label":"Next"}
2017-02-22 19:35:22:019 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 1157 ms - 168
2017-02-22 19:35:22:024 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/6F807D58-FB01-42E0-9903-268536386206/enabled {}
2017-02-22 19:35:22:025 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:35:22:026 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:35:22:027 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/6F807D58-FB01-42E0-9903-268536386206/enabled] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/6F807D58-FB01-42E0-9903-268536386206/enabled] with body: {}
2017-02-22 19:35:22:589 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 0\n}"
2017-02-22 19:35:22:589 - info: [JSONWP Proxy] Replacing sessionId D70CC31E-105A-4D2C-9E31-52D1A2E1E48F with 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:35:22:590 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/6F807D58-FB01-42E0-9903-268536386206/enabled 200 566 ms - 76
2017-02-22 19:35:22:597 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/6F807D58-FB01-42E0-9903-268536386206/click {"id":"6F807D58-FB01-42E0-9903-268536386206"}
2017-02-22 19:35:22:597 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:35:22:598 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:35:22:600 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/6F807D58-FB01-42E0-9903-268536386206/click] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/6F807D58-FB01-42E0-9903-268536386206/click] with body: {"id":"6F807D58-FB01-42E0-9903-268536386206"}
2017-02-22 19:35:24:354 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"6F807D58-FB01-42E0-9903-268536386206","value":"","sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F"}
2017-02-22 19:35:24:355 - info: [JSONWP Proxy] Replacing sessionId D70CC31E-105A-4D2C-9E31-52D1A2E1E48F with 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:35:24:355 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/6F807D58-FB01-42E0-9903-268536386206/click 200 1758 ms - 118
2017-02-22 19:35:24:359 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Password"}
2017-02-22 19:35:24:359 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:24:360 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:24:360 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:24:361 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:24:361 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:35:25:318 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Password","description":"unable to find an element"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":7}
2017-02-22 19:35:25:322 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 500 962 ms - 164
2017-02-22 19:35:25:829 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Password"}
2017-02-22 19:35:25:830 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:25:830 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:25:831 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:25:831 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:25:832 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:35:26:506 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Password","description":"unable to find an element"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":7}
2017-02-22 19:35:26:507 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 500 678 ms - 164
2017-02-22 19:35:27:015 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Password"}
2017-02-22 19:35:27:015 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:27:015 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:27:016 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:27:016 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:27:017 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:35:27:930 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Password","description":"unable to find an element"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":7}
2017-02-22 19:35:27:932 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 500 917 ms - 164
2017-02-22 19:35:28:440 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Password"}
2017-02-22 19:35:28:440 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:28:440 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:28:441 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:28:441 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:28:442 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:35:28:987 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Password","description":"unable to find an element"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":7}
2017-02-22 19:35:28:992 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 500 551 ms - 164
2017-02-22 19:35:29:497 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Password"}
2017-02-22 19:35:29:498 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:29:498 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:29:499 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:29:500 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:29:501 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:35:30:245 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Password","description":"unable to find an element"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":7}
2017-02-22 19:35:30:247 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 500 749 ms - 164
2017-02-22 19:35:30:754 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Password"}
2017-02-22 19:35:30:754 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:30:755 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:30:755 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:30:756 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:30:756 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:35:31:512 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Password","description":"unable to find an element"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":7}
2017-02-22 19:35:31:516 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 500 761 ms - 164
2017-02-22 19:35:32:023 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Password"}
2017-02-22 19:35:32:024 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:32:024 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:32:025 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:32:025 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:32:026 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:35:33:421 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"CE64E656-4BEC-4386-8F32-3DF97E4F2BD5","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:33:422 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"CE64E656-4BEC-4386-8F32-3DF97E4F2BD5","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:35:33:423 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 1399 ms - 199
2017-02-22 19:35:33:426 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Password"}
2017-02-22 19:35:33:427 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:33:427 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:33:428 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:33:428 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:33:430 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:35:35:380 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"712D4A5E-E035-4580-B1F2-F86301B3AB54","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:35:382 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"712D4A5E-E035-4580-B1F2-F86301B3AB54","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:35:35:383 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 1957 ms - 199
2017-02-22 19:35:35:387 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/712D4A5E-E035-4580-B1F2-F86301B3AB54/value {"id":"712D4A5E-E035-4580-B1F2-F86301B3AB54","value":["tester"]}
2017-02-22 19:35:35:389 - info: [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["tester"],"712D4A5E-E035-4580-B1F2-F86301B3AB54","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:35:389 - info: [debug] [XCUITest] Executing command 'setValue'
2017-02-22 19:35:35:393 - info: [debug] [JSONWP Proxy] Proxying [POST /element/712D4A5E-E035-4580-B1F2-F86301B3AB54/value] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/712D4A5E-E035-4580-B1F2-F86301B3AB54/value] with body: {"value":["t","e","s","t","e","r"]}
2017-02-22 19:35:38:200 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"712D4A5E-E035-4580-B1F2-F86301B3AB54","value":"","sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F"}
2017-02-22 19:35:38:200 - info: [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-02-22 19:35:38:203 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/712D4A5E-E035-4580-B1F2-F86301B3AB54/value 200 2814 ms - 76
2017-02-22 19:35:38:205 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Next"}
2017-02-22 19:35:38:205 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Next","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:38:205 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:35:38:206 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:35:38:206 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:35:38:207 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Next"}
2017-02-22 19:35:39:301 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"D21FB194-5A5B-4019-87F9-A92CA21BF12D","type":"XCUIElementTypeButton","label":"Next"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:35:39:302 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"D21FB194-5A5B-4019-87F9-A92CA21BF12D","type":"XCUIElementTypeButton","label":"Next"}
2017-02-22 19:35:39:303 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 1098 ms - 168
2017-02-22 19:35:39:307 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/D21FB194-5A5B-4019-87F9-A92CA21BF12D/enabled {}
2017-02-22 19:35:39:308 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:35:39:308 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:35:39:309 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/D21FB194-5A5B-4019-87F9-A92CA21BF12D/enabled] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/D21FB194-5A5B-4019-87F9-A92CA21BF12D/enabled] with body: {}
2017-02-22 19:35:39:901 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 0\n}"
2017-02-22 19:35:39:902 - info: [JSONWP Proxy] Replacing sessionId D70CC31E-105A-4D2C-9E31-52D1A2E1E48F with 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:35:39:905 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/D21FB194-5A5B-4019-87F9-A92CA21BF12D/enabled 200 596 ms - 76
2017-02-22 19:35:39:907 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/D21FB194-5A5B-4019-87F9-A92CA21BF12D/click {"id":"D21FB194-5A5B-4019-87F9-A92CA21BF12D"}
2017-02-22 19:35:39:908 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:35:39:908 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:35:39:909 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/D21FB194-5A5B-4019-87F9-A92CA21BF12D/click] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/D21FB194-5A5B-4019-87F9-A92CA21BF12D/click] with body: {"id":"D21FB194-5A5B-4019-87F9-A92CA21BF12D"}
2017-02-22 19:35:41:730 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"D21FB194-5A5B-4019-87F9-A92CA21BF12D","value":"","sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F"}
2017-02-22 19:35:41:730 - info: [JSONWP Proxy] Replacing sessionId D70CC31E-105A-4D2C-9E31-52D1A2E1E48F with 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:35:41:731 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/D21FB194-5A5B-4019-87F9-A92CA21BF12D/click 200 1823 ms - 118
2017-02-22 19:35:41:736 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:35:41:738 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:41:738 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:35:41:742 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:35:42:311 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:35:42:312 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 576 ms - 87
2017-02-22 19:35:42:820 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:35:42:820 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:42:821 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:35:42:823 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:35:43:540 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:35:43:542 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 722 ms - 87
2017-02-22 19:35:44:047 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:35:44:048 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:35:44:048 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:35:44:050 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:11:303 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:11:304 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 27258 ms - 87
2017-02-22 19:36:11:309 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:11:310 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:11:310 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:11:312 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:13:076 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:13:077 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1768 ms - 87
2017-02-22 19:36:13:584 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:13:585 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:13:585 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:13:589 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:16:771 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:16:772 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 3188 ms - 87
2017-02-22 19:36:16:776 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:16:776 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:16:777 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:16:778 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:18:675 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:18:676 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1900 ms - 87
2017-02-22 19:36:19:185 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:19:185 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:19:186 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:19:188 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:23:076 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:23:078 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 3893 ms - 87
2017-02-22 19:36:23:081 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:23:082 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:23:082 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:23:085 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:24:547 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:24:549 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1467 ms - 87
2017-02-22 19:36:25:056 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:25:057 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:25:057 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:25:059 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:25:989 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:25:993 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 936 ms - 87
2017-02-22 19:36:26:499 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:26:500 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:26:500 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:26:501 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:27:633 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:27:634 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1135 ms - 87
2017-02-22 19:36:28:140 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:28:141 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:28:141 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:28:143 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:29:766 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:29:767 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1626 ms - 87
2017-02-22 19:36:29:770 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:29:771 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:29:772 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:29:773 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:30:973 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:30:974 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1204 ms - 87
2017-02-22 19:36:31:480 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:31:480 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:31:481 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:31:482 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:32:906 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:32:909 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1429 ms - 87
2017-02-22 19:36:33:414 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:33:415 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:33:416 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:33:417 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:35:094 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:35:095 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1681 ms - 87
2017-02-22 19:36:35:098 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:35:100 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:35:100 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:35:102 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:36:702 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:36:704 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1605 ms - 87
2017-02-22 19:36:37:212 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:37:212 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:37:213 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:37:215 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:39:063 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:39:064 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 1853 ms - 87
2017-02-22 19:36:39:570 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text {}
2017-02-22 19:36:39:571 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:39:571 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:36:39:574 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/alert/text] with no body
2017-02-22 19:36:41:698 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F\",\n \"status\" : 27\n}"
2017-02-22 19:36:41:700 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/alert_text 500 2129 ms - 87
2017-02-22 19:36:41:704 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Map"}
2017-02-22 19:36:41:704 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Map","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:41:705 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:36:41:705 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:36:41:705 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:36:41:706 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Map"}
2017-02-22 19:36:43:734 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"1755E7A6-43F6-4EB0-92C7-A63C41C58401","type":"XCUIElementTypeOther","label":null},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:36:43:737 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"1755E7A6-43F6-4EB0-92C7-A63C41C58401","type":"XCUIElementTypeOther","label":null}
2017-02-22 19:36:43:738 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 2034 ms - 165
2017-02-22 19:36:43:741 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"MenuButton"}
2017-02-22 19:36:43:741 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","MenuButton","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:43:742 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:36:43:742 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:36:43:742 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:36:43:743 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"MenuButton"}
2017-02-22 19:36:46:183 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"E71E860F-5589-47CD-96CE-22AA996E850D","type":"XCUIElementTypeButton","label":" ic menu"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:36:46:183 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"E71E860F-5589-47CD-96CE-22AA996E850D","type":"XCUIElementTypeButton","label":" ic menu"}
2017-02-22 19:36:46:185 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 2444 ms - 172
2017-02-22 19:36:46:189 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"MenuButton"}
2017-02-22 19:36:46:190 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","MenuButton","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:46:190 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:36:46:191 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:36:46:191 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:36:46:192 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"MenuButton"}
2017-02-22 19:36:48:345 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"70A23324-AD57-4999-9437-AECFA79B401D","type":"XCUIElementTypeButton","label":" ic menu"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:36:48:347 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"70A23324-AD57-4999-9437-AECFA79B401D","type":"XCUIElementTypeButton","label":" ic menu"}
2017-02-22 19:36:48:348 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 2158 ms - 172
2017-02-22 19:36:48:352 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/70A23324-AD57-4999-9437-AECFA79B401D/click {"id":"70A23324-AD57-4999-9437-AECFA79B401D"}
2017-02-22 19:36:48:353 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:36:48:353 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:36:48:354 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/70A23324-AD57-4999-9437-AECFA79B401D/click] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element/70A23324-AD57-4999-9437-AECFA79B401D/click] with body: {"id":"70A23324-AD57-4999-9437-AECFA79B401D"}
2017-02-22 19:36:51:388 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"70A23324-AD57-4999-9437-AECFA79B401D","value":"","sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F"}
2017-02-22 19:36:51:388 - info: [JSONWP Proxy] Replacing sessionId D70CC31E-105A-4D2C-9E31-52D1A2E1E48F with 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:36:51:389 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element/70A23324-AD57-4999-9437-AECFA79B401D/click 200 3037 ms - 118
2017-02-22 19:36:51:393 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Places"}
2017-02-22 19:36:51:394 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Places","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:51:395 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:36:51:396 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:36:51:396 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:36:51:397 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Places"}
2017-02-22 19:36:56:458 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"A221AC59-98A3-4B1B-B56C-A067E64BAFCD","type":"XCUIElementTypeStaticText","label":"Places"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:36:56:459 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"A221AC59-98A3-4B1B-B56C-A067E64BAFCD","type":"XCUIElementTypeStaticText","label":"Places"}
2017-02-22 19:36:56:459 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 5066 ms - 174
2017-02-22 19:36:56:463 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Messages"}
2017-02-22 19:36:56:463 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Messages","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:56:463 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:36:56:464 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:36:56:464 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:36:56:466 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Messages"}
2017-02-22 19:36:59:170 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"5F063A69-B6BA-4353-9E83-81F71EC3C6C5","type":"XCUIElementTypeStaticText","label":"Messages"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:36:59:170 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5F063A69-B6BA-4353-9E83-81F71EC3C6C5","type":"XCUIElementTypeStaticText","label":"Messages"}
2017-02-22 19:36:59:171 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 2708 ms - 176
2017-02-22 19:36:59:174 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element {"using":"id","value":"Help Alert"}
2017-02-22 19:36:59:175 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Help Alert","220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:36:59:176 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:36:59:177 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:36:59:177 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:36:59:178 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"id","value":"Help Alert"}
2017-02-22 19:37:02:923 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"CD1119EE-8E26-4E14-9762-EDEA0BDB929B","type":"XCUIElementTypeStaticText","label":"Help Alert"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:37:02:924 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"CD1119EE-8E26-4E14-9762-EDEA0BDB929B","type":"XCUIElementTypeStaticText","label":"Help Alert"}
2017-02-22 19:37:02:926 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/element 200 3752 ms - 178
2017-02-22 19:37:03:937 - info: [HTTP] --> POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/execute {"script":"mobile: swipe","args":[{"direction":"down"}]}
2017-02-22 19:37:03:938 - info: [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"down"}],"220f6261-fecf-4205-8209-ea55f8ad59d5"]
2017-02-22 19:37:03:938 - info: [debug] [XCUITest] Executing command 'execute'
2017-02-22 19:37:03:940 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:37:03:941 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2017-02-22 19:37:06:138 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"CF4B4FEF-B211-4860-9984-9C74B0239172","type":"XCUIElementTypeApplication","label":"LifeQA"},"sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":0}
2017-02-22 19:37:06:140 - info: [debug] [JSONWP Proxy] Proxying [POST /wda/element/CF4B4FEF-B211-4860-9984-9C74B0239172/swipe] to [POST http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/wda/element/CF4B4FEF-B211-4860-9984-9C74B0239172/swipe] with body: {"direction":"down"}
2017-02-22 19:37:06:580 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":"Unhandled endpoint: /session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/wda/element/CF4B4FEF-B211-4860-9984-9C74B0239172/swipe -- http://localhost:8100/ with parameters {\n wildcards = (\n \"session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/wda/element/CF4B4FEF-B211-4860-9984-9C74B0239172/swipe\"\n );\n}","sessionId":"D70CC31E-105A-4D2C-9E31-52D1A2E1E48F","status":1}
2017-02-22 19:37:06:583 - info: [HTTP] <-- POST /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/execute 500 2646 ms - 482
2017-02-22 19:37:06:589 - info: [HTTP] --> GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/screenshot {}
2017-02-22 19:37:06:590 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:37:06:591 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:37:06:591 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/screenshot] to [GET http://localhost:8100/session/D70CC31E-105A-4D2C-9E31-52D1A2E1E48F/screenshot] with body: {}
2017-02-22 19:37:06:677 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAD3anc\\/3vEAAEAASURBVHgB\\r\\n7L3n9yRZeefJnzDn7Dm77\\/ac3RdrRrs7O5JGBoRAAiEkgUzXzxYN3bSvny9f1Q2U\\r\\nhBghhBFyIyGBQEhiYBFopJFpEJ521d77rq42Ve1ddXV1V7vY+43IJ\\/JGZERmZGZk\\r\\nZETkJ86JE2nC3PvN58n8xJPPfe4bAhYUQAEUQAEUQAEUQIFWKHDo0KGAtb0avKEV\\r\\nVkonUAAFUAAFUAAFUAAFgPaW37gA7jg5CqAACqAACqAACrREAaLt7Y2267MF3Fvi\\r\\nqHQDBVAABVAABVAABQB3wB0vQAEUQAEUQAEUQAEUaIACgDvg3gAzpYkogAIogAIo\\r\\ngAIogAKAO+COF6AACqAACqAACqAACjRAAcAdcG+AmdJEFEABFEABFEABFEABwB1w\\r\\nxwtQAAVQAAVQAAVQAAUaoADgDrg3wExpIgqgAAqgAAqgAAqgAOAOuOMFKIACKIAC\\r\\nKIACKIACDVAAcAfcG2CmNBEFUAAFUAAFUAAFUABwB9zxAhRAARRAARRAARRAgQYo\\r\\nALgD7g0wU5qIAiiAAiiAAiiAAigAuAPueAEKoAAKoAAKoAAKoEADFADcAfcGmClN\\r\\nRAEUQAEUQAEUQAEUANwBd7wABVAABVAABVAABVCgAQoA7oB7A8yUJqIACqAACqAA\\r\\nCqAACgDugDtegAIogAIogAIogAIo0AAFAHfAvQFmShNRAAVQAAVQAAVQAAUAd8Ad\\r\\nL0ABFEABFEABFEABFGiAAoA74N4AM6WJKIACKIACKIACKIACgDvgjhegAAqgAAqg\\r\\nAAqgAAo0QAHAHXB...
2017-02-22 19:37:06:680 - info: [JSONWP Proxy] Replacing sessionId D70CC31E-105A-4D2C-9E31-52D1A2E1E48F with 220f6261-fecf-4205-8209-ea55f8ad59d5
2017-02-22 19:37:06:683 - info: [HTTP] <-- GET /wd/hub/session/220f6261-fecf-4205-8209-ea55f8ad59d5/screenshot 200 93 ms - 174802
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment