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/80220534f5ce056fb6fd66513aefbc77 to your computer and use it in GitHub Desktop.
Save bgalperin/80220534f5ce056fb6fd66513aefbc77 to your computer and use it in GitHub Desktop.
Using driver.swipe() on a real iOS 10 device
2017-02-22 19:27:09:237 - info: [Appium] Welcome to Appium v1.6.4-beta
2017-02-22 19:27:09:241 - info: [Appium] Non-default server args:
2017-02-22 19:27:09:243 - info: [Appium] log: '/Users/BGalperin/Code/automation/appiumLog.txt'
2017-02-22 19:27:09:304 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2017-02-22 19:28:00:945 - 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:28:00:947 - 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:28:00:950 - info: [Appium] Creating new XCUITestDriver (v2.10.0) session
2017-02-22 19:28:00:950 - info: [Appium] Capabilities:
2017-02-22 19:28:00:960 - info: [Appium] app: '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app'
2017-02-22 19:28:00:961 - info: [Appium] noReset: true
2017-02-22 19:28:00:961 - info: [Appium] sendKeyStrategy: 'grouped'
2017-02-22 19:28:00:961 - info: [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-02-22 19:28:00:962 - info: [Appium] platformVersion: '10.2'
2017-02-22 19:28:00:962 - info: [Appium] automationName: 'XCUITest'
2017-02-22 19:28:00:962 - info: [Appium] udid: 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c'
2017-02-22 19:28:00:962 - info: [Appium] platformName: 'iOS'
2017-02-22 19:28:00:963 - info: [Appium] deviceName: 'iPhone 7'
2017-02-22 19:28:00:964 - info: [Appium] fullReset: false
2017-02-22 19:28:00:965 - info: [debug] [XCUITest] XCUITestDriver version: 2.10.0
2017-02-22 19:28:00:971 - warn: [BaseDriver] The following capabilities were provided, but are not recognized by appium: realDeviceLogger.
2017-02-22 19:28:00:972 - info: [BaseDriver] Session created with session id: 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:28:01:019 - info: [debug] [XCUITest] Xcode version set to '8.2'
2017-02-22 19:28:01:027 - info: [debug] [XCUITest] iOS SDK Version set to '10.2'
2017-02-22 19:28:01:225 - info: [debug] [XCUITest] Available devices: e974d85f30b2285afd00277bf2dbe6bb7a9b045c
2017-02-22 19:28:01:226 - info: [debug] [XCUITest] Creating iDevice object with udid 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c'
2017-02-22 19:28:01:227 - info: [XCUITest] Determining device to run tests on: udid: 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c', real device: true
2017-02-22 19:28:01:228 - info: [BaseDriver] Using local app '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app'
2017-02-22 19:28:01:229 - 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:28:01:229 - info: [debug] [XCUITest] App is present
2017-02-22 19:28:01:272 - 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:28:01:273 - info: [debug] [XCUITest] Reset: fullReset not set. Leaving as is
2017-02-22 19:28:01:276 - info: [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-02-22 19:28:01:277 - info: [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-02-22 19:28:01:403 - info: [XCUITest] Setting up real device
2017-02-22 19:28:01:590 - info: [debug] [XCUITest] App 'com.life360.safetymap' is already installed. No need to reinstall.
2017-02-22 19:28:01:593 - info: [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-02-22 19:28:01:593 - info: [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-02-22 19:28:01:594 - info: [XCUITest] Launching WebDriverAgent on the device
2017-02-22 19:28:01:595 - info: [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-02-22 19:28:01:597 - info: [debug] [XCUITest] Killing hanging processes
2017-02-22 19:28:01:818 - 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:28:01:818 - info: [debug] [XCUITest] Output from xcodebuild will not be logged
2017-02-22 19:28:01:820 - info: [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-02-22 19:28:08:334 - info: [debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
2017-02-22 19:28:08:364 - info: [debug] [XCUITest] WebDriverAgent successfully started after 1534ms
2017-02-22 19:28:08:365 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:08:367 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:08:387 - 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\" : \"11A47A6A-AAD7-4856-92BD-A537B1B2E830\",\n \"status\" : 0\n}"
2017-02-22 19:28:08:388 - 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:28:08:677 - info: [debug] [XCUITest] Log file for xcodebuild test: /Users/BGalperin/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/E54F7E03-9390-42B5-859B-FDB0D0472329/Session-WebDriverAgentRunner-2017-02-22_112808-iIU8hJ.log
2017-02-22 19:28:09:944 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:10:946 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:10:947 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:10:953 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:11:957 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:11:957 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:11:965 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:12:966 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:12:967 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:12:972 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:13:974 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:13:974 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:13:980 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:14:981 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:14:981 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:14:987 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:15:990 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:15:991 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:15:998 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:16:999 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:17:001 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:17:007 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:18:012 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:18:013 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:18:019 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-02-22 19:28:19:020 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:28:19:021 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:28:19:063 - 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\" : \"23B118C7-858D-4D94-B499-A46315E6157C\",\n \"status\" : 0\n}"
2017-02-22 19:28:19:064 - 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:28:29:235 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","capabilities":{"device":"iphone","browserName":"LifeQA","sdkVersion":"10.2.1","CFBundleIdentifier":"com.life360.safetymap"}},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:28:29:236 - info: [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-02-22 19:28:29:240 - info: [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/orientation] with body: {"orientation":"PORTRAIT"}
2017-02-22 19:28:33:190 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:28:33:191 - info: [Appium] New XCUITestDriver session created successfully, session 25db35e6-4bae-4232-b162-285f99b42985 added to master session list
2017-02-22 19:28:33:192 - 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:28:33:196 - info: [HTTP] <-- POST /wd/hub/session 200 32251 ms - 699
2017-02-22 19:28:33:230 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:28:33:232 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","WelcomeSignIn","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:28:33:233 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:28:33:234 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:28:33:235 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:28:33:237 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:28:35:189 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"7AB1CCF1-E44F-49C8-93EA-36BEBB3CC52D","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:28:35:190 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"7AB1CCF1-E44F-49C8-93EA-36BEBB3CC52D","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-22 19:28:35:192 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1961 ms - 195
2017-02-22 19:29:04:731 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"accessibility id","value":"WelcomeSignIn"}
2017-02-22 19:29:04:732 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","WelcomeSignIn","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:04:733 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:04:733 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:04:734 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:04:737 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"accessibility id","value":"WelcomeSignIn"}
2017-02-22 19:29:05:772 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:05:774 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-22 19:29:05:775 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1043 ms - 195
2017-02-22 19:29:05:781 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F/click {"id":"8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F"}
2017-02-22 19:29:05:782 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:29:05:782 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:29:05:783 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F/click] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F/click] with body: {"id":"8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F"}
2017-02-22 19:29:07:167 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F","value":"","sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6"}
2017-02-22 19:29:07:168 - info: [JSONWP Proxy] Replacing sessionId 981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6 with 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:29:07:169 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/8BA1CEE4-AE27-4DAF-BCBB-94E842FAC51F/click 200 1389 ms - 118
2017-02-22 19:29:07:172 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"switchButton"}
2017-02-22 19:29:07:173 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","switchButton","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:07:173 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:07:174 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:07:175 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:07:176 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"switchButton"}
2017-02-22 19:29:08:874 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"90C47FE6-FD17-444E-806D-308649B27552","type":"XCUIElementTypeButton","label":"Sign in with Email"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:08:875 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"90C47FE6-FD17-444E-806D-308649B27552","type":"XCUIElementTypeButton","label":"Sign in with Email"}
2017-02-22 19:29:08:876 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1703 ms - 182
2017-02-22 19:29:08:879 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"accessibility id","value":"switchButton"}
2017-02-22 19:29:08:880 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","switchButton","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:08:880 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:08:881 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:08:881 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:08:882 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"accessibility id","value":"switchButton"}
2017-02-22 19:29:09:943 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"B2B7CBE3-F365-497C-8034-361DE9AA695D","type":"XCUIElementTypeButton","label":"Sign in with Email"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:09:944 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"B2B7CBE3-F365-497C-8034-361DE9AA695D","type":"XCUIElementTypeButton","label":"Sign in with Email"}
2017-02-22 19:29:09:945 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1065 ms - 182
2017-02-22 19:29:09:949 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/B2B7CBE3-F365-497C-8034-361DE9AA695D/click {"id":"B2B7CBE3-F365-497C-8034-361DE9AA695D"}
2017-02-22 19:29:09:950 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:29:09:951 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:29:09:953 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/B2B7CBE3-F365-497C-8034-361DE9AA695D/click] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/B2B7CBE3-F365-497C-8034-361DE9AA695D/click] with body: {"id":"B2B7CBE3-F365-497C-8034-361DE9AA695D"}
2017-02-22 19:29:11:363 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"B2B7CBE3-F365-497C-8034-361DE9AA695D","value":"","sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6"}
2017-02-22 19:29:11:364 - info: [JSONWP Proxy] Replacing sessionId 981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6 with 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:29:11:364 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/B2B7CBE3-F365-497C-8034-361DE9AA695D/click 200 1415 ms - 118
2017-02-22 19:29:11:369 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:29:11:370 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:11:370 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:11:371 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:11:372 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:11:373 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:29:12:027 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Enter your email address","description":"unable to find an element"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":7}
2017-02-22 19:29:12:030 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 500 660 ms - 164
2017-02-22 19:29:12:537 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:29:12:537 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:12:538 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:12:539 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:12:539 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:12:540 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:29:13:299 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"8E2FBDC2-90C0-40A9-B293-3C84B3107D82","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:13:300 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"8E2FBDC2-90C0-40A9-B293-3C84B3107D82","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:29:13:301 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 765 ms - 199
2017-02-22 19:29:13:305 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:29:13:305 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:13:306 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:13:307 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:13:307 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:13:308 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:29:14:462 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"18710EFF-F350-4D44-9FAE-3DE87B5616E4","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:14:463 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"18710EFF-F350-4D44-9FAE-3DE87B5616E4","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:29:14:464 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1158 ms - 199
2017-02-22 19:29:14:468 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/18710EFF-F350-4D44-9FAE-3DE87B5616E4/value {"id":"18710EFF-F350-4D44-9FAE-3DE87B5616E4","value":["email-appium-63-64@life360.com"]}
2017-02-22 19:29:14:469 - info: [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["email-appium-63-64@life360.com"],"18710EFF-F350-4D44-9FAE-3DE87B5616E4","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:14:469 - info: [debug] [XCUITest] Executing command 'setValue'
2017-02-22 19:29:14:473 - info: [debug] [JSONWP Proxy] Proxying [POST /element/18710EFF-F350-4D44-9FAE-3DE87B5616E4/value] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/18710EFF-F350-4D44-9FAE-3DE87B5616E4/value] with body: {"value":["e","m","a","i","l","-","a","p","p","i","u","m","-","6","3","-","6","4","@","l","i","f","e","3","6","0",".","c","o","m"]}
2017-02-22 19:29:17:758 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"18710EFF-F350-4D44-9FAE-3DE87B5616E4","value":"","sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6"}
2017-02-22 19:29:17:759 - info: [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-02-22 19:29:17:763 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/18710EFF-F350-4D44-9FAE-3DE87B5616E4/value 200 3291 ms - 76
2017-02-22 19:29:17:765 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Next"}
2017-02-22 19:29:17:765 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Next","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:17:766 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:17:766 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:17:767 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:17:769 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Next"}
2017-02-22 19:29:18:942 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"15A22B0F-3F1F-4509-AB9F-A56836E33EFE","type":"XCUIElementTypeButton","label":"Next"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:18:944 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"15A22B0F-3F1F-4509-AB9F-A56836E33EFE","type":"XCUIElementTypeButton","label":"Next"}
2017-02-22 19:29:18:944 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1179 ms - 168
2017-02-22 19:29:18:951 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/15A22B0F-3F1F-4509-AB9F-A56836E33EFE/enabled {}
2017-02-22 19:29:18:952 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:29:18:952 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:29:18:953 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/15A22B0F-3F1F-4509-AB9F-A56836E33EFE/enabled] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/15A22B0F-3F1F-4509-AB9F-A56836E33EFE/enabled] with body: {}
2017-02-22 19:29:19:607 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 0\n}"
2017-02-22 19:29:19:608 - info: [JSONWP Proxy] Replacing sessionId 981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6 with 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:29:19:609 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/15A22B0F-3F1F-4509-AB9F-A56836E33EFE/enabled 200 658 ms - 76
2017-02-22 19:29:19:616 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/15A22B0F-3F1F-4509-AB9F-A56836E33EFE/click {"id":"15A22B0F-3F1F-4509-AB9F-A56836E33EFE"}
2017-02-22 19:29:19:616 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:29:19:617 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:29:19:618 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/15A22B0F-3F1F-4509-AB9F-A56836E33EFE/click] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/15A22B0F-3F1F-4509-AB9F-A56836E33EFE/click] with body: {"id":"15A22B0F-3F1F-4509-AB9F-A56836E33EFE"}
2017-02-22 19:29:21:261 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"15A22B0F-3F1F-4509-AB9F-A56836E33EFE","value":"","sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6"}
2017-02-22 19:29:21:262 - info: [JSONWP Proxy] Replacing sessionId 981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6 with 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:29:21:263 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/15A22B0F-3F1F-4509-AB9F-A56836E33EFE/click 200 1647 ms - 118
2017-02-22 19:29:21:266 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Password"}
2017-02-22 19:29:21:267 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:21:267 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:21:268 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:21:269 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:21:269 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:29:22:525 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Password","description":"unable to find an element"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":7}
2017-02-22 19:29:22:527 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 500 1260 ms - 164
2017-02-22 19:29:23:034 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Password"}
2017-02-22 19:29:23:035 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:23:035 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:23:036 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:23:036 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:23:037 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:29:24:938 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"E09103C1-E328-41E3-8637-E762F091CF7B","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:24:939 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"E09103C1-E328-41E3-8637-E762F091CF7B","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:29:24:940 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1905 ms - 199
2017-02-22 19:29:24:943 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Password"}
2017-02-22 19:29:24:943 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:24:944 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:24:944 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:24:945 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:24:946 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:29:26:246 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"F8981955-E532-490B-9D80-F0AAE49A299C","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:26:247 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"F8981955-E532-490B-9D80-F0AAE49A299C","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:29:26:248 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1304 ms - 199
2017-02-22 19:29:26:252 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/F8981955-E532-490B-9D80-F0AAE49A299C/value {"id":"F8981955-E532-490B-9D80-F0AAE49A299C","value":["tester"]}
2017-02-22 19:29:26:253 - info: [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["tester"],"F8981955-E532-490B-9D80-F0AAE49A299C","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:26:253 - info: [debug] [XCUITest] Executing command 'setValue'
2017-02-22 19:29:26:254 - info: [debug] [JSONWP Proxy] Proxying [POST /element/F8981955-E532-490B-9D80-F0AAE49A299C/value] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/F8981955-E532-490B-9D80-F0AAE49A299C/value] with body: {"value":["t","e","s","t","e","r"]}
2017-02-22 19:29:29:244 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"F8981955-E532-490B-9D80-F0AAE49A299C","value":"","sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6"}
2017-02-22 19:29:29:245 - info: [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-02-22 19:29:29:246 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/F8981955-E532-490B-9D80-F0AAE49A299C/value 200 2994 ms - 76
2017-02-22 19:29:29:251 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Next"}
2017-02-22 19:29:29:252 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Next","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:29:252 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:29:29:253 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:29:29:253 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:29:29:254 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Next"}
2017-02-22 19:29:30:865 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"64AF1ADF-E51F-4362-BB9E-A055DC4F9731","type":"XCUIElementTypeButton","label":"Next"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:29:30:867 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"64AF1ADF-E51F-4362-BB9E-A055DC4F9731","type":"XCUIElementTypeButton","label":"Next"}
2017-02-22 19:29:30:867 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1616 ms - 168
2017-02-22 19:29:30:871 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/64AF1ADF-E51F-4362-BB9E-A055DC4F9731/enabled {}
2017-02-22 19:29:30:872 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:29:30:872 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:29:30:873 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/64AF1ADF-E51F-4362-BB9E-A055DC4F9731/enabled] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/64AF1ADF-E51F-4362-BB9E-A055DC4F9731/enabled] with body: {}
2017-02-22 19:29:31:911 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 0\n}"
2017-02-22 19:29:31:912 - info: [JSONWP Proxy] Replacing sessionId 981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6 with 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:29:31:913 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/64AF1ADF-E51F-4362-BB9E-A055DC4F9731/enabled 200 1041 ms - 76
2017-02-22 19:29:31:917 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/64AF1ADF-E51F-4362-BB9E-A055DC4F9731/click {"id":"64AF1ADF-E51F-4362-BB9E-A055DC4F9731"}
2017-02-22 19:29:31:917 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:29:31:917 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:29:31:918 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/64AF1ADF-E51F-4362-BB9E-A055DC4F9731/click] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/64AF1ADF-E51F-4362-BB9E-A055DC4F9731/click] with body: {"id":"64AF1ADF-E51F-4362-BB9E-A055DC4F9731"}
2017-02-22 19:29:33:597 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"64AF1ADF-E51F-4362-BB9E-A055DC4F9731","value":"","sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6"}
2017-02-22 19:29:33:597 - info: [JSONWP Proxy] Replacing sessionId 981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6 with 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:29:33:598 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/64AF1ADF-E51F-4362-BB9E-A055DC4F9731/click 200 1681 ms - 118
2017-02-22 19:29:33:605 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:33:607 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:33:607 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:33:611 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:29:35:284 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:29:35:287 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1682 ms - 87
2017-02-22 19:29:35:795 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:35:795 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:35:796 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:35:798 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:29:40:123 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:29:40:126 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 4330 ms - 87
2017-02-22 19:29:40:130 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:40:131 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:40:131 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:40:133 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:29:47:504 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:29:47:507 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 7377 ms - 87
2017-02-22 19:29:47:511 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:47:512 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:47:512 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:47:517 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:29:51:004 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:29:51:006 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 3494 ms - 87
2017-02-22 19:29:51:514 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:51:515 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:51:515 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:51:517 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:29:52:784 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:29:52:787 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1272 ms - 87
2017-02-22 19:29:52:791 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:52:791 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:52:792 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:52:793 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:29:54:673 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:29:54:675 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1884 ms - 87
2017-02-22 19:29:55:180 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:55:181 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:55:181 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:55:183 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:29:56:396 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:29:56:399 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1218 ms - 87
2017-02-22 19:29:56:908 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:56:909 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:56:909 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:56:912 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:29:58:541 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:29:58:543 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1635 ms - 87
2017-02-22 19:29:58:552 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:29:58:553 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:29:58:553 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:29:58:557 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:30:00:386 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:30:00:387 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1835 ms - 87
2017-02-22 19:30:00:896 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:30:00:897 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:00:898 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:30:00:901 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:30:02:210 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:30:02:211 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1314 ms - 87
2017-02-22 19:30:02:717 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:30:02:719 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:02:719 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:30:02:721 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:30:04:106 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:30:04:108 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1391 ms - 87
2017-02-22 19:30:04:111 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:30:04:112 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:04:113 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:30:04:116 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:30:05:625 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:30:05:627 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1515 ms - 87
2017-02-22 19:30:06:131 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:30:06:132 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:06:132 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:30:06:134 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:30:07:247 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:30:07:249 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 1117 ms - 87
2017-02-22 19:30:07:755 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text {}
2017-02-22 19:30:07:755 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:07:756 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:30:07:757 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/alert/text] with no body
2017-02-22 19:30:10:138 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 27\n}"
2017-02-22 19:30:10:140 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/alert_text 500 2385 ms - 87
2017-02-22 19:30:10:144 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Map"}
2017-02-22 19:30:10:145 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Map","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:10:145 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:30:10:146 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:30:10:146 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:30:10:148 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Map"}
2017-02-22 19:30:12:827 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"2BA8548F-6C2B-4476-A808-68E1C47BA01B","type":"XCUIElementTypeOther","label":null},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:30:12:828 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"2BA8548F-6C2B-4476-A808-68E1C47BA01B","type":"XCUIElementTypeOther","label":null}
2017-02-22 19:30:12:829 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 2684 ms - 165
2017-02-22 19:30:12:832 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"MenuButton"}
2017-02-22 19:30:12:833 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","MenuButton","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:12:833 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:30:12:834 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:30:12:834 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:30:12:835 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"MenuButton"}
2017-02-22 19:30:14:339 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"4DAE5B1E-F43A-43A4-972D-8A4D3357C871","type":"XCUIElementTypeButton","label":" ic menu"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:30:14:340 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"4DAE5B1E-F43A-43A4-972D-8A4D3357C871","type":"XCUIElementTypeButton","label":" ic menu"}
2017-02-22 19:30:14:341 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 1509 ms - 172
2017-02-22 19:30:14:344 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"MenuButton"}
2017-02-22 19:30:14:345 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","MenuButton","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:14:345 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:30:14:346 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:30:14:346 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:30:14:347 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"MenuButton"}
2017-02-22 19:30:17:000 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"9E5CA9E6-3539-49B9-903F-FC6452A2CADB","type":"XCUIElementTypeButton","label":" ic menu"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:30:17:002 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"9E5CA9E6-3539-49B9-903F-FC6452A2CADB","type":"XCUIElementTypeButton","label":" ic menu"}
2017-02-22 19:30:17:003 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 2659 ms - 172
2017-02-22 19:30:17:007 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/9E5CA9E6-3539-49B9-903F-FC6452A2CADB/click {"id":"9E5CA9E6-3539-49B9-903F-FC6452A2CADB"}
2017-02-22 19:30:17:008 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:30:17:008 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:30:17:009 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/9E5CA9E6-3539-49B9-903F-FC6452A2CADB/click] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element/9E5CA9E6-3539-49B9-903F-FC6452A2CADB/click] with body: {"id":"9E5CA9E6-3539-49B9-903F-FC6452A2CADB"}
2017-02-22 19:30:19:315 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"9E5CA9E6-3539-49B9-903F-FC6452A2CADB","value":"","sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6"}
2017-02-22 19:30:19:315 - info: [JSONWP Proxy] Replacing sessionId 981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6 with 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:30:19:316 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element/9E5CA9E6-3539-49B9-903F-FC6452A2CADB/click 200 2309 ms - 118
2017-02-22 19:30:19:321 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Places"}
2017-02-22 19:30:19:322 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Places","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:19:322 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:30:19:325 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:30:19:325 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:30:19:326 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Places"}
2017-02-22 19:30:23:949 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"E91D7413-DF96-4F28-93F0-803674E404CC","type":"XCUIElementTypeStaticText","label":"Places"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:30:23:954 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"E91D7413-DF96-4F28-93F0-803674E404CC","type":"XCUIElementTypeStaticText","label":"Places"}
2017-02-22 19:30:23:956 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 4634 ms - 174
2017-02-22 19:30:23:960 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Messages"}
2017-02-22 19:30:23:961 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Messages","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:23:961 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:30:23:962 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:30:23:962 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:30:23:963 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Messages"}
2017-02-22 19:30:26:643 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"6BAA7654-430B-4878-AAAE-B121C1488C47","type":"XCUIElementTypeStaticText","label":"Messages"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:30:26:644 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"6BAA7654-430B-4878-AAAE-B121C1488C47","type":"XCUIElementTypeStaticText","label":"Messages"}
2017-02-22 19:30:26:645 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 2685 ms - 176
2017-02-22 19:30:26:648 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element {"using":"id","value":"Help Alert"}
2017-02-22 19:30:26:649 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Help Alert","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:26:649 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:30:26:650 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:30:26:651 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:30:26:651 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/element] with body: {"using":"id","value":"Help Alert"}
2017-02-22 19:30:30:017 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"A3BF6FF6-505C-4547-A039-4D089E7D1432","type":"XCUIElementTypeStaticText","label":"Help Alert"},"sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":0}
2017-02-22 19:30:30:019 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"A3BF6FF6-505C-4547-A039-4D089E7D1432","type":"XCUIElementTypeStaticText","label":"Help Alert"}
2017-02-22 19:30:30:020 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/element 200 3371 ms - 178
2017-02-22 19:30:31:031 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/window/current/size {}
2017-02-22 19:30:31:033 - info: [debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:31:033 - info: [debug] [XCUITest] Executing command 'getWindowSize'
2017-02-22 19:30:31:035 - info: [debug] [JSONWP Proxy] Proxying [GET /window/size] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/window/size] with no body
2017-02-22 19:30:32:572 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"width\" : 375,\n \"height\" : 667\n },\n \"sessionId\" : \"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6\",\n \"status\" : 0\n}"
2017-02-22 19:30:32:573 - info: [debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"width":375,"height":667}
2017-02-22 19:30:32:574 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/window/current/size 200 1544 ms - 98
2017-02-22 19:30:32:579 - info: [HTTP] --> POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/touch/perform {"actions":[{"action":"press","options":{"x":187,"y":533}},{"action":"wait","options":{"ms":1000}},{"action":"moveTo","options":{"x":0,"y":-400}},{"action":"release","options":{}}]}
2017-02-22 19:30:32:581 - info: [debug] [MJSONWP] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":187,"y":533}},{"action":"wait","options":{"ms":1000}},{"action":"moveTo","options":{"x":0,"y":-400}},{"action":"release","options":{}}],"25db35e6-4bae-4232-b162-285f99b42985"]
2017-02-22 19:30:32:581 - info: [debug] [XCUITest] Executing command 'performTouch'
2017-02-22 19:30:32:582 - info: [debug] [XCUITest] Received the following touch action: press-wait-moveTo-release
2017-02-22 19:30:32:584 - info: [debug] [JSONWP Proxy] Proxying [POST /wda/dragfromtoforduration] to [POST http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/wda/dragfromtoforduration] with body: {"fromX":187,"fromY":533,"toX":187,"toY":133,"duration":1}
2017-02-22 19:30:32:771 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":"Unhandled endpoint: /session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/wda/dragfromtoforduration -- http://localhost:8100/ with parameters {\n wildcards = (\n \"session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/wda/dragfromtoforduration\"\n );\n}","sessionId":"981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6","status":1}
2017-02-22 19:30:32:773 - info: [HTTP] <-- POST /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/touch/perform 500 194 ms - 424
2017-02-22 19:30:32:779 - info: [HTTP] --> GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/screenshot {}
2017-02-22 19:30:32:779 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:30:32:779 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:30:32:780 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/screenshot] to [GET http://localhost:8100/session/981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6/screenshot] with body: {}
2017-02-22 19:30:33:534 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAADp6KDIAyIAAEAASURBVHgB\\r\\n7L33lyNXdufZf4LO2XN2f5vTzW61IZu+m6Zoy3tvs9J7i0QaIH0mNBqZ0Wqk1U7v\\r\\nzuyMNGqNNNKoVyvNSDOS2N7Qe9v0LJpiVdGbYrHIItl8+76BvMBDZAQQAAKBMN84\\r\\nJ07ARLx48cW9wCcu7rvvC4oLFaACVIAKUAEqQAWoQCwUyOVyimt8NfhCLKyUF0EF\\r\\nqAAVoAJUgApQASpAaI\\/5jQvBnU5OBagAFaACVIAKUIGYKMBoe3yj7fhsCe4xcVRe\\r\\nBhWgAlSAClABKkAFCO4Ed3oBFaACVIAKUAEqQAWoQAQUILgT3CNgpuwiFaACVIAK\\r\\nUAEqQAWoAMGd4E4voAJUgApQASpABagAFYiAAgR3gnsEzJRdpAJUgApQASpABagA\\r\\nFSC4E9zpBVSAClABKkAFqAAVoAIRUIDgTnCPgJmyi1SAClABKkAFqAAVoAIEd4I7\\r\\nvYAKUAEqQAWoABWgAlQgAgoQ3AnuETBTdpEKUAEqQAWoABWgAlSA4E5wpxdQASpA\\r\\nBagAFaACVIAKREABgjvBPQJmyi5SASpABagAFaACVIAKENwJ7vQCKkAFqAAVoAJU\\r\\ngApQgQgoQHAnuEfATNlFKkAFqAAVoAJUgApQAYI7wZ1eQAWoABWgAlSAClABKhAB\\r\\nBQjuBPcImCm7SAWoABWgAlSAClABKkBwJ7jTC6gAFaACVIAKUAEqQAUioADBneAe\\r\\nATNlF6kAFaACVIAKUAEqQAUI7gR3egEVoAJUgApQASpABahABBQguBPcI2Cm7CIV\\r\\noAJUgApQASpABagAwZ3...
2017-02-22 19:30:33:536 - info: [JSONWP Proxy] Replacing sessionId 981FCB96-CA0C-49BD-ABA9-EF6C31C2EAE6 with 25db35e6-4bae-4232-b162-285f99b42985
2017-02-22 19:30:33:538 - info: [HTTP] <-- GET /wd/hub/session/25db35e6-4bae-4232-b162-285f99b42985/screenshot 200 759 ms - 143266
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment