Skip to content

Instantly share code, notes, and snippets.

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 Elangopalakrishnan/d5582765c8d97847f75629ea62997644 to your computer and use it in GitHub Desktop.
Save Elangopalakrishnan/d5582765c8d97847f75629ea62997644 to your computer and use it in GitHub Desktop.
Last login: Tue Aug 1 00:17:15 on ttys001
appium -p 4723 --webkit-debug-proxy-port 27753 -U e5ee9c8a96156422a2a70f3af821f6bf83bd57cb --log-timestamp
LC02GL0TZDJWR:~ tfstest$ appium -p 4723 --webkit-debug-proxy-port 27753 -U e5ee9c8a96156422a2a70f3af821f6bf83bd57cb --log-timestamp
2017-08-01 05:17:25:020 - [Appium] Welcome to Appium v1.6.6-beta.2
2017-08-01 05:17:25:023 - [Appium] Non-default server args:
2017-08-01 05:17:25:024 - [Appium] logTimestamp: true
2017-08-01 05:17:25:024 - [Appium] udid: e5ee9c8a96156422a2a70f3af821f6bf83bd57cb
2017-08-01 05:17:25:025 - [Appium] Deprecated server args:
2017-08-01 05:17:25:025 - [Appium] -U,--udid => --default-capabilities '{"udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb"}'
2017-08-01 05:17:25:025 - [Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
2017-08-01 05:17:25:028 - [Appium] udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:17:25:096 - [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2017-08-01 05:17:25:185 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:17:25:188 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:17:25:211 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:17:25:220 - [HTTP] <-- GET /wd/hub/status 200 31 ms - 90
2017-08-01 05:17:30:685 - [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true",
2017-08-01 05:17:30:686 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20...
2017-08-01 05:17:30:687 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1501564650687 (00:17:30 GMT-0500 (CDT))
2017-08-01 05:17:30:689 - [Appium] Creating new XCUITestDriver (v2.32.2) session
2017-08-01 05:17:30:689 - [Appium] Capabilities:
2017-08-01 05:17:30:690 - [Appium] platformName: 'iOS'
2017-08-01 05:17:30:690 - [Appium] platformVersion: '10.3.2'
2017-08-01 05:17:30:691 - [Appium] deviceName: 'iPhone/iPad'
2017-08-01 05:17:30:691 - [Appium] newCommandTimeout: '120000'
2017-08-01 05:17:30:691 - [Appium] --bootstrap-port: '4723'
2017-08-01 05:17:30:691 - [Appium] --webkit-debug-proxy-port: '27753'
2017-08-01 05:17:30:692 - [Appium] udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:17:30:692 - [Appium] autoAcceptAlerts: 'true'
2017-08-01 05:17:30:692 - [Appium] automationName: 'XCUITest'
2017-08-01 05:17:30:692 - [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-08-01 05:17:30:692 - [Appium] eventTimings: 'true'
2017-08-01 05:17:30:693 - [Appium] enablePerformanceLogging: 'true'
2017-08-01 05:17:30:693 - [Appium] launchTimeout: '20000'
2017-08-01 05:17:30:693 - [Appium] wdaLocalPort: '8100'
2017-08-01 05:17:30:693 - [Appium] useNewWDA: 'false'
2017-08-01 05:17:30:693 - [Appium] wdaLaunchTimeout: '30000'
2017-08-01 05:17:30:694 - [Appium] usePrebuiltWDA: 'true'
2017-08-01 05:17:30:694 - [Appium] webkitResponseTimeout: '30000'
2017-08-01 05:17:30:694 - [Appium] browserName: 'Safari'
2017-08-01 05:17:30:696 - [debug] [XCUITest] XCUITestDriver version: 2.32.2
2017-08-01 05:17:30:700 - [BaseDriver] Capability 'eventTimings' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:17:30:700 - [BaseDriver] Capability 'usePrebuiltWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:17:30:700 - [BaseDriver] Capability 'useNewWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:17:30:700 - [BaseDriver] Capability 'autoAcceptAlerts' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:17:30:701 - [BaseDriver] Capability 'enablePerformanceLogging' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:17:30:702 - [BaseDriver] Capability 'newCommandTimeout' changed from string ('120000') to integer (120000). This may cause unexpected behavior
2017-08-01 05:17:30:702 - [BaseDriver] Capability 'wdaLocalPort' changed from string ('8100') to integer (8100). This may cause unexpected behavior
2017-08-01 05:17:30:702 - [BaseDriver] Capability 'wdaLaunchTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:17:30:703 - [BaseDriver] Capability 'webkitResponseTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:17:30:709 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: --bootstrap-port, --webkit-debug-proxy-port, realDeviceLogger.
2017-08-01 05:17:30:709 - [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
2017-08-01 05:17:30:766 - [BaseDriver] Session created with session id: 392183a7-c1aa-42d5-9005-9a58bb063fec
2017-08-01 05:17:31:036 - [debug] [XCUITest] Xcode version set to '8.3.2'
2017-08-01 05:17:32:451 - [debug] [XCUITest] iOS SDK Version set to '10.3'
2017-08-01 05:17:32:452 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1501564652452 (00:17:32 GMT-0500 (CDT))
2017-08-01 05:17:33:632 - [debug] [XCUITest] Available devices: e5ee9c8a96156422a2a70f3af821f6bf83bd57cb, 08eea757eaea5e75f60970d2c4641faaa0ff8633
2017-08-01 05:17:33:633 - [debug] [XCUITest] Creating iDevice object with udid 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:17:33:635 - [XCUITest] Determining device to run tests on: udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb', real device: true
2017-08-01 05:17:33:636 - [XCUITest] Safari test requested
2017-08-01 05:17:33:636 - [debug] [BaseDriver] Event 'appConfigured' logged at 1501564653636 (00:17:33 GMT-0500 (CDT))
2017-08-01 05:17:33:637 - [debug] [BaseDriver] Event 'resetStarted' logged at 1501564653637 (00:17:33 GMT-0500 (CDT))
2017-08-01 05:17:33:637 - [debug] [XCUITest] Reset: running ios real device reset flow
2017-08-01 05:17:33:638 - [debug] [BaseDriver] Event 'resetComplete' logged at 1501564653638 (00:17:33 GMT-0500 (CDT))
2017-08-01 05:17:33:640 - [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-08-01 05:17:33:641 - [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-08-01 05:17:33:846 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1501564653845 (00:17:33 GMT-0500 (CDT))
2017-08-01 05:17:33:846 - [XCUITest] Setting up real device
2017-08-01 05:17:33:849 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1501564653849 (00:17:33 GMT-0500 (CDT))
2017-08-01 05:17:33:850 - [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:17:33:851 - [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-08-01 05:17:33:852 - [XCUITest] Launching WebDriverAgent on the device
2017-08-01 05:17:33:859 - [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-08-01 05:17:33:861 - [debug] [XCUITest] Killing hanging processes
2017-08-01 05:17:33:999 - [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-08-01 05:17:39:017 - [debug] [XCUITest] Beginning test with command 'xcodebuild test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e5ee9c8a96156422a2a70f3af821f6bf83bd57cb -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:17:39:017 - [debug] [XCUITest] Output from xcodebuild will not be logged
2017-08-01 05:17:39:745 - [debug] [XCUITest] Waiting up to 30000ms for WebDriverAgent to start
2017-08-01 05:17:39:748 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:40:324 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:40:846 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:41:020 - [debug] [XCUITest] Log file for xcodebuild test: /Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/75F8CDF0-0BB0-4C3E-8BC4-DBDA72CD1F3A/Session-WebDriverAgentRunner-2017-08-01_001741-0syuEX.log
2017-08-01 05:17:41:360 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:41:872 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:42:382 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:42:894 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:43:403 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:43:913 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:44:427 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:44:942 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:45:455 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:45:972 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:46:487 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:47:000 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:47:511 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:48:022 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:48:541 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:49:066 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:49:586 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:50:097 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:17:50:135 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.3.3\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.3.3\",\n \"ip\" : \"172.17.240.123\"\n },\n \"build\" : {\n \"time\" : \"Jul 31 2017 06:26:35\"\n }\n },\n \"sessionId\" : \"EDB22480-4CBE-4E25-AFD2-891C3135CD3B\",\n \"status\" : 0\n}"
2017-08-01 05:17:50:136 - [debug] [XCUITest] WebDriverAgent running on ip '172.17.240.123'
2017-08-01 05:17:50:136 - [debug] [XCUITest] WebDriverAgent successfully started after 11117ms
2017-08-01 05:17:50:139 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564670139 (00:17:50 GMT-0500 (CDT))
2017-08-01 05:17:50:139 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:17:50:144 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:17:54:733 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"10.3.3","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:17:54:734 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1501564674734 (00:17:54 GMT-0500 (CDT))
2017-08-01 05:17:54:736 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-08-01 05:17:54:737 - [XCUITest] Setting '555' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-08-01 05:17:54:740 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-hcndtoufcqmlwsegwahfcmsjhyfm'
2017-08-01 05:17:54:743 - [debug] [BaseDriver] Event 'wdaPermsAdjusted' logged at 1501564674743 (00:17:54 GMT-0500 (CDT))
2017-08-01 05:17:54:746 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1501564674746 (00:17:54 GMT-0500 (CDT))
2017-08-01 05:17:54:748 - [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-08-01 05:17:54:754 - [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/orientation] with body: {"orientation":"PORTRAIT"}
2017-08-01 05:17:57:747 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:17:57:748 - [debug] [BaseDriver] Event 'orientationSet' logged at 1501564677747 (00:17:57 GMT-0500 (CDT))
2017-08-01 05:17:57:748 - [debug] [XCUITest] Waiting for initial webview
2017-08-01 05:17:57:749 - [debug] [iOS] Waiting for 3000 ms before navigating to view.
2017-08-01 05:18:00:755 - [debug] [iOS] Navigating to most recently opened webview
2017-08-01 05:18:00:757 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:18:00:758 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:18:00:760 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:18:00:761 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:18:00:776 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/1","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/1","appId":"PID:868"}]
2017-08-01 05:18:00:779 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:18:00:780 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:18:00:780 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:18:00:781 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:18:00:789 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/1","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/1","appId":"PID:868"}]
2017-08-01 05:18:00:790 - [debug] [iOS] Picking webview 'WEBVIEW_1'
2017-08-01 05:18:00:791 - [debug] [iOS] Attempting to set context to 'WEBVIEW_1'
2017-08-01 05:18:00:810 - [debug] [RemoteDebugger] WebKit debugger web socket connected to url: ws://localhost:27753/devtools/page/1
2017-08-01 05:18:00:813 - [debug] [iOS] Starting performance log on '1'
2017-08-01 05:18:00:817 - [debug] [iOSLog] Starting performance (Timeline) log capture
2017-08-01 05:18:00:819 - [debug] [RemoteDebugger] Starting to record the timeline
2017-08-01 05:18:00:821 - [debug] [RemoteDebugger] Unregistering from page readiness notifications
2017-08-01 05:18:00:822 - [debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1501564680821 (00:18:00 GMT-0500 (CDT))
2017-08-01 05:18:00:823 - [Appium] New XCUITestDriver session created successfully, session 392183a7-c1aa-42d5-9005-9a58bb063fec added to master session list
(node:1968) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): TypeError: Cannot read property 'setTimelineEventHandler' of undefined
(node:1968) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
2017-08-01 05:18:00:880 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1501564680879 (00:18:00 GMT-0500 (CDT))
2017-08-01 05:18:00:880 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"Safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000"}
2017-08-01 05:18:00:883 - [HTTP] <-- POST /wd/hub/session 200 30197 ms - 827
2017-08-01 05:18:05:933 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:05:935 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:05:936 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:05:958 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:05:959 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:05:962 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 28 ms - 76
2017-08-01 05:18:05:967 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:05:968 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:05:968 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:05:973 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:05:974 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:05:979 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 8 ms - 76
2017-08-01 05:18:05:980 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:05:980 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:05:981 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:05:987 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:05:988 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:05:990 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 9 ms - 76
2017-08-01 05:18:06:006 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:06:007 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:06:007 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:06:017 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:06:018 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:06:020 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:06:020 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:06:076 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":1}
2017-08-01 05:18:06:076 - [debug] [RemoteDebugger] Found handler for message '1'
2017-08-01 05:18:06:080 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:06:081 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:06:084 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 76 ms - 82
2017-08-01 05:18:06:102 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:06:103 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:06:103 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:06:109 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:06:111 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:06:116 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 9 ms - 76
2017-08-01 05:18:06:120 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:06:120 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:06:120 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:06:122 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:06:123 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:06:124 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:18:06:128 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:06:132 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:06:133 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:06:142 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:06:144 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:06:146 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 17 ms - 76
2017-08-01 05:18:06:151 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:06:152 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:06:152 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:06:155 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:06:155 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:06:155 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:06:155 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:06:179 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":2}
2017-08-01 05:18:06:179 - [debug] [RemoteDebugger] Found handler for message '2'
2017-08-01 05:18:06:180 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:06:184 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:06:185 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 33 ms - 82
2017-08-01 05:18:06:202 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {"url":"https://qa.applications.marykayintouch.com/login/login.aspx"}
2017-08-01 05:18:06:203 - [debug] [MJSONWP] Calling AppiumDriver.setUrl() with args: ["https://qa.applications.marykayintouch.com/login/login.aspx","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:06:203 - [debug] [XCUITest] Executing command 'setUrl'
2017-08-01 05:18:06:208 - [debug] [iOS] Attempting to set url 'https://qa.applications.marykayintouch.com/login/login.aspx'
2017-08-01 05:18:06:209 - [debug] [RemoteDebugger] Navigating to new URL: https://qa.applications.marykayintouch.com/login/login.aspx
2017-08-01 05:18:06:210 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Page.navigate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"url":"https://qa.applications.marykayintouch.com/login/login.as...
2017-08-01 05:18:06:210 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:06:263 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{},"id":3}
2017-08-01 05:18:06:264 - [debug] [RemoteDebugger] Found handler for message '3'
2017-08-01 05:18:06:264 - [debug] [RemoteDebugger] Received page navigated message: {"result":{},"id":3}
2017-08-01 05:18:07:268 - [debug] [RemoteDebugger] Waiting for dom...
2017-08-01 05:18:07:269 - [debug] [RemoteDebugger] Page loaded, verifying whether ready
2017-08-01 05:18:07:770 - [debug] [RemoteDebugger] Not connected to an application. Ignoring page load
2017-08-01 05:18:07:772 - [debug] [MJSONWP] Responding to client with driver.setUrl() result: null
2017-08-01 05:18:07:773 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 1570 ms - 76
2017-08-01 05:18:07:777 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text {}
2017-08-01 05:18:07:781 - [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:07:781 - [debug] [XCUITest] Executing command 'getAlertText'
2017-08-01 05:18:07:796 - [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/alert/text] with no body
2017-08-01 05:18:08:311 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"994C6116-B335-4B5E-B0E2-2EB9E4481E02\",\n \"status\" : 27\n}"
2017-08-01 05:18:08:333 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:08:338 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/elements] with body: {"using":"class name","value":"XCUIElementTypeScrollView"}
2017-08-01 05:18:09:468 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[{"ELEMENT":"CE4CF662-335F-43F7-B88B-E845DFF4CAB9","type":"XCUIElementTypeScrollView","label":null}],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:09:470 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:09:471 - [debug] [JSONWP Proxy] Proxying [POST /element/CE4CF662-335F-43F7-B88B-E845DFF4CAB9/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/CE4CF662-335F-43F7-B88B-E845DFF4CAB9/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:10:776 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:10:777 - [debug] [BaseDriver] Waited for 1306 ms so far
2017-08-01 05:18:11:279 - [debug] [JSONWP Proxy] Proxying [POST /element/CE4CF662-335F-43F7-B88B-E845DFF4CAB9/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/CE4CF662-335F-43F7-B88B-E845DFF4CAB9/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:12:729 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:12:729 - [debug] [BaseDriver] Waited for 3259 ms so far
2017-08-01 05:18:12:782 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text - - ms - -
2017-08-01 05:18:12:785 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text {}
2017-08-01 05:18:12:785 - [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:12:786 - [debug] [XCUITest] Executing command 'getAlertText'
2017-08-01 05:18:13:235 - [debug] [JSONWP Proxy] Proxying [POST /element/CE4CF662-335F-43F7-B88B-E845DFF4CAB9/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/CE4CF662-335F-43F7-B88B-E845DFF4CAB9/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:14:668 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:14:679 - [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/alert/text] with no body
2017-08-01 05:18:15:096 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"994C6116-B335-4B5E-B0E2-2EB9E4481E02\",\n \"status\" : 27\n}"
2017-08-01 05:18:15:098 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:15:100 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/elements] with body: {"using":"class name","value":"XCUIElementTypeScrollView"}
2017-08-01 05:18:16:231 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[{"ELEMENT":"3967D50E-2506-4319-8817-5784EC8C0648","type":"XCUIElementTypeScrollView","label":null}],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:16:239 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:16:242 - [debug] [JSONWP Proxy] Proxying [POST /element/3967D50E-2506-4319-8817-5784EC8C0648/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/3967D50E-2506-4319-8817-5784EC8C0648/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:17:467 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:17:468 - [debug] [BaseDriver] Waited for 1228 ms so far
2017-08-01 05:18:17:973 - [debug] [JSONWP Proxy] Proxying [POST /element/3967D50E-2506-4319-8817-5784EC8C0648/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/3967D50E-2506-4319-8817-5784EC8C0648/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:19:377 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:19:378 - [debug] [BaseDriver] Waited for 3138 ms so far
2017-08-01 05:18:19:880 - [debug] [JSONWP Proxy] Proxying [POST /element/3967D50E-2506-4319-8817-5784EC8C0648/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/3967D50E-2506-4319-8817-5784EC8C0648/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:21:263 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:21:266 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text 500 8481 ms - 158
2017-08-01 05:18:21:285 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:21:286 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:286 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:287 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:21:288 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:290 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 3 ms - 76
2017-08-01 05:18:21:293 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:21:293 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:294 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:296 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:21:297 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:299 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:21:305 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:21:307 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:307 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:316 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:21:317 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:319 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 16 ms - 76
2017-08-01 05:18:21:322 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:21:322 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:323 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:21:326 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:21:327 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:21:327 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:21:327 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:339 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":4}
2017-08-01 05:18:21:339 - [debug] [RemoteDebugger] Found handler for message '4'
2017-08-01 05:18:21:340 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:21:341 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:21:342 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 20 ms - 82
2017-08-01 05:18:21:355 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:18:21:356 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:356 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:18:21:364 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:18:21:364 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:21:365 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:21:365 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:391 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Login\"}"},"wasThrown":false},"id":5}
2017-08-01 05:18:21:391 - [debug] [RemoteDebugger] Found handler for message '5'
2017-08-01 05:18:21:391 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Login"
2017-08-01 05:18:21:392 - [debug] [MJSONWP] Responding to client with driver.title() result: "Login"
2017-08-01 05:18:21:393 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 37 ms - 79
2017-08-01 05:18:21:396 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:21:397 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:397 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:401 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:21:404 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:405 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 9 ms - 76
2017-08-01 05:18:21:408 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:21:409 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:409 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:416 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:21:418 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:423 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 11 ms - 76
2017-08-01 05:18:21:426 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:21:427 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:428 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:431 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:21:432 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:433 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:18:21:438 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:21:438 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:439 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:21:444 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:21:444 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:21:445 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:21:445 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:456 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":6}
2017-08-01 05:18:21:456 - [debug] [RemoteDebugger] Found handler for message '6'
2017-08-01 05:18:21:456 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:21:457 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:21:458 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 20 ms - 82
2017-08-01 05:18:21:462 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:21:462 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:463 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:471 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:21:474 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:475 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 13 ms - 76
2017-08-01 05:18:21:498 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":0}
2017-08-01 05:18:21:498 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:499 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:501 - [debug] [BaseDriver] Set implicit wait to 0ms
2017-08-01 05:18:21:502 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:502 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:21:505 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":0}
2017-08-01 05:18:21:506 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",0,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:506 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:509 - [debug] [iOS] Set async script timeout to 0ms
2017-08-01 05:18:21:510 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:511 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:21:513 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:21:514 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:514 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:520 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:21:520 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:522 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 8 ms - 76
2017-08-01 05:18:21:524 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:21:524 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:525 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:527 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:21:527 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:528 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:18:21:534 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:21:536 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:537 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:544 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:21:547 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:548 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 13 ms - 76
2017-08-01 05:18:21:551 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:21:551 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:552 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:21:557 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:21:557 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:21:557 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:21:557 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:572 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":7}
2017-08-01 05:18:21:572 - [debug] [RemoteDebugger] Found handler for message '7'
2017-08-01 05:18:21:573 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:21:573 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:21:574 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 24 ms - 82
2017-08-01 05:18:21:577 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:21:578 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:578 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:583 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:21:585 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:586 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 9 ms - 76
2017-08-01 05:18:21:590 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":0}
2017-08-01 05:18:21:591 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:591 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:594 - [debug] [BaseDriver] Set implicit wait to 0ms
2017-08-01 05:18:21:595 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:597 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:21:599 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":0}
2017-08-01 05:18:21:600 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",0,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:601 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:603 - [debug] [iOS] Set async script timeout to 0ms
2017-08-01 05:18:21:603 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:607 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:18:21:610 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:21:610 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:610 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:615 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:21:620 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:621 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 11 ms - 76
2017-08-01 05:18:21:624 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:21:625 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:625 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:627 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:21:628 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:629 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:21:632 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:21:633 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:633 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:639 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:21:639 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:641 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 8 ms - 76
2017-08-01 05:18:21:644 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:21:644 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:645 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:21:648 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:21:649 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:21:649 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:21:650 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:666 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":8}
2017-08-01 05:18:21:667 - [debug] [RemoteDebugger] Found handler for message '8'
2017-08-01 05:18:21:668 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:21:669 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:21:673 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 29 ms - 82
2017-08-01 05:18:21:684 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:21:684 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:685 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:688 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:21:689 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:691 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:18:21:694 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:21:694 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:695 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:699 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:21:701 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:701 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 8 ms - 76
2017-08-01 05:18:21:704 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:21:705 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:706 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:713 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:21:713 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:714 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 10 ms - 76
2017-08-01 05:18:21:740 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:21:741 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:742 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:21:746 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:21:746 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:21:746 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:21:746 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:760 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":9}
2017-08-01 05:18:21:760 - [debug] [RemoteDebugger] Found handler for message '9'
2017-08-01 05:18:21:761 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:21:761 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:21:762 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 22 ms - 82
2017-08-01 05:18:21:765 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:21:765 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:766 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:21:769 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:21:769 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:21:770 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:21:773 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:18:21:773 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:774 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:18:21:777 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:18:21:777 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:18:21:777 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:785 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"https://qa.applications.marykayintouch.com/login/login.aspx"},"wasThrown":false},"id":10}
2017-08-01 05:18:21:786 - [debug] [RemoteDebugger] Found handler for message '10'
2017-08-01 05:18:21:787 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "https://qa.applications.marykayintouch.com/login/login.aspx"
2017-08-01 05:18:21:787 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 14 ms - 133
2017-08-01 05:18:21:790 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:18:21:791 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:791 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:18:21:795 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:18:21:795 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:21:795 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:21:796 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:824 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Login\"}"},"wasThrown":false},"id":11}
2017-08-01 05:18:21:825 - [debug] [RemoteDebugger] Found handler for message '11'
2017-08-01 05:18:21:825 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Login"
2017-08-01 05:18:21:825 - [debug] [MJSONWP] Responding to client with driver.title() result: "Login"
2017-08-01 05:18:21:826 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 36 ms - 79
2017-08-01 05:18:21:831 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"txtConsultantID"}
2017-08-01 05:18:21:832 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","txtConsultantID","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:833 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:18:21:842 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:18:21:843 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:21:846 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:18:21:847 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:21:847 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:21:848 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:21:923 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564701922\"}}"},"wasThrown":false},"id":12}
2017-08-01 05:18:21:924 - [debug] [RemoteDebugger] Found handler for message '12'
2017-08-01 05:18:21:924 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564701922"}
2017-08-01 05:18:21:927 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5000"}
2017-08-01 05:18:21:928 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 96 ms - 90
2017-08-01 05:18:21:934 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/location_in_view {}
2017-08-01 05:18:21:934 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5000","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:21:934 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:18:21:943 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:18:21:943 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:21:944 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:21:944 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:035 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":35,\"y\":365,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+this.x+\...
2017-08-01 05:18:22:036 - [debug] [RemoteDebugger] Found handler for message '13'
2017-08-01 05:18:22:037 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":35,"y":365}
2017-08-01 05:18:22:037 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":35,"y":365,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:18:22:039 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/location_in_view 200 104 ms - 537
2017-08-01 05:18:22:044 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5000","ELEMENT":"5000"}]}
2017-08-01 05:18:22:044 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5000","ELEMENT":"5000"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:044 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:22:047 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:22:047 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:22:048 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:22:048 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:073 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":14}
2017-08-01 05:18:22:073 - [debug] [RemoteDebugger] Found handler for message '14'
2017-08-01 05:18:22:073 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:18:22:074 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:18:22:074 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 31 ms - 76
2017-08-01 05:18:22:080 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/clear {}
2017-08-01 05:18:22:083 - [debug] [MJSONWP] Calling AppiumDriver.clear() with args: ["5000","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:083 - [debug] [XCUITest] Executing command 'clear'
2017-08-01 05:18:22:095 - [debug] [RemoteDebugger] Executing 'clear' atom in default context
2017-08-01 05:18:22:095 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:22:096 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:22:096 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:186 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":15}
2017-08-01 05:18:22:186 - [debug] [RemoteDebugger] Found handler for message '15'
2017-08-01 05:18:22:187 - [debug] [RemoteDebugger] Received result for atom 'clear' execution: null
2017-08-01 05:18:22:187 - [debug] [MJSONWP] Responding to client with driver.clear() result: null
2017-08-01 05:18:22:188 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/clear 200 108 ms - 76
2017-08-01 05:18:22:191 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/value {"value":["A71301"]}
2017-08-01 05:18:22:192 - [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["A71301"],"5000","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:193 - [debug] [XCUITest] Executing command 'setValue'
2017-08-01 05:18:22:200 - [debug] [RemoteDebugger] Executing 'click' atom in default context
2017-08-01 05:18:22:201 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var k,aa="functio...
2017-08-01 05:18:22:202 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var k,aa=\"functi...
2017-08-01 05:18:22:202 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:279 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":16}
2017-08-01 05:18:22:279 - [debug] [RemoteDebugger] Found handler for message '16'
2017-08-01 05:18:22:280 - [debug] [RemoteDebugger] Received result for atom 'click' execution: null
2017-08-01 05:18:22:282 - [debug] [RemoteDebugger] Executing 'type' atom in default context
2017-08-01 05:18:22:283 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:22:286 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:22:287 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:347 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":17}
2017-08-01 05:18:22:347 - [debug] [RemoteDebugger] Found handler for message '17'
2017-08-01 05:18:22:349 - [debug] [RemoteDebugger] Received result for atom 'type' execution: null
2017-08-01 05:18:22:349 - [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-08-01 05:18:22:351 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/value 200 158 ms - 76
2017-08-01 05:18:22:355 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/value {"value":[""]}
2017-08-01 05:18:22:356 - [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [[""],"5000","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:357 - [debug] [XCUITest] Executing command 'setValue'
2017-08-01 05:18:22:364 - [debug] [RemoteDebugger] Executing 'click' atom in default context
2017-08-01 05:18:22:364 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var k,aa="functio...
2017-08-01 05:18:22:365 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var k,aa=\"functi...
2017-08-01 05:18:22:365 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:401 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":18}
2017-08-01 05:18:22:401 - [debug] [RemoteDebugger] Found handler for message '18'
2017-08-01 05:18:22:401 - [debug] [RemoteDebugger] Received result for atom 'click' execution: null
2017-08-01 05:18:22:402 - [debug] [RemoteDebugger] Executing 'type' atom in default context
2017-08-01 05:18:22:402 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:22:403 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:22:403 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:444 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":19}
2017-08-01 05:18:22:444 - [debug] [RemoteDebugger] Found handler for message '19'
2017-08-01 05:18:22:446 - [debug] [RemoteDebugger] Received result for atom 'type' execution: null
2017-08-01 05:18:22:447 - [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-08-01 05:18:22:450 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/value 200 93 ms - 76
2017-08-01 05:18:22:453 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/attribute/value {}
2017-08-01 05:18:22:453 - [debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["value","5000","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:454 - [debug] [XCUITest] Executing command 'getAttribute'
2017-08-01 05:18:22:465 - [debug] [RemoteDebugger] Executing 'get_attribute_value' atom in default context
2017-08-01 05:18:22:466 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:22:468 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:22:469 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:496 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"A71301\"}"},"wasThrown":false},"id":20}
2017-08-01 05:18:22:500 - [debug] [RemoteDebugger] Found handler for message '20'
2017-08-01 05:18:22:501 - [debug] [RemoteDebugger] Received result for atom 'get_attribute_value' execution: "A71301"
2017-08-01 05:18:22:502 - [debug] [MJSONWP] Responding to client with driver.getAttribute() result: "A71301"
2017-08-01 05:18:22:503 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5000/attribute/value 200 50 ms - 80
2017-08-01 05:18:22:526 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:22:528 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:529 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:22:535 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:22:536 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:22:536 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 10 ms - 76
2017-08-01 05:18:22:540 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:22:546 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:547 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:22:551 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:22:555 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:22:567 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 16 ms - 76
2017-08-01 05:18:22:569 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:22:570 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:570 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:22:574 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:22:576 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:22:577 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:18:22:582 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:22:584 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:585 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:22:591 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:22:598 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:22:599 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:22:599 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:609 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":21}
2017-08-01 05:18:22:609 - [debug] [RemoteDebugger] Found handler for message '21'
2017-08-01 05:18:22:610 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:22:612 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:22:613 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 31 ms - 82
2017-08-01 05:18:22:636 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:22:636 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:636 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:22:639 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:22:643 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:22:644 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 8 ms - 76
2017-08-01 05:18:22:647 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:22:648 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:648 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:22:651 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:22:651 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:22:652 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:18:22:654 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:22:654 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:654 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:22:658 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:22:659 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:22:665 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 10 ms - 76
2017-08-01 05:18:22:672 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:22:675 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:675 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:22:678 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:22:679 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:22:679 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:22:679 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:692 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":22}
2017-08-01 05:18:22:692 - [debug] [RemoteDebugger] Found handler for message '22'
2017-08-01 05:18:22:693 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:22:693 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:22:694 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 22 ms - 82
2017-08-01 05:18:22:698 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:22:699 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:699 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:22:701 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:22:702 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:22:702 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:22:716 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:18:22:717 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:717 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:18:22:721 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:18:22:721 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:18:22:721 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:729 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"https://qa.applications.marykayintouch.com/login/login.aspx"},"wasThrown":false},"id":23}
2017-08-01 05:18:22:729 - [debug] [RemoteDebugger] Found handler for message '23'
2017-08-01 05:18:22:732 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "https://qa.applications.marykayintouch.com/login/login.aspx"
2017-08-01 05:18:22:733 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 16 ms - 133
2017-08-01 05:18:22:736 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:18:22:736 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:736 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:18:22:743 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:18:22:744 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:22:745 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:22:745 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:770 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Login\"}"},"wasThrown":false},"id":24}
2017-08-01 05:18:22:770 - [debug] [RemoteDebugger] Found handler for message '24'
2017-08-01 05:18:22:771 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Login"
2017-08-01 05:18:22:772 - [debug] [MJSONWP] Responding to client with driver.title() result: "Login"
2017-08-01 05:18:22:773 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 37 ms - 79
2017-08-01 05:18:22:776 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"txtPassword"}
2017-08-01 05:18:22:776 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","txtPassword","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:777 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:18:22:780 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:18:22:780 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:22:782 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:18:22:783 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:22:784 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:22:785 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:853 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564701923\"}}"},"wasThrown":false},"id":25}
2017-08-01 05:18:22:853 - [debug] [RemoteDebugger] Found handler for message '25'
2017-08-01 05:18:22:854 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564701923"}
2017-08-01 05:18:22:854 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5001"}
2017-08-01 05:18:22:855 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 79 ms - 90
2017-08-01 05:18:22:868 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/location_in_view {}
2017-08-01 05:18:22:869 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5001","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:869 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:18:22:874 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:18:22:875 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:22:875 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:22:876 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:22:967 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":35,\"y\":437,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+this.x+\...
2017-08-01 05:18:22:967 - [debug] [RemoteDebugger] Found handler for message '26'
2017-08-01 05:18:22:968 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":35,"y":437}
2017-08-01 05:18:22:969 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":35,"y":437,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:18:22:970 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/location_in_view 200 101 ms - 537
2017-08-01 05:18:22:974 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5001","ELEMENT":"5001"}]}
2017-08-01 05:18:22:975 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5001","ELEMENT":"5001"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:22:975 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:22:978 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:22:978 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:22:979 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:22:980 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:23:016 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":27}
2017-08-01 05:18:23:019 - [debug] [RemoteDebugger] Found handler for message '27'
2017-08-01 05:18:23:019 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:18:23:021 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:18:23:022 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 47 ms - 76
2017-08-01 05:18:23:030 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/clear {}
2017-08-01 05:18:23:030 - [debug] [MJSONWP] Calling AppiumDriver.clear() with args: ["5001","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:23:031 - [debug] [XCUITest] Executing command 'clear'
2017-08-01 05:18:23:035 - [debug] [RemoteDebugger] Executing 'clear' atom in default context
2017-08-01 05:18:23:035 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:23:036 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:23:036 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:23:125 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":28}
2017-08-01 05:18:23:125 - [debug] [RemoteDebugger] Found handler for message '28'
2017-08-01 05:18:23:126 - [debug] [RemoteDebugger] Received result for atom 'clear' execution: null
2017-08-01 05:18:23:128 - [debug] [MJSONWP] Responding to client with driver.clear() result: null
2017-08-01 05:18:23:129 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/clear 200 99 ms - 76
2017-08-01 05:18:23:137 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/value {"value":["Q16q@mki"]}
2017-08-01 05:18:23:138 - [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["Q16q@mki"],"5001","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:23:138 - [debug] [XCUITest] Executing command 'setValue'
2017-08-01 05:18:23:151 - [debug] [RemoteDebugger] Executing 'click' atom in default context
2017-08-01 05:18:23:155 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var k,aa="functio...
2017-08-01 05:18:23:158 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var k,aa=\"functi...
2017-08-01 05:18:23:159 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:23:254 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":29}
2017-08-01 05:18:23:255 - [debug] [RemoteDebugger] Found handler for message '29'
2017-08-01 05:18:23:256 - [debug] [RemoteDebugger] Received result for atom 'click' execution: null
2017-08-01 05:18:23:257 - [debug] [RemoteDebugger] Executing 'type' atom in default context
2017-08-01 05:18:23:261 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:23:268 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:23:269 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:23:356 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":30}
2017-08-01 05:18:23:357 - [debug] [RemoteDebugger] Found handler for message '30'
2017-08-01 05:18:23:357 - [debug] [RemoteDebugger] Received result for atom 'type' execution: null
2017-08-01 05:18:23:364 - [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-08-01 05:18:23:365 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/value 200 228 ms - 76
2017-08-01 05:18:23:374 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/value {"value":[""]}
2017-08-01 05:18:23:375 - [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [[""],"5001","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:23:376 - [debug] [XCUITest] Executing command 'setValue'
2017-08-01 05:18:23:389 - [debug] [RemoteDebugger] Executing 'click' atom in default context
2017-08-01 05:18:23:393 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var k,aa="functio...
2017-08-01 05:18:23:398 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var k,aa=\"functi...
2017-08-01 05:18:23:399 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:23:445 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":31}
2017-08-01 05:18:23:445 - [debug] [RemoteDebugger] Found handler for message '31'
2017-08-01 05:18:23:447 - [debug] [RemoteDebugger] Received result for atom 'click' execution: null
2017-08-01 05:18:23:449 - [debug] [RemoteDebugger] Executing 'type' atom in default context
2017-08-01 05:18:23:456 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:23:471 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:23:471 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:23:534 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":32}
2017-08-01 05:18:23:534 - [debug] [RemoteDebugger] Found handler for message '32'
2017-08-01 05:18:23:535 - [debug] [RemoteDebugger] Received result for atom 'type' execution: null
2017-08-01 05:18:23:537 - [debug] [MJSONWP] Responding to client with driver.setValue() result: null
2017-08-01 05:18:23:538 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/value 200 164 ms - 76
2017-08-01 05:18:23:545 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/attribute/value {}
2017-08-01 05:18:23:545 - [debug] [MJSONWP] Calling AppiumDriver.getAttribute() with args: ["value","5001","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:23:546 - [debug] [XCUITest] Executing command 'getAttribute'
2017-08-01 05:18:23:585 - [debug] [RemoteDebugger] Executing 'get_attribute_value' atom in default context
2017-08-01 05:18:23:587 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:23:591 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:23:592 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:23:638 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Q16q@mki\"}"},"wasThrown":false},"id":33}
2017-08-01 05:18:23:638 - [debug] [RemoteDebugger] Found handler for message '33'
2017-08-01 05:18:23:639 - [debug] [RemoteDebugger] Received result for atom 'get_attribute_value' execution: "Q16q@mki"
2017-08-01 05:18:23:663 - [debug] [MJSONWP] Responding to client with driver.getAttribute() result: "Q16q@mki"
2017-08-01 05:18:23:665 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5001/attribute/value 200 120 ms - 82
2017-08-01 05:18:23:672 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:23:673 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:23:675 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:23:726 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:23:735 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:23:736 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 63 ms - 76
2017-08-01 05:18:23:750 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:23:751 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:23:751 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:23:804 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:23:856 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:23:862 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 107 ms - 76
2017-08-01 05:18:23:868 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:23:870 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:23:870 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:23:906 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:23:918 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:23:921 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 52 ms - 76
2017-08-01 05:18:23:925 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:23:931 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:23:935 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:23:961 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:23:990 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:23:991 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:23:991 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:009 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":34}
2017-08-01 05:18:24:009 - [debug] [RemoteDebugger] Found handler for message '34'
2017-08-01 05:18:24:012 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:24:012 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:24:015 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 88 ms - 82
2017-08-01 05:18:24:019 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:24:020 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:020 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:022 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:24:022 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:024 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:18:24:032 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:24:034 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:035 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:038 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:24:040 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:041 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 13 ms - 76
2017-08-01 05:18:24:044 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:24:045 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:045 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:048 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:24:048 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:050 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:24:052 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:24:053 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:053 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:24:058 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:24:058 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:24:058 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:24:058 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:077 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":35}
2017-08-01 05:18:24:077 - [debug] [RemoteDebugger] Found handler for message '35'
2017-08-01 05:18:24:078 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:24:079 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:24:080 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 27 ms - 82
2017-08-01 05:18:24:104 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:24:104 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:105 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:117 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:24:118 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:119 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 15 ms - 76
2017-08-01 05:18:24:122 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:18:24:122 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:122 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:18:24:126 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:18:24:127 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:18:24:127 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:139 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"https://qa.applications.marykayintouch.com/login/login.aspx"},"wasThrown":false},"id":36}
2017-08-01 05:18:24:139 - [debug] [RemoteDebugger] Found handler for message '36'
2017-08-01 05:18:24:140 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "https://qa.applications.marykayintouch.com/login/login.aspx"
2017-08-01 05:18:24:140 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 19 ms - 133
2017-08-01 05:18:24:143 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:18:24:143 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:144 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:18:24:149 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:18:24:149 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:24:150 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:24:150 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:176 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Login\"}"},"wasThrown":false},"id":37}
2017-08-01 05:18:24:176 - [debug] [RemoteDebugger] Found handler for message '37'
2017-08-01 05:18:24:177 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Login"
2017-08-01 05:18:24:177 - [debug] [MJSONWP] Responding to client with driver.title() result: "Login"
2017-08-01 05:18:24:178 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 35 ms - 79
2017-08-01 05:18:24:185 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"btnSubmit"}
2017-08-01 05:18:24:186 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","btnSubmit","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:186 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:18:24:188 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:18:24:189 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:24:189 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:18:24:189 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:18:24:190 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:18:24:190 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:256 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564701924\"}}"},"wasThrown":false},"id":38}
2017-08-01 05:18:24:256 - [debug] [RemoteDebugger] Found handler for message '38'
2017-08-01 05:18:24:256 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564701924"}
2017-08-01 05:18:24:257 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5002"}
2017-08-01 05:18:24:258 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 72 ms - 90
2017-08-01 05:18:24:260 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5002/location_in_view {}
2017-08-01 05:18:24:261 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5002","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:261 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:18:24:265 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:18:24:270 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:18:24:271 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:18:24:271 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:355 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":258.828125,\"y\":495,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+...
2017-08-01 05:18:24:355 - [debug] [RemoteDebugger] Found handler for message '39'
2017-08-01 05:18:24:356 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":258.828125,"y":495}
2017-08-01 05:18:24:356 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":258.828125,"y":495,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:18:24:357 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5002/location_in_view 200 97 ms - 545
2017-08-01 05:18:24:361 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5002","ELEMENT":"5002"}]}
2017-08-01 05:18:24:361 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5002","ELEMENT":"5002"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:361 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:24:364 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:24:364 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:24:365 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:24:365 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:401 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":40}
2017-08-01 05:18:24:401 - [debug] [RemoteDebugger] Found handler for message '40'
2017-08-01 05:18:24:402 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:18:24:404 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:18:24:407 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 45 ms - 76
2017-08-01 05:18:24:410 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:18:24:414 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:415 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:18:24:421 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:18:24:421 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:18:24:422 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:430 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"https://qa.applications.marykayintouch.com/login/login.aspx"},"wasThrown":false},"id":41}
2017-08-01 05:18:24:430 - [debug] [RemoteDebugger] Found handler for message '41'
2017-08-01 05:18:24:431 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "https://qa.applications.marykayintouch.com/login/login.aspx"
2017-08-01 05:18:24:432 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 21 ms - 133
2017-08-01 05:18:24:452 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5002/click {}
2017-08-01 05:18:24:453 - [debug] [MJSONWP] Calling AppiumDriver.click() with args: ["5002","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:453 - [debug] [XCUITest] Executing command 'click'
2017-08-01 05:18:24:456 - [debug] [RemoteDebugger] Executing 'click' atom in default context
2017-08-01 05:18:24:456 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var k,aa="functio...
2017-08-01 05:18:24:457 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var k,aa=\"functi...
2017-08-01 05:18:24:457 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:604 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":42}
2017-08-01 05:18:24:604 - [debug] [RemoteDebugger] Found handler for message '42'
2017-08-01 05:18:24:604 - [debug] [RemoteDebugger] Received result for atom 'click' execution: null
2017-08-01 05:18:24:605 - [debug] [MJSONWP] Responding to client with driver.click() result: null
2017-08-01 05:18:24:606 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5002/click 200 153 ms - 76
2017-08-01 05:18:24:608 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:24:609 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:609 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:612 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:24:613 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:614 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:24:616 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:24:617 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:617 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:621 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:24:622 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:623 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:18:24:625 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:24:626 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:626 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:629 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:24:629 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:630 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:24:642 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:24:643 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:643 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:24:648 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:24:648 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:24:648 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:24:649 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:731 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":43}
2017-08-01 05:18:24:731 - [debug] [RemoteDebugger] Found handler for message '43'
2017-08-01 05:18:24:734 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:24:735 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:24:736 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 93 ms - 82
2017-08-01 05:18:24:739 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:24:740 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:741 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:743 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:24:743 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:744 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:24:747 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:24:748 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:749 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:752 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:24:753 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:753 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:18:24:756 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:24:756 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:757 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:24:759 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:24:759 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:24:760 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:18:24:763 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:24:764 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:24:764 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:24:769 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:24:769 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:24:770 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:24:770 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:24:781 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":44}
2017-08-01 05:18:24:781 - [debug] [RemoteDebugger] Found handler for message '44'
2017-08-01 05:18:24:782 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:24:783 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:24:784 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 21 ms - 82
2017-08-01 05:18:30:872 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:30:873 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:30:873 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:30:876 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:30:876 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:30:877 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:30:880 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:30:880 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:30:881 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:30:885 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:30:885 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:30:886 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:18:30:889 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:30:889 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:30:890 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:30:892 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:30:892 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:30:894 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:18:30:913 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:30:913 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:30:914 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:30:918 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:30:919 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:30:919 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:30:919 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:30:930 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":45}
2017-08-01 05:18:30:931 - [debug] [RemoteDebugger] Found handler for message '45'
2017-08-01 05:18:30:931 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:30:932 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:30:932 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 19 ms - 82
2017-08-01 05:18:30:939 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {"url":"http://qa.esuite.marykayintouch.com/PWSManager"}
2017-08-01 05:18:30:939 - [debug] [MJSONWP] Calling AppiumDriver.setUrl() with args: ["http://qa.esuite.marykayintouch.com/PWSManager","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:30:940 - [debug] [XCUITest] Executing command 'setUrl'
2017-08-01 05:18:30:944 - [debug] [iOS] Attempting to set url 'http://qa.esuite.marykayintouch.com/PWSManager'
2017-08-01 05:18:30:944 - [debug] [RemoteDebugger] Navigating to new URL: http://qa.esuite.marykayintouch.com/PWSManager
2017-08-01 05:18:30:945 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Page.navigate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"url":"http://qa.esuite.marykayintouch.com/PWSManager"}}
2017-08-01 05:18:30:945 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:30:978 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{},"id":46}
2017-08-01 05:18:30:978 - [debug] [RemoteDebugger] Found handler for message '46'
2017-08-01 05:18:30:979 - [debug] [RemoteDebugger] Received page navigated message: {"result":{},"id":46}
2017-08-01 05:18:31:984 - [debug] [RemoteDebugger] Waiting for dom...
2017-08-01 05:18:31:984 - [debug] [RemoteDebugger] Page loaded, verifying whether ready
2017-08-01 05:18:32:486 - [debug] [RemoteDebugger] Not connected to an application. Ignoring page load
2017-08-01 05:18:32:487 - [debug] [MJSONWP] Responding to client with driver.setUrl() result: null
2017-08-01 05:18:32:488 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 1549 ms - 76
2017-08-01 05:18:32:490 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text {}
2017-08-01 05:18:32:491 - [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:32:491 - [debug] [XCUITest] Executing command 'getAlertText'
2017-08-01 05:18:32:500 - [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/alert/text] with no body
2017-08-01 05:18:33:039 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"994C6116-B335-4B5E-B0E2-2EB9E4481E02\",\n \"status\" : 27\n}"
2017-08-01 05:18:33:040 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:33:041 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/elements] with body: {"using":"class name","value":"XCUIElementTypeScrollView"}
2017-08-01 05:18:34:196 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[{"ELEMENT":"7D5C1355-45FC-481C-8345-B5CB0521CEDA","type":"XCUIElementTypeScrollView","label":null}],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:34:197 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:34:199 - [debug] [JSONWP Proxy] Proxying [POST /element/7D5C1355-45FC-481C-8345-B5CB0521CEDA/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/7D5C1355-45FC-481C-8345-B5CB0521CEDA/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:36:904 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:36:905 - [debug] [BaseDriver] Waited for 2708 ms so far
2017-08-01 05:18:37:407 - [debug] [JSONWP Proxy] Proxying [POST /element/7D5C1355-45FC-481C-8345-B5CB0521CEDA/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/7D5C1355-45FC-481C-8345-B5CB0521CEDA/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:37:496 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text - - ms - -
2017-08-01 05:18:37:499 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text {}
2017-08-01 05:18:37:500 - [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:37:500 - [debug] [XCUITest] Executing command 'getAlertText'
2017-08-01 05:18:39:455 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:39:460 - [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/alert/text] with no body
2017-08-01 05:18:40:124 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"994C6116-B335-4B5E-B0E2-2EB9E4481E02\",\n \"status\" : 27\n}"
2017-08-01 05:18:40:125 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:40:126 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/elements] with body: {"using":"class name","value":"XCUIElementTypeScrollView"}
2017-08-01 05:18:41:886 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[{"ELEMENT":"FA07E517-BBF0-4F68-9E35-22B5B9B63E35","type":"XCUIElementTypeScrollView","label":null}],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:41:887 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:41:888 - [debug] [JSONWP Proxy] Proxying [POST /element/FA07E517-BBF0-4F68-9E35-22B5B9B63E35/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/FA07E517-BBF0-4F68-9E35-22B5B9B63E35/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:43:818 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:43:818 - [debug] [BaseDriver] Waited for 1931 ms so far
2017-08-01 05:18:44:323 - [debug] [JSONWP Proxy] Proxying [POST /element/FA07E517-BBF0-4F68-9E35-22B5B9B63E35/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/FA07E517-BBF0-4F68-9E35-22B5B9B63E35/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:46:375 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:46:376 - [debug] [BaseDriver] Waited for 4489 ms so far
2017-08-01 05:18:46:881 - [debug] [JSONWP Proxy] Proxying [POST /element/FA07E517-BBF0-4F68-9E35-22B5B9B63E35/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/FA07E517-BBF0-4F68-9E35-22B5B9B63E35/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:48:934 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:48:936 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text 500 11437 ms - 158
2017-08-01 05:18:48:962 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/cookie {"cookie":{"name":"splash_page_bypass","value":"true","secure":false,"httpOnly":false}}
2017-08-01 05:18:48:963 - [debug] [MJSONWP] Calling AppiumDriver.setCookie() with args: [{"name":"splash_page_bypass","value":"true","secure":false,"httpOnly":false},"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:48:963 - [debug] [XCUITest] Executing command 'setCookie'
2017-08-01 05:18:48:967 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:48:967 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:48:967 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:48:968 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:48:988 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":47}
2017-08-01 05:18:48:988 - [debug] [RemoteDebugger] Found handler for message '47'
2017-08-01 05:18:48:989 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:18:48:989 - [debug] [MJSONWP] Responding to client with driver.setCookie() result: null
2017-08-01 05:18:48:990 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/cookie 200 28 ms - 76
2017-08-01 05:18:49:003 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:18:49:004 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:49:005 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:49:007 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:18:49:008 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:49:008 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:49:011 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:18:49:012 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:49:012 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:49:015 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:18:49:015 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:49:016 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:18:49:019 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:18:49:019 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:49:019 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:18:49:023 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:18:49:024 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:18:49:025 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:18:49:028 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:18:49:028 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:49:028 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:18:49:034 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:18:49:034 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:18:49:034 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:18:49:035 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:49:042 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":48}
2017-08-01 05:18:49:042 - [debug] [RemoteDebugger] Found handler for message '48'
2017-08-01 05:18:49:043 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:18:49:043 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:18:49:044 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 16 ms - 82
2017-08-01 05:18:49:048 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {"url":"http://qa.esuite.marykayintouch.com/PWSManager"}
2017-08-01 05:18:49:051 - [debug] [MJSONWP] Calling AppiumDriver.setUrl() with args: ["http://qa.esuite.marykayintouch.com/PWSManager","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:49:051 - [debug] [XCUITest] Executing command 'setUrl'
2017-08-01 05:18:49:056 - [debug] [iOS] Attempting to set url 'http://qa.esuite.marykayintouch.com/PWSManager'
2017-08-01 05:18:49:056 - [debug] [RemoteDebugger] Navigating to new URL: http://qa.esuite.marykayintouch.com/PWSManager
2017-08-01 05:18:49:056 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Page.navigate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"url":"http://qa.esuite.marykayintouch.com/PWSManager"}}
2017-08-01 05:18:49:057 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:18:49:082 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{},"id":49}
2017-08-01 05:18:49:082 - [debug] [RemoteDebugger] Found handler for message '49'
2017-08-01 05:18:49:083 - [debug] [RemoteDebugger] Received page navigated message: {"result":{},"id":49}
2017-08-01 05:18:50:084 - [debug] [RemoteDebugger] Waiting for dom...
2017-08-01 05:18:50:084 - [debug] [RemoteDebugger] Page loaded, verifying whether ready
2017-08-01 05:18:50:589 - [debug] [RemoteDebugger] Not connected to an application. Ignoring page load
2017-08-01 05:18:50:590 - [debug] [MJSONWP] Responding to client with driver.setUrl() result: null
2017-08-01 05:18:50:591 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 1542 ms - 76
2017-08-01 05:18:50:593 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text {}
2017-08-01 05:18:50:594 - [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:50:594 - [debug] [XCUITest] Executing command 'getAlertText'
2017-08-01 05:18:50:599 - [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/alert/text] with no body
2017-08-01 05:18:51:496 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"994C6116-B335-4B5E-B0E2-2EB9E4481E02\",\n \"status\" : 27\n}"
2017-08-01 05:18:51:497 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:51:499 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/elements] with body: {"using":"class name","value":"XCUIElementTypeScrollView"}
2017-08-01 05:18:53:246 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[{"ELEMENT":"E1A8FFD8-0EDE-4A05-BD67-9D954A6F105A","type":"XCUIElementTypeScrollView","label":null}],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:53:247 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:18:53:248 - [debug] [JSONWP Proxy] Proxying [POST /element/E1A8FFD8-0EDE-4A05-BD67-9D954A6F105A/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/E1A8FFD8-0EDE-4A05-BD67-9D954A6F105A/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:55:082 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:55:083 - [debug] [BaseDriver] Waited for 1835 ms so far
2017-08-01 05:18:55:587 - [debug] [JSONWP Proxy] Proxying [POST /element/E1A8FFD8-0EDE-4A05-BD67-9D954A6F105A/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/E1A8FFD8-0EDE-4A05-BD67-9D954A6F105A/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:18:55:593 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text - - ms - -
2017-08-01 05:18:55:597 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text {}
2017-08-01 05:18:55:598 - [debug] [MJSONWP] Calling AppiumDriver.getAlertText() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:18:55:598 - [debug] [XCUITest] Executing command 'getAlertText'
2017-08-01 05:18:57:662 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:18:57:663 - [debug] [BaseDriver] Waited for 4415 ms so far
2017-08-01 05:18:58:165 - [debug] [JSONWP Proxy] Proxying [POST /element/E1A8FFD8-0EDE-4A05-BD67-9D954A6F105A/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/E1A8FFD8-0EDE-4A05-BD67-9D954A6F105A/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:19:00:284 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:19:00:288 - [debug] [JSONWP Proxy] Proxying [GET /alert/text] to [GET http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/alert/text] with no body
2017-08-01 05:19:00:947 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"994C6116-B335-4B5E-B0E2-2EB9E4481E02\",\n \"status\" : 27\n}"
2017-08-01 05:19:00:948 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:00:950 - [debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/elements] with body: {"using":"class name","value":"XCUIElementTypeScrollView"}
2017-08-01 05:19:02:749 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[{"ELEMENT":"433EA677-DFD3-4E98-9931-8ADFDAF0A95C","type":"XCUIElementTypeScrollView","label":null}],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:19:02:750 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:02:751 - [debug] [JSONWP Proxy] Proxying [POST /element/433EA677-DFD3-4E98-9931-8ADFDAF0A95C/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/433EA677-DFD3-4E98-9931-8ADFDAF0A95C/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:19:04:626 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:19:04:627 - [debug] [BaseDriver] Waited for 1877 ms so far
2017-08-01 05:19:05:130 - [debug] [JSONWP Proxy] Proxying [POST /element/433EA677-DFD3-4E98-9931-8ADFDAF0A95C/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/433EA677-DFD3-4E98-9931-8ADFDAF0A95C/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:19:07:162 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:19:07:163 - [debug] [BaseDriver] Waited for 4412 ms so far
2017-08-01 05:19:07:667 - [debug] [JSONWP Proxy] Proxying [POST /element/433EA677-DFD3-4E98-9931-8ADFDAF0A95C/elements] to [POST http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02/element/433EA677-DFD3-4E98-9931-8ADFDAF0A95C/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2017-08-01 05:19:09:766 - [debug] [JSONWP Proxy] Got response with status 200: {"value":[],"sessionId":"994C6116-B335-4B5E-B0E2-2EB9E4481E02","status":0}
2017-08-01 05:19:09:771 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/alert_text 500 14173 ms - 158
2017-08-01 05:19:09:792 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:09:793 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:794 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:09:795 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:09:796 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:09:798 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:09:803 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:09:804 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:805 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:09:839 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:09:840 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:09:845 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 40 ms - 76
2017-08-01 05:19:09:848 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:09:850 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:850 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:09:856 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:09:857 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:09:859 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 10 ms - 76
2017-08-01 05:19:09:864 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:09:865 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:866 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:09:872 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:09:873 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:09:874 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:09:874 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:09:903 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":50}
2017-08-01 05:19:09:903 - [debug] [RemoteDebugger] Found handler for message '50'
2017-08-01 05:19:09:904 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:09:905 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:09:906 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 42 ms - 82
2017-08-01 05:19:09:911 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:09:911 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:911 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:09:921 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:09:921 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:09:922 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:09:922 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:09:941 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":51}
2017-08-01 05:19:09:941 - [debug] [RemoteDebugger] Found handler for message '51'
2017-08-01 05:19:09:942 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:09:942 - [debug] [MJSONWP] Responding to client with driver.title() result: "MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:09:943 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 32 ms - 127
2017-08-01 05:19:09:946 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:09:947 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:947 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:09:950 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:09:951 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:09:952 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:09:954 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:09:955 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:955 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:09:959 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:09:959 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:09:961 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:09:970 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:09:972 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:972 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:09:980 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:09:980 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:09:981 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 10 ms - 76
2017-08-01 05:19:09:983 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:09:984 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:09:984 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:09:987 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:09:988 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:09:988 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:09:989 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:09:998 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":52}
2017-08-01 05:19:09:999 - [debug] [RemoteDebugger] Found handler for message '52'
2017-08-01 05:19:09:999 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:10:000 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:10:001 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 17 ms - 82
2017-08-01 05:19:10:005 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:10:007 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:10:007 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:10:010 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:10:010 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:10:011 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:10:014 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":0}
2017-08-01 05:19:10:015 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",0,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:10:015 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:10:017 - [debug] [BaseDriver] Set implicit wait to 0ms
2017-08-01 05:19:10:018 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:10:019 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:10:021 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":0}
2017-08-01 05:19:10:022 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",0,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:10:022 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:10:025 - [debug] [iOS] Set async script timeout to 0ms
2017-08-01 05:19:10:026 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:10:026 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:10:029 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:10:030 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:10:031 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:10:034 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:10:034 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:10:035 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:10:043 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:10:044 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:10:044 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:10:048 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:10:050 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:10:051 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 8 ms - 76
2017-08-01 05:19:10:054 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:10:054 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:10:054 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:10:057 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:10:058 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:10:058 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:10:061 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:10:062 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:10:062 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:10:066 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:10:067 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:10:067 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:10:067 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:10:078 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":53}
2017-08-01 05:19:10:079 - [debug] [RemoteDebugger] Found handler for message '53'
2017-08-01 05:19:10:079 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:10:080 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:10:081 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 19 ms - 82
2017-08-01 05:19:10:084 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"set_bypass_cookie"}
2017-08-01 05:19:10:084 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","set_bypass_cookie","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:10:084 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:10:087 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:10:088 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:10:091 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:10:091 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:10:092 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:10:092 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:10:149 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":54}
2017-08-01 05:19:10:149 - [debug] [RemoteDebugger] Found handler for message '54'
2017-08-01 05:19:10:149 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:10:149 - [debug] [BaseDriver] Waited for 61 ms so far
2017-08-01 05:19:10:655 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:10:655 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:10:657 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:10:657 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:10:700 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":55}
2017-08-01 05:19:10:700 - [debug] [RemoteDebugger] Found handler for message '55'
2017-08-01 05:19:10:701 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:10:701 - [debug] [BaseDriver] Waited for 613 ms so far
2017-08-01 05:19:11:202 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:11:203 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:11:204 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:11:204 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:11:233 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":56}
2017-08-01 05:19:11:233 - [debug] [RemoteDebugger] Found handler for message '56'
2017-08-01 05:19:11:234 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:11:234 - [debug] [BaseDriver] Waited for 1146 ms so far
2017-08-01 05:19:11:736 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:11:737 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:11:737 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:11:738 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:11:791 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":57}
2017-08-01 05:19:11:791 - [debug] [RemoteDebugger] Found handler for message '57'
2017-08-01 05:19:11:792 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:11:792 - [debug] [BaseDriver] Waited for 1704 ms so far
2017-08-01 05:19:12:294 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:12:294 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:12:295 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:12:295 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:12:330 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":58}
2017-08-01 05:19:12:330 - [debug] [RemoteDebugger] Found handler for message '58'
2017-08-01 05:19:12:331 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:12:331 - [debug] [BaseDriver] Waited for 2243 ms so far
2017-08-01 05:19:12:837 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:12:837 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:12:839 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:12:839 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:12:884 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":59}
2017-08-01 05:19:12:884 - [debug] [RemoteDebugger] Found handler for message '59'
2017-08-01 05:19:12:884 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:12:885 - [debug] [BaseDriver] Waited for 2797 ms so far
2017-08-01 05:19:13:386 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:13:386 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:13:387 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:13:388 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:13:420 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":60}
2017-08-01 05:19:13:421 - [debug] [RemoteDebugger] Found handler for message '60'
2017-08-01 05:19:13:421 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:13:422 - [debug] [BaseDriver] Waited for 3334 ms so far
2017-08-01 05:19:13:924 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:13:925 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:13:926 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:13:926 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:13:957 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":61}
2017-08-01 05:19:13:957 - [debug] [RemoteDebugger] Found handler for message '61'
2017-08-01 05:19:13:957 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:13:958 - [debug] [BaseDriver] Waited for 3870 ms so far
2017-08-01 05:19:14:463 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:14:466 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:14:467 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:14:467 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:14:496 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":62}
2017-08-01 05:19:14:496 - [debug] [RemoteDebugger] Found handler for message '62'
2017-08-01 05:19:14:497 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:14:497 - [debug] [BaseDriver] Waited for 4409 ms so far
2017-08-01 05:19:15:000 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:15:000 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:15:002 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:15:002 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:15:043 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":63}
2017-08-01 05:19:15:043 - [debug] [RemoteDebugger] Found handler for message '63'
2017-08-01 05:19:15:043 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:15:044 - [debug] [BaseDriver] Waited for 4956 ms so far
2017-08-01 05:19:15:086 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element - - ms - -
2017-08-01 05:19:15:097 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:15:098 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:15:098 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:15:549 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:15:549 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:15:550 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:15:550 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:15:583 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":64}
2017-08-01 05:19:15:583 - [debug] [RemoteDebugger] Found handler for message '64'
2017-08-01 05:19:15:583 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:15:601 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:15:603 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:15:603 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 506 ms - 76
2017-08-01 05:19:15:607 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:15:608 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:15:608 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:15:611 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:15:611 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:15:613 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:15:615 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:15:615 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:15:616 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:15:626 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:15:627 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:15:627 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 12 ms - 76
2017-08-01 05:19:15:630 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:15:631 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:15:631 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:15:638 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:15:638 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:15:638 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:15:639 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:15:653 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":65}
2017-08-01 05:19:15:653 - [debug] [RemoteDebugger] Found handler for message '65'
2017-08-01 05:19:15:654 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:15:659 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:15:660 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 30 ms - 82
2017-08-01 05:19:15:664 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//div[@class='span12']/h3"}
2017-08-01 05:19:15:664 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//div[@class='span12']/h3","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:15:665 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:15:667 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:15:667 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:15:668 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:15:668 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:15:669 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:15:669 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:15:737 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":66}
2017-08-01 05:19:15:738 - [debug] [RemoteDebugger] Found handler for message '66'
2017-08-01 05:19:15:738 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:15:739 - [debug] [BaseDriver] Waited for 71 ms so far
2017-08-01 05:19:16:242 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:16:243 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:16:244 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:16:245 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:16:279 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":67}
2017-08-01 05:19:16:279 - [debug] [RemoteDebugger] Found handler for message '67'
2017-08-01 05:19:16:280 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:16:280 - [debug] [BaseDriver] Waited for 613 ms so far
2017-08-01 05:19:16:783 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:16:783 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:16:784 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:16:784 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:16:818 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":68}
2017-08-01 05:19:16:818 - [debug] [RemoteDebugger] Found handler for message '68'
2017-08-01 05:19:16:819 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:16:819 - [debug] [BaseDriver] Waited for 1152 ms so far
2017-08-01 05:19:17:324 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:17:325 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:17:325 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:17:326 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:17:377 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":69}
2017-08-01 05:19:17:377 - [debug] [RemoteDebugger] Found handler for message '69'
2017-08-01 05:19:17:378 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:17:378 - [debug] [BaseDriver] Waited for 1711 ms so far
2017-08-01 05:19:17:883 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:17:883 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:17:884 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:17:884 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:17:928 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":70}
2017-08-01 05:19:17:928 - [debug] [RemoteDebugger] Found handler for message '70'
2017-08-01 05:19:17:928 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:17:929 - [debug] [BaseDriver] Waited for 2262 ms so far
2017-08-01 05:19:18:435 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:18:436 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:18:436 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:18:437 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:18:465 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":71}
2017-08-01 05:19:18:465 - [debug] [RemoteDebugger] Found handler for message '71'
2017-08-01 05:19:18:466 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:18:466 - [debug] [BaseDriver] Waited for 2799 ms so far
2017-08-01 05:19:18:969 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:18:969 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:18:976 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:18:976 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:19:014 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":72}
2017-08-01 05:19:19:014 - [debug] [RemoteDebugger] Found handler for message '72'
2017-08-01 05:19:19:014 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:19:015 - [debug] [BaseDriver] Waited for 3347 ms so far
2017-08-01 05:19:19:519 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:19:519 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:19:524 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:19:524 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:19:564 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":73}
2017-08-01 05:19:19:564 - [debug] [RemoteDebugger] Found handler for message '73'
2017-08-01 05:19:19:564 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:19:565 - [debug] [BaseDriver] Waited for 3898 ms so far
2017-08-01 05:19:20:067 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:20:067 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:20:070 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:20:070 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:20:112 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":74}
2017-08-01 05:19:20:112 - [debug] [RemoteDebugger] Found handler for message '74'
2017-08-01 05:19:20:112 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:20:113 - [debug] [BaseDriver] Waited for 4446 ms so far
2017-08-01 05:19:20:615 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:20:615 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:20:618 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:20:619 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:20:658 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":75}
2017-08-01 05:19:20:659 - [debug] [RemoteDebugger] Found handler for message '75'
2017-08-01 05:19:20:659 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:20:659 - [debug] [BaseDriver] Waited for 4992 ms so far
2017-08-01 05:19:20:665 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element - - ms - -
2017-08-01 05:19:20:669 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:20:669 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:20:670 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:164 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:21:165 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:21:167 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:21:168 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:207 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":76}
2017-08-01 05:19:21:207 - [debug] [RemoteDebugger] Found handler for message '76'
2017-08-01 05:19:21:208 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: null
2017-08-01 05:19:21:210 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:21:212 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:212 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 544 ms - 76
2017-08-01 05:19:21:215 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:21:216 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:216 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:225 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:21:227 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:228 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 12 ms - 76
2017-08-01 05:19:21:250 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:21:252 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:256 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:280 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:21:281 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:294 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 35 ms - 76
2017-08-01 05:19:21:296 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:21:296 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:296 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:21:309 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:21:311 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:21:314 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:21:314 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:332 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":77}
2017-08-01 05:19:21:333 - [debug] [RemoteDebugger] Found handler for message '77'
2017-08-01 05:19:21:334 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:21:335 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:21:341 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 44 ms - 82
2017-08-01 05:19:21:344 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:21:347 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:347 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:363 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:21:364 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:365 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 21 ms - 76
2017-08-01 05:19:21:374 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:21:375 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:376 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:390 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:21:392 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:393 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 18 ms - 76
2017-08-01 05:19:21:396 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:21:396 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:397 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:412 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:21:413 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:413 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 17 ms - 76
2017-08-01 05:19:21:417 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:21:417 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:418 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:21:447 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:21:449 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:21:450 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:21:450 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:464 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":78}
2017-08-01 05:19:21:464 - [debug] [RemoteDebugger] Found handler for message '78'
2017-08-01 05:19:21:465 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:21:465 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:21:467 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 49 ms - 82
2017-08-01 05:19:21:469 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:21:469 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:469 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:472 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:21:475 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:476 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:19:21:478 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:21:479 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:479 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:21:482 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:21:482 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:21:482 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:490 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager"},"wasThrown":false},"id":79}
2017-08-01 05:19:21:490 - [debug] [RemoteDebugger] Found handler for message '79'
2017-08-01 05:19:21:493 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager"
2017-08-01 05:19:21:494 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 15 ms - 120
2017-08-01 05:19:21:497 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:21:497 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:497 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:21:500 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:21:500 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:21:501 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:21:501 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:526 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":80}
2017-08-01 05:19:21:526 - [debug] [RemoteDebugger] Found handler for message '80'
2017-08-01 05:19:21:527 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:21:527 - [debug] [MJSONWP] Responding to client with driver.title() result: "MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:21:528 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 31 ms - 127
2017-08-01 05:19:21:531 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//div[@class='GetOwn']/div/a"}
2017-08-01 05:19:21:531 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//div[@class='GetOwn']/div/a","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:531 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:21:533 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:21:534 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:21:536 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:21:539 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:21:543 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:21:544 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:611 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564761605\"}}"},"wasThrown":false},"id":81}
2017-08-01 05:19:21:613 - [debug] [RemoteDebugger] Found handler for message '81'
2017-08-01 05:19:21:618 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564761605"}
2017-08-01 05:19:21:620 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5003"}
2017-08-01 05:19:21:623 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 90 ms - 90
2017-08-01 05:19:21:629 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5003/location_in_view {}
2017-08-01 05:19:21:631 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5003","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:632 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:21:646 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:21:647 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:21:649 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:21:650 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:739 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":20,\"y\":262,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+this.x+\...
2017-08-01 05:19:21:739 - [debug] [RemoteDebugger] Found handler for message '82'
2017-08-01 05:19:21:740 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":20,"y":262}
2017-08-01 05:19:21:741 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":20,"y":262,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:21:743 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5003/location_in_view 200 113 ms - 537
2017-08-01 05:19:21:746 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5003","ELEMENT":"5003"}]}
2017-08-01 05:19:21:747 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5003","ELEMENT":"5003"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:747 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:21:750 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:21:750 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:21:751 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:21:751 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:775 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":83}
2017-08-01 05:19:21:776 - [debug] [RemoteDebugger] Found handler for message '83'
2017-08-01 05:19:21:776 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:21:776 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:21:777 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 31 ms - 76
2017-08-01 05:19:21:780 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5003/text {}
2017-08-01 05:19:21:781 - [debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["5003","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:781 - [debug] [XCUITest] Executing command 'getText'
2017-08-01 05:19:21:795 - [debug] [RemoteDebugger] Executing 'get_text' atom in default context
2017-08-01 05:19:21:795 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,ba="functio...
2017-08-01 05:19:21:796 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,ba=\"functi...
2017-08-01 05:19:21:797 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:873 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Update\"}"},"wasThrown":false},"id":84}
2017-08-01 05:19:21:874 - [debug] [RemoteDebugger] Found handler for message '84'
2017-08-01 05:19:21:876 - [debug] [RemoteDebugger] Received result for atom 'get_text' execution: "Update"
2017-08-01 05:19:21:876 - [debug] [MJSONWP] Responding to client with driver.getText() result: "Update"
2017-08-01 05:19:21:878 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5003/text 200 97 ms - 80
2017-08-01 05:19:21:895 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:21:896 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:896 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:899 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:21:899 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:900 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:21:903 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:21:903 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:903 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:906 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:21:907 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:908 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:21:910 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:21:911 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:911 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:917 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:21:917 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:918 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:19:21:920 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:21:921 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:921 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:21:926 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:21:927 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:21:927 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:21:928 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:941 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":85}
2017-08-01 05:19:21:942 - [debug] [RemoteDebugger] Found handler for message '85'
2017-08-01 05:19:21:942 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:21:943 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:21:946 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 24 ms - 82
2017-08-01 05:19:21:951 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:21:952 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:952 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:21:956 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:21:957 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:21:958 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:21:960 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:21:960 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:960 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:21:964 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:21:964 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:21:965 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:21:971 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager"},"wasThrown":false},"id":86}
2017-08-01 05:19:21:971 - [debug] [RemoteDebugger] Found handler for message '86'
2017-08-01 05:19:21:974 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager"
2017-08-01 05:19:21:976 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 16 ms - 120
2017-08-01 05:19:21:979 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:21:979 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:21:980 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:21:985 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:21:986 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:21:986 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:21:986 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:22:006 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":87}
2017-08-01 05:19:22:016 - [debug] [RemoteDebugger] Found handler for message '87'
2017-08-01 05:19:22:038 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:22:040 - [debug] [MJSONWP] Responding to client with driver.title() result: "MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:22:053 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 73 ms - 127
2017-08-01 05:19:22:063 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//div[@class='GetOwn']/div/a"}
2017-08-01 05:19:22:063 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//div[@class='GetOwn']/div/a","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:22:064 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:22:070 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:22:071 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:22:072 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:22:073 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:22:084 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:22:084 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:22:120 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564761605\"}}"},"wasThrown":false},"id":88}
2017-08-01 05:19:22:120 - [debug] [RemoteDebugger] Found handler for message '88'
2017-08-01 05:19:22:121 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564761605"}
2017-08-01 05:19:22:122 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5004"}
2017-08-01 05:19:22:123 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 60 ms - 90
2017-08-01 05:19:22:133 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5004/location_in_view {}
2017-08-01 05:19:22:134 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5004","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:22:135 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:22:143 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:22:143 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:22:144 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:22:144 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:22:182 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":20,\"y\":261,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+this.x+\...
2017-08-01 05:19:22:182 - [debug] [RemoteDebugger] Found handler for message '89'
2017-08-01 05:19:22:183 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":20,"y":261}
2017-08-01 05:19:22:184 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":20,"y":261,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:22:185 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5004/location_in_view 200 52 ms - 537
2017-08-01 05:19:22:190 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5004","ELEMENT":"5004"}]}
2017-08-01 05:19:22:198 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5004","ELEMENT":"5004"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:22:198 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:22:203 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:22:204 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:22:204 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:22:204 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:22:217 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":90}
2017-08-01 05:19:22:217 - [debug] [RemoteDebugger] Found handler for message '90'
2017-08-01 05:19:22:218 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:22:218 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:22:219 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 29 ms - 76
2017-08-01 05:19:22:229 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:22:230 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:22:230 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:22:235 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:22:235 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:22:235 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:22:242 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager"},"wasThrown":false},"id":91}
2017-08-01 05:19:22:243 - [debug] [RemoteDebugger] Found handler for message '91'
2017-08-01 05:19:22:243 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager"
2017-08-01 05:19:22:244 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 15 ms - 120
2017-08-01 05:19:22:247 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"var evt = document.createEvent('MouseEvents');evt.initMouseEvent('click',true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0,null);arguments[0].dispatchEvent(evt);","args":[{"element-6066-11e4-a52e-4f735466cecf":"5004","ELEMENT":"5004"}]}
2017-08-01 05:19:22:247 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["var evt = document.createEvent('MouseEvents');evt.initMouseEvent('click',true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0,null);arguments[0].dispatchEvent(evt);",[{"element-6066-11e4-a52e-4f735466cecf":"5004","ELEMENT":"5004"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:22:247 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:22:250 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:22:250 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:22:250 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:22:250 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:22:340 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":92}
2017-08-01 05:19:22:340 - [debug] [RemoteDebugger] Found handler for message '92'
2017-08-01 05:19:22:341 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:22:341 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:22:342 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 95 ms - 76
2017-08-01 05:19:22:350 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/frame {"id":null}
2017-08-01 05:19:22:350 - [debug] [MJSONWP] Calling AppiumDriver.setFrame() with args: [null,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:22:350 - [debug] [XCUITest] Executing command 'setFrame'
2017-08-01 05:19:22:353 - [debug] [iOS] Leaving web frame and going back to default content
2017-08-01 05:19:22:353 - [debug] [MJSONWP] Responding to client with driver.setFrame() result: null
2017-08-01 05:19:22:362 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/frame 200 4 ms - 76
2017-08-01 05:19:24:363 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:24:364 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:24:364 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:24:366 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:24:366 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:24:367 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:24:370 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:24:370 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:24:371 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:24:375 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:24:375 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:24:376 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:24:381 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:24:384 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:24:385 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:24:389 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:24:390 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:24:392 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 11 ms - 76
2017-08-01 05:19:24:407 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:24:407 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:24:408 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:24:410 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:24:411 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:24:411 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:24:411 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:24:523 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":93}
2017-08-01 05:19:24:524 - [debug] [RemoteDebugger] Found handler for message '93'
2017-08-01 05:19:24:524 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:24:525 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:24:526 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 119 ms - 82
2017-08-01 05:19:24:529 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:24:529 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:24:529 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:24:532 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:24:532 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:24:533 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:24:536 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:24:537 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:24:537 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:24:540 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:24:541 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:24:542 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:24:544 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:24:544 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:24:545 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:24:547 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:24:547 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:24:548 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:24:551 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:24:551 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:24:552 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:24:555 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:24:556 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:24:556 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:24:556 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:24:571 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":94}
2017-08-01 05:19:24:571 - [debug] [RemoteDebugger] Found handler for message '94'
2017-08-01 05:19:24:572 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:24:572 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:24:574 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 22 ms - 82
2017-08-01 05:19:30:652 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:30:652 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:30:652 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:30:663 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:30:664 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:30:665 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 13 ms - 76
2017-08-01 05:19:30:669 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:30:669 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:30:669 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:30:677 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:30:678 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:30:679 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 10 ms - 76
2017-08-01 05:19:30:682 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:30:683 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:30:683 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:30:699 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:30:700 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:30:701 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 18 ms - 76
2017-08-01 05:19:30:706 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:30:707 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:30:707 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:30:717 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:30:719 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:30:720 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:30:720 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:30:737 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":95}
2017-08-01 05:19:30:737 - [debug] [RemoteDebugger] Found handler for message '95'
2017-08-01 05:19:30:738 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:30:739 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:30:740 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 34 ms - 82
2017-08-01 05:19:32:758 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:32:759 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:32:759 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:32:765 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:32:766 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:32:767 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 9 ms - 76
2017-08-01 05:19:32:771 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:32:772 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:32:772 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:32:781 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:32:783 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:32:783 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 12 ms - 76
2017-08-01 05:19:32:787 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:32:787 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:32:787 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:32:795 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:32:797 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:32:798 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 11 ms - 76
2017-08-01 05:19:32:802 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:32:803 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:32:803 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:32:815 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:32:817 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:32:818 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:32:819 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:32:834 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":96}
2017-08-01 05:19:32:835 - [debug] [RemoteDebugger] Found handler for message '96'
2017-08-01 05:19:32:835 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:32:842 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:32:844 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 41 ms - 82
2017-08-01 05:19:32:848 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:32:848 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:32:848 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:32:861 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:32:863 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:32:863 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 16 ms - 76
2017-08-01 05:19:32:867 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:32:867 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:32:867 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:32:886 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:32:887 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:32:887 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:32:897 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":97}
2017-08-01 05:19:32:897 - [debug] [RemoteDebugger] Found handler for message '97'
2017-08-01 05:19:32:899 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:32:899 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 32 ms - 141
2017-08-01 05:19:32:902 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:32:903 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:32:903 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:32:915 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:32:918 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:32:918 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:32:919 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:32:955 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile - MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":98}
2017-08-01 05:19:32:955 - [debug] [RemoteDebugger] Found handler for message '98'
2017-08-01 05:19:32:956 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:32:957 - [debug] [MJSONWP] Responding to client with driver.title() result: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:32:958 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 55 ms - 137
2017-08-01 05:19:32:964 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[@class='brand']"}
2017-08-01 05:19:32:965 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[@class='brand']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:32:965 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:33:020 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:33:021 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:33:023 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:33:024 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:33:026 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:33:027 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:33:106 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773107\"}}"},"wasThrown":false},"id":99}
2017-08-01 05:19:33:107 - [debug] [RemoteDebugger] Found handler for message '99'
2017-08-01 05:19:33:107 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773107"}
2017-08-01 05:19:33:108 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5005"}
2017-08-01 05:19:33:109 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 144 ms - 90
2017-08-01 05:19:33:113 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5005/location_in_view {}
2017-08-01 05:19:33:113 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5005","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:33:114 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:33:117 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:33:119 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:33:119 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:33:119 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:33:201 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":0,\"y\":81,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+this.x+\\\...
2017-08-01 05:19:33:202 - [debug] [RemoteDebugger] Found handler for message '100'
2017-08-01 05:19:33:203 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":0,"y":81}
2017-08-01 05:19:33:203 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":0,"y":81,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:33:205 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5005/location_in_view 200 92 ms - 535
2017-08-01 05:19:33:209 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5005","ELEMENT":"5005"}]}
2017-08-01 05:19:33:209 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5005","ELEMENT":"5005"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:33:209 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:33:214 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:33:214 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:33:215 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:33:215 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:33:240 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":101}
2017-08-01 05:19:33:241 - [debug] [RemoteDebugger] Found handler for message '101'
2017-08-01 05:19:33:241 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:33:242 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:33:243 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 34 ms - 76
2017-08-01 05:19:33:246 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[@class='brand']"}
2017-08-01 05:19:33:247 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[@class='brand']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:33:247 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:33:250 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:33:250 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:33:251 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:33:251 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:33:252 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:33:252 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:33:306 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773107\"}}"},"wasThrown":false},"id":102}
2017-08-01 05:19:33:308 - [debug] [RemoteDebugger] Found handler for message '102'
2017-08-01 05:19:33:309 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773107"}
2017-08-01 05:19:33:310 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5006"}
2017-08-01 05:19:33:312 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 65 ms - 90
2017-08-01 05:19:33:315 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5006/text {}
2017-08-01 05:19:33:315 - [debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["5006","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:33:316 - [debug] [XCUITest] Executing command 'getText'
2017-08-01 05:19:33:322 - [debug] [RemoteDebugger] Executing 'get_text' atom in default context
2017-08-01 05:19:33:323 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,ba="functio...
2017-08-01 05:19:33:323 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,ba=\"functi...
2017-08-01 05:19:33:324 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:33:399 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"PWS Manager\"}"},"wasThrown":false},"id":103}
2017-08-01 05:19:33:400 - [debug] [RemoteDebugger] Found handler for message '103'
2017-08-01 05:19:33:400 - [debug] [RemoteDebugger] Received result for atom 'get_text' execution: "PWS Manager"
2017-08-01 05:19:33:400 - [debug] [MJSONWP] Responding to client with driver.getText() result: "PWS Manager"
2017-08-01 05:19:33:401 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5006/text 200 86 ms - 85
2017-08-01 05:19:33:404 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:33:404 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:33:404 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:33:407 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:33:408 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:33:409 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:33:411 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:33:411 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:33:412 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:33:416 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:33:417 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:33:417 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:33:420 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:33:420 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:33:420 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:33:423 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:33:424 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:33:425 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:33:427 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:33:428 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:33:429 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:33:434 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:33:435 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:33:435 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:33:435 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:33:456 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":104}
2017-08-01 05:19:33:456 - [debug] [RemoteDebugger] Found handler for message '104'
2017-08-01 05:19:33:457 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:33:457 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:33:458 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 31 ms - 82
2017-08-01 05:19:35:478 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:35:478 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:478 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:35:481 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:35:482 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:35:483 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:35:485 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:35:486 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:486 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:35:488 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:35:488 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:35:490 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:35:492 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:35:492 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:492 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:35:494 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:35:495 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:35:495 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 3 ms - 76
2017-08-01 05:19:35:498 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:35:498 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:499 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:35:501 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:35:502 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:35:503 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:35:503 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:35:518 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":105}
2017-08-01 05:19:35:518 - [debug] [RemoteDebugger] Found handler for message '105'
2017-08-01 05:19:35:519 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:35:519 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:35:520 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 22 ms - 82
2017-08-01 05:19:35:523 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:35:523 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:523 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:35:528 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:35:528 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:35:529 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:35:531 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:35:531 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:531 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:35:536 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:35:536 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:35:537 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:35:545 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":106}
2017-08-01 05:19:35:545 - [debug] [RemoteDebugger] Found handler for message '106'
2017-08-01 05:19:35:546 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:35:547 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 16 ms - 141
2017-08-01 05:19:35:549 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:35:549 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:550 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:35:555 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:35:556 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:35:556 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:35:557 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:35:583 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile - MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":107}
2017-08-01 05:19:35:583 - [debug] [RemoteDebugger] Found handler for message '107'
2017-08-01 05:19:35:584 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:35:584 - [debug] [MJSONWP] Responding to client with driver.title() result: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:35:585 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 36 ms - 137
2017-08-01 05:19:35:588 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[@href='/PWSManager/Subscription/Terms']"}
2017-08-01 05:19:35:589 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[@href='/PWSManager/Subscription/Terms']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:589 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:35:593 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:35:593 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:35:595 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:35:595 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:35:596 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:35:596 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:35:671 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773108\"}}"},"wasThrown":false},"id":108}
2017-08-01 05:19:35:672 - [debug] [RemoteDebugger] Found handler for message '108'
2017-08-01 05:19:35:675 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773108"}
2017-08-01 05:19:35:678 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5007"}
2017-08-01 05:19:35:679 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 91 ms - 90
2017-08-01 05:19:35:684 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5007/location_in_view {}
2017-08-01 05:19:35:685 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5007","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:685 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:35:695 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:35:696 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:35:697 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:35:698 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:35:796 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":20,\"y\":169,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+this.x+\...
2017-08-01 05:19:35:796 - [debug] [RemoteDebugger] Found handler for message '109'
2017-08-01 05:19:35:797 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":20,"y":169}
2017-08-01 05:19:35:797 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":20,"y":169,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:35:800 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5007/location_in_view 200 114 ms - 537
2017-08-01 05:19:35:803 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5007","ELEMENT":"5007"}]}
2017-08-01 05:19:35:804 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5007","ELEMENT":"5007"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:804 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:35:806 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:35:807 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:35:807 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:35:807 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:35:834 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":110}
2017-08-01 05:19:35:834 - [debug] [RemoteDebugger] Found handler for message '110'
2017-08-01 05:19:35:835 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:35:835 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:35:836 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 33 ms - 76
2017-08-01 05:19:35:839 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[@href='/PWSManager/Subscription/Terms']"}
2017-08-01 05:19:35:840 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[@href='/PWSManager/Subscription/Terms']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:840 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:35:843 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:35:843 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:35:844 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:35:845 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:35:846 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:35:846 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:35:910 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773108\"}}"},"wasThrown":false},"id":111}
2017-08-01 05:19:35:911 - [debug] [RemoteDebugger] Found handler for message '111'
2017-08-01 05:19:35:911 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773108"}
2017-08-01 05:19:35:912 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5008"}
2017-08-01 05:19:35:912 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 73 ms - 90
2017-08-01 05:19:35:915 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5008/text {}
2017-08-01 05:19:35:916 - [debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["5008","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:35:916 - [debug] [XCUITest] Executing command 'getText'
2017-08-01 05:19:35:922 - [debug] [RemoteDebugger] Executing 'get_text' atom in default context
2017-08-01 05:19:35:922 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,ba="functio...
2017-08-01 05:19:35:923 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,ba=\"functi...
2017-08-01 05:19:35:923 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:36:017 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"\\u2714 Terms & Conditions\"}"},"wasThrown":false},"id":112}
2017-08-01 05:19:36:017 - [debug] [RemoteDebugger] Found handler for message '112'
2017-08-01 05:19:36:018 - [debug] [RemoteDebugger] Received result for atom 'get_text' execution: "✔ Terms & Conditions"
2017-08-01 05:19:36:020 - [debug] [MJSONWP] Responding to client with driver.getText() result: "✔ Terms & Conditions"
2017-08-01 05:19:36:020 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5008/text 200 105 ms - 96
2017-08-01 05:19:36:023 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:36:024 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:36:024 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:36:026 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:36:026 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:36:027 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 3 ms - 76
2017-08-01 05:19:36:029 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:36:030 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:36:030 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:36:033 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:36:033 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:36:034 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:36:037 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:36:037 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:36:037 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:36:039 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:36:039 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:36:040 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 3 ms - 76
2017-08-01 05:19:36:042 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:36:043 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:36:043 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:36:045 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:36:046 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:36:046 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:36:046 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:36:057 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":113}
2017-08-01 05:19:36:057 - [debug] [RemoteDebugger] Found handler for message '113'
2017-08-01 05:19:36:057 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:36:058 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:36:059 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 16 ms - 82
2017-08-01 05:19:38:060 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:38:060 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:061 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:38:062 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:38:063 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:38:063 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 3 ms - 76
2017-08-01 05:19:38:066 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:38:067 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:067 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:38:072 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:38:073 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:38:074 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:19:38:076 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:38:077 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:077 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:38:081 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:38:081 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:38:082 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:38:085 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:38:086 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:086 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:38:089 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:38:089 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:38:090 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:38:090 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:107 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":114}
2017-08-01 05:19:38:108 - [debug] [RemoteDebugger] Found handler for message '114'
2017-08-01 05:19:38:108 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:38:109 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:38:109 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 24 ms - 82
2017-08-01 05:19:38:112 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:38:113 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:114 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:38:117 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:38:118 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:38:119 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:38:121 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:38:121 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:121 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:38:124 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:38:124 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:38:124 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:133 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":115}
2017-08-01 05:19:38:133 - [debug] [RemoteDebugger] Found handler for message '115'
2017-08-01 05:19:38:135 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:38:136 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 15 ms - 141
2017-08-01 05:19:38:139 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:38:139 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:139 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:38:142 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:38:142 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:38:142 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:38:143 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:169 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile - MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":116}
2017-08-01 05:19:38:169 - [debug] [RemoteDebugger] Found handler for message '116'
2017-08-01 05:19:38:170 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:38:170 - [debug] [MJSONWP] Responding to client with driver.title() result: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:38:172 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 33 ms - 137
2017-08-01 05:19:38:182 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[text()='Profile']"}
2017-08-01 05:19:38:183 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[text()='Profile']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:184 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:38:187 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:38:187 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:38:188 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:38:188 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:38:189 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:38:189 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:258 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773109\"}}"},"wasThrown":false},"id":117}
2017-08-01 05:19:38:258 - [debug] [RemoteDebugger] Found handler for message '117'
2017-08-01 05:19:38:259 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773109"}
2017-08-01 05:19:38:259 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5009"}
2017-08-01 05:19:38:260 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 78 ms - 90
2017-08-01 05:19:38:262 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5009/location_in_view {}
2017-08-01 05:19:38:263 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5009","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:263 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:38:267 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:38:267 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:38:268 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:38:268 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:351 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":196.78125,\"y\":169,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+t...
2017-08-01 05:19:38:351 - [debug] [RemoteDebugger] Found handler for message '118'
2017-08-01 05:19:38:352 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":196.78125,"y":169}
2017-08-01 05:19:38:353 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":196.78125,"y":169,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:38:354 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5009/location_in_view 200 91 ms - 544
2017-08-01 05:19:38:356 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5009","ELEMENT":"5009"}]}
2017-08-01 05:19:38:357 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5009","ELEMENT":"5009"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:357 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:38:360 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:38:360 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:38:360 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:38:360 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:390 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":119}
2017-08-01 05:19:38:390 - [debug] [RemoteDebugger] Found handler for message '119'
2017-08-01 05:19:38:390 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:38:391 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:38:392 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 35 ms - 76
2017-08-01 05:19:38:394 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[text()='Profile']"}
2017-08-01 05:19:38:395 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[text()='Profile']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:395 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:38:401 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:38:402 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:38:406 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:38:407 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:38:407 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:38:408 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:441 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773109\"}}"},"wasThrown":false},"id":120}
2017-08-01 05:19:38:441 - [debug] [RemoteDebugger] Found handler for message '120'
2017-08-01 05:19:38:442 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773109"}
2017-08-01 05:19:38:443 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5010"}
2017-08-01 05:19:38:444 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 50 ms - 90
2017-08-01 05:19:38:446 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5010/text {}
2017-08-01 05:19:38:447 - [debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["5010","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:447 - [debug] [XCUITest] Executing command 'getText'
2017-08-01 05:19:38:450 - [debug] [RemoteDebugger] Executing 'get_text' atom in default context
2017-08-01 05:19:38:450 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,ba="functio...
2017-08-01 05:19:38:450 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,ba=\"functi...
2017-08-01 05:19:38:451 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:525 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile\"}"},"wasThrown":false},"id":121}
2017-08-01 05:19:38:525 - [debug] [RemoteDebugger] Found handler for message '121'
2017-08-01 05:19:38:525 - [debug] [RemoteDebugger] Received result for atom 'get_text' execution: "Profile"
2017-08-01 05:19:38:525 - [debug] [MJSONWP] Responding to client with driver.getText() result: "Profile"
2017-08-01 05:19:38:526 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5010/text 200 79 ms - 81
2017-08-01 05:19:38:529 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:38:529 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:530 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:38:532 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:38:533 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:38:533 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:38:537 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:38:537 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:537 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:38:542 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:38:543 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:38:544 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:19:38:546 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:38:547 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:547 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:38:549 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:38:550 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:38:551 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:38:553 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:38:553 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:38:554 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:38:562 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:38:562 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:38:563 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:38:563 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:38:574 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":122}
2017-08-01 05:19:38:574 - [debug] [RemoteDebugger] Found handler for message '122'
2017-08-01 05:19:38:575 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:38:575 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:38:576 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 23 ms - 82
2017-08-01 05:19:39:753 - [debug] [XCUITest] Connection to WDA timed out
2017-08-01 05:19:39:753 - [debug] [iProxy] recv failed: Operation not permitted
2017-08-01 05:19:40:593 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:40:594 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:594 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:40:596 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:40:596 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:40:597 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 3 ms - 76
2017-08-01 05:19:40:599 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:40:600 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:600 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:40:603 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:40:604 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:40:605 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:40:607 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:40:607 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:608 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:40:610 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:40:610 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:40:611 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:40:614 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:40:615 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:615 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:40:619 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:40:623 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:40:624 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:40:624 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:40:643 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":123}
2017-08-01 05:19:40:643 - [debug] [RemoteDebugger] Found handler for message '123'
2017-08-01 05:19:40:643 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:40:646 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:40:647 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 33 ms - 82
2017-08-01 05:19:40:660 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:40:660 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:660 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:40:664 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:40:666 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:40:666 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:40:670 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:40:670 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:670 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:40:674 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:40:674 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:40:674 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:40:682 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":124}
2017-08-01 05:19:40:682 - [debug] [RemoteDebugger] Found handler for message '124'
2017-08-01 05:19:40:685 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:40:686 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 15 ms - 141
2017-08-01 05:19:40:689 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:40:689 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:689 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:40:697 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:40:697 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:40:698 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:40:698 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:40:723 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile - MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":125}
2017-08-01 05:19:40:723 - [debug] [RemoteDebugger] Found handler for message '125'
2017-08-01 05:19:40:723 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:40:725 - [debug] [MJSONWP] Responding to client with driver.title() result: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:40:725 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 36 ms - 137
2017-08-01 05:19:40:729 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[text()='Locator']"}
2017-08-01 05:19:40:729 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[text()='Locator']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:729 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:40:732 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:40:733 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:40:742 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:40:743 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:40:743 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:40:743 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:40:813 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773110\"}}"},"wasThrown":false},"id":126}
2017-08-01 05:19:40:813 - [debug] [RemoteDebugger] Found handler for message '126'
2017-08-01 05:19:40:813 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773110"}
2017-08-01 05:19:40:815 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5011"}
2017-08-01 05:19:40:816 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 87 ms - 90
2017-08-01 05:19:40:819 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5011/location_in_view {}
2017-08-01 05:19:40:819 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5011","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:820 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:40:827 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:40:828 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:40:831 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:40:832 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:40:914 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":268.1875,\"y\":169,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+th...
2017-08-01 05:19:40:914 - [debug] [RemoteDebugger] Found handler for message '127'
2017-08-01 05:19:40:914 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":268.1875,"y":169}
2017-08-01 05:19:40:915 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":268.1875,"y":169,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:40:916 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5011/location_in_view 200 97 ms - 543
2017-08-01 05:19:40:919 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5011","ELEMENT":"5011"}]}
2017-08-01 05:19:40:920 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5011","ELEMENT":"5011"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:920 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:40:924 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:40:924 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:40:928 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:40:928 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:40:956 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":128}
2017-08-01 05:19:40:956 - [debug] [RemoteDebugger] Found handler for message '128'
2017-08-01 05:19:40:956 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:40:957 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:40:958 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 39 ms - 76
2017-08-01 05:19:40:961 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[text()='Locator']"}
2017-08-01 05:19:40:961 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[text()='Locator']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:40:962 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:40:966 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:40:966 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:40:968 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:40:972 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:40:977 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:40:977 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:41:008 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773110\"}}"},"wasThrown":false},"id":129}
2017-08-01 05:19:41:008 - [debug] [RemoteDebugger] Found handler for message '129'
2017-08-01 05:19:41:018 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773110"}
2017-08-01 05:19:41:019 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5012"}
2017-08-01 05:19:41:020 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 59 ms - 90
2017-08-01 05:19:41:028 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5012/text {}
2017-08-01 05:19:41:028 - [debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["5012","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:41:029 - [debug] [XCUITest] Executing command 'getText'
2017-08-01 05:19:41:043 - [debug] [RemoteDebugger] Executing 'get_text' atom in default context
2017-08-01 05:19:41:045 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,ba="functio...
2017-08-01 05:19:41:046 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,ba=\"functi...
2017-08-01 05:19:41:047 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:41:137 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Locator\"}"},"wasThrown":false},"id":130}
2017-08-01 05:19:41:138 - [debug] [RemoteDebugger] Found handler for message '130'
2017-08-01 05:19:41:141 - [debug] [RemoteDebugger] Received result for atom 'get_text' execution: "Locator"
2017-08-01 05:19:41:142 - [debug] [MJSONWP] Responding to client with driver.getText() result: "Locator"
2017-08-01 05:19:41:144 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5012/text 200 115 ms - 81
2017-08-01 05:19:41:148 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:41:148 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:41:148 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:41:159 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:41:160 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:41:161 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 14 ms - 76
2017-08-01 05:19:41:174 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:41:174 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:41:174 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:41:182 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:41:184 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:41:189 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 11 ms - 76
2017-08-01 05:19:41:194 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:41:194 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:41:194 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:41:207 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:41:208 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:41:209 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 15 ms - 76
2017-08-01 05:19:41:213 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:41:214 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:41:214 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:41:225 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:41:226 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:41:230 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:41:230 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:41:256 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":131}
2017-08-01 05:19:41:257 - [debug] [RemoteDebugger] Found handler for message '131'
2017-08-01 05:19:41:257 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:41:258 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:41:259 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 46 ms - 82
2017-08-01 05:19:43:271 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:43:272 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:272 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:43:274 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:43:278 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:43:280 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 8 ms - 76
2017-08-01 05:19:43:283 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:43:284 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:284 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:43:287 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:43:288 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:43:290 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:43:292 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:43:293 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:293 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:43:298 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:43:298 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:43:300 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:19:43:303 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:43:304 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:304 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:43:308 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:43:308 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:43:311 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:43:312 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:340 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":132}
2017-08-01 05:19:43:341 - [debug] [RemoteDebugger] Found handler for message '132'
2017-08-01 05:19:43:345 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:43:345 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:43:348 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 44 ms - 82
2017-08-01 05:19:43:350 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:43:351 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:351 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:43:354 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:43:355 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:43:356 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:43:358 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:43:359 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:359 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:43:363 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:43:363 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:43:363 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:372 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":133}
2017-08-01 05:19:43:372 - [debug] [RemoteDebugger] Found handler for message '133'
2017-08-01 05:19:43:373 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:43:374 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 15 ms - 141
2017-08-01 05:19:43:376 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:43:376 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:376 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:43:387 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:43:392 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:43:394 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:43:394 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:421 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile - MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":134}
2017-08-01 05:19:43:422 - [debug] [RemoteDebugger] Found handler for message '134'
2017-08-01 05:19:43:422 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:43:422 - [debug] [MJSONWP] Responding to client with driver.title() result: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:43:424 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 48 ms - 137
2017-08-01 05:19:43:427 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[contains(text(),'Site Setting')]"}
2017-08-01 05:19:43:427 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[contains(text(),'Site Setting')]","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:427 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:43:431 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:43:432 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:43:432 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:43:433 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:43:435 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:43:435 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:512 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773111\"}}"},"wasThrown":false},"id":135}
2017-08-01 05:19:43:512 - [debug] [RemoteDebugger] Found handler for message '135'
2017-08-01 05:19:43:513 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773111"}
2017-08-01 05:19:43:514 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5013"}
2017-08-01 05:19:43:515 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 88 ms - 90
2017-08-01 05:19:43:517 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5013/location_in_view {}
2017-08-01 05:19:43:518 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5013","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:518 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:43:522 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:43:522 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:43:522 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:43:525 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:609 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":348.15625,\"y\":169,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+t...
2017-08-01 05:19:43:609 - [debug] [RemoteDebugger] Found handler for message '136'
2017-08-01 05:19:43:610 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":348.15625,"y":169}
2017-08-01 05:19:43:610 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":348.15625,"y":169,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:43:611 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5013/location_in_view 200 93 ms - 544
2017-08-01 05:19:43:614 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5013","ELEMENT":"5013"}]}
2017-08-01 05:19:43:615 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5013","ELEMENT":"5013"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:615 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:43:618 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:43:619 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:43:619 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:43:619 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:648 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":137}
2017-08-01 05:19:43:648 - [debug] [RemoteDebugger] Found handler for message '137'
2017-08-01 05:19:43:648 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:43:649 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:43:651 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 36 ms - 76
2017-08-01 05:19:43:656 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[contains(text(),'Site Setting')]"}
2017-08-01 05:19:43:657 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[contains(text(),'Site Setting')]","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:657 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:43:659 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:43:659 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:43:659 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:43:660 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:43:661 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:43:661 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:699 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773111\"}}"},"wasThrown":false},"id":138}
2017-08-01 05:19:43:699 - [debug] [RemoteDebugger] Found handler for message '138'
2017-08-01 05:19:43:699 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773111"}
2017-08-01 05:19:43:700 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5014"}
2017-08-01 05:19:43:701 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 44 ms - 90
2017-08-01 05:19:43:704 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5014/text {}
2017-08-01 05:19:43:704 - [debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["5014","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:704 - [debug] [XCUITest] Executing command 'getText'
2017-08-01 05:19:43:707 - [debug] [RemoteDebugger] Executing 'get_text' atom in default context
2017-08-01 05:19:43:707 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,ba="functio...
2017-08-01 05:19:43:708 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,ba=\"functi...
2017-08-01 05:19:43:708 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:789 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Site Settings\"}"},"wasThrown":false},"id":139}
2017-08-01 05:19:43:789 - [debug] [RemoteDebugger] Found handler for message '139'
2017-08-01 05:19:43:790 - [debug] [RemoteDebugger] Received result for atom 'get_text' execution: "Site Settings"
2017-08-01 05:19:43:790 - [debug] [MJSONWP] Responding to client with driver.getText() result: "Site Settings"
2017-08-01 05:19:43:791 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5014/text 200 88 ms - 87
2017-08-01 05:19:43:795 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:43:795 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:796 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:43:798 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:43:799 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:43:799 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:43:803 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:43:803 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:804 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:43:807 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:43:807 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:43:808 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:43:810 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:43:810 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:811 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:43:813 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:43:813 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:43:814 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:43:817 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:43:817 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:43:817 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:43:820 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:43:820 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:43:821 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:43:821 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:43:836 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":140}
2017-08-01 05:19:43:836 - [debug] [RemoteDebugger] Found handler for message '140'
2017-08-01 05:19:43:837 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:43:838 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:43:839 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 22 ms - 82
2017-08-01 05:19:45:851 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:45:852 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:45:852 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:45:854 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:45:855 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:45:856 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:45:858 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:45:859 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:45:859 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:45:862 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:45:862 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:45:863 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:45:865 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:45:866 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:45:869 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:45:872 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:45:872 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:45:873 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:19:45:875 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:45:876 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:45:876 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:45:878 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:45:878 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:45:879 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:45:879 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:45:896 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":141}
2017-08-01 05:19:45:897 - [debug] [RemoteDebugger] Found handler for message '141'
2017-08-01 05:19:45:897 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:45:897 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:45:898 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 22 ms - 82
2017-08-01 05:19:45:906 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:45:907 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:45:907 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:45:910 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:45:911 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:45:912 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:45:914 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:45:914 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:45:916 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:45:920 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:45:921 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:45:921 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:45:928 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":142}
2017-08-01 05:19:45:928 - [debug] [RemoteDebugger] Found handler for message '142'
2017-08-01 05:19:45:929 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:45:929 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 15 ms - 141
2017-08-01 05:19:45:932 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:45:932 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:45:932 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:45:935 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:45:935 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:45:935 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:45:936 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:45:968 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile - MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":143}
2017-08-01 05:19:45:968 - [debug] [RemoteDebugger] Found handler for message '143'
2017-08-01 05:19:45:969 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:45:969 - [debug] [MJSONWP] Responding to client with driver.title() result: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:45:970 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 38 ms - 137
2017-08-01 05:19:45:974 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[contains(text(),'Promotion & Offers')]"}
2017-08-01 05:19:45:975 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[contains(text(),'Promotion & Offers')]","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:45:975 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:45:978 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:45:978 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:45:978 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:45:979 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:45:979 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:45:980 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:46:053 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773112\"}}"},"wasThrown":false},"id":144}
2017-08-01 05:19:46:053 - [debug] [RemoteDebugger] Found handler for message '144'
2017-08-01 05:19:46:054 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773112"}
2017-08-01 05:19:46:055 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5015"}
2017-08-01 05:19:46:056 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 81 ms - 90
2017-08-01 05:19:46:058 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5015/location_in_view {}
2017-08-01 05:19:46:059 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5015","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:46:059 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:46:062 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:46:062 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:46:063 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:46:063 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:46:146 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":232.5,\"y\":0,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+this.x+...
2017-08-01 05:19:46:146 - [debug] [RemoteDebugger] Found handler for message '145'
2017-08-01 05:19:46:147 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":232.5,"y":0}
2017-08-01 05:19:46:147 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":232.5,"y":0,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:46:148 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5015/location_in_view 200 90 ms - 538
2017-08-01 05:19:46:151 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5015","ELEMENT":"5015"}]}
2017-08-01 05:19:46:151 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5015","ELEMENT":"5015"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:46:152 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:46:154 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:46:155 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:46:155 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:46:155 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:46:200 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":146}
2017-08-01 05:19:46:201 - [debug] [RemoteDebugger] Found handler for message '146'
2017-08-01 05:19:46:202 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:46:203 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:46:204 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 52 ms - 76
2017-08-01 05:19:46:208 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[contains(text(),'Promotion & Offers')]"}
2017-08-01 05:19:46:209 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[contains(text(),'Promotion & Offers')]","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:46:209 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:46:222 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:46:223 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:46:224 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:46:225 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:46:227 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:46:230 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:46:276 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773112\"}}"},"wasThrown":false},"id":147}
2017-08-01 05:19:46:277 - [debug] [RemoteDebugger] Found handler for message '147'
2017-08-01 05:19:46:278 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773112"}
2017-08-01 05:19:46:279 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5016"}
2017-08-01 05:19:46:280 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 71 ms - 90
2017-08-01 05:19:46:282 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5016/text {}
2017-08-01 05:19:46:283 - [debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["5016","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:46:283 - [debug] [XCUITest] Executing command 'getText'
2017-08-01 05:19:46:293 - [debug] [RemoteDebugger] Executing 'get_text' atom in default context
2017-08-01 05:19:46:293 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,ba="functio...
2017-08-01 05:19:46:295 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,ba=\"functi...
2017-08-01 05:19:46:295 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:46:385 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Promotion & Offers\"}"},"wasThrown":false},"id":148}
2017-08-01 05:19:46:385 - [debug] [RemoteDebugger] Found handler for message '148'
2017-08-01 05:19:46:386 - [debug] [RemoteDebugger] Received result for atom 'get_text' execution: "Promotion & Offers"
2017-08-01 05:19:46:386 - [debug] [MJSONWP] Responding to client with driver.getText() result: "Promotion & Offers"
2017-08-01 05:19:46:387 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5016/text 200 105 ms - 92
2017-08-01 05:19:46:390 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:46:392 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:46:392 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:46:394 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:46:395 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:46:396 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:46:400 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:46:400 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:46:401 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:46:404 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:46:405 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:46:406 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:46:408 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:46:409 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:46:409 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:46:413 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:46:413 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:46:414 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:46:417 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:46:417 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:46:418 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:46:429 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:46:429 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:46:430 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:46:430 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:46:441 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":149}
2017-08-01 05:19:46:441 - [debug] [RemoteDebugger] Found handler for message '149'
2017-08-01 05:19:46:442 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:46:442 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:46:443 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 26 ms - 82
2017-08-01 05:19:48:450 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:48:452 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:453 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:458 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:48:458 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:460 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 10 ms - 76
2017-08-01 05:19:48:462 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:48:463 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:463 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:465 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:48:466 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:466 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:48:469 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:48:470 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:470 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:472 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:48:473 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:474 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:48:477 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:48:477 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:478 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:48:481 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:48:482 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:48:482 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:48:482 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:495 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":150}
2017-08-01 05:19:48:495 - [debug] [RemoteDebugger] Found handler for message '150'
2017-08-01 05:19:48:495 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:48:499 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:48:500 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 23 ms - 82
2017-08-01 05:19:48:504 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:48:505 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:505 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:507 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:48:508 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:509 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:48:511 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:48:511 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:511 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:48:514 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:48:514 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:48:514 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:525 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":151}
2017-08-01 05:19:48:526 - [debug] [RemoteDebugger] Found handler for message '151'
2017-08-01 05:19:48:527 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:48:528 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 17 ms - 141
2017-08-01 05:19:48:530 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:48:530 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:530 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:48:533 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:48:533 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:48:533 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:48:534 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:561 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile - MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":152}
2017-08-01 05:19:48:562 - [debug] [RemoteDebugger] Found handler for message '152'
2017-08-01 05:19:48:562 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:48:563 - [debug] [MJSONWP] Responding to client with driver.title() result: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:48:563 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 33 ms - 137
2017-08-01 05:19:48:566 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[contains(text(),'Order Fulfillment')]"}
2017-08-01 05:19:48:567 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[contains(text(),'Order Fulfillment')]","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:567 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:48:570 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:48:570 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:48:570 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:48:571 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:48:572 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:48:572 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:643 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773113\"}}"},"wasThrown":false},"id":153}
2017-08-01 05:19:48:643 - [debug] [RemoteDebugger] Found handler for message '153'
2017-08-01 05:19:48:644 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773113"}
2017-08-01 05:19:48:644 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5017"}
2017-08-01 05:19:48:645 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 78 ms - 90
2017-08-01 05:19:48:647 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5017/location_in_view {}
2017-08-01 05:19:48:648 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5017","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:648 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:48:652 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:48:652 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:48:653 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:48:653 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:739 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":247.84375,\"y\":0,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+thi...
2017-08-01 05:19:48:739 - [debug] [RemoteDebugger] Found handler for message '154'
2017-08-01 05:19:48:740 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":247.84375,"y":0}
2017-08-01 05:19:48:744 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":247.84375,"y":0,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:48:744 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5017/location_in_view 200 97 ms - 542
2017-08-01 05:19:48:747 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5017","ELEMENT":"5017"}]}
2017-08-01 05:19:48:748 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5017","ELEMENT":"5017"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:748 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:48:752 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:48:753 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:48:753 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:48:753 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:784 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":155}
2017-08-01 05:19:48:785 - [debug] [RemoteDebugger] Found handler for message '155'
2017-08-01 05:19:48:785 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:48:786 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:48:786 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 39 ms - 76
2017-08-01 05:19:48:790 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[contains(text(),'Order Fulfillment')]"}
2017-08-01 05:19:48:790 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[contains(text(),'Order Fulfillment')]","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:791 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:48:795 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:48:795 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:48:796 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:48:797 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:48:798 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:48:798 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:833 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773113\"}}"},"wasThrown":false},"id":156}
2017-08-01 05:19:48:833 - [debug] [RemoteDebugger] Found handler for message '156'
2017-08-01 05:19:48:834 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773113"}
2017-08-01 05:19:48:834 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5018"}
2017-08-01 05:19:48:835 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 45 ms - 90
2017-08-01 05:19:48:840 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5018/text {}
2017-08-01 05:19:48:841 - [debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["5018","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:841 - [debug] [XCUITest] Executing command 'getText'
2017-08-01 05:19:48:845 - [debug] [RemoteDebugger] Executing 'get_text' atom in default context
2017-08-01 05:19:48:845 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,ba="functio...
2017-08-01 05:19:48:846 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,ba=\"functi...
2017-08-01 05:19:48:846 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:932 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Order Fulfillment\"}"},"wasThrown":false},"id":157}
2017-08-01 05:19:48:932 - [debug] [RemoteDebugger] Found handler for message '157'
2017-08-01 05:19:48:933 - [debug] [RemoteDebugger] Received result for atom 'get_text' execution: "Order Fulfillment"
2017-08-01 05:19:48:933 - [debug] [MJSONWP] Responding to client with driver.getText() result: "Order Fulfillment"
2017-08-01 05:19:48:934 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5018/text 200 94 ms - 91
2017-08-01 05:19:48:937 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:48:937 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:937 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:939 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:48:940 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:941 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:48:943 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:48:944 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:944 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:947 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:48:947 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:949 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:48:952 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:48:952 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:953 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:955 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:48:955 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:956 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:48:958 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:48:959 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:959 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:48:961 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:48:962 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:48:962 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:48:962 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:48:975 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":158}
2017-08-01 05:19:48:975 - [debug] [RemoteDebugger] Found handler for message '158'
2017-08-01 05:19:48:976 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:48:976 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:48:977 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 18 ms - 82
2017-08-01 05:19:48:979 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:48:980 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:980 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:982 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:48:983 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:983 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:48:986 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:48:986 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:986 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:988 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:48:989 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:48:989 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 3 ms - 76
2017-08-01 05:19:48:994 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:48:995 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:48:995 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:48:999 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:48:999 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:49:000 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:49:003 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:49:003 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:003 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:49:006 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:49:007 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:49:007 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:49:007 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:019 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":159}
2017-08-01 05:19:49:019 - [debug] [RemoteDebugger] Found handler for message '159'
2017-08-01 05:19:49:019 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:49:019 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:49:020 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 17 ms - 82
2017-08-01 05:19:49:023 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:49:023 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:023 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:49:027 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:49:028 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:49:029 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:49:033 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:49:033 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:033 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:49:043 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:49:044 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:49:044 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:051 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":160}
2017-08-01 05:19:49:051 - [debug] [RemoteDebugger] Found handler for message '160'
2017-08-01 05:19:49:052 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:49:053 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 20 ms - 141
2017-08-01 05:19:49:058 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title {}
2017-08-01 05:19:49:059 - [debug] [MJSONWP] Calling AppiumDriver.title() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:059 - [debug] [XCUITest] Executing command 'title'
2017-08-01 05:19:49:067 - [debug] [RemoteDebugger] Executing 'title' atom in default context
2017-08-01 05:19:49:068 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:49:068 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:49:068 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:089 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":\"Profile - MaryKay InTouch Personal Website Subscription Manager\"}"},"wasThrown":false},"id":161}
2017-08-01 05:19:49:089 - [debug] [RemoteDebugger] Found handler for message '161'
2017-08-01 05:19:49:090 - [debug] [RemoteDebugger] Received result for atom 'title' execution: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:49:091 - [debug] [MJSONWP] Responding to client with driver.title() result: "Profile - MaryKay InTouch Personal Website Subscription Manager"
2017-08-01 05:19:49:092 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/title 200 34 ms - 137
2017-08-01 05:19:49:097 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"xpath","value":"//a[text()='Locator']"}
2017-08-01 05:19:49:098 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//a[text()='Locator']","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:098 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:49:103 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:49:104 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:49:104 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:49:105 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:49:106 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:49:106 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:141 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564773110\"}}"},"wasThrown":false},"id":162}
2017-08-01 05:19:49:141 - [debug] [RemoteDebugger] Found handler for message '162'
2017-08-01 05:19:49:141 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564773110"}
2017-08-01 05:19:49:143 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5019"}
2017-08-01 05:19:49:144 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 47 ms - 90
2017-08-01 05:19:49:148 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5019/location_in_view {}
2017-08-01 05:19:49:149 - [debug] [MJSONWP] Calling AppiumDriver.getLocationInView() with args: ["5019","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:149 - [debug] [XCUITest] Executing command 'getLocationInView'
2017-08-01 05:19:49:155 - [debug] [RemoteDebugger] Executing 'get_top_left_coordinates' atom in default context
2017-08-01 05:19:49:156 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa="functio...
2017-08-01 05:19:49:156 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var h,aa=\"functi...
2017-08-01 05:19:49:156 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:196 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"x\":0.1875,\"y\":0,\"clone\":\"function (){return new rb(this.x,this.y)}\",\"toString\":\"function (){return\\\"(\\\"+this.x...
2017-08-01 05:19:49:196 - [debug] [RemoteDebugger] Found handler for message '163'
2017-08-01 05:19:49:196 - [debug] [RemoteDebugger] Received result for atom 'get_top_left_coordinates' execution: {"x":0.1875,"y":0}
2017-08-01 05:19:49:197 - [debug] [MJSONWP] Responding to client with driver.getLocationInView() result: {"x":0.1875,"y":0,"clone":"function (){return new rb(this.x,this.y)}","toString":"function (){return\"(\"+this.x+\", \"+this.y+\")\"}","ceil":"function (){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this}","floor":"function (){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this}","round":"function (){this.x=Math.round(this.x);this.y=Math.round(this.y);return this}","scale":"function (a,b){var c=ga(b)?b:a;this.x*=a;this.y*=c;return this}"}
2017-08-01 05:19:49:198 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5019/location_in_view 200 50 ms - 539
2017-08-01 05:19:49:203 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"arguments[0].style.border= '3px solid red'","args":[{"element-6066-11e4-a52e-4f735466cecf":"5019","ELEMENT":"5019"}]}
2017-08-01 05:19:49:203 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].style.border= '3px solid red'",[{"element-6066-11e4-a52e-4f735466cecf":"5019","ELEMENT":"5019"}],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:203 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:49:207 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:49:208 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:49:208 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:49:208 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:232 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":164}
2017-08-01 05:19:49:232 - [debug] [RemoteDebugger] Found handler for message '164'
2017-08-01 05:19:49:233 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:49:234 - [debug] [MJSONWP] Responding to client with driver.execute() result: null
2017-08-01 05:19:49:236 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 33 ms - 76
2017-08-01 05:19:49:240 - [HTTP] --> GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url {}
2017-08-01 05:19:49:242 - [debug] [MJSONWP] Calling AppiumDriver.getUrl() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:242 - [debug] [XCUITest] Executing command 'getUrl'
2017-08-01 05:19:49:253 - [debug] [RemoteDebugger] Sending javascript command window.location.href
2017-08-01 05:19:49:253 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"window.location.href","returnByValue":true}}
2017-08-01 05:19:49:254 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:263 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"},"wasThrown":false},"id":165}
2017-08-01 05:19:49:263 - [debug] [RemoteDebugger] Found handler for message '165'
2017-08-01 05:19:49:265 - [debug] [MJSONWP] Responding to client with driver.getUrl() result: "http://qa.esuite.marykayintouch.com/PWSManager/Subscription/Profile"
2017-08-01 05:19:49:265 - [HTTP] <-- GET /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/url 200 25 ms - 141
2017-08-01 05:19:49:268 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5019/click {}
2017-08-01 05:19:49:269 - [debug] [MJSONWP] Calling AppiumDriver.click() with args: ["5019","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:269 - [debug] [XCUITest] Executing command 'click'
2017-08-01 05:19:49:272 - [debug] [RemoteDebugger] Executing 'click' atom in default context
2017-08-01 05:19:49:275 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var k,aa="functio...
2017-08-01 05:19:49:276 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var k,aa=\"functi...
2017-08-01 05:19:49:277 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:500 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":null}"},"wasThrown":false},"id":166}
2017-08-01 05:19:49:500 - [debug] [RemoteDebugger] Found handler for message '166'
2017-08-01 05:19:49:501 - [debug] [RemoteDebugger] Received result for atom 'click' execution: null
2017-08-01 05:19:49:502 - [debug] [MJSONWP] Responding to client with driver.click() result: null
2017-08-01 05:19:49:503 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element/5019/click 200 234 ms - 76
2017-08-01 05:19:49:507 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:49:507 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:507 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:49:510 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:49:512 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:49:513 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:49:516 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:49:516 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:517 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:49:521 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:49:522 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:49:523 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 7 ms - 76
2017-08-01 05:19:49:528 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:49:528 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:528 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:49:540 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:49:542 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:49:543 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 15 ms - 76
2017-08-01 05:19:49:546 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:49:546 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:547 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:49:558 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:49:560 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:49:562 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:49:562 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:574 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":167}
2017-08-01 05:19:49:574 - [debug] [RemoteDebugger] Found handler for message '167'
2017-08-01 05:19:49:575 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:49:577 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:49:577 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 31 ms - 82
2017-08-01 05:19:49:581 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:49:581 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:582 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:49:592 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:49:595 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:49:597 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 15 ms - 76
2017-08-01 05:19:49:600 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:49:601 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:601 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:49:613 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:49:614 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:49:616 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 14 ms - 76
2017-08-01 05:19:49:618 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:49:619 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:619 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:49:623 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:49:623 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:49:624 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:49:627 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:49:627 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:49:627 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:49:632 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:49:636 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:49:640 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:49:640 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:49:984 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":168}
2017-08-01 05:19:49:985 - [debug] [RemoteDebugger] Found handler for message '168'
2017-08-01 05:19:49:985 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:49:986 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:49:987 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 360 ms - 82
2017-08-01 05:19:56:064 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:56:065 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:065 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:069 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:56:069 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:071 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:56:073 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:56:074 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:074 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:077 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:56:077 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:078 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:080 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:56:081 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:081 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:086 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:56:086 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:087 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:56:090 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:56:090 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:090 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:56:093 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:56:094 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:56:094 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:56:094 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:110 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":169}
2017-08-01 05:19:56:110 - [debug] [RemoteDebugger] Found handler for message '169'
2017-08-01 05:19:56:110 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:56:111 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:56:111 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 22 ms - 82
2017-08-01 05:19:56:115 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Areas_0__ZipCode"}
2017-08-01 05:19:56:115 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Areas_0__ZipCode","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:116 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:56:119 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:56:120 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:56:121 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:56:121 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:56:122 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:56:122 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:193 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796195\"}}"},"wasThrown":false},"id":170}
2017-08-01 05:19:56:193 - [debug] [RemoteDebugger] Found handler for message '170'
2017-08-01 05:19:56:194 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796195"}
2017-08-01 05:19:56:194 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5020"}
2017-08-01 05:19:56:195 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 80 ms - 90
2017-08-01 05:19:56:198 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:56:198 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:199 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:202 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:56:204 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:209 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 8 ms - 76
2017-08-01 05:19:56:218 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:56:218 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:219 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:223 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:56:224 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:230 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 11 ms - 76
2017-08-01 05:19:56:233 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:56:234 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:234 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:237 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:56:238 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:239 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:56:241 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:56:241 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:242 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:56:246 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:56:246 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:56:247 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:56:247 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:258 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":171}
2017-08-01 05:19:56:258 - [debug] [RemoteDebugger] Found handler for message '171'
2017-08-01 05:19:56:259 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:56:259 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:56:260 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 19 ms - 82
2017-08-01 05:19:56:263 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Areas_1__ZipCode"}
2017-08-01 05:19:56:264 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Areas_1__ZipCode","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:264 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:56:267 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:56:267 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:56:269 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:56:269 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:56:271 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:56:271 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:333 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796196\"}}"},"wasThrown":false},"id":172}
2017-08-01 05:19:56:333 - [debug] [RemoteDebugger] Found handler for message '172'
2017-08-01 05:19:56:334 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796196"}
2017-08-01 05:19:56:334 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5021"}
2017-08-01 05:19:56:335 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 72 ms - 90
2017-08-01 05:19:56:338 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:56:338 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:338 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:340 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:56:341 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:342 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:344 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:56:344 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:345 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:347 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:56:348 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:348 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:351 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:56:351 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:352 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:356 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:56:356 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:357 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:56:360 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:56:360 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:361 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:56:363 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:56:363 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:56:364 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:56:364 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:376 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":173}
2017-08-01 05:19:56:376 - [debug] [RemoteDebugger] Found handler for message '173'
2017-08-01 05:19:56:377 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:56:377 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:56:378 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 18 ms - 82
2017-08-01 05:19:56:381 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Areas_2__ZipCode"}
2017-08-01 05:19:56:381 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Areas_2__ZipCode","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:385 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:56:390 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:56:390 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:56:391 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:56:391 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:56:392 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:56:394 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:456 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796197\"}}"},"wasThrown":false},"id":174}
2017-08-01 05:19:56:457 - [debug] [RemoteDebugger] Found handler for message '174'
2017-08-01 05:19:56:457 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796197"}
2017-08-01 05:19:56:458 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5022"}
2017-08-01 05:19:56:458 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 77 ms - 90
2017-08-01 05:19:56:461 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:56:462 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:462 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:464 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:56:465 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:465 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:470 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:56:470 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:470 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:473 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:56:474 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:474 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:56:477 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:56:477 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:478 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:481 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:56:482 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:483 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:56:488 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:56:488 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:488 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:56:496 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:56:497 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:56:497 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:56:497 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:509 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":175}
2017-08-01 05:19:56:509 - [debug] [RemoteDebugger] Found handler for message '175'
2017-08-01 05:19:56:510 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:56:510 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:56:511 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 23 ms - 82
2017-08-01 05:19:56:514 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Areas_3__ZipCode"}
2017-08-01 05:19:56:514 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Areas_3__ZipCode","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:514 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:56:522 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:56:523 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:56:524 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:56:524 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:56:524 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:56:524 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:580 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796198\"}}"},"wasThrown":false},"id":176}
2017-08-01 05:19:56:580 - [debug] [RemoteDebugger] Found handler for message '176'
2017-08-01 05:19:56:580 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796198"}
2017-08-01 05:19:56:581 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5023"}
2017-08-01 05:19:56:581 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 67 ms - 90
2017-08-01 05:19:56:584 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:56:586 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:586 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:589 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:56:589 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:590 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:56:592 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:56:592 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:593 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:595 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:56:597 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:597 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:56:600 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:56:600 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:600 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:603 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:56:603 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:604 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:606 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:56:607 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:607 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:56:610 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:56:610 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:56:611 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:56:611 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:636 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":177}
2017-08-01 05:19:56:636 - [debug] [RemoteDebugger] Found handler for message '177'
2017-08-01 05:19:56:637 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:56:638 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:56:638 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 32 ms - 82
2017-08-01 05:19:56:643 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Areas_4__ZipCode"}
2017-08-01 05:19:56:643 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Areas_4__ZipCode","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:643 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:56:645 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:56:646 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:56:646 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:56:647 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:56:647 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:56:647 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:721 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796199\"}}"},"wasThrown":false},"id":178}
2017-08-01 05:19:56:722 - [debug] [RemoteDebugger] Found handler for message '178'
2017-08-01 05:19:56:722 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796199"}
2017-08-01 05:19:56:723 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5024"}
2017-08-01 05:19:56:724 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 81 ms - 90
2017-08-01 05:19:56:726 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:56:727 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:727 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:729 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:56:730 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:731 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:740 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:56:740 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:740 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:742 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:56:743 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:744 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:746 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:56:746 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:747 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:749 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:56:750 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:750 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:753 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:56:753 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:754 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:56:757 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:56:757 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:56:759 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:56:759 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:771 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":179}
2017-08-01 05:19:56:771 - [debug] [RemoteDebugger] Found handler for message '179'
2017-08-01 05:19:56:771 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:56:772 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:56:773 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 20 ms - 82
2017-08-01 05:19:56:776 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Languages_0__CultureID"}
2017-08-01 05:19:56:776 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Languages_0__CultureID","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:776 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:56:778 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:56:779 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:56:780 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:56:781 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:56:784 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:56:784 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:844 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796200\"}}"},"wasThrown":false},"id":180}
2017-08-01 05:19:56:845 - [debug] [RemoteDebugger] Found handler for message '180'
2017-08-01 05:19:56:845 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796200"}
2017-08-01 05:19:56:846 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5025"}
2017-08-01 05:19:56:846 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 71 ms - 90
2017-08-01 05:19:56:849 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:56:850 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:850 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:852 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:56:853 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:853 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:56:856 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:56:856 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:856 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:858 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:56:859 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:861 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 3 ms - 76
2017-08-01 05:19:56:864 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:56:865 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:865 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:56:870 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:56:871 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:56:873 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 9 ms - 76
2017-08-01 05:19:56:883 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:56:883 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:883 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:56:888 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:56:889 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:56:889 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:56:889 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:902 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":181}
2017-08-01 05:19:56:902 - [debug] [RemoteDebugger] Found handler for message '181'
2017-08-01 05:19:56:903 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:56:904 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:56:906 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 22 ms - 82
2017-08-01 05:19:56:910 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Languages_1__CultureID"}
2017-08-01 05:19:56:910 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Languages_1__CultureID","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:56:912 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:56:918 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:56:918 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:56:919 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:56:920 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:56:920 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:56:921 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:56:995 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796201\"}}"},"wasThrown":false},"id":182}
2017-08-01 05:19:56:995 - [debug] [RemoteDebugger] Found handler for message '182'
2017-08-01 05:19:56:995 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796201"}
2017-08-01 05:19:56:996 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5026"}
2017-08-01 05:19:56:997 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 87 ms - 90
2017-08-01 05:19:57:000 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:57:000 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:001 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:57:005 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:57:005 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:57:006 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:57:010 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:57:010 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:010 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:57:014 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:57:015 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:57:016 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 6 ms - 76
2017-08-01 05:19:57:019 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:57:019 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:020 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:57:029 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:57:029 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:57:030 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 11 ms - 76
2017-08-01 05:19:57:039 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:57:040 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:040 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:57:042 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:57:042 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:57:043 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:57:043 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:57:054 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":183}
2017-08-01 05:19:57:054 - [debug] [RemoteDebugger] Found handler for message '183'
2017-08-01 05:19:57:055 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:57:059 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:57:060 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 20 ms - 82
2017-08-01 05:19:57:063 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Languages_2__CultureID"}
2017-08-01 05:19:57:069 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Languages_2__CultureID","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:069 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:57:078 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:57:078 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:57:079 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:57:086 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:57:087 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:57:088 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:57:151 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796202\"}}"},"wasThrown":false},"id":184}
2017-08-01 05:19:57:152 - [debug] [RemoteDebugger] Found handler for message '184'
2017-08-01 05:19:57:152 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796202"}
2017-08-01 05:19:57:152 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5027"}
2017-08-01 05:19:57:153 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 90 ms - 90
2017-08-01 05:19:57:156 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"page load","ms":60000}
2017-08-01 05:19:57:157 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["page load",60000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:157 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:57:159 - [debug] [iOS] Set page load timeout to 60000ms
2017-08-01 05:19:57:160 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:57:160 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:57:163 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"implicit","ms":5000}
2017-08-01 05:19:57:164 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["implicit",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:164 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:57:167 - [debug] [BaseDriver] Set implicit wait to 5000ms
2017-08-01 05:19:57:167 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:57:168 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 5 ms - 76
2017-08-01 05:19:57:171 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts {"type":"script","ms":5000}
2017-08-01 05:19:57:171 - [debug] [MJSONWP] Calling AppiumDriver.timeouts() with args: ["script",5000,"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:171 - [debug] [XCUITest] Executing command 'timeouts'
2017-08-01 05:19:57:173 - [debug] [iOS] Set async script timeout to 5000ms
2017-08-01 05:19:57:174 - [debug] [MJSONWP] Responding to client with driver.timeouts() result: null
2017-08-01 05:19:57:175 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/timeouts 200 4 ms - 76
2017-08-01 05:19:57:178 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute {"script":"if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}","args":[]}
2017-08-01 05:19:57:178 - [debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["if (document != undefined && document.readyState) { return document.readyState;} else { return undefined;}",[],"392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:178 - [debug] [XCUITest] Executing command 'execute'
2017-08-01 05:19:57:180 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:57:181 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:57:181 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:57:181 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:57:192 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":"complete"}},"wasThrown":false},"id":185}
2017-08-01 05:19:57:192 - [debug] [RemoteDebugger] Found handler for message '185'
2017-08-01 05:19:57:193 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: "complete"
2017-08-01 05:19:57:193 - [debug] [MJSONWP] Responding to client with driver.execute() result: "complete"
2017-08-01 05:19:57:194 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/execute 200 16 ms - 82
2017-08-01 05:19:57:197 - [HTTP] --> POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element {"using":"id","value":"Languages_3__CultureID"}
2017-08-01 05:19:57:197 - [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","Languages_3__CultureID","392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:198 - [debug] [XCUITest] Executing command 'findElement'
2017-08-01 05:19:57:202 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
2017-08-01 05:19:57:202 - [debug] [BaseDriver] Waiting up to 5000 ms for condition
2017-08-01 05:19:57:202 - [debug] [RemoteDebugger] Executing 'find_element' atom in default context
2017-08-01 05:19:57:203 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){var aa="function"...
2017-08-01 05:19:57:204 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){var aa=\"function...
2017-08-01 05:19:57:205 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:57:265 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"string","value":"{\"status\":0,\"value\":{\"ELEMENT\":\":wdc:1501564796203\"}}"},"wasThrown":false},"id":186}
2017-08-01 05:19:57:268 - [debug] [RemoteDebugger] Found handler for message '186'
2017-08-01 05:19:57:269 - [debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1501564796203"}
2017-08-01 05:19:57:273 - [debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5028"}
2017-08-01 05:19:57:275 - [HTTP] <-- POST /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/element 200 77 ms - 90
2017-08-01 05:19:57:286 - [HTTP] --> DELETE /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/window {}
2017-08-01 05:19:57:288 - [debug] [MJSONWP] Calling AppiumDriver.closeWindow() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:295 - [debug] [XCUITest] Executing command 'closeWindow'
2017-08-01 05:19:57:307 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:19:57:308 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:19:57:309 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:19:57:309 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:19:57:413 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":187}
2017-08-01 05:19:57:414 - [debug] [RemoteDebugger] Found handler for message '187'
2017-08-01 05:19:57:414 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:19:57:415 - [debug] [MJSONWP] Responding to client with driver.closeWindow() result: null
2017-08-01 05:19:57:416 - [HTTP] <-- DELETE /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec/window 200 130 ms - 76
2017-08-01 05:19:57:421 - [HTTP] --> DELETE /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec {}
2017-08-01 05:19:57:422 - [debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["392183a7-c1aa-42d5-9005-9a58bb063fec"]
2017-08-01 05:19:57:423 - [debug] [BaseDriver] Event 'quitSessionRequested' logged at 1501564797422 (00:19:57 GMT-0500 (CDT))
2017-08-01 05:19:57:433 - [debug] [JSONWP Proxy] Proxying [DELETE /session/392183a7-c1aa-42d5-9005-9a58bb063fec] to [DELETE http://localhost:8100/session/994C6116-B335-4B5E-B0E2-2EB9E4481E02] with no body
2017-08-01 05:19:58:155 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"1EE55769-63DD-4F30-9064-B8F41556B867\",\n \"status\" : 0\n}"
2017-08-01 05:19:58:155 - [XCUITest] Shutting down sub-processes
2017-08-01 05:19:58:156 - [XCUITest] Shutting down iproxy process (pid 2004)
2017-08-01 05:19:58:165 - [debug] [XCUITest] iproxy exited with code 'null'
2017-08-01 05:19:58:166 - [XCUITest] Shutting down xcodebuild process (pid 2005)
2017-08-01 05:19:58:205 - [XCUITest] xcodebuild exited with code 'null' and signal 'SIGTERM'
2017-08-01 05:19:58:215 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-08-01 05:19:58:216 - [XCUITest] Setting '755' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-08-01 05:19:58:217 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-hcndtoufcqmlwsegwahfcmsjhyfm'
2017-08-01 05:19:58:219 - [debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2017-08-01 05:19:58:219 - [debug] [XCUITest] In a web session. Removing remote debugger
2017-08-01 05:19:58:220 - [debug] [RemoteDebugger] Disconnecting from WebKit remote debugger
2017-08-01 05:19:58:224 - [debug] [iOSLog] Stopping iOS log capture
2017-08-01 05:19:58:227 - [Appium] Removing session 392183a7-c1aa-42d5-9005-9a58bb063fec from our master session list
2017-08-01 05:19:58:240 - [debug] [BaseDriver] Event 'quitSessionFinished' logged at 1501564798240 (00:19:58 GMT-0500 (CDT))
2017-08-01 05:19:58:241 - [debug] [MJSONWP] Received response: null
2017-08-01 05:19:58:241 - [debug] [MJSONWP] But deleting session, so not returning
2017-08-01 05:19:58:241 - [debug] [MJSONWP] Responding to client with driver.deleteSession() result: null
2017-08-01 05:19:58:242 - [HTTP] <-- DELETE /wd/hub/session/392183a7-c1aa-42d5-9005-9a58bb063fec 200 821 ms - 76
2017-08-01 05:19:58:243 - [debug] [RemoteDebugger] WebKit remote debugger socket disconnected
2017-08-01 05:20:08:316 - [HTTP] --> DELETE /wd/hub/session//window {}
2017-08-01 05:20:08:317 - [debug] [HTTP] No route found. Setting content type to 'text/plain'
2017-08-01 05:20:08:319 - [HTTP] <-- DELETE /wd/hub/session//window 404 2 ms - 65
2017-08-01 05:20:18:800 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:20:18:800 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:20:18:899 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:20:18:901 - [HTTP] <-- GET /wd/hub/status 200 100 ms - 90
2017-08-01 05:20:49:384 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:20:49:384 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:20:49:414 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:20:49:415 - [HTTP] <-- GET /wd/hub/status 200 31 ms - 90
2017-08-01 05:20:54:420 - [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true",
2017-08-01 05:20:54:421 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20...
2017-08-01 05:20:54:421 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1501564854421 (00:20:54 GMT-0500 (CDT))
2017-08-01 05:20:54:424 - [Appium] Creating new XCUITestDriver (v2.32.2) session
2017-08-01 05:20:54:424 - [Appium] Capabilities:
2017-08-01 05:20:54:427 - [Appium] platformName: 'iOS'
2017-08-01 05:20:54:427 - [Appium] platformVersion: '10.3.2'
2017-08-01 05:20:54:427 - [Appium] deviceName: 'iPhone/iPad'
2017-08-01 05:20:54:427 - [Appium] newCommandTimeout: '120000'
2017-08-01 05:20:54:428 - [Appium] --bootstrap-port: '4723'
2017-08-01 05:20:54:428 - [Appium] --webkit-debug-proxy-port: '27753'
2017-08-01 05:20:54:428 - [Appium] udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:20:54:429 - [Appium] autoAcceptAlerts: 'true'
2017-08-01 05:20:54:429 - [Appium] automationName: 'XCUITest'
2017-08-01 05:20:54:429 - [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-08-01 05:20:54:429 - [Appium] eventTimings: 'true'
2017-08-01 05:20:54:430 - [Appium] enablePerformanceLogging: 'true'
2017-08-01 05:20:54:430 - [Appium] launchTimeout: '20000'
2017-08-01 05:20:54:430 - [Appium] wdaLocalPort: '8100'
2017-08-01 05:20:54:430 - [Appium] useNewWDA: 'false'
2017-08-01 05:20:54:431 - [Appium] wdaLaunchTimeout: '30000'
2017-08-01 05:20:54:431 - [Appium] usePrebuiltWDA: 'true'
2017-08-01 05:20:54:431 - [Appium] webkitResponseTimeout: '30000'
2017-08-01 05:20:54:431 - [Appium] browserName: 'Safari'
2017-08-01 05:20:54:434 - [debug] [XCUITest] XCUITestDriver version: 2.32.2
2017-08-01 05:20:54:439 - [BaseDriver] Capability 'eventTimings' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:20:54:439 - [BaseDriver] Capability 'usePrebuiltWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:20:54:439 - [BaseDriver] Capability 'useNewWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:20:54:439 - [BaseDriver] Capability 'autoAcceptAlerts' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:20:54:441 - [BaseDriver] Capability 'enablePerformanceLogging' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:20:54:442 - [BaseDriver] Capability 'newCommandTimeout' changed from string ('120000') to integer (120000). This may cause unexpected behavior
2017-08-01 05:20:54:443 - [BaseDriver] Capability 'wdaLocalPort' changed from string ('8100') to integer (8100). This may cause unexpected behavior
2017-08-01 05:20:54:443 - [BaseDriver] Capability 'wdaLaunchTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:20:54:445 - [BaseDriver] Capability 'webkitResponseTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:20:54:460 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: --bootstrap-port, --webkit-debug-proxy-port, realDeviceLogger.
2017-08-01 05:20:54:461 - [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
2017-08-01 05:20:54:479 - [BaseDriver] Session created with session id: 369f5c55-cce6-4718-aa6b-271a326cdc61
2017-08-01 05:20:54:701 - [debug] [XCUITest] Xcode version set to '8.3.2'
2017-08-01 05:20:54:702 - [debug] [XCUITest] iOS SDK Version set to '10.3'
2017-08-01 05:20:54:702 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1501564854702 (00:20:54 GMT-0500 (CDT))
2017-08-01 05:20:55:138 - [debug] [XCUITest] Available devices: e5ee9c8a96156422a2a70f3af821f6bf83bd57cb, 08eea757eaea5e75f60970d2c4641faaa0ff8633
2017-08-01 05:20:55:139 - [debug] [XCUITest] Creating iDevice object with udid 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:20:55:143 - [XCUITest] Determining device to run tests on: udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb', real device: true
2017-08-01 05:20:55:144 - [XCUITest] Safari test requested
2017-08-01 05:20:55:144 - [debug] [BaseDriver] Event 'appConfigured' logged at 1501564855144 (00:20:55 GMT-0500 (CDT))
2017-08-01 05:20:55:145 - [debug] [BaseDriver] Event 'resetStarted' logged at 1501564855145 (00:20:55 GMT-0500 (CDT))
2017-08-01 05:20:55:146 - [debug] [XCUITest] Reset: running ios real device reset flow
2017-08-01 05:20:55:147 - [debug] [BaseDriver] Event 'resetComplete' logged at 1501564855147 (00:20:55 GMT-0500 (CDT))
2017-08-01 05:20:55:150 - [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-08-01 05:20:55:153 - [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-08-01 05:20:55:348 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1501564855347 (00:20:55 GMT-0500 (CDT))
2017-08-01 05:20:55:348 - [XCUITest] Setting up real device
2017-08-01 05:20:55:353 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1501564855353 (00:20:55 GMT-0500 (CDT))
2017-08-01 05:20:55:355 - [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:20:55:355 - [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-08-01 05:20:55:357 - [XCUITest] Launching WebDriverAgent on the device
2017-08-01 05:20:55:364 - [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-08-01 05:20:55:372 - [debug] [XCUITest] Killing hanging processes
2017-08-01 05:20:55:599 - [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-08-01 05:20:59:426 - [HTTP] <-- POST /wd/hub/session - - ms - -
2017-08-01 05:21:00:620 - [debug] [XCUITest] Beginning test with command 'xcodebuild test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e5ee9c8a96156422a2a70f3af821f6bf83bd57cb -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:21:00:620 - [debug] [XCUITest] Output from xcodebuild will not be logged
2017-08-01 05:21:02:691 - [debug] [XCUITest] Waiting up to 30000ms for WebDriverAgent to start
2017-08-01 05:21:02:694 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:21:02:750 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.3.3\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.3.3\",\n \"ip\" : \"172.17.240.123\"\n },\n \"build\" : {\n \"time\" : \"Jul 31 2017 06:26:35\"\n }\n },\n \"sessionId\" : \"1EE55769-63DD-4F30-9064-B8F41556B867\",\n \"status\" : 0\n}"
2017-08-01 05:21:02:751 - [debug] [XCUITest] WebDriverAgent running on ip '172.17.240.123'
2017-08-01 05:21:02:751 - [debug] [XCUITest] WebDriverAgent successfully started after 2129ms
2017-08-01 05:21:02:757 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564862756 (00:21:02 GMT-0500 (CDT))
2017-08-01 05:21:02:757 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:21:02:759 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:21:04:435 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:21:04:435 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:21:04:782 - [debug] [XCUITest] Log file for xcodebuild test: /Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/336B3757-B048-4F9B-A141-461E32B03339/Session-WebDriverAgentRunner-2017-08-01_002104-5488mK.log
2017-08-01 05:21:07:210 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:21:08:218 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564868217 (00:21:08 GMT-0500 (CDT))
2017-08-01 05:21:08:218 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:21:08:219 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:21:08:230 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:21:09:236 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564869235 (00:21:09 GMT-0500 (CDT))
2017-08-01 05:21:09:236 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:21:09:237 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:21:09:252 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:21:10:253 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564870253 (00:21:10 GMT-0500 (CDT))
2017-08-01 05:21:10:254 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:21:10:254 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:21:10:263 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:21:11:264 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564871264 (00:21:11 GMT-0500 (CDT))
2017-08-01 05:21:11:265 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:21:11:265 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:21:11:281 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:21:12:283 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564872283 (00:21:12 GMT-0500 (CDT))
2017-08-01 05:21:12:283 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:21:12:284 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:21:12:296 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:21:13:302 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564873301 (00:21:13 GMT-0500 (CDT))
2017-08-01 05:21:13:302 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:21:13:303 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:21:17:388 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"345FF081-5605-4EDF-9662-9074C209926C","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"10.3.3","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"345FF081-5605-4EDF-9662-9074C209926C","status":0}
2017-08-01 05:21:17:390 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1501564877390 (00:21:17 GMT-0500 (CDT))
2017-08-01 05:21:17:393 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-08-01 05:21:17:396 - [XCUITest] Setting '555' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-08-01 05:21:17:397 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-hcndtoufcqmlwsegwahfcmsjhyfm'
2017-08-01 05:21:17:398 - [debug] [BaseDriver] Event 'wdaPermsAdjusted' logged at 1501564877398 (00:21:17 GMT-0500 (CDT))
2017-08-01 05:21:17:399 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1501564877399 (00:21:17 GMT-0500 (CDT))
2017-08-01 05:21:17:400 - [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-08-01 05:21:17:404 - [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/345FF081-5605-4EDF-9662-9074C209926C/orientation] with body: {"orientation":"PORTRAIT"}
2017-08-01 05:21:20:150 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"345FF081-5605-4EDF-9662-9074C209926C","status":0}
2017-08-01 05:21:20:151 - [debug] [BaseDriver] Event 'orientationSet' logged at 1501564880151 (00:21:20 GMT-0500 (CDT))
2017-08-01 05:21:20:151 - [debug] [XCUITest] Waiting for initial webview
2017-08-01 05:21:20:152 - [debug] [iOS] Waiting for 3000 ms before navigating to view.
2017-08-01 05:21:23:153 - [debug] [iOS] Navigating to most recently opened webview
2017-08-01 05:21:23:156 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:21:23:157 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:21:23:159 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:21:23:161 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:21:23:168 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/2","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/2","appId":"PID:879"}]
2017-08-01 05:21:23:170 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:21:23:170 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:21:23:171 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:21:23:171 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:21:23:179 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/2","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/2","appId":"PID:879"}]
2017-08-01 05:21:23:180 - [debug] [iOS] Picking webview 'WEBVIEW_2'
2017-08-01 05:21:23:182 - [debug] [iOS] Attempting to set context to 'WEBVIEW_2'
2017-08-01 05:21:23:203 - [debug] [RemoteDebugger] WebKit debugger web socket connected to url: ws://localhost:27753/devtools/page/2
2017-08-01 05:21:23:204 - [debug] [iOS] Starting performance log on '2'
2017-08-01 05:21:23:205 - [debug] [iOSLog] Starting performance (Timeline) log capture
2017-08-01 05:21:23:205 - [debug] [RemoteDebugger] Starting to record the timeline
2017-08-01 05:21:23:207 - [debug] [RemoteDebugger] Unregistering from page readiness notifications
2017-08-01 05:21:23:208 - [debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1501564883207 (00:21:23 GMT-0500 (CDT))
2017-08-01 05:21:23:214 - [Appium] New XCUITestDriver session created successfully, session 369f5c55-cce6-4718-aa6b-271a326cdc61 added to master session list
(node:1968) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 7): TypeError: Cannot read property 'setTimelineEventHandler' of undefined
2017-08-01 05:21:23:224 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1501564883224 (00:21:23 GMT-0500 (CDT))
2017-08-01 05:21:23:225 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"Safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000"}
2017-08-01 05:21:23:300 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:21:23:301 - [HTTP] <-- GET /wd/hub/status 200 18866 ms - 90
2017-08-01 05:21:33:317 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:21:33:317 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:21:33:348 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:21:33:350 - [HTTP] <-- GET /wd/hub/status 200 32 ms - 90
2017-08-01 05:21:43:370 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:21:43:370 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:21:43:401 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:21:43:404 - [HTTP] <-- GET /wd/hub/status 200 33 ms - 90
2017-08-01 05:21:48:409 - [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true",
2017-08-01 05:21:48:410 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20...
2017-08-01 05:21:48:411 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1501564908411 (00:21:48 GMT-0500 (CDT))
2017-08-01 05:21:48:412 - [Appium] Creating new XCUITestDriver (v2.32.2) session
2017-08-01 05:21:48:412 - [Appium] Capabilities:
2017-08-01 05:21:48:414 - [Appium] platformName: 'iOS'
2017-08-01 05:21:48:415 - [Appium] platformVersion: '10.3.2'
2017-08-01 05:21:48:420 - [Appium] deviceName: 'iPhone/iPad'
2017-08-01 05:21:48:421 - [Appium] newCommandTimeout: '120000'
2017-08-01 05:21:48:422 - [Appium] --bootstrap-port: '4723'
2017-08-01 05:21:48:423 - [Appium] --webkit-debug-proxy-port: '27753'
2017-08-01 05:21:48:423 - [Appium] udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:21:48:424 - [Appium] autoAcceptAlerts: 'true'
2017-08-01 05:21:48:424 - [Appium] automationName: 'XCUITest'
2017-08-01 05:21:48:425 - [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-08-01 05:21:48:425 - [Appium] eventTimings: 'true'
2017-08-01 05:21:48:425 - [Appium] enablePerformanceLogging: 'true'
2017-08-01 05:21:48:426 - [Appium] launchTimeout: '20000'
2017-08-01 05:21:48:427 - [Appium] wdaLocalPort: '8100'
2017-08-01 05:21:48:427 - [Appium] useNewWDA: 'false'
2017-08-01 05:21:48:428 - [Appium] wdaLaunchTimeout: '30000'
2017-08-01 05:21:48:428 - [Appium] usePrebuiltWDA: 'true'
2017-08-01 05:21:48:429 - [Appium] webkitResponseTimeout: '30000'
2017-08-01 05:21:48:430 - [Appium] browserName: 'Safari'
2017-08-01 05:21:48:434 - [debug] [XCUITest] XCUITestDriver version: 2.32.2
2017-08-01 05:21:48:437 - [BaseDriver] Capability 'eventTimings' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:21:48:438 - [BaseDriver] Capability 'usePrebuiltWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:21:48:438 - [BaseDriver] Capability 'useNewWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:21:48:439 - [BaseDriver] Capability 'autoAcceptAlerts' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:21:48:439 - [BaseDriver] Capability 'enablePerformanceLogging' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:21:48:444 - [BaseDriver] Capability 'newCommandTimeout' changed from string ('120000') to integer (120000). This may cause unexpected behavior
2017-08-01 05:21:48:445 - [BaseDriver] Capability 'wdaLocalPort' changed from string ('8100') to integer (8100). This may cause unexpected behavior
2017-08-01 05:21:48:445 - [BaseDriver] Capability 'wdaLaunchTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:21:48:446 - [BaseDriver] Capability 'webkitResponseTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:21:48:470 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: --bootstrap-port, --webkit-debug-proxy-port, realDeviceLogger.
2017-08-01 05:21:48:471 - [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
2017-08-01 05:21:48:486 - [BaseDriver] Session created with session id: b7add793-0519-49a1-914a-7f0fddc2aac9
2017-08-01 05:21:48:904 - [debug] [XCUITest] Xcode version set to '8.3.2'
2017-08-01 05:21:48:905 - [debug] [XCUITest] iOS SDK Version set to '10.3'
2017-08-01 05:21:48:905 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1501564908905 (00:21:48 GMT-0500 (CDT))
2017-08-01 05:21:49:356 - [debug] [XCUITest] Available devices: e5ee9c8a96156422a2a70f3af821f6bf83bd57cb, 08eea757eaea5e75f60970d2c4641faaa0ff8633
2017-08-01 05:21:49:356 - [debug] [XCUITest] Creating iDevice object with udid 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:21:49:357 - [XCUITest] Determining device to run tests on: udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb', real device: true
2017-08-01 05:21:49:358 - [XCUITest] Safari test requested
2017-08-01 05:21:49:359 - [debug] [BaseDriver] Event 'appConfigured' logged at 1501564909358 (00:21:49 GMT-0500 (CDT))
2017-08-01 05:21:49:359 - [debug] [BaseDriver] Event 'resetStarted' logged at 1501564909359 (00:21:49 GMT-0500 (CDT))
2017-08-01 05:21:49:360 - [debug] [XCUITest] Reset: running ios real device reset flow
2017-08-01 05:21:49:361 - [debug] [BaseDriver] Event 'resetComplete' logged at 1501564909360 (00:21:49 GMT-0500 (CDT))
2017-08-01 05:21:49:362 - [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-08-01 05:21:49:363 - [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-08-01 05:21:49:545 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1501564909545 (00:21:49 GMT-0500 (CDT))
2017-08-01 05:21:49:546 - [XCUITest] Setting up real device
2017-08-01 05:21:49:546 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1501564909546 (00:21:49 GMT-0500 (CDT))
2017-08-01 05:21:49:547 - [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:21:49:547 - [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-08-01 05:21:49:547 - [XCUITest] Launching WebDriverAgent on the device
2017-08-01 05:21:49:548 - [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-08-01 05:21:49:550 - [debug] [XCUITest] Killing hanging processes
2017-08-01 05:21:49:734 - [XCUITest] xcodebuild exited with code 'null' and signal 'SIGKILL'
2017-08-01 05:21:49:871 - [debug] [XCUITest] iproxy exited with code 'null'
2017-08-01 05:21:49:871 - [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-08-01 05:21:53:411 - [HTTP] <-- POST /wd/hub/session - - ms - -
2017-08-01 05:21:54:889 - [debug] [XCUITest] Beginning test with command 'xcodebuild test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e5ee9c8a96156422a2a70f3af821f6bf83bd57cb -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:21:54:892 - [debug] [XCUITest] Output from xcodebuild will not be logged
2017-08-01 05:21:56:927 - [debug] [XCUITest] Waiting up to 30000ms for WebDriverAgent to start
2017-08-01 05:21:56:928 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:21:56:962 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.3.3\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.3.3\",\n \"ip\" : \"172.17.240.123\"\n },\n \"build\" : {\n \"time\" : \"Jul 31 2017 06:26:35\"\n }\n },\n \"sessionId\" : \"345FF081-5605-4EDF-9662-9074C209926C\",\n \"status\" : 0\n}"
2017-08-01 05:21:56:963 - [debug] [XCUITest] WebDriverAgent running on ip '172.17.240.123'
2017-08-01 05:21:56:967 - [debug] [XCUITest] WebDriverAgent successfully started after 2075ms
2017-08-01 05:21:56:970 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564916970 (00:21:56 GMT-0500 (CDT))
2017-08-01 05:21:56:970 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:21:56:971 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:21:58:430 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:21:58:430 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:21:59:188 - [debug] [XCUITest] Log file for xcodebuild test: /Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/40C4732A-4945-4826-A0AD-2BD15FBBB353/Session-WebDriverAgentRunner-2017-08-01_002159-kGudFe.log
2017-08-01 05:22:01:278 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:22:02:280 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564922280 (00:22:02 GMT-0500 (CDT))
2017-08-01 05:22:02:280 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:22:02:281 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:22:02:292 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:22:03:295 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564923294 (00:22:03 GMT-0500 (CDT))
2017-08-01 05:22:03:295 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:22:03:295 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:22:03:315 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:22:04:316 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564924315 (00:22:04 GMT-0500 (CDT))
2017-08-01 05:22:04:316 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:22:04:316 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:22:04:329 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:22:05:333 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564925333 (00:22:05 GMT-0500 (CDT))
2017-08-01 05:22:05:333 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:22:05:334 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:22:05:345 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:22:06:347 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564926346 (00:22:06 GMT-0500 (CDT))
2017-08-01 05:22:06:347 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:22:06:348 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:22:06:362 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:22:07:367 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564927367 (00:22:07 GMT-0500 (CDT))
2017-08-01 05:22:07:367 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:22:07:367 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:22:07:401 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:22:08:403 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564928402 (00:22:08 GMT-0500 (CDT))
2017-08-01 05:22:08:403 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:22:08:403 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:22:08:412 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:22:09:415 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564929414 (00:22:09 GMT-0500 (CDT))
2017-08-01 05:22:09:415 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:22:09:415 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:22:14:330 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"3F9E8F5A-1ED7-4184-8CDB-2D25DE28EC22","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"10.3.3","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"3F9E8F5A-1ED7-4184-8CDB-2D25DE28EC22","status":0}
2017-08-01 05:22:14:331 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1501564934331 (00:22:14 GMT-0500 (CDT))
2017-08-01 05:22:14:336 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-08-01 05:22:14:341 - [XCUITest] Setting '555' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-08-01 05:22:14:342 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-hcndtoufcqmlwsegwahfcmsjhyfm'
2017-08-01 05:22:14:343 - [debug] [BaseDriver] Event 'wdaPermsAdjusted' logged at 1501564934342 (00:22:14 GMT-0500 (CDT))
2017-08-01 05:22:14:343 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1501564934343 (00:22:14 GMT-0500 (CDT))
2017-08-01 05:22:14:344 - [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-08-01 05:22:14:346 - [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/3F9E8F5A-1ED7-4184-8CDB-2D25DE28EC22/orientation] with body: {"orientation":"PORTRAIT"}
2017-08-01 05:22:17:017 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"3F9E8F5A-1ED7-4184-8CDB-2D25DE28EC22","status":0}
2017-08-01 05:22:17:018 - [debug] [BaseDriver] Event 'orientationSet' logged at 1501564937018 (00:22:17 GMT-0500 (CDT))
2017-08-01 05:22:17:018 - [debug] [XCUITest] Waiting for initial webview
2017-08-01 05:22:17:019 - [debug] [iOS] Waiting for 3000 ms before navigating to view.
2017-08-01 05:22:20:023 - [debug] [iOS] Navigating to most recently opened webview
2017-08-01 05:22:20:024 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:22:20:024 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:22:20:025 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:22:20:025 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:22:20:030 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/3","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/3","appId":"PID:888"}]
2017-08-01 05:22:20:031 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:22:20:031 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:22:20:031 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:22:20:032 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:22:20:037 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/3","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/3","appId":"PID:888"}]
2017-08-01 05:22:20:037 - [debug] [iOS] Picking webview 'WEBVIEW_3'
2017-08-01 05:22:20:038 - [debug] [iOS] Attempting to set context to 'WEBVIEW_3'
2017-08-01 05:22:20:042 - [debug] [RemoteDebugger] WebKit debugger web socket connected to url: ws://localhost:27753/devtools/page/3
2017-08-01 05:22:20:043 - [debug] [iOS] Starting performance log on '3'
2017-08-01 05:22:20:043 - [debug] [iOSLog] Starting performance (Timeline) log capture
2017-08-01 05:22:20:043 - [debug] [RemoteDebugger] Starting to record the timeline
2017-08-01 05:22:20:044 - [debug] [RemoteDebugger] Unregistering from page readiness notifications
2017-08-01 05:22:20:044 - [debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1501564940044 (00:22:20 GMT-0500 (CDT))
2017-08-01 05:22:20:046 - [Appium] New XCUITestDriver session created successfully, session b7add793-0519-49a1-914a-7f0fddc2aac9 added to master session list
(node:1968) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 10): TypeError: Cannot read property 'setTimelineEventHandler' of undefined
2017-08-01 05:22:20:049 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1501564940049 (00:22:20 GMT-0500 (CDT))
2017-08-01 05:22:20:049 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"Safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000"}
2017-08-01 05:22:20:167 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:22:20:170 - [HTTP] <-- GET /wd/hub/status 200 21739 ms - 90
2017-08-01 05:22:30:195 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:22:30:196 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:22:30:231 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:22:30:233 - [HTTP] <-- GET /wd/hub/status 200 37 ms - 90
2017-08-01 05:22:40:252 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:22:40:253 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:22:40:288 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:22:40:290 - [HTTP] <-- GET /wd/hub/status 200 37 ms - 90
2017-08-01 05:22:47:033 - [debug] [XCUITest] Connection to WDA timed out
2017-08-01 05:22:47:033 - [debug] [iProxy] recv failed: Operation not permitted
2017-08-01 05:22:50:305 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:22:50:306 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:22:50:338 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:22:50:340 - [HTTP] <-- GET /wd/hub/status 200 34 ms - 90
2017-08-01 05:22:55:353 - [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true",
2017-08-01 05:22:55:354 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20...
2017-08-01 05:22:55:354 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1501564975354 (00:22:55 GMT-0500 (CDT))
2017-08-01 05:22:55:355 - [Appium] Creating new XCUITestDriver (v2.32.2) session
2017-08-01 05:22:55:356 - [Appium] Capabilities:
2017-08-01 05:22:55:358 - [Appium] platformName: 'iOS'
2017-08-01 05:22:55:358 - [Appium] platformVersion: '10.3.2'
2017-08-01 05:22:55:359 - [Appium] deviceName: 'iPhone/iPad'
2017-08-01 05:22:55:359 - [Appium] newCommandTimeout: '120000'
2017-08-01 05:22:55:359 - [Appium] --bootstrap-port: '4723'
2017-08-01 05:22:55:360 - [Appium] --webkit-debug-proxy-port: '27753'
2017-08-01 05:22:55:360 - [Appium] udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:22:55:360 - [Appium] autoAcceptAlerts: 'true'
2017-08-01 05:22:55:361 - [Appium] automationName: 'XCUITest'
2017-08-01 05:22:55:361 - [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-08-01 05:22:55:361 - [Appium] eventTimings: 'true'
2017-08-01 05:22:55:362 - [Appium] enablePerformanceLogging: 'true'
2017-08-01 05:22:55:362 - [Appium] launchTimeout: '20000'
2017-08-01 05:22:55:362 - [Appium] wdaLocalPort: '8100'
2017-08-01 05:22:55:363 - [Appium] useNewWDA: 'false'
2017-08-01 05:22:55:363 - [Appium] wdaLaunchTimeout: '30000'
2017-08-01 05:22:55:363 - [Appium] usePrebuiltWDA: 'true'
2017-08-01 05:22:55:364 - [Appium] webkitResponseTimeout: '30000'
2017-08-01 05:22:55:364 - [Appium] browserName: 'Safari'
2017-08-01 05:22:55:365 - [debug] [XCUITest] XCUITestDriver version: 2.32.2
2017-08-01 05:22:55:365 - [BaseDriver] Capability 'eventTimings' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:22:55:366 - [BaseDriver] Capability 'usePrebuiltWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:22:55:366 - [BaseDriver] Capability 'useNewWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:22:55:366 - [BaseDriver] Capability 'autoAcceptAlerts' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:22:55:367 - [BaseDriver] Capability 'enablePerformanceLogging' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:22:55:367 - [BaseDriver] Capability 'newCommandTimeout' changed from string ('120000') to integer (120000). This may cause unexpected behavior
2017-08-01 05:22:55:368 - [BaseDriver] Capability 'wdaLocalPort' changed from string ('8100') to integer (8100). This may cause unexpected behavior
2017-08-01 05:22:55:368 - [BaseDriver] Capability 'wdaLaunchTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:22:55:368 - [BaseDriver] Capability 'webkitResponseTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:22:55:375 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: --bootstrap-port, --webkit-debug-proxy-port, realDeviceLogger.
2017-08-01 05:22:55:376 - [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
2017-08-01 05:22:55:407 - [BaseDriver] Session created with session id: 9c52c630-9a48-4ae0-83f7-e2d718ce16cc
2017-08-01 05:22:55:669 - [debug] [XCUITest] Xcode version set to '8.3.2'
2017-08-01 05:22:55:671 - [debug] [XCUITest] iOS SDK Version set to '10.3'
2017-08-01 05:22:55:671 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1501564975671 (00:22:55 GMT-0500 (CDT))
2017-08-01 05:22:56:095 - [debug] [XCUITest] Available devices: e5ee9c8a96156422a2a70f3af821f6bf83bd57cb, 08eea757eaea5e75f60970d2c4641faaa0ff8633
2017-08-01 05:22:56:096 - [debug] [XCUITest] Creating iDevice object with udid 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:22:56:096 - [XCUITest] Determining device to run tests on: udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb', real device: true
2017-08-01 05:22:56:097 - [XCUITest] Safari test requested
2017-08-01 05:22:56:097 - [debug] [BaseDriver] Event 'appConfigured' logged at 1501564976097 (00:22:56 GMT-0500 (CDT))
2017-08-01 05:22:56:097 - [debug] [BaseDriver] Event 'resetStarted' logged at 1501564976097 (00:22:56 GMT-0500 (CDT))
2017-08-01 05:22:56:098 - [debug] [XCUITest] Reset: running ios real device reset flow
2017-08-01 05:22:56:098 - [debug] [BaseDriver] Event 'resetComplete' logged at 1501564976098 (00:22:56 GMT-0500 (CDT))
2017-08-01 05:22:56:099 - [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-08-01 05:22:56:099 - [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-08-01 05:22:56:348 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1501564976348 (00:22:56 GMT-0500 (CDT))
2017-08-01 05:22:56:348 - [XCUITest] Setting up real device
2017-08-01 05:22:56:355 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1501564976354 (00:22:56 GMT-0500 (CDT))
2017-08-01 05:22:56:355 - [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:22:56:355 - [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-08-01 05:22:56:355 - [XCUITest] Launching WebDriverAgent on the device
2017-08-01 05:22:56:357 - [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-08-01 05:22:56:358 - [debug] [XCUITest] Killing hanging processes
2017-08-01 05:22:56:634 - [XCUITest] xcodebuild exited with code 'null' and signal 'SIGKILL'
2017-08-01 05:22:56:898 - [debug] [XCUITest] iproxy exited with code 'null'
2017-08-01 05:22:56:898 - [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-08-01 05:23:00:355 - [HTTP] <-- POST /wd/hub/session - - ms - -
2017-08-01 05:23:01:920 - [debug] [XCUITest] Beginning test with command 'xcodebuild test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e5ee9c8a96156422a2a70f3af821f6bf83bd57cb -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:23:01:921 - [debug] [XCUITest] Output from xcodebuild will not be logged
2017-08-01 05:23:04:438 - [debug] [XCUITest] Waiting up to 30000ms for WebDriverAgent to start
2017-08-01 05:23:04:439 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:23:04:464 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.3.3\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.3.3\",\n \"ip\" : \"172.17.240.123\"\n },\n \"build\" : {\n \"time\" : \"Jul 31 2017 06:26:35\"\n }\n },\n \"sessionId\" : \"3F9E8F5A-1ED7-4184-8CDB-2D25DE28EC22\",\n \"status\" : 0\n}"
2017-08-01 05:23:04:465 - [debug] [XCUITest] WebDriverAgent running on ip '172.17.240.123'
2017-08-01 05:23:04:465 - [debug] [XCUITest] WebDriverAgent successfully started after 2544ms
2017-08-01 05:23:04:467 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564984467 (00:23:04 GMT-0500 (CDT))
2017-08-01 05:23:04:468 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:04:468 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:05:368 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:23:05:369 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:23:06:305 - [debug] [XCUITest] Log file for xcodebuild test: /Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/58D20939-8099-4DEB-9992-7AB51066DDD3/Session-WebDriverAgentRunner-2017-08-01_002306-WDYyOf.log
2017-08-01 05:23:08:600 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:09:602 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564989602 (00:23:09 GMT-0500 (CDT))
2017-08-01 05:23:09:603 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:09:603 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:09:617 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:10:619 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564990619 (00:23:10 GMT-0500 (CDT))
2017-08-01 05:23:10:620 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:10:620 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:10:636 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:11:640 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564991640 (00:23:11 GMT-0500 (CDT))
2017-08-01 05:23:11:643 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:11:644 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:11:656 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:12:658 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564992658 (00:23:12 GMT-0500 (CDT))
2017-08-01 05:23:12:658 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:12:659 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:12:677 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:13:679 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564993678 (00:23:13 GMT-0500 (CDT))
2017-08-01 05:23:13:680 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:13:683 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:13:714 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:14:746 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564994746 (00:23:14 GMT-0500 (CDT))
2017-08-01 05:23:14:747 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:14:748 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:14:793 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:15:797 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564995797 (00:23:15 GMT-0500 (CDT))
2017-08-01 05:23:15:798 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:15:798 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:15:815 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:16:819 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501564996818 (00:23:16 GMT-0500 (CDT))
2017-08-01 05:23:16:819 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:16:820 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:21:817 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"359D638D-BC04-474A-B02E-3EEB3DFD7E59","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"10.3.3","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"359D638D-BC04-474A-B02E-3EEB3DFD7E59","status":0}
2017-08-01 05:23:21:818 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1501565001818 (00:23:21 GMT-0500 (CDT))
2017-08-01 05:23:21:821 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-08-01 05:23:21:823 - [XCUITest] Setting '555' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-08-01 05:23:21:824 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-hcndtoufcqmlwsegwahfcmsjhyfm'
2017-08-01 05:23:21:825 - [debug] [BaseDriver] Event 'wdaPermsAdjusted' logged at 1501565001825 (00:23:21 GMT-0500 (CDT))
2017-08-01 05:23:21:825 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1501565001825 (00:23:21 GMT-0500 (CDT))
2017-08-01 05:23:21:826 - [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-08-01 05:23:21:827 - [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/359D638D-BC04-474A-B02E-3EEB3DFD7E59/orientation] with body: {"orientation":"PORTRAIT"}
2017-08-01 05:23:24:438 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"359D638D-BC04-474A-B02E-3EEB3DFD7E59","status":0}
2017-08-01 05:23:24:438 - [debug] [BaseDriver] Event 'orientationSet' logged at 1501565004438 (00:23:24 GMT-0500 (CDT))
2017-08-01 05:23:24:439 - [debug] [XCUITest] Waiting for initial webview
2017-08-01 05:23:24:439 - [debug] [iOS] Waiting for 3000 ms before navigating to view.
2017-08-01 05:23:27:441 - [debug] [iOS] Navigating to most recently opened webview
2017-08-01 05:23:27:442 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:23:27:442 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:23:27:442 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:23:27:443 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:23:27:448 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/4","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/4","appId":"PID:897"}]
2017-08-01 05:23:27:449 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:23:27:449 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:23:27:449 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:23:27:449 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:23:27:457 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/4","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/4","appId":"PID:897"}]
2017-08-01 05:23:27:458 - [debug] [iOS] Picking webview 'WEBVIEW_4'
2017-08-01 05:23:27:458 - [debug] [iOS] Attempting to set context to 'WEBVIEW_4'
2017-08-01 05:23:27:464 - [debug] [RemoteDebugger] WebKit debugger web socket connected to url: ws://localhost:27753/devtools/page/4
2017-08-01 05:23:27:465 - [debug] [iOS] Starting performance log on '4'
2017-08-01 05:23:27:465 - [debug] [iOSLog] Starting performance (Timeline) log capture
2017-08-01 05:23:27:466 - [debug] [RemoteDebugger] Starting to record the timeline
2017-08-01 05:23:27:466 - [debug] [RemoteDebugger] Unregistering from page readiness notifications
2017-08-01 05:23:27:467 - [debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1501565007466 (00:23:27 GMT-0500 (CDT))
2017-08-01 05:23:27:467 - [Appium] New XCUITestDriver session created successfully, session 9c52c630-9a48-4ae0-83f7-e2d718ce16cc added to master session list
(node:1968) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 13): TypeError: Cannot read property 'setTimelineEventHandler' of undefined
2017-08-01 05:23:27:471 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1501565007471 (00:23:27 GMT-0500 (CDT))
2017-08-01 05:23:27:471 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"Safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000"}
2017-08-01 05:23:27:608 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:23:27:610 - [HTTP] <-- GET /wd/hub/status 200 22246 ms - 90
2017-08-01 05:23:32:613 - [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true",
2017-08-01 05:23:32:614 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20...
2017-08-01 05:23:32:615 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1501565012614 (00:23:32 GMT-0500 (CDT))
2017-08-01 05:23:32:615 - [Appium] Creating new XCUITestDriver (v2.32.2) session
2017-08-01 05:23:32:615 - [Appium] Capabilities:
2017-08-01 05:23:32:617 - [Appium] platformName: 'iOS'
2017-08-01 05:23:32:617 - [Appium] platformVersion: '10.3.2'
2017-08-01 05:23:32:618 - [Appium] deviceName: 'iPhone/iPad'
2017-08-01 05:23:32:618 - [Appium] newCommandTimeout: '120000'
2017-08-01 05:23:32:619 - [Appium] --bootstrap-port: '4723'
2017-08-01 05:23:32:619 - [Appium] --webkit-debug-proxy-port: '27753'
2017-08-01 05:23:32:620 - [Appium] udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:23:32:620 - [Appium] autoAcceptAlerts: 'true'
2017-08-01 05:23:32:620 - [Appium] automationName: 'XCUITest'
2017-08-01 05:23:32:621 - [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-08-01 05:23:32:621 - [Appium] eventTimings: 'true'
2017-08-01 05:23:32:622 - [Appium] enablePerformanceLogging: 'true'
2017-08-01 05:23:32:622 - [Appium] launchTimeout: '20000'
2017-08-01 05:23:32:622 - [Appium] wdaLocalPort: '8100'
2017-08-01 05:23:32:623 - [Appium] useNewWDA: 'false'
2017-08-01 05:23:32:623 - [Appium] wdaLaunchTimeout: '30000'
2017-08-01 05:23:32:624 - [Appium] usePrebuiltWDA: 'true'
2017-08-01 05:23:32:624 - [Appium] webkitResponseTimeout: '30000'
2017-08-01 05:23:32:625 - [Appium] browserName: 'Safari'
2017-08-01 05:23:32:626 - [debug] [XCUITest] XCUITestDriver version: 2.32.2
2017-08-01 05:23:32:627 - [BaseDriver] Capability 'eventTimings' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:23:32:628 - [BaseDriver] Capability 'usePrebuiltWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:23:32:628 - [BaseDriver] Capability 'useNewWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:23:32:628 - [BaseDriver] Capability 'autoAcceptAlerts' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:23:32:629 - [BaseDriver] Capability 'enablePerformanceLogging' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:23:32:629 - [BaseDriver] Capability 'newCommandTimeout' changed from string ('120000') to integer (120000). This may cause unexpected behavior
2017-08-01 05:23:32:630 - [BaseDriver] Capability 'wdaLocalPort' changed from string ('8100') to integer (8100). This may cause unexpected behavior
2017-08-01 05:23:32:630 - [BaseDriver] Capability 'wdaLaunchTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:23:32:631 - [BaseDriver] Capability 'webkitResponseTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:23:32:640 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: --bootstrap-port, --webkit-debug-proxy-port, realDeviceLogger.
2017-08-01 05:23:32:641 - [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
2017-08-01 05:23:32:678 - [BaseDriver] Session created with session id: a1ebd8d3-a1c6-42b5-bc31-45219cc6861e
2017-08-01 05:23:33:359 - [debug] [XCUITest] Xcode version set to '8.3.2'
2017-08-01 05:23:33:360 - [debug] [XCUITest] iOS SDK Version set to '10.3'
2017-08-01 05:23:33:360 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1501565013360 (00:23:33 GMT-0500 (CDT))
2017-08-01 05:23:34:101 - [debug] [XCUITest] Available devices: e5ee9c8a96156422a2a70f3af821f6bf83bd57cb, 08eea757eaea5e75f60970d2c4641faaa0ff8633
2017-08-01 05:23:34:102 - [debug] [XCUITest] Creating iDevice object with udid 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:23:34:103 - [XCUITest] Determining device to run tests on: udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb', real device: true
2017-08-01 05:23:34:103 - [XCUITest] Safari test requested
2017-08-01 05:23:34:104 - [debug] [BaseDriver] Event 'appConfigured' logged at 1501565014103 (00:23:34 GMT-0500 (CDT))
2017-08-01 05:23:34:104 - [debug] [BaseDriver] Event 'resetStarted' logged at 1501565014104 (00:23:34 GMT-0500 (CDT))
2017-08-01 05:23:34:104 - [debug] [XCUITest] Reset: running ios real device reset flow
2017-08-01 05:23:34:105 - [debug] [BaseDriver] Event 'resetComplete' logged at 1501565014105 (00:23:34 GMT-0500 (CDT))
2017-08-01 05:23:34:106 - [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-08-01 05:23:34:106 - [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-08-01 05:23:34:281 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1501565014281 (00:23:34 GMT-0500 (CDT))
2017-08-01 05:23:34:282 - [XCUITest] Setting up real device
2017-08-01 05:23:34:283 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1501565014282 (00:23:34 GMT-0500 (CDT))
2017-08-01 05:23:34:283 - [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:23:34:284 - [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-08-01 05:23:34:284 - [XCUITest] Launching WebDriverAgent on the device
2017-08-01 05:23:34:285 - [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-08-01 05:23:34:286 - [debug] [XCUITest] Killing hanging processes
2017-08-01 05:23:34:466 - [XCUITest] xcodebuild exited with code 'null' and signal 'SIGKILL'
2017-08-01 05:23:34:628 - [debug] [XCUITest] iproxy exited with code 'null'
2017-08-01 05:23:34:629 - [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-08-01 05:23:37:619 - [HTTP] <-- POST /wd/hub/session - - ms - -
2017-08-01 05:23:39:638 - [debug] [XCUITest] Beginning test with command 'xcodebuild test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e5ee9c8a96156422a2a70f3af821f6bf83bd57cb -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:23:39:638 - [debug] [XCUITest] Output from xcodebuild will not be logged
2017-08-01 05:23:41:764 - [debug] [XCUITest] Waiting up to 30000ms for WebDriverAgent to start
2017-08-01 05:23:41:765 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:23:41:858 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.3.3\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.3.3\",\n \"ip\" : \"172.17.240.123\"\n },\n \"build\" : {\n \"time\" : \"Jul 31 2017 06:26:35\"\n }\n },\n \"sessionId\" : \"359D638D-BC04-474A-B02E-3EEB3DFD7E59\",\n \"status\" : 0\n}"
2017-08-01 05:23:41:859 - [debug] [XCUITest] WebDriverAgent running on ip '172.17.240.123'
2017-08-01 05:23:41:860 - [debug] [XCUITest] WebDriverAgent successfully started after 2221ms
2017-08-01 05:23:41:861 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565021861 (00:23:41 GMT-0500 (CDT))
2017-08-01 05:23:41:862 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:41:863 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:42:628 - [HTTP] --> GET /wd/hub/status {}
2017-08-01 05:23:42:629 - [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-08-01 05:23:44:197 - [debug] [XCUITest] Log file for xcodebuild test: /Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/2BFAF305-00F1-42FF-A0C5-D00093B9BACB/Session-WebDriverAgentRunner-2017-08-01_002344-FSUxJG.log
2017-08-01 05:23:46:595 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:47:596 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565027595 (00:23:47 GMT-0500 (CDT))
2017-08-01 05:23:47:596 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:47:597 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:47:616 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:48:618 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565028618 (00:23:48 GMT-0500 (CDT))
2017-08-01 05:23:48:619 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:48:619 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:48:638 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:49:642 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565029641 (00:23:49 GMT-0500 (CDT))
2017-08-01 05:23:49:642 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:49:643 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:49:653 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:50:656 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565030656 (00:23:50 GMT-0500 (CDT))
2017-08-01 05:23:50:657 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:50:657 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:50:669 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:51:671 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565031670 (00:23:51 GMT-0500 (CDT))
2017-08-01 05:23:51:671 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:51:672 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:51:684 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:52:685 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565032685 (00:23:52 GMT-0500 (CDT))
2017-08-01 05:23:52:685 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:52:686 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:52:715 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:23:53:716 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565033716 (00:23:53 GMT-0500 (CDT))
2017-08-01 05:23:53:717 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:23:53:720 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:23:58:944 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"F0F163E4-A8F6-4558-AB14-5F2ADC52B82D","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"10.3.3","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"F0F163E4-A8F6-4558-AB14-5F2ADC52B82D","status":0}
2017-08-01 05:23:58:945 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1501565038945 (00:23:58 GMT-0500 (CDT))
2017-08-01 05:23:58:949 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-08-01 05:23:58:950 - [XCUITest] Setting '555' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-08-01 05:23:58:951 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-hcndtoufcqmlwsegwahfcmsjhyfm'
2017-08-01 05:23:59:012 - [debug] [BaseDriver] Event 'wdaPermsAdjusted' logged at 1501565039012 (00:23:59 GMT-0500 (CDT))
2017-08-01 05:23:59:012 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1501565039012 (00:23:59 GMT-0500 (CDT))
2017-08-01 05:23:59:013 - [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-08-01 05:23:59:020 - [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/F0F163E4-A8F6-4558-AB14-5F2ADC52B82D/orientation] with body: {"orientation":"PORTRAIT"}
2017-08-01 05:24:01:881 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"F0F163E4-A8F6-4558-AB14-5F2ADC52B82D","status":0}
2017-08-01 05:24:01:882 - [debug] [BaseDriver] Event 'orientationSet' logged at 1501565041882 (00:24:01 GMT-0500 (CDT))
2017-08-01 05:24:01:882 - [debug] [XCUITest] Waiting for initial webview
2017-08-01 05:24:01:882 - [debug] [iOS] Waiting for 3000 ms before navigating to view.
2017-08-01 05:24:04:885 - [debug] [iOS] Navigating to most recently opened webview
2017-08-01 05:24:04:885 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:24:04:886 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:24:04:886 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:24:04:886 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:24:04:899 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/5","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/5","appId":"PID:906"}]
2017-08-01 05:24:04:899 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:24:04:899 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:24:04:900 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:24:04:900 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:24:04:909 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/5","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/5","appId":"PID:906"}]
2017-08-01 05:24:04:910 - [debug] [iOS] Picking webview 'WEBVIEW_5'
2017-08-01 05:24:04:910 - [debug] [iOS] Attempting to set context to 'WEBVIEW_5'
2017-08-01 05:24:04:915 - [debug] [RemoteDebugger] WebKit debugger web socket connected to url: ws://localhost:27753/devtools/page/5
2017-08-01 05:24:04:916 - [debug] [iOS] Starting performance log on '5'
2017-08-01 05:24:04:916 - [debug] [iOSLog] Starting performance (Timeline) log capture
2017-08-01 05:24:04:917 - [debug] [RemoteDebugger] Starting to record the timeline
2017-08-01 05:24:04:917 - [debug] [RemoteDebugger] Unregistering from page readiness notifications
2017-08-01 05:24:04:918 - [debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1501565044918 (00:24:04 GMT-0500 (CDT))
2017-08-01 05:24:04:918 - [Appium] New XCUITestDriver session created successfully, session a1ebd8d3-a1c6-42b5-bc31-45219cc6861e added to master session list
(node:1968) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 16): TypeError: Cannot read property 'setTimelineEventHandler' of undefined
2017-08-01 05:24:04:924 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1501565044923 (00:24:04 GMT-0500 (CDT))
2017-08-01 05:24:04:924 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"Safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000"}
2017-08-01 05:24:05:062 - [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-08-01 05:24:05:064 - [HTTP] <-- GET /wd/hub/status 200 22436 ms - 90
2017-08-01 05:24:10:078 - [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true",
2017-08-01 05:24:10:079 - [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000","browserName":"Safari"},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20...
2017-08-01 05:24:10:080 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1501565050080 (00:24:10 GMT-0500 (CDT))
2017-08-01 05:24:10:081 - [Appium] Creating new XCUITestDriver (v2.32.2) session
2017-08-01 05:24:10:081 - [Appium] Capabilities:
2017-08-01 05:24:10:082 - [Appium] platformName: 'iOS'
2017-08-01 05:24:10:083 - [Appium] platformVersion: '10.3.2'
2017-08-01 05:24:10:083 - [Appium] deviceName: 'iPhone/iPad'
2017-08-01 05:24:10:085 - [Appium] newCommandTimeout: '120000'
2017-08-01 05:24:10:085 - [Appium] --bootstrap-port: '4723'
2017-08-01 05:24:10:086 - [Appium] --webkit-debug-proxy-port: '27753'
2017-08-01 05:24:10:086 - [Appium] udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:24:10:086 - [Appium] autoAcceptAlerts: 'true'
2017-08-01 05:24:10:087 - [Appium] automationName: 'XCUITest'
2017-08-01 05:24:10:087 - [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-08-01 05:24:10:088 - [Appium] eventTimings: 'true'
2017-08-01 05:24:10:088 - [Appium] enablePerformanceLogging: 'true'
2017-08-01 05:24:10:088 - [Appium] launchTimeout: '20000'
2017-08-01 05:24:10:089 - [Appium] wdaLocalPort: '8100'
2017-08-01 05:24:10:089 - [Appium] useNewWDA: 'false'
2017-08-01 05:24:10:089 - [Appium] wdaLaunchTimeout: '30000'
2017-08-01 05:24:10:090 - [Appium] usePrebuiltWDA: 'true'
2017-08-01 05:24:10:090 - [Appium] webkitResponseTimeout: '30000'
2017-08-01 05:24:10:090 - [Appium] browserName: 'Safari'
2017-08-01 05:24:10:093 - [debug] [XCUITest] XCUITestDriver version: 2.32.2
2017-08-01 05:24:10:097 - [BaseDriver] Capability 'eventTimings' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:24:10:098 - [BaseDriver] Capability 'usePrebuiltWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:24:10:098 - [BaseDriver] Capability 'useNewWDA' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:24:10:099 - [BaseDriver] Capability 'autoAcceptAlerts' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:24:10:099 - [BaseDriver] Capability 'enablePerformanceLogging' changed from string to boolean. This may cause unexpected behavior
2017-08-01 05:24:10:100 - [BaseDriver] Capability 'newCommandTimeout' changed from string ('120000') to integer (120000). This may cause unexpected behavior
2017-08-01 05:24:10:100 - [BaseDriver] Capability 'wdaLocalPort' changed from string ('8100') to integer (8100). This may cause unexpected behavior
2017-08-01 05:24:10:100 - [BaseDriver] Capability 'wdaLaunchTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:24:10:101 - [BaseDriver] Capability 'webkitResponseTimeout' changed from string ('30000') to integer (30000). This may cause unexpected behavior
2017-08-01 05:24:10:111 - [BaseDriver] The following capabilities were provided, but are not recognized by appium: --bootstrap-port, --webkit-debug-proxy-port, realDeviceLogger.
2017-08-01 05:24:10:111 - [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
2017-08-01 05:24:10:117 - [BaseDriver] Session created with session id: 2a730b34-0e98-4390-8f0c-5322eb4460f1
2017-08-01 05:24:10:488 - [debug] [XCUITest] Xcode version set to '8.3.2'
2017-08-01 05:24:10:488 - [debug] [XCUITest] iOS SDK Version set to '10.3'
2017-08-01 05:24:10:489 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1501565050488 (00:24:10 GMT-0500 (CDT))
2017-08-01 05:24:11:079 - [debug] [XCUITest] Available devices: e5ee9c8a96156422a2a70f3af821f6bf83bd57cb, 08eea757eaea5e75f60970d2c4641faaa0ff8633
2017-08-01 05:24:11:079 - [debug] [XCUITest] Creating iDevice object with udid 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb'
2017-08-01 05:24:11:080 - [XCUITest] Determining device to run tests on: udid: 'e5ee9c8a96156422a2a70f3af821f6bf83bd57cb', real device: true
2017-08-01 05:24:11:081 - [XCUITest] Safari test requested
2017-08-01 05:24:11:081 - [debug] [BaseDriver] Event 'appConfigured' logged at 1501565051081 (00:24:11 GMT-0500 (CDT))
2017-08-01 05:24:11:082 - [debug] [BaseDriver] Event 'resetStarted' logged at 1501565051082 (00:24:11 GMT-0500 (CDT))
2017-08-01 05:24:11:082 - [debug] [XCUITest] Reset: running ios real device reset flow
2017-08-01 05:24:11:083 - [debug] [BaseDriver] Event 'resetComplete' logged at 1501565051083 (00:24:11 GMT-0500 (CDT))
2017-08-01 05:24:11:084 - [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-08-01 05:24:11:091 - [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-08-01 05:24:11:310 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1501565051310 (00:24:11 GMT-0500 (CDT))
2017-08-01 05:24:11:310 - [XCUITest] Setting up real device
2017-08-01 05:24:11:312 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1501565051311 (00:24:11 GMT-0500 (CDT))
2017-08-01 05:24:11:312 - [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:24:11:312 - [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-08-01 05:24:11:313 - [XCUITest] Launching WebDriverAgent on the device
2017-08-01 05:24:11:323 - [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-08-01 05:24:11:326 - [debug] [XCUITest] Killing hanging processes
2017-08-01 05:24:11:943 - [XCUITest] xcodebuild exited with code 'null' and signal 'SIGKILL'
2017-08-01 05:24:12:210 - [debug] [XCUITest] iproxy exited with code 'null'
2017-08-01 05:24:12:210 - [debug] [XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
2017-08-01 05:24:17:225 - [debug] [XCUITest] Beginning test with command 'xcodebuild test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e5ee9c8a96156422a2a70f3af821f6bf83bd57cb -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-08-01 05:24:17:225 - [debug] [XCUITest] Output from xcodebuild will not be logged
2017-08-01 05:24:19:490 - [debug] [XCUITest] Waiting up to 30000ms for WebDriverAgent to start
2017-08-01 05:24:19:492 - [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
2017-08-01 05:24:19:542 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.3.3\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.3.3\",\n \"ip\" : \"172.17.240.123\"\n },\n \"build\" : {\n \"time\" : \"Jul 31 2017 06:26:35\"\n }\n },\n \"sessionId\" : \"F0F163E4-A8F6-4558-AB14-5F2ADC52B82D\",\n \"status\" : 0\n}"
2017-08-01 05:24:19:566 - [debug] [XCUITest] WebDriverAgent running on ip '172.17.240.123'
2017-08-01 05:24:19:567 - [debug] [XCUITest] WebDriverAgent successfully started after 2341ms
2017-08-01 05:24:19:578 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565059577 (00:24:19 GMT-0500 (CDT))
2017-08-01 05:24:19:578 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:19:581 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:21:790 - [debug] [XCUITest] Log file for xcodebuild test: /Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/843F0017-CCB4-4F1B-BE4F-83A968025ED9/Session-WebDriverAgentRunner-2017-08-01_002421-ATN994.log
2017-08-01 05:24:24:535 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:24:25:539 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565065538 (00:24:25 GMT-0500 (CDT))
2017-08-01 05:24:25:540 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:25:540 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:25:592 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:24:26:594 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565066594 (00:24:26 GMT-0500 (CDT))
2017-08-01 05:24:26:594 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:26:595 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:26:608 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:24:27:610 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565067610 (00:24:27 GMT-0500 (CDT))
2017-08-01 05:24:27:611 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:27:611 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:27:622 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:24:28:624 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565068624 (00:24:28 GMT-0500 (CDT))
2017-08-01 05:24:28:625 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:28:626 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:28:640 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:24:29:646 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565069646 (00:24:29 GMT-0500 (CDT))
2017-08-01 05:24:29:647 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:29:648 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:29:658 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:24:30:663 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565070663 (00:24:30 GMT-0500 (CDT))
2017-08-01 05:24:30:665 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:30:666 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:30:676 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:24:31:682 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565071682 (00:24:31 GMT-0500 (CDT))
2017-08-01 05:24:31:682 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:31:683 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:31:692 - [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-08-01 05:24:32:693 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1501565072693 (00:24:32 GMT-0500 (CDT))
2017-08-01 05:24:32:693 - [debug] [XCUITest] Sending createSession command to WDA
2017-08-01 05:24:32:694 - [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-08-01 05:24:38:044 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"1B1333E0-3B24-4F9D-A7C6-0346DD960E66","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"10.3.3","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"1B1333E0-3B24-4F9D-A7C6-0346DD960E66","status":0}
2017-08-01 05:24:38:044 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1501565078044 (00:24:38 GMT-0500 (CDT))
2017-08-01 05:24:38:048 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-08-01 05:24:38:049 - [XCUITest] Setting '555' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-08-01 05:24:38:049 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-hcndtoufcqmlwsegwahfcmsjhyfm'
2017-08-01 05:24:38:050 - [debug] [BaseDriver] Event 'wdaPermsAdjusted' logged at 1501565078050 (00:24:38 GMT-0500 (CDT))
2017-08-01 05:24:38:050 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1501565078050 (00:24:38 GMT-0500 (CDT))
2017-08-01 05:24:38:064 - [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
2017-08-01 05:24:38:069 - [debug] [JSONWP Proxy] Proxying [POST /orientation] to [POST http://localhost:8100/session/1B1333E0-3B24-4F9D-A7C6-0346DD960E66/orientation] with body: {"orientation":"PORTRAIT"}
2017-08-01 05:24:40:989 - [debug] [JSONWP Proxy] Got response with status 200: {"value":{},"sessionId":"1B1333E0-3B24-4F9D-A7C6-0346DD960E66","status":0}
2017-08-01 05:24:40:990 - [debug] [BaseDriver] Event 'orientationSet' logged at 1501565080990 (00:24:40 GMT-0500 (CDT))
2017-08-01 05:24:40:990 - [debug] [XCUITest] Waiting for initial webview
2017-08-01 05:24:40:990 - [debug] [iOS] Waiting for 3000 ms before navigating to view.
2017-08-01 05:24:43:993 - [debug] [iOS] Navigating to most recently opened webview
2017-08-01 05:24:43:994 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:24:43:994 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:24:43:995 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:24:43:996 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:24:44:017 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/6","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/6","appId":"PID:915"}]
2017-08-01 05:24:44:018 - [debug] [iOS] Retrieving contexts and views
2017-08-01 05:24:44:018 - [debug] [iOS] Selecting by url: true (expected url: 'http://appium.io')
2017-08-01 05:24:44:018 - [debug] [RemoteDebugger] Getting WebKitRemoteDebugger pageArray: localhost, 27753
2017-08-01 05:24:44:019 - [debug] [RemoteDebugger] Sending request to: http://localhost:27753/json
2017-08-01 05:24:44:031 - [debug] [RemoteDebugger] Page element JSON: [{"devtoolsFrontendUrl":"/devtools/devtools.html?ws=localhost:27753/devtools/page/6","faviconUrl":"","thumbnailUrl":"/thumb/http://appium.io/","title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","webSocketDebuggerUrl":"ws://localhost:27753/devtools/page/6","appId":"PID:915"}]
2017-08-01 05:24:44:031 - [debug] [iOS] Picking webview 'WEBVIEW_6'
2017-08-01 05:24:44:032 - [debug] [iOS] Attempting to set context to 'WEBVIEW_6'
2017-08-01 05:24:44:037 - [debug] [RemoteDebugger] WebKit debugger web socket connected to url: ws://localhost:27753/devtools/page/6
2017-08-01 05:24:44:038 - [debug] [iOS] Starting performance log on '6'
2017-08-01 05:24:44:038 - [debug] [iOSLog] Starting performance (Timeline) log capture
2017-08-01 05:24:44:038 - [debug] [RemoteDebugger] Starting to record the timeline
2017-08-01 05:24:44:040 - [debug] [RemoteDebugger] Unregistering from page readiness notifications
2017-08-01 05:24:44:040 - [debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1501565084040 (00:24:44 GMT-0500 (CDT))
2017-08-01 05:24:44:041 - [Appium] New XCUITestDriver session created successfully, session 2a730b34-0e98-4390-8f0c-5322eb4460f1 added to master session list
(node:1968) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 19): TypeError: Cannot read property 'setTimelineEventHandler' of undefined
2017-08-01 05:24:44:045 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1501565084045 (00:24:44 GMT-0500 (CDT))
2017-08-01 05:24:44:046 - [debug] [MJSONWP] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"Safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a96156422a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","eventTimings":"true","enablePerformanceLogging":"true","launchTimeout":"20000","wdaLocalPort":"8100","useNewWDA":"false","wdaLaunchTimeout":"30000","usePrebuiltWDA":"true","webkitResponseTimeout":"30000"}
2017-08-01 05:24:44:050 - [HTTP] <-- POST /wd/hub/session 200 33971 ms - 827
2017-08-01 05:24:49:110 - [HTTP] --> GET /wd/hub/session/2a730b34-0e98-4390-8f0c-5322eb4460f1/screenshot {}
2017-08-01 05:24:49:112 - [debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["2a730b34-0e98-4390-8f0c-5322eb4460f1"]
2017-08-01 05:24:49:112 - [debug] [XCUITest] Executing command 'getScreenshot'
2017-08-01 05:24:49:131 - [debug] [JSONWP Proxy] Proxying [GET /screenshot] to [GET http://localhost:8100/session/1B1333E0-3B24-4F9D-A7C6-0346DD960E66/screenshot] with no body
2017-08-01 05:24:49:415 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : \"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\\r\\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAUAz4y1PAcAAEAASURBVHgB\\r\\n7J13uCVHde2HLLBBRAMmS0IoMJqkmdEE5ZxRsiSSJBBRGIkMfsJIIJDIUbIxxiYa\\r\\nBx7xgQ3G5GAMCEwwOSeBMcHYSP\\/1q1VVq3p3dXWfcM+5J8y639dfVVftqu6uXqfP\\r\\nr\\/bdXWfNDTfcUGnTGEgD0oA0IA1IA9KANCANSAPzrYE1ukHzfYN0f3R\\/pAFpQBqQ\\r\\nBqQBaUAakAagAYG7\\/uOg\\/7hIA9KANCANSAPSgDQgDSyABgTuC3CTNMvWLFsakAak\\r\\nAWlAGpAGpAFpQOAucNcMWxqQBqQBaUAakAakAWlgATQgcF+Am6QZtmbY0oA0IA1I\\r\\nA9KANCANSAMCd4G7ZtjSgDQgDUgD0oA0IA1IAwugAYH7AtwkzbA1w5YGpAFpQBqQ\\r\\nBqQBaUAaELgL3DXDlgakAWlAGpAGpAFpQBpYAA0I3BfgJmmGrRm2NCANSAPSgDQg\\r\\nDUgD0oDAXeCuGbY0IA1IA9KANCANSAPSwCpq4P3vf\\/9Y4y1wX8WbZGfKv\\/3tb6t3\\r\\nv\\/vd1ZOf\\/OTqyCOPrO51r3tVu+++e3WjG92ous1tbuP3UY562MHetldes25pYLYa\\r\\nuP7666tvfOMb\\/vP5gQ98oPre976nz+iMnqf6LMz2s6Dx1\\/ivVAOvf\\/3rq02bNnkG\\r\\nAgfN47Zx48bqda973USe85\\/73Oeqiy++uML3yKhjJ3Bf5S8afNHjZt3xjnf0wlyz\\r\\nZk01aIOA73CHO1SPf\\/zjPSiMepNlr4eqNDA5DfzP\\/\\/xP9fznP7+67W1v2\\...
2017-08-01 05:24:49:430 - [debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAYAAADK1zMGAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAUAz4y1PAcAAEAASURBVHgB\r\n7J13uCVHde2HLLBBRAMmS0IoMJqkmdEE5ZxRsiSSJBBRGIkMfsJIIJDIUbIxxiYa\r\nBx7xgQ3G5GAMCEwwOSeBMcHYSP/1q1VVq3p3dXWfcM+5J8y639dfVVftqu6uXqfP\r\nr/bdXWfNDTfcUGnTGEgD0oA0IA1IA9KANCANSAPzrYE1ukHzfYN0f3R/pAFpQBqQ\r\nBqQBaUAakAagAYG7/uOg/7hIA9KANCANSAPSgDQgDSyABgTuC3CTNMvWLFsakAak\r\nAWlAGpAGpAFpQOAucNcMWxqQBqQBaUAakAakAWlgATQgcF+Am6QZtmbY0oA0IA1I\r\nA9KANCANSAMCd4G7ZtjSgDQgDUgD0oA0IA1IAwugAYH7AtwkzbA1w5YGpAFpQBqQ\r\nBqQBaUAaELgL3DXDlgakAWlAGpAGpAFpQBpYAA0I3BfgJmmGrRm2NCANSAPSgDQg\r\nDUgD0oDAXeCuGbY0IA1IA9KANCANSAPSwCpq4P3vf/9Y4y1wX8WbZGfKv/3tb6t3\r\nv/vd1ZOf/OTqyCOPrO51r3tVu+++e3WjG92ous1tbuP3UY562MHetldes25pYLYa\r\nuP7666tvfOMb/vP5gQ98oPre976nz+iMnqf6LMz2s6Dx1/ivVAOvf/3rq02bNnkG\r\nAgfN47Zx48bqda973USe85/73Oeqiy++uML3yKhjJ3Bf5S8afNHjZt3xjnf0wlyz\r\nZk01aIOA73CHO1SPf/zjPSiMepNlr4eqNDA5DfzP//xP9fznP7+67W1v2/hyufGN\r\nb1wdc8wx1ec///mRH8R99+fpT396dec737n6gz/4A7/d5S53Gfiw//u///tqjz32\r\n...
2017-08-01 05:24:49:446 - [HTTP] <-- GET /wd/hub/session/2a730b34-0e98-4390-8f0c-5322eb4460f1/screenshot 200 336 ms - 764294
2017-08-01 05:24:49:637 - [HTTP] --> DELETE /wd/hub/session/2a730b34-0e98-4390-8f0c-5322eb4460f1/window {}
2017-08-01 05:24:49:639 - [debug] [MJSONWP] Calling AppiumDriver.closeWindow() with args: ["2a730b34-0e98-4390-8f0c-5322eb4460f1"]
2017-08-01 05:24:49:639 - [debug] [XCUITest] Executing command 'closeWindow'
2017-08-01 05:24:49:649 - [debug] [RemoteDebugger] Executing 'execute_script' atom in default context
2017-08-01 05:24:49:650 - [debug] [RemoteDebugger] Sending javascript command (function(){return function(){for(var aa="funct...
2017-08-01 05:24:49:651 - [debug] [RemoteDebugger] Sending WebKit data: {"method":"Runtime.evaluate","params":{"objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":true,"expression":"(function(){return function(){for(var aa=\"func...
2017-08-01 05:24:49:651 - [debug] [RemoteDebugger] Webkit response timeout: 30000
2017-08-01 05:24:49:800 - [debug] [RemoteDebugger] Receiving WebKit data: {"result":{"result":{"type":"object","value":{"status":0,"value":null}},"wasThrown":false},"id":1}
2017-08-01 05:24:49:801 - [debug] [RemoteDebugger] Found handler for message '1'
2017-08-01 05:24:49:812 - [debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
2017-08-01 05:24:49:815 - [debug] [MJSONWP] Responding to client with driver.closeWindow() result: null
2017-08-01 05:24:49:817 - [HTTP] <-- DELETE /wd/hub/session/2a730b34-0e98-4390-8f0c-5322eb4460f1/window 200 179 ms - 76
2017-08-01 05:24:49:820 - [HTTP] --> DELETE /wd/hub/session/2a730b34-0e98-4390-8f0c-5322eb4460f1 {}
2017-08-01 05:24:49:821 - [debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["2a730b34-0e98-4390-8f0c-5322eb4460f1"]
2017-08-01 05:24:49:822 - [debug] [BaseDriver] Event 'quitSessionRequested' logged at 1501565089822 (00:24:49 GMT-0500 (CDT))
2017-08-01 05:24:49:823 - [debug] [JSONWP Proxy] Proxying [DELETE /session/2a730b34-0e98-4390-8f0c-5322eb4460f1] to [DELETE http://localhost:8100/session/1B1333E0-3B24-4F9D-A7C6-0346DD960E66] with no body
2017-08-01 05:24:50:475 - [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"692CCB8B-1A3E-4F13-B3DC-6BA9D5F9296D\",\n \"status\" : 0\n}"
2017-08-01 05:24:50:476 - [XCUITest] Shutting down sub-processes
2017-08-01 05:24:50:476 - [XCUITest] Shutting down iproxy process (pid 2169)
2017-08-01 05:24:50:498 - [debug] [XCUITest] iproxy exited with code 'null'
2017-08-01 05:24:50:499 - [XCUITest] Shutting down xcodebuild process (pid 2173)
2017-08-01 05:24:50:651 - [XCUITest] xcodebuild exited with code 'null' and signal 'SIGTERM'
2017-08-01 05:24:50:781 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-08-01 05:24:50:783 - [XCUITest] Setting '755' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-08-01 05:24:50:785 - [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-hcndtoufcqmlwsegwahfcmsjhyfm'
2017-08-01 05:24:50:787 - [debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2017-08-01 05:24:50:795 - [debug] [XCUITest] In a web session. Removing remote debugger
2017-08-01 05:24:50:796 - [debug] [RemoteDebugger] Disconnecting from WebKit remote debugger
2017-08-01 05:24:50:798 - [debug] [iOSLog] Stopping iOS log capture
2017-08-01 05:24:50:802 - [Appium] Removing session 2a730b34-0e98-4390-8f0c-5322eb4460f1 from our master session list
2017-08-01 05:24:50:805 - [debug] [BaseDriver] Event 'quitSessionFinished' logged at 1501565090805 (00:24:50 GMT-0500 (CDT))
2017-08-01 05:24:50:806 - [debug] [MJSONWP] Received response: null
2017-08-01 05:24:50:826 - [debug] [MJSONWP] But deleting session, so not returning
2017-08-01 05:24:50:827 - [debug] [MJSONWP] Responding to client with driver.deleteSession() result: null
2017-08-01 05:24:50:831 - [HTTP] <-- DELETE /wd/hub/session/2a730b34-0e98-4390-8f0c-5322eb4460f1 200 1010 ms - 76
2017-08-01 05:24:50:834 - [debug] [RemoteDebugger] WebKit remote debugger socket disconnected
2017-08-01 05:25:00:959 - [HTTP] --> GET /wd/hub/session//screenshot {}
2017-08-01 05:25:00:960 - [debug] [HTTP] No route found. Setting content type to 'text/plain'
2017-08-01 05:25:00:968 - [HTTP] <-- GET /wd/hub/session//screenshot 404 2 ms - 69
2017-08-01 05:25:00:995 - [HTTP] --> DELETE /wd/hub/session//window {}
2017-08-01 05:25:00:998 - [debug] [HTTP] No route found. Setting content type to 'text/plain'
2017-08-01 05:25:01:000 - [HTTP] <-- DELETE /wd/hub/session//window 404 4 ms - 65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment