Skip to content

Instantly share code, notes, and snippets.

@bgalperin
Created February 8, 2017 21:46
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/e6cb253fcadb0559c8eb347e0578bc5e to your computer and use it in GitHub Desktop.
Save bgalperin/e6cb253fcadb0559c8eb347e0578bc5e to your computer and use it in GitHub Desktop.
JavascriptExecutor scroll down on real iOS device
2017-02-08 20:03:53:170 - info: [Appium] Welcome to Appium v1.6.4-beta
2017-02-08 20:03:53:172 - info: [Appium] Non-default server args:
2017-02-08 20:03:53:174 - info: [Appium] log: '/Users/BGalperin/Code/automation/appiumLog.txt'
2017-02-08 20:03:53:219 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2017-02-08 20:04:28:774 - 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-08 20:04:28:777 - 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-08 20:04:28:780 - info: [Appium] Creating new XCUITestDriver (v2.7.0) session
2017-02-08 20:04:28:780 - info: [Appium] Capabilities:
2017-02-08 20:04:28:790 - info: [Appium] app: '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app'
2017-02-08 20:04:28:791 - info: [Appium] noReset: true
2017-02-08 20:04:28:791 - info: [Appium] sendKeyStrategy: 'grouped'
2017-02-08 20:04:28:791 - info: [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-02-08 20:04:28:791 - info: [Appium] platformVersion: '10.2'
2017-02-08 20:04:28:792 - info: [Appium] automationName: 'XCUITest'
2017-02-08 20:04:28:792 - info: [Appium] udid: 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c'
2017-02-08 20:04:28:792 - info: [Appium] platformName: 'iOS'
2017-02-08 20:04:28:793 - info: [Appium] deviceName: 'iPhone 7'
2017-02-08 20:04:28:793 - info: [Appium] fullReset: false
2017-02-08 20:04:28:795 - info: [debug] [XCUITest] XCUITestDriver version: 2.7.0
2017-02-08 20:04:28:800 - warn: [BaseDriver] The following capabilities were provided, but are not recognized by appium: realDeviceLogger.
2017-02-08 20:04:28:802 - info: [BaseDriver] Session created with session id: b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:04:28:847 - info: [debug] [XCUITest] Xcode version set to '8.2'
2017-02-08 20:04:28:853 - info: [debug] [XCUITest] iOS SDK Version set to '10.2'
2017-02-08 20:04:28:994 - info: [debug] [XCUITest] Available devices: e974d85f30b2285afd00277bf2dbe6bb7a9b045c
2017-02-08 20:04:28:995 - info: [debug] [XCUITest] Creating iDevice object with udid 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c'
2017-02-08 20:04:28:996 - info: [XCUITest] Determining device to run tests on: udid: 'e974d85f30b2285afd00277bf2dbe6bb7a9b045c', real device: true
2017-02-08 20:04:28:997 - info: [BaseDriver] Using local app '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphoneos/SafetyMap.app'
2017-02-08 20:04:28:998 - 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-08 20:04:28:998 - info: [debug] [XCUITest] App is present
2017-02-08 20:04:29:037 - 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-08 20:04:29:039 - info: [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-02-08 20:04:29:040 - info: [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-02-08 20:04:29:172 - info: [debug] [XCUITest] Reset: fullReset not set. Leaving as is
2017-02-08 20:04:29:172 - info: [XCUITest] Setting up real device
2017-02-08 20:04:29:309 - info: [debug] [XCUITest] App is not installed. Will try to install.
2017-02-08 20:04:42:937 - info: [debug] [XCUITest] App installed successfully.
2017-02-08 20:04:42:938 - info: [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-02-08 20:04:42:938 - info: [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-02-08 20:04:42:939 - info: [XCUITest] Launching WebDriverAgent on the device
2017-02-08 20:04:42:940 - info: [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-02-08 20:04:42:941 - info: [debug] [XCUITest] Killing hanging processes
2017-02-08 20:04:43:114 - 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-08 20:04:43:116 - info: [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-02-08 20:04:49:398 - info: [debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
2017-02-08 20:04:49:654 - info: [debug] [XCUITest] Log file for xcodebuild test: /Users/BGalperin/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/41D14F17-E9CE-47E6-81AA-177A09F8D759/Session-WebDriverAgentRunner-2017-02-08_120449-DMrGb3.log
2017-02-08 20:04:58:581 - info: [debug] [XCUITest] WebDriverAgent successfully started after 10455ms
2017-02-08 20:04:58:582 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-08 20:04:58:583 - 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-08 20:05:06:636 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","capabilities":{"device":"iphone","browserName":"LifeQA","sdkVersion":"10.2.1","CFBundleIdentifier":"com.life360.safetymap"}},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:06:637 - info: [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-02-08 20:05:06:638 - info: [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/orientation] with body: {"orientation":"PORTRAIT"}
2017-02-08 20:05:08:178 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:08:180 - info: [Appium] New XCUITestDriver session created successfully, session b6956a81-5b5f-46f0-9768-c8fd34324bef added to master session list
2017-02-08 20:05:08:181 - 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-08 20:05:08:189 - info: [HTTP] <-- POST /wd/hub/session 200 39411 ms - 699
2017-02-08 20:05:08:223 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"WelcomeSignIn"}
2017-02-08 20:05:08:225 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","WelcomeSignIn","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:08:226 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:08:228 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:08:230 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:08:232 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"WelcomeSignIn"}
2017-02-08 20:05:08:892 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"54CDBD92-0E10-4C6C-8C69-DF9F2EE4BC2F","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:08:894 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"54CDBD92-0E10-4C6C-8C69-DF9F2EE4BC2F","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-08 20:05:08:895 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 672 ms - 195
2017-02-08 20:05:20:585 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"accessibility id","value":"WelcomeSignIn"}
2017-02-08 20:05:20:586 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","WelcomeSignIn","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:20:587 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:20:587 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:20:588 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:20:589 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"accessibility id","value":"WelcomeSignIn"}
2017-02-08 20:05:21:437 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"768B8E1F-5F8E-444E-B56F-5436584B6052","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:21:439 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"768B8E1F-5F8E-444E-B56F-5436584B6052","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-08 20:05:21:440 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 855 ms - 195
2017-02-08 20:05:21:445 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/768B8E1F-5F8E-444E-B56F-5436584B6052/click {"id":"768B8E1F-5F8E-444E-B56F-5436584B6052"}
2017-02-08 20:05:21:447 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-08 20:05:21:447 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-08 20:05:21:448 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/768B8E1F-5F8E-444E-B56F-5436584B6052/click] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/768B8E1F-5F8E-444E-B56F-5436584B6052/click] with body: {"id":"768B8E1F-5F8E-444E-B56F-5436584B6052"}
2017-02-08 20:05:22:703 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"768B8E1F-5F8E-444E-B56F-5436584B6052","value":"","sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD"}
2017-02-08 20:05:22:703 - info: [JSONWP Proxy] Replacing sessionId 85B7D041-BDCD-48B2-A2F8-373F0E4862CD with b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:05:22:705 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/768B8E1F-5F8E-444E-B56F-5436584B6052/click 200 1260 ms - 118
2017-02-08 20:05:22:708 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"switchButton"}
2017-02-08 20:05:22:709 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","switchButton","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:22:710 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:22:713 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:22:713 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:22:714 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"switchButton"}
2017-02-08 20:05:24:294 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"9D60C61D-5D48-427E-925D-CA0F3BBCCA15","type":"XCUIElementTypeButton","label":"Sign in with Email"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:24:297 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"9D60C61D-5D48-427E-925D-CA0F3BBCCA15","type":"XCUIElementTypeButton","label":"Sign in with Email"}
2017-02-08 20:05:24:298 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 1589 ms - 182
2017-02-08 20:05:24:302 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"accessibility id","value":"switchButton"}
2017-02-08 20:05:24:303 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","switchButton","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:24:303 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:24:304 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:24:304 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:24:305 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"accessibility id","value":"switchButton"}
2017-02-08 20:05:24:998 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"AC04E400-FD38-4F0B-9A5E-20DC0F9608BC","type":"XCUIElementTypeButton","label":"Sign in with Email"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:24:999 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"AC04E400-FD38-4F0B-9A5E-20DC0F9608BC","type":"XCUIElementTypeButton","label":"Sign in with Email"}
2017-02-08 20:05:25:000 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 698 ms - 182
2017-02-08 20:05:25:005 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/AC04E400-FD38-4F0B-9A5E-20DC0F9608BC/click {"id":"AC04E400-FD38-4F0B-9A5E-20DC0F9608BC"}
2017-02-08 20:05:25:006 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-08 20:05:25:006 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-08 20:05:25:007 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/AC04E400-FD38-4F0B-9A5E-20DC0F9608BC/click] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/AC04E400-FD38-4F0B-9A5E-20DC0F9608BC/click] with body: {"id":"AC04E400-FD38-4F0B-9A5E-20DC0F9608BC"}
2017-02-08 20:05:26:374 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"AC04E400-FD38-4F0B-9A5E-20DC0F9608BC","value":"","sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD"}
2017-02-08 20:05:26:375 - info: [JSONWP Proxy] Replacing sessionId 85B7D041-BDCD-48B2-A2F8-373F0E4862CD with b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:05:26:375 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/AC04E400-FD38-4F0B-9A5E-20DC0F9608BC/click 200 1371 ms - 118
2017-02-08 20:05:26:380 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Enter your email address"}
2017-02-08 20:05:26:380 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:26:381 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:26:382 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:26:382 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:26:383 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-08 20:05:26:960 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Enter your email address","description":"unable to find an element"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":7}
2017-02-08 20:05:26:964 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 500 584 ms - 164
2017-02-08 20:05:27:475 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Enter your email address"}
2017-02-08 20:05:27:475 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:27:475 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:27:476 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:27:476 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:27:477 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-08 20:05:28:299 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"CBA0E6F4-172C-4ECB-A369-C2F54CDCBEA5","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:28:300 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"CBA0E6F4-172C-4ECB-A369-C2F54CDCBEA5","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-08 20:05:28:301 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 826 ms - 199
2017-02-08 20:05:28:304 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Enter your email address"}
2017-02-08 20:05:28:305 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:28:305 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:28:306 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:28:307 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:28:308 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-08 20:05:28:579 - info: [debug] [XCUITest] Connection to WDA timed out
2017-02-08 20:05:28:580 - info: [debug] [iProxy] recv failed: Operation not permitted
2017-02-08 20:05:29:046 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"21BF07B5-84A9-4127-9965-B619C3FB531B","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:29:048 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"21BF07B5-84A9-4127-9965-B619C3FB531B","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-08 20:05:29:049 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 745 ms - 199
2017-02-08 20:05:29:055 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/21BF07B5-84A9-4127-9965-B619C3FB531B/value {"id":"21BF07B5-84A9-4127-9965-B619C3FB531B","value":["email-appium-797-739@life360.com"]}
2017-02-08 20:05:29:056 - info: [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["email-appium-797-739@life360.com"],"21BF07B5-84A9-4127-9965-B619C3FB531B","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:29:056 - info: [debug] [XCUITest] Executing command 'setValue'
2017-02-08 20:05:29:059 - info: [debug] [JSONWP Proxy] Proxying [POST /element/21BF07B5-84A9-4127-9965-B619C3FB531B/value] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/21BF07B5-84A9-4127-9965-B619C3FB531B/value] with body: {"value":["e","m","a","i","l","-","a","p","p","i","u","m","-","7","9","7","-","7","3","9","@","l","i","f","e","3","6","0",".","c","o","m"]}
2017-02-08 20:05:31:383 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"21BF07B5-84A9-4127-9965-B619C3FB531B","value":"","sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD"}
2017-02-08 20:05:31:385 - info: [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-02-08 20:05:31:386 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/21BF07B5-84A9-4127-9965-B619C3FB531B/value 200 2332 ms - 76
2017-02-08 20:05:31:390 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Next"}
2017-02-08 20:05:31:391 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Next","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:31:391 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:31:392 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:31:393 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:31:393 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Next"}
2017-02-08 20:05:32:163 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"D44FA987-3C6E-4A58-BAE7-1F6FF36C5304","type":"XCUIElementTypeButton","label":"Next"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:32:164 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"D44FA987-3C6E-4A58-BAE7-1F6FF36C5304","type":"XCUIElementTypeButton","label":"Next"}
2017-02-08 20:05:32:164 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 774 ms - 168
2017-02-08 20:05:32:170 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/D44FA987-3C6E-4A58-BAE7-1F6FF36C5304/enabled {}
2017-02-08 20:05:32:170 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-08 20:05:32:171 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-08 20:05:32:171 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/D44FA987-3C6E-4A58-BAE7-1F6FF36C5304/enabled] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/D44FA987-3C6E-4A58-BAE7-1F6FF36C5304/enabled] with body: {}
2017-02-08 20:05:32:606 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:05:32:606 - info: [JSONWP Proxy] Replacing sessionId 85B7D041-BDCD-48B2-A2F8-373F0E4862CD with b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:05:32:608 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/D44FA987-3C6E-4A58-BAE7-1F6FF36C5304/enabled 200 437 ms - 76
2017-02-08 20:05:32:612 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/D44FA987-3C6E-4A58-BAE7-1F6FF36C5304/click {"id":"D44FA987-3C6E-4A58-BAE7-1F6FF36C5304"}
2017-02-08 20:05:32:614 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-08 20:05:32:615 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-08 20:05:32:616 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/D44FA987-3C6E-4A58-BAE7-1F6FF36C5304/click] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/D44FA987-3C6E-4A58-BAE7-1F6FF36C5304/click] with body: {"id":"D44FA987-3C6E-4A58-BAE7-1F6FF36C5304"}
2017-02-08 20:05:34:041 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"D44FA987-3C6E-4A58-BAE7-1F6FF36C5304","value":"","sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD"}
2017-02-08 20:05:34:042 - info: [JSONWP Proxy] Replacing sessionId 85B7D041-BDCD-48B2-A2F8-373F0E4862CD with b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:05:34:043 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/D44FA987-3C6E-4A58-BAE7-1F6FF36C5304/click 200 1430 ms - 118
2017-02-08 20:05:34:048 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Password"}
2017-02-08 20:05:34:048 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:34:048 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:34:049 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:34:049 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:34:050 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Password"}
2017-02-08 20:05:34:959 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Password","description":"unable to find an element"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":7}
2017-02-08 20:05:34:962 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 500 913 ms - 164
2017-02-08 20:05:35:466 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Password"}
2017-02-08 20:05:35:466 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:35:467 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:35:467 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:35:467 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:35:468 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Password"}
2017-02-08 20:05:36:349 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"25A2788C-DBB9-480D-9024-BCCDE0E6AF67","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:36:350 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"25A2788C-DBB9-480D-9024-BCCDE0E6AF67","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-08 20:05:36:351 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 885 ms - 199
2017-02-08 20:05:36:356 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Password"}
2017-02-08 20:05:36:357 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:36:357 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:36:358 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:36:359 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:36:359 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Password"}
2017-02-08 20:05:37:116 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"D33B40FB-E5C6-4BC0-92BD-65444E670433","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:37:117 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"D33B40FB-E5C6-4BC0-92BD-65444E670433","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-08 20:05:37:119 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 762 ms - 199
2017-02-08 20:05:37:122 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/D33B40FB-E5C6-4BC0-92BD-65444E670433/value {"id":"D33B40FB-E5C6-4BC0-92BD-65444E670433","value":["tester"]}
2017-02-08 20:05:37:123 - info: [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["tester"],"D33B40FB-E5C6-4BC0-92BD-65444E670433","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:37:124 - info: [debug] [XCUITest] Executing command 'setValue'
2017-02-08 20:05:37:124 - info: [debug] [JSONWP Proxy] Proxying [POST /element/D33B40FB-E5C6-4BC0-92BD-65444E670433/value] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/D33B40FB-E5C6-4BC0-92BD-65444E670433/value] with body: {"value":["t","e","s","t","e","r"]}
2017-02-08 20:05:39:061 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"D33B40FB-E5C6-4BC0-92BD-65444E670433","value":"","sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD"}
2017-02-08 20:05:39:062 - info: [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-02-08 20:05:39:063 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/D33B40FB-E5C6-4BC0-92BD-65444E670433/value 200 1940 ms - 76
2017-02-08 20:05:39:067 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Next"}
2017-02-08 20:05:39:067 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Next","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:39:067 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:05:39:068 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:05:39:069 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:05:39:070 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Next"}
2017-02-08 20:05:39:816 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"270CBCC1-8D18-4028-9A1B-DED6491EEC43","type":"XCUIElementTypeButton","label":"Next"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:05:39:817 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"270CBCC1-8D18-4028-9A1B-DED6491EEC43","type":"XCUIElementTypeButton","label":"Next"}
2017-02-08 20:05:39:818 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 752 ms - 168
2017-02-08 20:05:39:822 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/270CBCC1-8D18-4028-9A1B-DED6491EEC43/enabled {}
2017-02-08 20:05:39:822 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-08 20:05:39:823 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-08 20:05:39:824 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/270CBCC1-8D18-4028-9A1B-DED6491EEC43/enabled] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/270CBCC1-8D18-4028-9A1B-DED6491EEC43/enabled] with body: {}
2017-02-08 20:05:40:374 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:05:40:374 - info: [JSONWP Proxy] Replacing sessionId 85B7D041-BDCD-48B2-A2F8-373F0E4862CD with b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:05:40:375 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/270CBCC1-8D18-4028-9A1B-DED6491EEC43/enabled 200 553 ms - 76
2017-02-08 20:05:40:379 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/270CBCC1-8D18-4028-9A1B-DED6491EEC43/click {"id":"270CBCC1-8D18-4028-9A1B-DED6491EEC43"}
2017-02-08 20:05:40:379 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-08 20:05:40:380 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-08 20:05:40:380 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/270CBCC1-8D18-4028-9A1B-DED6491EEC43/click] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/270CBCC1-8D18-4028-9A1B-DED6491EEC43/click] with body: {"id":"270CBCC1-8D18-4028-9A1B-DED6491EEC43"}
2017-02-08 20:05:41:780 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"270CBCC1-8D18-4028-9A1B-DED6491EEC43","value":"","sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD"}
2017-02-08 20:05:41:781 - info: [JSONWP Proxy] Replacing sessionId 85B7D041-BDCD-48B2-A2F8-373F0E4862CD with b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:05:41:782 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/270CBCC1-8D18-4028-9A1B-DED6491EEC43/click 200 1402 ms - 118
2017-02-08 20:05:41:788 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text {}
2017-02-08 20:05:41:790 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:41:790 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-08 20:05:41:791 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/text] with no body
2017-02-08 20:05:47:398 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : null,\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:05:47:399 - info: [debug] [MJSONWP] Responding to client with driver.getAlertText() result: null
2017-02-08 20:05:47:400 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text 200 5611 ms - 76
2017-02-08 20:05:47:403 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text {}
2017-02-08 20:05:47:404 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:47:404 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-08 20:05:47:405 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/text] with no body
2017-02-08 20:05:49:855 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"“LifeQA” Would Like to Send You Notifications\\nNotifications may include alerts, sounds, and icon badges. These can be configured in Settings.\",\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:05:49:856 - info: [debug] [MJSONWP] Responding to client with driver.getAlertText() result: "“LifeQA” Would Like to Send You Notifications\nNotifications may include alerts, sounds, and icon badges. These can be configured in Settings."
2017-02-08 20:05:49:857 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text 200 2454 ms - 220
2017-02-08 20:05:49:861 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/accept_alert {}
2017-02-08 20:05:49:862 - info: [debug] [MJSONWP] Calling AppiumDriver.postAcceptAlert() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:49:862 - info: [debug] [XCUITest] Executing command 'postAcceptAlert'
2017-02-08 20:05:49:863 - info: [debug] [JSONWP Proxy] Proxying [POST /alert/accept] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/accept] with no body
2017-02-08 20:05:53:397 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:05:53:398 - info: [debug] [MJSONWP] Responding to client with driver.postAcceptAlert() result: {}
2017-02-08 20:05:53:399 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/accept_alert 200 3538 ms - 74
2017-02-08 20:05:53:402 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text {}
2017-02-08 20:05:53:403 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:53:403 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-08 20:05:53:405 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/text] with no body
2017-02-08 20:05:56:393 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"“LifeQA” Would Like to Send You Notifications\\nNotifications may include alerts, sounds, and icon badges. These can be configured in Settings.\",\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:05:56:394 - info: [debug] [MJSONWP] Responding to client with driver.getAlertText() result: "“LifeQA” Would Like to Send You Notifications\nNotifications may include alerts, sounds, and icon badges. These can be configured in Settings."
2017-02-08 20:05:56:395 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text 200 2992 ms - 220
2017-02-08 20:05:56:398 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text {}
2017-02-08 20:05:56:399 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:56:399 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-08 20:05:56:400 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/text] with no body
2017-02-08 20:05:57:453 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"“LifeQA” Would Like to Send You Notifications\\nNotifications may include alerts, sounds, and icon badges. These can be configured in Settings.\",\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:05:57:454 - info: [debug] [MJSONWP] Responding to client with driver.getAlertText() result: "“LifeQA” Would Like to Send You Notifications\nNotifications may include alerts, sounds, and icon badges. These can be configured in Settings."
2017-02-08 20:05:57:455 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text 200 1057 ms - 220
2017-02-08 20:05:57:460 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/accept_alert {}
2017-02-08 20:05:57:461 - info: [debug] [MJSONWP] Calling AppiumDriver.postAcceptAlert() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:57:462 - info: [debug] [XCUITest] Executing command 'postAcceptAlert'
2017-02-08 20:05:57:462 - info: [debug] [JSONWP Proxy] Proxying [POST /alert/accept] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/accept] with no body
2017-02-08 20:05:59:495 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:05:59:496 - info: [debug] [MJSONWP] Responding to client with driver.postAcceptAlert() result: {}
2017-02-08 20:05:59:497 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/accept_alert 200 2037 ms - 74
2017-02-08 20:05:59:500 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text {}
2017-02-08 20:05:59:501 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:05:59:501 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-08 20:05:59:502 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/text] with no body
2017-02-08 20:06:01:018 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"Allow “LifeQA” to access your location even when you are not using the app?\\nAlways On Location keeps your location up to date and ensures that features such as Place Alerts are working.\",\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:06:01:019 - info: [debug] [MJSONWP] Responding to client with driver.getAlertText() result: "Allow “LifeQA” to access your location even when you are not using the app?\nAlways On Location keeps your location up to date and ensures that features such as Place Alerts are working."
2017-02-08 20:06:01:020 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text 200 1519 ms - 264
2017-02-08 20:06:01:024 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text {}
2017-02-08 20:06:01:024 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:01:025 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-08 20:06:01:025 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/text] with no body
2017-02-08 20:06:02:055 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"Allow “LifeQA” to access your location even when you are not using the app?\\nAlways On Location keeps your location up to date and ensures that features such as Place Alerts are working.\",\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:06:02:056 - info: [debug] [MJSONWP] Responding to client with driver.getAlertText() result: "Allow “LifeQA” to access your location even when you are not using the app?\nAlways On Location keeps your location up to date and ensures that features such as Place Alerts are working."
2017-02-08 20:06:02:058 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/alert_text 200 1034 ms - 264
2017-02-08 20:06:02:066 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/accept_alert {}
2017-02-08 20:06:02:067 - info: [debug] [MJSONWP] Calling AppiumDriver.postAcceptAlert() with args: ["b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:02:067 - info: [debug] [XCUITest] Executing command 'postAcceptAlert'
2017-02-08 20:06:02:068 - info: [debug] [JSONWP Proxy] Proxying [POST /alert/accept] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/alert/accept] with no body
2017-02-08 20:06:04:105 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"85B7D041-BDCD-48B2-A2F8-373F0E4862CD\",\n \"status\" : 0\n}"
2017-02-08 20:06:04:106 - info: [debug] [MJSONWP] Responding to client with driver.postAcceptAlert() result: {}
2017-02-08 20:06:04:106 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/accept_alert 200 2040 ms - 74
2017-02-08 20:06:04:110 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Map"}
2017-02-08 20:06:04:111 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Map","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:04:111 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:06:04:112 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:06:04:112 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:06:04:113 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Map"}
2017-02-08 20:06:05:954 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Map","description":"unable to find an element"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":7}
2017-02-08 20:06:05:956 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 500 1845 ms - 164
2017-02-08 20:06:06:465 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Map"}
2017-02-08 20:06:06:466 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Map","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:06:466 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:06:06:467 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:06:06:467 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:06:06:468 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Map"}
2017-02-08 20:06:08:704 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"E4BCB237-4F47-4E3C-82C5-7789ED81028E","type":"XCUIElementTypeOther","label":null},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:06:08:705 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"E4BCB237-4F47-4E3C-82C5-7789ED81028E","type":"XCUIElementTypeOther","label":null}
2017-02-08 20:06:08:705 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 2240 ms - 165
2017-02-08 20:06:08:709 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"MenuButton"}
2017-02-08 20:06:08:710 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","MenuButton","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:08:710 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:06:08:711 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:06:08:711 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:06:08:711 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"MenuButton"}
2017-02-08 20:06:10:261 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"2CE417D4-881B-4974-88B1-E6E0E0FC0CD8","type":"XCUIElementTypeButton","label":" ic menu"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:06:10:263 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"2CE417D4-881B-4974-88B1-E6E0E0FC0CD8","type":"XCUIElementTypeButton","label":" ic menu"}
2017-02-08 20:06:10:264 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 1554 ms - 172
2017-02-08 20:06:10:267 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"MenuButton"}
2017-02-08 20:06:10:268 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","MenuButton","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:10:268 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:06:10:269 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:06:10:269 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:06:10:270 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"MenuButton"}
2017-02-08 20:06:11:925 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"4A5B1B59-50B6-4B01-948A-98AF61980367","type":"XCUIElementTypeButton","label":" ic menu"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:06:11:932 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"4A5B1B59-50B6-4B01-948A-98AF61980367","type":"XCUIElementTypeButton","label":" ic menu"}
2017-02-08 20:06:11:932 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 1665 ms - 172
2017-02-08 20:06:11:936 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/4A5B1B59-50B6-4B01-948A-98AF61980367/click {"id":"4A5B1B59-50B6-4B01-948A-98AF61980367"}
2017-02-08 20:06:11:937 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-08 20:06:11:937 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-08 20:06:11:938 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/4A5B1B59-50B6-4B01-948A-98AF61980367/click] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element/4A5B1B59-50B6-4B01-948A-98AF61980367/click] with body: {"id":"4A5B1B59-50B6-4B01-948A-98AF61980367"}
2017-02-08 20:06:14:499 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"4A5B1B59-50B6-4B01-948A-98AF61980367","value":"","sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD"}
2017-02-08 20:06:14:499 - info: [JSONWP Proxy] Replacing sessionId 85B7D041-BDCD-48B2-A2F8-373F0E4862CD with b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:06:14:500 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element/4A5B1B59-50B6-4B01-948A-98AF61980367/click 200 2563 ms - 118
2017-02-08 20:06:14:504 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Places"}
2017-02-08 20:06:14:504 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Places","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:14:505 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:06:14:505 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:06:14:505 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:06:14:506 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Places"}
2017-02-08 20:06:17:084 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"CA32F2BF-86F8-4ED8-BF6C-29C5B286EDDD","type":"XCUIElementTypeStaticText","label":"Places"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:06:17:085 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"CA32F2BF-86F8-4ED8-BF6C-29C5B286EDDD","type":"XCUIElementTypeStaticText","label":"Places"}
2017-02-08 20:06:17:086 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 2582 ms - 174
2017-02-08 20:06:17:089 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Messages"}
2017-02-08 20:06:17:089 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Messages","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:17:090 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:06:17:090 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:06:17:090 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:06:17:091 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Messages"}
2017-02-08 20:06:18:729 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"055F278E-BA12-4CAE-82CE-8FC0723B679C","type":"XCUIElementTypeStaticText","label":"Messages"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:06:18:732 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"055F278E-BA12-4CAE-82CE-8FC0723B679C","type":"XCUIElementTypeStaticText","label":"Messages"}
2017-02-08 20:06:18:733 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 1644 ms - 176
2017-02-08 20:06:18:737 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element {"using":"id","value":"Help Alert"}
2017-02-08 20:06:18:738 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Help Alert","b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:18:739 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-08 20:06:18:739 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-08 20:06:18:739 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:06:18:740 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"id","value":"Help Alert"}
2017-02-08 20:06:20:498 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"B6430977-B504-4BD0-9BF2-A0740541CD03","type":"XCUIElementTypeStaticText","label":"Help Alert"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:06:20:499 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"B6430977-B504-4BD0-9BF2-A0740541CD03","type":"XCUIElementTypeStaticText","label":"Help Alert"}
2017-02-08 20:06:20:500 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/element 200 1763 ms - 178
2017-02-08 20:06:21:516 - info: [HTTP] --> POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/execute {"script":"mobile: scroll","args":[{"direction":"down"}]}
2017-02-08 20:06:21:517 - info: [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["mobile: scroll",[{"direction":"down"}],"b6956a81-5b5f-46f0-9768-c8fd34324bef"]
2017-02-08 20:06:21:517 - info: [debug] [XCUITest] Executing command 'execute'
2017-02-08 20:06:21:519 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-08 20:06:21:519 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2017-02-08 20:06:22:142 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"3620CC17-CAAD-457D-A236-AF78F7FCF18C","type":"XCUIElementTypeApplication","label":"LifeQA"},"sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":0}
2017-02-08 20:06:22:143 - info: [debug] [JSONWP Proxy] Proxying [POST /wda/element/3620CC17-CAAD-457D-A236-AF78F7FCF18C/scroll] to [POST http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/wda/element/3620CC17-CAAD-457D-A236-AF78F7FCF18C/scroll] with body: {"direction":"down"}
2017-02-08 20:06:22:150 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":"Unhandled endpoint: /session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/wda/element/3620CC17-CAAD-457D-A236-AF78F7FCF18C/scroll -- http://localhost:8100/ with parameters {\n wildcards = (\n \"session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/wda/element/3620CC17-CAAD-457D-A236-AF78F7FCF18C/scroll\"\n );\n}","sessionId":"85B7D041-BDCD-48B2-A2F8-373F0E4862CD","status":1}
2017-02-08 20:06:22:152 - info: [HTTP] <-- POST /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/execute 500 636 ms - 484
2017-02-08 20:06:22:157 - info: [HTTP] --> GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/screenshot {}
2017-02-08 20:06:22:158 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-08 20:06:22:158 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-08 20:06:22:159 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/screenshot] to [GET http://localhost:8100/session/85B7D041-BDCD-48B2-A2F8-373F0E4862CD/screenshot] with body: {}
2017-02-08 20:06:22:247 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAD3gDfg1ZcAAEAASURBVHgB\\r\\n7L3p9yRXeefJn9DnzDkz7+acmRc9M+2Z6W7b7QWMwWa3AWPVby20obXqt9deJQFl\\r\\nYwzGLMbGbhsDBmObhsHgxm1jAWIT2kr7vqtUUqlKKu0qlUoqbTH3G5FP5I3IiMzI\\r\\nzMjMiMhPnBMnconl3m8+T+Ynnnzuc18XsKAACqAACqAACqAACjRCgf379weszdXg\\r\\ndY2wUjqBAiiAAiiAAiiAAigAtDf8xgVwx8lRAAVQAAVQAAVQoCEKEG1vbrRdny3g\\r\\n3hBHpRsogAIogAIogAIoALgD7ngBCqAACqAACqAACqBADRQA3AH3GpgpTUQBFEAB\\r\\nFEABFEABFADcAXe8AAVQAAVQAAVQAAVQoAYKAO6Aew3MlCaiAAqgAAqgAAqgAAoA\\r\\n7oA7XoACKIACKIACKIACKFADBQB3wL0GZkoTUQAFUAAFUAAFUAAFAHfAHS9AARRA\\r\\nARRAARRAARSogQKAO+BeAzOliSiAAiiAAiiAAiiAAoA74I4XoAAKoAAKoAAKoAAK\\r\\n1EABwB1wr4GZ0kQUQAEUQAEUQAEUQAHAHXDHC1AABVAABVAABVAABWqgAOAOuNfA\\r\\nTGkiCqAACqAACqAACqAA4A644wUogAIogAIogAIogAI1UABwB9xrYKY0EQVQAAVQ\\r\\nAAVQAAVQAHAH3PECFEABFEABFEABFECBGigAuAPuNTBTmogCKIACKIACKIACKAC4\\r\\nA+54AQqgAAqgAAqgAAqgQA0UANwB9xqYKU1EARRAARRAARRAARQA3AF3vAAFUAAF\\r\\nUAAFUAAFUKAGCgDugHsNz...
2017-02-08 20:06:22:249 - info: [JSONWP Proxy] Replacing sessionId 85B7D041-BDCD-48B2-A2F8-373F0E4862CD with b6956a81-5b5f-46f0-9768-c8fd34324bef
2017-02-08 20:06:22:252 - info: [HTTP] <-- GET /wd/hub/session/b6956a81-5b5f-46f0-9768-c8fd34324bef/screenshot 200 94 ms - 174958
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment