Skip to content

Instantly share code, notes, and snippets.

@bgalperin
Created February 22, 2017 21:12
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/56f70cc560b24c8bc6bc6b5abd82afaf to your computer and use it in GitHub Desktop.
Save bgalperin/56f70cc560b24c8bc6bc6b5abd82afaf to your computer and use it in GitHub Desktop.
Using mobile: swipe on iOS 10 simulator
2017-02-22 19:50:50:076 - info: [Appium] Welcome to Appium v1.6.4-beta
2017-02-22 19:50:50:079 - info: [Appium] Non-default server args:
2017-02-22 19:50:50:081 - info: [Appium] log: '/Users/BGalperin/Code/automation/appiumLog.txt'
2017-02-22 19:50:50:131 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2017-02-22 19:51:40:027 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphonesimulator/SafetyMap.app","noReset":true,"sendKeyStrategy":"grouped","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","platformVersion":"10.2","automationName":"XCUITest","platformName":"iOS","deviceName":"iPhone 7","fullReset":false}}
2017-02-22 19:51:40:029 - info: [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphonesimulator/SafetyMap.app","noReset":true,"sendKeyStrategy":"grouped","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","platformVersion":"10.2","automationName":"XCUITest","platformName":"iOS","deviceName":"iPhone 7","fullReset":false},null,null,null,null]
2017-02-22 19:51:40:032 - info: [Appium] Creating new XCUITestDriver (v2.10.0) session
2017-02-22 19:51:40:032 - info: [Appium] Capabilities:
2017-02-22 19:51:40:043 - info: [Appium] app: '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphonesimulator/SafetyMap.app'
2017-02-22 19:51:40:043 - info: [Appium] noReset: true
2017-02-22 19:51:40:043 - info: [Appium] sendKeyStrategy: 'grouped'
2017-02-22 19:51:40:044 - info: [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-02-22 19:51:40:044 - info: [Appium] platformVersion: '10.2'
2017-02-22 19:51:40:044 - info: [Appium] automationName: 'XCUITest'
2017-02-22 19:51:40:045 - info: [Appium] platformName: 'iOS'
2017-02-22 19:51:40:045 - info: [Appium] deviceName: 'iPhone 7'
2017-02-22 19:51:40:046 - info: [Appium] fullReset: false
2017-02-22 19:51:40:047 - info: [debug] [XCUITest] XCUITestDriver version: 2.10.0
2017-02-22 19:51:40:053 - warn: [BaseDriver] The following capabilities were provided, but are not recognized by appium: realDeviceLogger.
2017-02-22 19:51:40:055 - info: [BaseDriver] Session created with session id: 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:51:40:100 - info: [debug] [XCUITest] Xcode version set to '8.2'
2017-02-22 19:51:40:109 - info: [debug] [XCUITest] iOS SDK Version set to '10.2'
2017-02-22 19:51:40:391 - info: [iOSSim] Constructing iOS simulator for Xcode version 8.2 with udid '68B9A898-4A81-4D52-BE87-22EA43A0A1F4'
2017-02-22 19:51:40:392 - info: [XCUITest] Determining device to run tests on: udid: '68B9A898-4A81-4D52-BE87-22EA43A0A1F4', real device: false
2017-02-22 19:51:40:393 - info: [BaseDriver] Using local app '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphonesimulator/SafetyMap.app'
2017-02-22 19:51:40:394 - info: [debug] [XCUITest] Checking whether app '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphonesimulator/SafetyMap.app' is actually present on file system
2017-02-22 19:51:40:407 - info: [debug] [XCUITest] App is present
2017-02-22 19:51:40:433 - info: [debug] [iOS] Getting bundle ID from app '/Users/BGalperin/Library/Developer/Xcode/DerivedData/SafetyMap-bvykjiipdlfheibfvfoeibejkdsb/Build/Products/Debug-iphonesimulator/SafetyMap.app': 'com.life360.safetymap'
2017-02-22 19:51:40:434 - info: [debug] [XCUITest] Reset: noReset is on. Leaving simulator as is
2017-02-22 19:51:40:569 - info: [debug] [iOSLog] Starting iOS 10.2 simulator log capture
2017-02-22 19:51:40:570 - info: [debug] [iOSLog] System log path: /Users/BGalperin/Library/Logs/CoreSimulator/68B9A898-4A81-4D52-BE87-22EA43A0A1F4/system.log
2017-02-22 19:51:40:586 - info: [XCUITest] Setting up simulator
2017-02-22 19:51:40:587 - info: [debug] [iOS] No reason to set locale
2017-02-22 19:51:40:588 - info: [debug] [iOS] No iOS / app preferences to set
2017-02-22 19:51:40:822 - info: [debug] [XCUITest] App 'com.life360.safetymap' is already installed. No need to reinstall.
2017-02-22 19:51:40:879 - info: [XCUITest] Simulator with udid '68B9A898-4A81-4D52-BE87-22EA43A0A1F4' already booted
2017-02-22 19:51:40:881 - info: [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-02-22 19:51:40:881 - info: [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-02-22 19:51:40:882 - info: [XCUITest] Launching WebDriverAgent on the device
2017-02-22 19:51:40:884 - info: [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-02-22 19:51:40:885 - info: [debug] [XCUITest] Killing hanging processes
2017-02-22 19:51:41:105 - 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=68B9A898-4A81-4D52-BE87-22EA43A0A1F4 -configuration Debug' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-02-22 19:51:41:106 - info: [debug] [XCUITest] Output from xcodebuild will not be logged
2017-02-22 19:51:42:487 - info: [debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
2017-02-22 19:51:42:788 - info: [debug] [XCUITest] Log file for xcodebuild test: /Users/BGalperin/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/D8772BC1-5D76-4644-A0B0-26F4A8D7F925/Session-WebDriverAgentRunner-2017-02-22_115142-ASGvoa.log
2017-02-22 19:51:49:128 - info: [debug] [XCUITest] WebDriverAgent running on ip '10.88.89.201'
2017-02-22 19:51:49:129 - info: [debug] [XCUITest] WebDriverAgent successfully started after 8019ms
2017-02-22 19:51:49:131 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-02-22 19:51:49:134 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-02-22 19:51:49:142 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.2\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.2\",\n \"ip\" : \"10.88.89.201\"\n },\n \"build\" : {\n \"time\" : \"Feb 17 2017 10:03:01\"\n }\n },\n \"sessionId\" : \"1BCC4493-9D08-437A-9005-63D5F6D4B7EC\",\n \"status\" : 0\n}"
2017-02-22 19:51:49:143 - 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:51:53:017 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","capabilities":{"device":"iphone","browserName":"LifeQA","sdkVersion":"10.2","CFBundleIdentifier":"com.life360.safetymap"}},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:51:53:018 - info: [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-02-22 19:51:53:020 - info: [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/orientation] with body: {"orientation":"PORTRAIT"}
2017-02-22 19:51:53:166 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:51:53:167 - info: [Appium] New XCUITestDriver session created successfully, session 84505554-f6ef-4991-a787-be3958672f62 added to master session list
2017-02-22 19:51:53:169 - 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-iphonesimulator/SafetyMap.app","noReset":true,"sendKeyStrategy":"grouped","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","platformVersion":"10.2","automationName":"XCUITest","platformName":"iOS","deviceName":"iPhone 7","fullReset":false,"udid":"68B9A898-4A81-4D52-BE87-22EA43A0A1F4"}
2017-02-22 19:51:53:174 - info: [HTTP] <-- POST /wd/hub/session 200 13146 ms - 702
2017-02-22 19:51:53:205 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:51:53:207 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","WelcomeSignIn","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:51:53:208 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:51:53:209 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:51:53:210 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:51:53:212 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:51:53:383 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"D88CAE26-A2F5-4BCA-974D-54A81A0CA2D7","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:51:53:386 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"D88CAE26-A2F5-4BCA-974D-54A81A0CA2D7","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-22 19:51:53:387 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 182 ms - 195
2017-02-22 19:52:40:101 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"accessibility id","value":"WelcomeSignIn"}
2017-02-22 19:52:40:102 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","WelcomeSignIn","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:40:102 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:40:103 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:40:103 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:40:104 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"accessibility id","value":"WelcomeSignIn"}
2017-02-22 19:52:40:276 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"FD75C7EB-9918-417F-91A0-B84A554C5E21","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:40:277 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"FD75C7EB-9918-417F-91A0-B84A554C5E21","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-22 19:52:40:279 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 177 ms - 195
2017-02-22 19:52:40:283 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/FD75C7EB-9918-417F-91A0-B84A554C5E21/click {"id":"FD75C7EB-9918-417F-91A0-B84A554C5E21"}
2017-02-22 19:52:40:285 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:52:40:286 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:52:40:288 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/FD75C7EB-9918-417F-91A0-B84A554C5E21/click] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/FD75C7EB-9918-417F-91A0-B84A554C5E21/click] with body: {"id":"FD75C7EB-9918-417F-91A0-B84A554C5E21"}
2017-02-22 19:52:41:043 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"FD75C7EB-9918-417F-91A0-B84A554C5E21","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:52:41:044 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:52:41:045 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/FD75C7EB-9918-417F-91A0-B84A554C5E21/click 200 761 ms - 118
2017-02-22 19:52:41:048 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"switchButton"}
2017-02-22 19:52:41:049 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","switchButton","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:41:049 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:41:051 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:41:051 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:41:052 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"switchButton"}
2017-02-22 19:52:41:523 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"0E97A16F-85A4-4D9A-9DD8-998E4A985FDA","type":"XCUIElementTypeButton","label":"Sign in with Email"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:41:525 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"0E97A16F-85A4-4D9A-9DD8-998E4A985FDA","type":"XCUIElementTypeButton","label":"Sign in with Email"}
2017-02-22 19:52:41:525 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 477 ms - 182
2017-02-22 19:52:41:529 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"accessibility id","value":"switchButton"}
2017-02-22 19:52:41:529 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["accessibility id","switchButton","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:41:530 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:41:531 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:41:532 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:41:533 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"accessibility id","value":"switchButton"}
2017-02-22 19:52:41:781 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"E8A86EC0-2699-4764-93A4-B7AEA866E499","type":"XCUIElementTypeButton","label":"Sign in with Email"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:41:783 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"E8A86EC0-2699-4764-93A4-B7AEA866E499","type":"XCUIElementTypeButton","label":"Sign in with Email"}
2017-02-22 19:52:41:784 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 254 ms - 182
2017-02-22 19:52:41:787 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/E8A86EC0-2699-4764-93A4-B7AEA866E499/click {"id":"E8A86EC0-2699-4764-93A4-B7AEA866E499"}
2017-02-22 19:52:41:787 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:52:41:788 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:52:41:788 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/E8A86EC0-2699-4764-93A4-B7AEA866E499/click] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/E8A86EC0-2699-4764-93A4-B7AEA866E499/click] with body: {"id":"E8A86EC0-2699-4764-93A4-B7AEA866E499"}
2017-02-22 19:52:42:575 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"E8A86EC0-2699-4764-93A4-B7AEA866E499","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:52:42:576 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:52:42:577 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/E8A86EC0-2699-4764-93A4-B7AEA866E499/click 200 789 ms - 118
2017-02-22 19:52:42:581 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:52:42:582 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:42:582 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:42:584 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:42:584 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:42:585 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:52:42:723 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Enter your email address","description":"unable to find an element"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":7}
2017-02-22 19:52:42:726 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 500 144 ms - 164
2017-02-22 19:52:43:233 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:52:43:233 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:43:234 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:43:234 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:43:235 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:43:236 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:52:43:486 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"457B5F89-6245-44DC-904A-528E18AAC6DA","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:43:488 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"457B5F89-6245-44DC-904A-528E18AAC6DA","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:52:43:488 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 256 ms - 199
2017-02-22 19:52:43:492 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Enter your email address"}
2017-02-22 19:52:43:493 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Enter your email address","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:43:493 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:43:494 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:43:495 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:43:496 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Enter your email address"}
2017-02-22 19:52:43:740 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"AA863DF5-F153-4F07-97A1-761A48EAEAC2","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:43:742 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"AA863DF5-F153-4F07-97A1-761A48EAEAC2","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:52:43:743 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 251 ms - 199
2017-02-22 19:52:43:747 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/AA863DF5-F153-4F07-97A1-761A48EAEAC2/value {"id":"AA863DF5-F153-4F07-97A1-761A48EAEAC2","value":["email-appium-126-469@life360.com"]}
2017-02-22 19:52:43:747 - info: [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["email-appium-126-469@life360.com"],"AA863DF5-F153-4F07-97A1-761A48EAEAC2","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:43:748 - info: [debug] [XCUITest] Executing command 'setValue'
2017-02-22 19:52:43:750 - info: [debug] [JSONWP Proxy] Proxying [POST /element/AA863DF5-F153-4F07-97A1-761A48EAEAC2/value] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/AA863DF5-F153-4F07-97A1-761A48EAEAC2/value] with body: {"value":["e","m","a","i","l","-","a","p","p","i","u","m","-","1","2","6","-","4","6","9","@","l","i","f","e","3","6","0",".","c","o","m"]}
2017-02-22 19:52:45:082 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"AA863DF5-F153-4F07-97A1-761A48EAEAC2","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:52:45:083 - info: [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-02-22 19:52:45:084 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/AA863DF5-F153-4F07-97A1-761A48EAEAC2/value 200 1337 ms - 76
2017-02-22 19:52:45:087 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Next"}
2017-02-22 19:52:45:088 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Next","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:45:088 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:45:090 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:45:090 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:45:091 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Next"}
2017-02-22 19:52:45:339 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"2DD3F230-524D-4020-B106-014290EFA1EA","type":"XCUIElementTypeButton","label":"Next"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:45:340 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"2DD3F230-524D-4020-B106-014290EFA1EA","type":"XCUIElementTypeButton","label":"Next"}
2017-02-22 19:52:45:341 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 253 ms - 168
2017-02-22 19:52:45:346 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/2DD3F230-524D-4020-B106-014290EFA1EA/enabled {}
2017-02-22 19:52:45:347 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:52:45:347 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:52:45:348 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/2DD3F230-524D-4020-B106-014290EFA1EA/enabled] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/2DD3F230-524D-4020-B106-014290EFA1EA/enabled] with body: {}
2017-02-22 19:52:45:474 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 0\n}"
2017-02-22 19:52:45:475 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:52:45:476 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/2DD3F230-524D-4020-B106-014290EFA1EA/enabled 200 129 ms - 76
2017-02-22 19:52:45:481 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/2DD3F230-524D-4020-B106-014290EFA1EA/click {"id":"2DD3F230-524D-4020-B106-014290EFA1EA"}
2017-02-22 19:52:45:482 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:52:45:482 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:52:45:483 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/2DD3F230-524D-4020-B106-014290EFA1EA/click] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/2DD3F230-524D-4020-B106-014290EFA1EA/click] with body: {"id":"2DD3F230-524D-4020-B106-014290EFA1EA"}
2017-02-22 19:52:46:359 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"2DD3F230-524D-4020-B106-014290EFA1EA","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:52:46:361 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:52:46:362 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/2DD3F230-524D-4020-B106-014290EFA1EA/click 200 881 ms - 118
2017-02-22 19:52:46:366 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Password"}
2017-02-22 19:52:46:366 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:46:367 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:46:367 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:46:367 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:46:368 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:52:46:677 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"0E0B6F7F-55CD-4D31-AED8-B04610AE23DC","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:46:679 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"0E0B6F7F-55CD-4D31-AED8-B04610AE23DC","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:52:46:679 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 313 ms - 199
2017-02-22 19:52:46:684 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Password"}
2017-02-22 19:52:46:684 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Password","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:46:684 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:46:685 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:46:685 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:46:686 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Password"}
2017-02-22 19:52:46:969 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"D0F5236D-87B2-4CC1-ADBD-F09AC543155E","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:46:970 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"D0F5236D-87B2-4CC1-ADBD-F09AC543155E","type":"XCUIElementTypeTextField","label":"PasswordFieldCreateAccountSignup"}
2017-02-22 19:52:46:971 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 287 ms - 199
2017-02-22 19:52:46:975 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/D0F5236D-87B2-4CC1-ADBD-F09AC543155E/value {"id":"D0F5236D-87B2-4CC1-ADBD-F09AC543155E","value":["tester"]}
2017-02-22 19:52:46:976 - info: [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["tester"],"D0F5236D-87B2-4CC1-ADBD-F09AC543155E","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:46:976 - info: [debug] [XCUITest] Executing command 'setValue'
2017-02-22 19:52:46:977 - info: [debug] [JSONWP Proxy] Proxying [POST /element/D0F5236D-87B2-4CC1-ADBD-F09AC543155E/value] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/D0F5236D-87B2-4CC1-ADBD-F09AC543155E/value] with body: {"value":["t","e","s","t","e","r"]}
2017-02-22 19:52:47:682 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"D0F5236D-87B2-4CC1-ADBD-F09AC543155E","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:52:47:683 - info: [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-02-22 19:52:47:683 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/D0F5236D-87B2-4CC1-ADBD-F09AC543155E/value 200 709 ms - 76
2017-02-22 19:52:47:687 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Next"}
2017-02-22 19:52:47:687 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Next","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:47:688 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:52:47:688 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:52:47:689 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:52:47:689 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Next"}
2017-02-22 19:52:47:934 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"1571DAAF-35D1-4DD6-BBB0-298C06EEF51F","type":"XCUIElementTypeButton","label":"Next"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:52:47:935 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"1571DAAF-35D1-4DD6-BBB0-298C06EEF51F","type":"XCUIElementTypeButton","label":"Next"}
2017-02-22 19:52:47:936 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 249 ms - 168
2017-02-22 19:52:47:939 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/1571DAAF-35D1-4DD6-BBB0-298C06EEF51F/enabled {}
2017-02-22 19:52:47:939 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:52:47:940 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:52:47:940 - info: [debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/1571DAAF-35D1-4DD6-BBB0-298C06EEF51F/enabled] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/1571DAAF-35D1-4DD6-BBB0-298C06EEF51F/enabled] with body: {}
2017-02-22 19:52:48:066 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : true,\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 0\n}"
2017-02-22 19:52:48:066 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:52:48:067 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/1571DAAF-35D1-4DD6-BBB0-298C06EEF51F/enabled 200 127 ms - 76
2017-02-22 19:52:48:070 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/1571DAAF-35D1-4DD6-BBB0-298C06EEF51F/click {"id":"1571DAAF-35D1-4DD6-BBB0-298C06EEF51F"}
2017-02-22 19:52:48:071 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:52:48:072 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:52:48:073 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/1571DAAF-35D1-4DD6-BBB0-298C06EEF51F/click] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/1571DAAF-35D1-4DD6-BBB0-298C06EEF51F/click] with body: {"id":"1571DAAF-35D1-4DD6-BBB0-298C06EEF51F"}
2017-02-22 19:52:48:930 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"1571DAAF-35D1-4DD6-BBB0-298C06EEF51F","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:52:48:931 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:52:48:932 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/1571DAAF-35D1-4DD6-BBB0-298C06EEF51F/click 200 862 ms - 118
2017-02-22 19:52:48:939 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:48:941 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:48:942 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:48:944 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:49:076 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:49:078 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 138 ms - 87
2017-02-22 19:52:49:582 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:49:584 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:49:584 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:49:587 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:50:101 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:50:103 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 520 ms - 87
2017-02-22 19:52:50:616 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:50:616 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:50:616 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:50:619 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:51:475 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:51:476 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 860 ms - 87
2017-02-22 19:52:51:995 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:51:995 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:51:995 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:51:998 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:52:371 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:52:373 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 378 ms - 87
2017-02-22 19:52:52:882 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:52:882 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:52:882 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:52:884 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:53:083 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:53:084 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 202 ms - 87
2017-02-22 19:52:53:593 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:53:593 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:53:594 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:53:595 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:53:719 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:53:720 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 128 ms - 87
2017-02-22 19:52:54:227 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:54:228 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:54:228 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:54:231 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:54:348 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:54:350 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 122 ms - 87
2017-02-22 19:52:54:353 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:54:353 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:54:354 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:54:355 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:54:478 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:54:480 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:52:54:987 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:54:988 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:54:988 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:54:990 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:55:111 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:55:113 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 125 ms - 87
2017-02-22 19:52:55:617 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:55:618 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:55:618 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:55:620 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:55:743 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:55:744 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 127 ms - 87
2017-02-22 19:52:56:252 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:56:253 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:56:253 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:56:254 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:56:378 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:56:379 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 127 ms - 87
2017-02-22 19:52:56:883 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:56:884 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:56:885 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:56:887 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:57:023 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:57:025 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 141 ms - 87
2017-02-22 19:52:57:533 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:57:534 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:57:534 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:57:535 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:57:659 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:57:660 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 127 ms - 87
2017-02-22 19:52:58:165 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:58:166 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:58:166 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:58:167 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:58:289 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:58:291 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 125 ms - 87
2017-02-22 19:52:58:796 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:58:797 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:58:798 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:58:799 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:58:928 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:58:930 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 134 ms - 87
2017-02-22 19:52:59:438 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:59:439 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:59:439 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:59:441 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:59:567 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:59:568 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 130 ms - 87
2017-02-22 19:52:59:571 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:52:59:572 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:52:59:572 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:52:59:573 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:52:59:697 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:52:59:698 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:00:202 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:00:203 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:00:203 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:00:204 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:00:341 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:00:343 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 141 ms - 87
2017-02-22 19:53:00:848 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:00:849 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:00:849 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:00:851 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:00:971 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:00:972 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 123 ms - 87
2017-02-22 19:53:01:481 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:01:482 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:01:482 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:01:483 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:01:605 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:01:606 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 125 ms - 87
2017-02-22 19:53:02:115 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:02:115 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:02:116 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:02:117 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:02:241 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:02:242 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 127 ms - 87
2017-02-22 19:53:02:750 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:02:751 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:02:751 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:02:753 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:02:875 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:02:876 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:03:382 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:03:383 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:03:383 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:03:384 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:03:506 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:03:508 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 125 ms - 87
2017-02-22 19:53:04:015 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:04:016 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:04:016 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:04:018 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:04:142 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:04:144 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 128 ms - 87
2017-02-22 19:53:04:650 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:04:651 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:04:651 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:04:653 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:04:778 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:04:779 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 128 ms - 87
2017-02-22 19:53:04:782 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:04:783 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:04:783 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:04:785 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:04:907 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:04:908 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:05:417 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:05:417 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:05:418 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:05:419 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:05:545 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:05:546 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 129 ms - 87
2017-02-22 19:53:06:050 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:06:050 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:06:051 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:06:052 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:06:173 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:06:175 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:06:684 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:06:685 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:06:685 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:06:686 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:06:810 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:06:811 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 127 ms - 87
2017-02-22 19:53:07:315 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:07:316 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:07:316 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:07:318 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:07:440 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:07:441 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:07:946 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:07:947 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:07:949 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:07:951 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:08:073 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:08:074 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 129 ms - 87
2017-02-22 19:53:08:581 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:08:582 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:08:582 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:08:584 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:08:704 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:08:705 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 124 ms - 87
2017-02-22 19:53:09:212 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:09:212 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:09:212 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:09:214 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:09:334 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:09:335 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 124 ms - 87
2017-02-22 19:53:09:843 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:09:844 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:09:844 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:09:845 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:09:969 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:09:970 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 127 ms - 87
2017-02-22 19:53:09:973 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:09:974 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:09:974 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:09:976 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:10:099 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:10:100 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:10:606 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:10:606 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:10:606 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:10:607 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:10:730 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:10:732 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 125 ms - 87
2017-02-22 19:53:11:238 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:11:238 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:11:239 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:11:240 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:11:367 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:11:368 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 130 ms - 87
2017-02-22 19:53:11:875 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:11:876 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:11:876 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:11:877 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:11:997 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:11:999 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 123 ms - 87
2017-02-22 19:53:12:503 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:12:504 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:12:504 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:12:506 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:12:625 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:12:627 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 123 ms - 87
2017-02-22 19:53:13:132 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:13:132 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:13:133 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:13:135 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:13:255 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:13:256 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 124 ms - 87
2017-02-22 19:53:13:764 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:13:765 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:13:765 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:13:766 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:13:890 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:13:892 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 128 ms - 87
2017-02-22 19:53:14:399 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:14:400 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:14:400 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:14:401 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:14:525 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:14:526 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:15:032 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:15:033 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:15:033 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:15:034 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:15:158 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:15:159 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:15:162 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:15:162 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:15:163 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:15:164 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:15:289 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:15:290 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 128 ms - 87
2017-02-22 19:53:15:795 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:15:796 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:15:796 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:15:798 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:15:919 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:15:920 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 124 ms - 87
2017-02-22 19:53:16:428 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:16:428 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:16:429 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:16:430 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:16:552 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:16:553 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 125 ms - 87
2017-02-22 19:53:17:058 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:17:059 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:17:059 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:17:060 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:17:181 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:17:182 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 124 ms - 87
2017-02-22 19:53:17:686 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:17:687 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:17:687 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:17:690 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:17:822 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:17:823 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 137 ms - 87
2017-02-22 19:53:18:330 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:18:330 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:18:330 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:18:332 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:18:453 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:18:454 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 124 ms - 87
2017-02-22 19:53:18:960 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:18:960 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:18:960 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:18:962 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:19:093 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:19:095 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 135 ms - 87
2017-02-22 19:53:19:603 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:19:604 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:19:604 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:19:605 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:19:728 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:19:730 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 126 ms - 87
2017-02-22 19:53:20:236 - info: [HTTP] --> GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text {}
2017-02-22 19:53:20:237 - info: [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:20:237 - info: [debug] [XCUITest] Executing command 'getAlertText'
2017-02-22 19:53:20:239 - info: [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/alert/text] with no body
2017-02-22 19:53:20:362 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"0A49708F-5CD5-4323-AFE4-E5435C532033\",\n \"status\" : 27\n}"
2017-02-22 19:53:20:363 - info: [HTTP] <-- GET /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/alert_text 500 127 ms - 87
2017-02-22 19:53:20:368 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Map"}
2017-02-22 19:53:20:368 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Map","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:20:368 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:20:369 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:20:369 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:20:370 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Map"}
2017-02-22 19:53:20:617 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"9502E570-E498-4490-90E3-55EEF8C50DA0","type":"XCUIElementTypeOther","label":null},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:20:618 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"9502E570-E498-4490-90E3-55EEF8C50DA0","type":"XCUIElementTypeOther","label":null}
2017-02-22 19:53:20:619 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 251 ms - 165
2017-02-22 19:53:20:622 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"MenuButton"}
2017-02-22 19:53:20:623 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","MenuButton","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:20:623 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:20:623 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:20:624 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:20:624 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"MenuButton"}
2017-02-22 19:53:20:844 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"BBE27E77-1944-4ABC-8D9F-138B690B7EFE","type":"XCUIElementTypeButton","label":" ic menu"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:20:844 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"BBE27E77-1944-4ABC-8D9F-138B690B7EFE","type":"XCUIElementTypeButton","label":" ic menu"}
2017-02-22 19:53:20:845 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 223 ms - 172
2017-02-22 19:53:20:849 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"MenuButton"}
2017-02-22 19:53:20:850 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","MenuButton","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:20:850 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:20:851 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:20:851 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:20:852 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"MenuButton"}
2017-02-22 19:53:21:074 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"5D24C14B-6B86-4CDE-A23A-422F97A680B9","type":"XCUIElementTypeButton","label":" ic menu"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:21:075 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5D24C14B-6B86-4CDE-A23A-422F97A680B9","type":"XCUIElementTypeButton","label":" ic menu"}
2017-02-22 19:53:21:076 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 227 ms - 172
2017-02-22 19:53:21:079 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/5D24C14B-6B86-4CDE-A23A-422F97A680B9/click {"id":"5D24C14B-6B86-4CDE-A23A-422F97A680B9"}
2017-02-22 19:53:21:079 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:53:21:080 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:53:21:080 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/5D24C14B-6B86-4CDE-A23A-422F97A680B9/click] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/5D24C14B-6B86-4CDE-A23A-422F97A680B9/click] with body: {"id":"5D24C14B-6B86-4CDE-A23A-422F97A680B9"}
2017-02-22 19:53:21:899 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"5D24C14B-6B86-4CDE-A23A-422F97A680B9","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:53:21:899 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:53:21:900 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/5D24C14B-6B86-4CDE-A23A-422F97A680B9/click 200 821 ms - 118
2017-02-22 19:53:21:904 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Places"}
2017-02-22 19:53:21:905 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Places","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:21:905 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:21:905 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:21:906 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:21:906 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Places"}
2017-02-22 19:53:22:251 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"F03335DC-026A-4272-8E4E-B7EC94F4DDA5","type":"XCUIElementTypeStaticText","label":"Places"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:22:252 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"F03335DC-026A-4272-8E4E-B7EC94F4DDA5","type":"XCUIElementTypeStaticText","label":"Places"}
2017-02-22 19:53:22:253 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 349 ms - 174
2017-02-22 19:53:22:256 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Messages"}
2017-02-22 19:53:22:257 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Messages","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:22:257 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:22:257 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:22:257 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:22:258 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Messages"}
2017-02-22 19:53:22:569 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"AA5B1A40-8941-452F-BB1E-4CD34C28AE9C","type":"XCUIElementTypeStaticText","label":"Messages"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:22:570 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"AA5B1A40-8941-452F-BB1E-4CD34C28AE9C","type":"XCUIElementTypeStaticText","label":"Messages"}
2017-02-22 19:53:22:571 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 314 ms - 176
2017-02-22 19:53:22:575 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Help Alert"}
2017-02-22 19:53:22:575 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Help Alert","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:22:576 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:22:576 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:22:576 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:22:577 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Help Alert"}
2017-02-22 19:53:22:884 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"48D0BA72-61B5-4EF2-9A20-318DA3001D5C","type":"XCUIElementTypeStaticText","label":"Help Alert"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:22:885 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"48D0BA72-61B5-4EF2-9A20-318DA3001D5C","type":"XCUIElementTypeStaticText","label":"Help Alert"}
2017-02-22 19:53:22:886 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 310 ms - 178
2017-02-22 19:53:23:893 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/execute {"script":"mobile: swipe","args":[{"direction":"down"}]}
2017-02-22 19:53:23:894 - info: [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"down"}],"84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:23:894 - info: [debug] [XCUITest] Executing command 'execute'
2017-02-22 19:53:23:895 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:23:896 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2017-02-22 19:53:24:049 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"09D41073-D551-4531-92BC-6072AEC6E6EB","type":"XCUIElementTypeApplication","label":"LifeQA"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:24:051 - info: [debug] [JSONWP Proxy] Proxying [POST /wda/element/09D41073-D551-4531-92BC-6072AEC6E6EB/swipe] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/wda/element/09D41073-D551-4531-92BC-6072AEC6E6EB/swipe] with body: {"direction":"down"}
2017-02-22 19:53:25:315 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:25:315 - info: [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-02-22 19:53:25:316 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/execute 200 1423 ms - 76
2017-02-22 19:53:25:319 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Settings"}
2017-02-22 19:53:25:319 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Settings","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:25:319 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:25:320 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:25:320 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:25:321 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Settings"}
2017-02-22 19:53:25:641 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"5D0CDD20-EB8C-4A87-AA0D-C799331448E9","type":"XCUIElementTypeStaticText","label":"Settings"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:25:641 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5D0CDD20-EB8C-4A87-AA0D-C799331448E9","type":"XCUIElementTypeStaticText","label":"Settings"}
2017-02-22 19:53:25:642 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 323 ms - 176
2017-02-22 19:53:26:648 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Settings"}
2017-02-22 19:53:26:649 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Settings","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:26:649 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:26:649 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:26:650 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:26:651 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Settings"}
2017-02-22 19:53:26:973 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"AB453E70-3021-41C4-956E-28361ACC2022","type":"XCUIElementTypeStaticText","label":"Settings"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:26:976 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"AB453E70-3021-41C4-956E-28361ACC2022","type":"XCUIElementTypeStaticText","label":"Settings"}
2017-02-22 19:53:26:977 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 328 ms - 176
2017-02-22 19:53:26:980 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/AB453E70-3021-41C4-956E-28361ACC2022/click {"id":"AB453E70-3021-41C4-956E-28361ACC2022"}
2017-02-22 19:53:26:980 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:53:26:981 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:53:26:981 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/AB453E70-3021-41C4-956E-28361ACC2022/click] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/AB453E70-3021-41C4-956E-28361ACC2022/click] with body: {"id":"AB453E70-3021-41C4-956E-28361ACC2022"}
2017-02-22 19:53:27:946 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"AB453E70-3021-41C4-956E-28361ACC2022","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:53:27:947 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:53:27:948 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/AB453E70-3021-41C4-956E-28361ACC2022/click 200 967 ms - 118
2017-02-22 19:53:27:952 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Log Out"}
2017-02-22 19:53:27:953 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Log Out","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:27:953 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:27:954 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:27:954 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:27:955 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Log Out"}
2017-02-22 19:53:28:194 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"using":"id","value":"Log Out","description":"unable to find an element"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":7}
2017-02-22 19:53:28:196 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 500 243 ms - 164
2017-02-22 19:53:28:700 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Log Out"}
2017-02-22 19:53:28:700 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Log Out","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:28:701 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:28:701 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:28:701 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:28:702 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Log Out"}
2017-02-22 19:53:28:867 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"3AAE6738-27DC-4618-8D21-477E96C4EE7B","type":"XCUIElementTypeStaticText","label":"Log Out"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:28:868 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"3AAE6738-27DC-4618-8D21-477E96C4EE7B","type":"XCUIElementTypeStaticText","label":"Log Out"}
2017-02-22 19:53:28:869 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 169 ms - 175
2017-02-22 19:53:28:872 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"Log Out"}
2017-02-22 19:53:28:873 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Log Out","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:28:873 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:28:874 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:28:874 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:28:875 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"Log Out"}
2017-02-22 19:53:29:032 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"FEBD660B-C238-4C88-AD62-E1AD8FE57CEE","type":"XCUIElementTypeStaticText","label":"Log Out"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:29:033 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"FEBD660B-C238-4C88-AD62-E1AD8FE57CEE","type":"XCUIElementTypeStaticText","label":"Log Out"}
2017-02-22 19:53:29:034 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 161 ms - 175
2017-02-22 19:53:29:037 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/FEBD660B-C238-4C88-AD62-E1AD8FE57CEE/click {"id":"FEBD660B-C238-4C88-AD62-E1AD8FE57CEE"}
2017-02-22 19:53:29:037 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:53:29:037 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:53:29:038 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/FEBD660B-C238-4C88-AD62-E1AD8FE57CEE/click] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/FEBD660B-C238-4C88-AD62-E1AD8FE57CEE/click] with body: {"id":"FEBD660B-C238-4C88-AD62-E1AD8FE57CEE"}
2017-02-22 19:53:29:772 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"FEBD660B-C238-4C88-AD62-E1AD8FE57CEE","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:53:29:772 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:53:29:773 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/FEBD660B-C238-4C88-AD62-E1AD8FE57CEE/click 200 736 ms - 118
2017-02-22 19:53:29:776 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"xpath","value":"/XCUIElementTypeApplication/XCUIElementTypeOther/XCUIElementTypeOther[2]/XCUIElementTypeSheet/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther[2]/XCUIElementTypeOther[3]/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeButton"}
2017-02-22 19:53:29:776 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","/XCUIElementTypeApplication/XCUIElementTypeOther/XCUIElementTypeOther[2]/XCUIElementTypeSheet/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther[2]/XCUIElementTypeOther[3]/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeButton","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:29:777 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:29:777 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:29:777 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:29:778 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"xpath","value":"/XCUIElementTypeApplication/XCUIElementTypeOther/XCUIElementTypeOther[2]/XCUIElementTypeSheet/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther[2]/XCUIElementTypeOther[3]/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeButton"}
2017-02-22 19:53:30:094 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"50F33132-F56A-48A3-8652-9B69FCD1FD6B","type":"XCUIElementTypeButton","label":"Log Out"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:30:094 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"50F33132-F56A-48A3-8652-9B69FCD1FD6B","type":"XCUIElementTypeButton","label":"Log Out"}
2017-02-22 19:53:30:095 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 319 ms - 171
2017-02-22 19:53:30:098 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/50F33132-F56A-48A3-8652-9B69FCD1FD6B/click {"id":"50F33132-F56A-48A3-8652-9B69FCD1FD6B"}
2017-02-22 19:53:30:098 - info: [MJSONWP] Driver proxy active, passing request on via HTTP proxy
2017-02-22 19:53:30:098 - info: [debug] [XCUITest] Executing command 'proxyReqRes'
2017-02-22 19:53:30:100 - info: [debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/50F33132-F56A-48A3-8652-9B69FCD1FD6B/click] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element/50F33132-F56A-48A3-8652-9B69FCD1FD6B/click] with body: {"id":"50F33132-F56A-48A3-8652-9B69FCD1FD6B"}
2017-02-22 19:53:30:950 - info: [debug] [JSONWP Proxy] Got response with status 200: {"status":0,"id":"50F33132-F56A-48A3-8652-9B69FCD1FD6B","value":"","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033"}
2017-02-22 19:53:30:950 - info: [JSONWP Proxy] Replacing sessionId 0A49708F-5CD5-4323-AFE4-E5435C532033 with 84505554-f6ef-4991-a787-be3958672f62
2017-02-22 19:53:30:951 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element/50F33132-F56A-48A3-8652-9B69FCD1FD6B/click 200 853 ms - 118
2017-02-22 19:53:30:954 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:53:30:955 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","WelcomeSignIn","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:30:955 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:30:955 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:30:956 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:30:956 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:53:31:453 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":"Alert is obstructing view","sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":26}
2017-02-22 19:53:31:454 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 500 500 ms - 164
2017-02-22 19:53:31:959 - info: [HTTP] --> POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:53:31:959 - info: [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","WelcomeSignIn","84505554-f6ef-4991-a787-be3958672f62"]
2017-02-22 19:53:31:959 - info: [debug] [XCUITest] Executing command 'findElement'
2017-02-22 19:53:31:960 - info: [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, accessibility id
2017-02-22 19:53:31:960 - info: [debug] [BaseDriver] Waiting up to 0 ms for condition
2017-02-22 19:53:31:961 - info: [debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8100/session/0A49708F-5CD5-4323-AFE4-E5435C532033/element] with body: {"using":"id","value":"WelcomeSignIn"}
2017-02-22 19:53:32:166 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"ELEMENT":"786894D9-BADF-4CEE-9C46-1637318CDD9D","type":"XCUIElementTypeButton","label":"Already have an account? Log In"},"sessionId":"0A49708F-5CD5-4323-AFE4-E5435C532033","status":0}
2017-02-22 19:53:32:168 - info: [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"786894D9-BADF-4CEE-9C46-1637318CDD9D","type":"XCUIElementTypeButton","label":"Already have an account? Log In"}
2017-02-22 19:53:32:169 - info: [HTTP] <-- POST /wd/hub/session/84505554-f6ef-4991-a787-be3958672f62/element 200 210 ms - 195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment