Skip to content

Instantly share code, notes, and snippets.

@masihurmaruf
Created March 19, 2018 15:16
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 masihurmaruf/a8ae733752bdd0d7e7e6e2fe68b7d9ec to your computer and use it in GitHub Desktop.
Save masihurmaruf/a8ae733752bdd0d7e7e6e2fe68b7d9ec to your computer and use it in GitHub Desktop.
[Appium] Welcome to Appium v1.7.2
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"browserName":"safari","appium-version":"1.7.2","platformName":"iOS","platformVersion":"11.2","deviceName":"iPhone Simulator"}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"browserName":"safari","appium-version":"1.7.2","platformName":"iOS","platformVersion":"11.2","deviceName":"iPhone Simulator"},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1521472533492 (11:15:33 GMT-0400 (EDT))
[Appium] Requested iOS support with version >= 10, using XCUITest driver instead of UIAutomation-based driver, since the latter is unsupported on iOS 10 and up.
[Appium] Creating new XCUITestDriver (v2.64.0) session
[Appium] Capabilities:
[Appium] browserName: safari
[Appium] appium-version: 1.7.2
[Appium] platformName: iOS
[Appium] platformVersion: 11.2
[Appium] deviceName: iPhone Simulator
[BaseDriver] The following capabilities were provided, but are not recognized by appium: appium-version.
[BaseDriver] Session created with session id: 255921a1-51e1-414d-b8b4-a2856ef7e9ad
[debug] [XCUITest] Current user: 'masihurmaruf'
[debug] [XCUITest] Current version of libimobiledevice: stable 1.2.0 (bottled), HEAD
[debug] [XCUITest] Xcode version set to '9.2' (tools v9.2.0.0.1.1510905681)
[debug] [XCUITest] iOS SDK Version set to '11.2'
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1521472534807 (11:15:34 GMT-0400 (EDT))
[debug] [XCUITest] Changing deviceName from 'iPhone Simulator' to 'iPhone 6'
[iOSSim] Constructing iOS simulator for Xcode version 9.2 with udid 'DBDBAA06-A869-46FD-9CDD-69AC75F23227'
[XCUITest] Determining device to run tests on: udid: 'DBDBAA06-A869-46FD-9CDD-69AC75F23227', real device: false
[XCUITest] Safari test requested
[debug] [BaseDriver] Event 'appConfigured' logged at 1521472535069 (11:15:35 GMT-0400 (EDT))
[debug] [BaseDriver] Event 'resetStarted' logged at 1521472535069 (11:15:35 GMT-0400 (EDT))
[debug] [iOSSim] Cleaning mobile safari data files
[debug] [iOSSim] Checking whether simulator has been run before
[debug] [iOSSim] Simulator has been run before
[debug] [iOSSim] Checking whether simulator has been run before
[debug] [iOSSim] Simulator has been run before
[debug] [iOSSim] Building bundle path map
[debug] [BaseDriver] Event 'resetComplete' logged at 1521472535658 (11:15:35 GMT-0400 (EDT))
[debug] [XCUITest] Starting log capture for iOS Simulator with udid 'DBDBAA06-A869-46FD-9CDD-69AC75F23227', using 'xcrun simctl spawn DBDBAA06-A869-46FD-9CDD-69AC75F23227 log stream --style compact'
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1521472536081 (11:15:36 GMT-0400 (EDT))
[XCUITest] Setting up simulator
[debug] [iOS] No reason to set locale
[debug] [iOS] No iOS / app preferences to set
[debug] [iOSSim] Matched 1 Simulator cache item for cleanup: /Users/masihurmaruf/Library/Developer/CoreSimulator/Devices/DBDBAA06-A869-46FD-9CDD-69AC75F23227/data/Library/Caches/com.apple.mobile.installd.staging
[debug] [iOSSim] Setting common Simulator preferences to {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] Updated DBDBAA06-A869-46FD-9CDD-69AC75F23227 Simulator preferences at '/Users/masihurmaruf/Library/Preferences/com.apple.iphonesimulator.plist' with {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] The count of running Simulator UI client instances is 1
[iOSSim] Both Simulator with UDID DBDBAA06-A869-46FD-9CDD-69AC75F23227 and the UI client are currently running
[debug] [BaseDriver] Event 'simStarted' logged at 1521472536577 (11:15:36 GMT-0400 (EDT))
[XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"11.2\",\n \"sdkVersion\" : \"11.2\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"11.2\",\n \"ip\" : \"192.168.11.72\"\n },\n \"build\" : {\n \"time\" : \"Mar 6 2018 12:52:30\"\n }\n },\n \"sessionId\" : \"EB0C51E5-2791-47AF-9EB4-7BFC86E4A8A5\",\n \"status\" : 0\n}"
[XCUITest] Will reuse previously cached WDA instance at 'http://localhost:8100/'. Set the wdaLocalPort capability to a value different from 8100 if this is an undesired behavior.
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1521472536727 (11:15:36 GMT-0400 (EDT))
[XCUITest] Using provided WebdriverAgent at 'http://localhost:8100/'
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1521472536729 (11:15:36 GMT-0400 (EDT))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"11.2\",\n \"sdkVersion\" : \"11.2\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"11.2\",\n \"ip\" : \"192.168.11.72\"\n },\n \"build\" : {\n \"time\" : \"Mar 6 2018 12:52:30\"\n }\n },\n \"sessionId\" : \"EB0C51E5-2791-47AF-9EB4-7BFC86E4A8A5\",\n \"status\" : 0\n}"
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://0.0.0.0:4723/welcome"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
[HTTP] --> GET /welcome {}
[debug] [HTTP] Sending welcome response with params: {"message":"Let's browse!"}
[HTTP] <-- GET /welcome 200 9 ms - 124
[debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"6C45EE13-4B55-4F94-94D0-C137D6D75F14","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"11.2","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"6C45EE13-4B55-4F94-94D0-C137D6D75F14","status":0}
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1521472540193 (11:15:40 GMT-0400 (EDT))
[debug] [BaseDriver] Event 'wdaStarted' logged at 1521472540193 (11:15:40 GMT-0400 (EDT))
[XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
[debug] [BaseDriver] Event 'orientationSet' logged at 1521472540195 (11:15:40 GMT-0400 (EDT))
[debug] [XCUITest] Waiting for initial webview
[debug] [iOS] Navigating to most recently opened webview
[debug] [iOS] Retrieving contexts and views
[debug] [iOS] Selecting by url: true (expected url: 'http://0.0.0.0:4723/welcome')
[debug] [RemoteDebugger] useNewSafari --> false
[debug] [RemoteDebugger] Debugger socket connected to ::1:27753
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message to remote debugger
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRSimulatorProductVersionKey":"11.2","WIRSimulatorDeviceIdentifierKey":"DBDBAA06-A869-46FD-9CDD-69AC75F23227","WIRSimulatorBuildKey":"15C107","WIRSimulatorNameKey":"iPhone"},"__selector":"_rpc_reportSetup:"}'
[debug] [RemoteDebugger] Received response from socket send: '["iPhone","15C107","11.2"]'
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationDictionaryKey":{"PID:39221":{"WIRRemoteAutomationEnabledKey":false,"WIRIsApplicationActiveKey":2,"WIRIsApplicationReadyKey":false,"WIRApplicationIdentifierKey":"PID:39221","WIRIsApplicationProxyKey":false,"WIRApplicationNameKey":"Safari","WIRApplicationBundleIdentifierKey":"com.apple.mobilesafari"}}},"__selector":"_rpc_reportConnectedApplicationList:"}'
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRDriverDictionaryKey":{}},"__selector":"_rpc_reportConnectedDriverList:"}'
[debug] [RemoteDebugger] Notified of connected drivers: {}.
[debug] [RemoteDebugger] Connected to application
[debug] [RemoteDebugger] Sim name: iPhone
[debug] [RemoteDebugger] Sim build: 15C107
[debug] [RemoteDebugger] Sim platform version: 11.2
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] Found app id key 'PID:39221' for bundle 'com.apple.mobilesafari'
[debug] [RemoteDebugger] Trying out the possible app ids: PID:39221
[debug] [RemoteDebugger] Selecting app PID:39221 (try #1 of 20)
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to remote debugger
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRRemoteAutomationEnabledKey":false,"WIRIsApplicationActiveKey":1,"WIRIsApplicationReadyKey":false,"WIRApplicationIdentifierKey":"PID:39226","WIRIsApplicationProxyKey":true,"WIRApplicationNameKey":"com.apple.WebKit.WebContent","WIRApplicationBundleIdentifierKey":"com.apple.WebKit.WebContent","WIRHostApplicationIdentifierKey":"PID:39221"},"__selector":"_rpc_applicationConnected:"}'
[debug] [RemoteDebugger] We were notified we might have connected to the wrong app. Using id PID:39226 instead of PID:39221
[debug] [RemoteDebugger] Notified that new application 'PID:39226' has connected
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: 'PID:39221'
[debug] [RemoteDebugger] id: "PID:39221"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: 2
[debug] [RemoteDebugger] isAutomationEnabled: false
[debug] [RemoteDebugger] Application: 'PID:39226'
[debug] [RemoteDebugger] id: "PID:39226"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:39221"
[debug] [RemoteDebugger] isActive: 1
[debug] [RemoteDebugger] isAutomationEnabled: false
[debug] [RemoteDebugger] pageDict: "Waiting for data"
[debug] [RemoteDebugger] Found app id key 'PID:39221' for bundle 'com.apple.mobilesafari'
[debug] [RemoteDebugger] Found separate bundleId 'com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:39226'
[debug] [RemoteDebugger] Using proxied app id 'PID:39226'
[debug] [RemoteDebugger] Error checking application: 'New application has connected'. Retrying connection
[debug] [RemoteDebugger] New application has connected
[debug] [RemoteDebugger] Found app id key 'PID:39221' for bundle 'com.apple.mobilesafari'
[debug] [RemoteDebugger] Found separate bundleId 'com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:39226'
[debug] [RemoteDebugger] Trying out the possible app ids: PID:39226
[debug] [RemoteDebugger] Selecting app PID:39226 (try #2 of 20)
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to remote debugger
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39221","WIRListingKey":{}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Received response from socket send: '["PID:39221",{}]'
[debug] [RemoteDebugger] Received response from socket send: '["PID:39221",{}]'
[debug] [RemoteDebugger] Received page change notice for app 'PID:39221' but listening for 'PID:39226'. Ignoring.
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRRemoteAutomationEnabledKey":false,"WIRIsApplicationActiveKey":2,"WIRIsApplicationReadyKey":true,"WIRApplicationIdentifierKey":"PID:39221","WIRIsApplicationProxyKey":false,"WIRApplicationNameKey":"Safari","WIRApplicationBundleIdentifierKey":"com.apple.mobilesafari"},"__selector":"_rpc_applicationUpdated:"}'
[debug] [RemoteDebugger] Notified that application 'PID:39221' has been updated.
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: 'PID:39221'
[debug] [RemoteDebugger] id: "PID:39221"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: 2
[debug] [RemoteDebugger] isAutomationEnabled: false
[debug] [RemoteDebugger] pageDict: []
[debug] [RemoteDebugger] Application: 'PID:39226'
[debug] [RemoteDebugger] id: "PID:39226"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:39221"
[debug] [RemoteDebugger] isActive: 1
[debug] [RemoteDebugger] isAutomationEnabled: false
[debug] [RemoteDebugger] pageDict: "Waiting for data"
[debug] [RemoteDebugger] Empty page dictionary received
[debug] [RemoteDebugger] Empty page dictionary received
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Appium/welcome","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://0.0.0.0:4723/welcome","WIRPageIdentifierKey":1}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Received response from socket send: '["PID:39226",{"1":{"WIRTitleKey":"Appium/welcom...'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Appium/welcome","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://0.0.0.0:4723/welcome","WIRPageIdentifierKey":1}}
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRRemoteAutomationEnabledKey":false,"WIRIsApplicationActiveKey":1,"WIRIsApplicationReadyKey":true,"WIRApplicationIdentifierKey":"PID:39226","WIRIsApplicationProxyKey":true,"WIRApplicationNameKey":"com.apple.WebKit.WebContent","WIRApplicationBundleIdentifierKey":"com.apple.WebKit.WebContent","WIRHostApplicationIdentifierKey":"PID:39221"},"__selector":"_rpc_applicationUpdated:"}'
[debug] [RemoteDebugger] Notified that application 'PID:39226' has been updated.
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: 'PID:39221'
[debug] [RemoteDebugger] id: "PID:39221"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: 2
[debug] [RemoteDebugger] isAutomationEnabled: false
[debug] [RemoteDebugger] pageDict: []
[debug] [RemoteDebugger] Application: 'PID:39226'
[debug] [RemoteDebugger] id: "PID:39226"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:39221"
[debug] [RemoteDebugger] isActive: 1
[debug] [RemoteDebugger] isAutomationEnabled: false
[debug] [RemoteDebugger] pageDict: [{"id":1,"title":"Appium/welcome","url":"http://0.0.0.0:4723/welcome","isKey":false}]
[debug] [RemoteDebugger] Error checking application: 'Error: Empty page dictionary received'. Retrying connection
[debug] [RemoteDebugger] Error: Empty page dictionary received
at RemoteDebuggerRpcClient.callee$3$0$ (/usr/local/lib/node_modules/appium/node_modules/appium-remote-debugger/lib/remote-debugger-rpc-client.js:135:18)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
Error: Empty page dictionary received
at RemoteDebuggerRpcClient.callee$3$0$ (/usr/local/lib/node_modules/appium/node_modules/appium-remote-debugger/lib/remote-debugger-rpc-client.js:135:18)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[debug] [RemoteDebugger] Found app id key 'PID:39221' for bundle 'com.apple.mobilesafari'
[debug] [RemoteDebugger] Found separate bundleId 'com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:39226'
[debug] [RemoteDebugger] Trying out the possible app ids: PID:39226
[debug] [RemoteDebugger] Selecting app PID:39226 (try #3 of 20)
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to remote debugger
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Appium/welcome","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://0.0.0.0:4723/welcome","WIRPageIdentifierKey":1}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Received response from socket send: '["PID:39226",{"1":{"WIRTitleKey":"Appium/welcom...'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Appium/welcome","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://0.0.0.0:4723/welcome","WIRPageIdentifierKey":1}}
[debug] [RemoteDebugger] Finally selecting app PID:39226: [{"id":1,"title":"Appium/welcome","url":"http://0.0.0.0:4723/welcome","isKey":false}]
[debug] [iOS] Picking webview 'WEBVIEW_39226.1'
[debug] [iOS] Attempting to set context to 'WEBVIEW_39226.1'
[debug] [RemoteDebugger] Selecting page '1' on app 'PID:39226' and forwarding socket setup
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to remote debugger
[debug] [RemoteDebugger] Sender key set
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: '{}'
[debug] [RemoteDebugger] Original command: enablePage
[debug] [RemoteDebugger] Enabled activity on page
[debug] [RemoteDebugger] Checking document readyState
[debug] [RemoteDebugger] Sending javascript command (function (){ return document.readyState; })()
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: 'complete'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] readyState was "complete"
[debug] [RemoteDebugger] Unregistering from page readiness notifications
[debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1521472540429 (11:15:40 GMT-0400 (EDT))
[Appium] New XCUITestDriver session created successfully, session 255921a1-51e1-414d-b8b4-a2856ef7e9ad added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1521472540431 (11:15:40 GMT-0400 (EDT))
[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,"appium-version":"1.7.2","platformName":"iOS","platformVersion":"11.2","deviceName":"iPhone Simulator","udid":"DBDBAA06-A869-46FD-9CDD-69AC75F23227"}
[HTTP] <-- POST /wd/hub/session 200 6946 ms - 424
[HTTP] --> POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/url {"url":"https://www.topresume.com"}
[debug] [MJSONWP] Calling AppiumDriver.setUrl() with args: ["https://www.topresume.com","255921a1-51e1-414d-b8b4-a2856ef7e9ad"]
[debug] [XCUITest] Executing command 'setUrl'
[debug] [iOS] Attempting to set url 'https://www.topresume.com'
[debug] [RemoteDebugger] Navigating to new URL: https://www.topresume.com
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Appium/welcome","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://0.0.0.0:4723/welcome","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Appium/welcome","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://0.0.0.0:4723/welcome","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"39226","pageArray":[{"id":1,"title":"Appium/welcome","url":"http://0.0.0.0:4723/welcome","isKey":true}]}
[debug] [iOS] Checking if page needs to load
[debug] [iOS] New page listing is same as old, doing nothing
[debug] [iOS] Redirected from 'https://www.topresume.com' to 'http://0.0.0.0:4723/welcome'
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRRemoteAutomationEnabledKey":false,"WIRIsApplicationActiveKey":1,"WIRIsApplicationReadyKey":true,"WIRApplicationIdentifierKey":"PID:39226","WIRIsApplicationProxyKey":true,"WIRApplicationNameKey":"com.apple.WebKit.WebContent","WIRApplicationBundleIdentifierKey":"com.apple.WebKit.WebContent","WIRHostApplicationIdentifierKey":"PID:39221"},"__selector":"_rpc_applicationUpdated:"}'
[debug] [RemoteDebugger] Notified that application 'PID:39226' has been updated.
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: 'PID:39221'
[debug] [RemoteDebugger] id: "PID:39221"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: 2
[debug] [RemoteDebugger] isAutomationEnabled: false
[debug] [RemoteDebugger] pageDict: []
[debug] [RemoteDebugger] Application: 'PID:39226'
[debug] [RemoteDebugger] id: "PID:39226"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:39221"
[debug] [RemoteDebugger] isActive: 1
[debug] [RemoteDebugger] isAutomationEnabled: false
[debug] [RemoteDebugger] pageDict: [{"id":1,"title":"Appium/welcome","url":"http://0.0.0.0:4723/welcome","isKey":true}]
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: '{}'
[debug] [RemoteDebugger] Original command: setUrl
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Frame navigated, unloading page
[debug] [RemoteDebugger] No frame navigation callback set.
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"39226","pageArray":[{"id":1,"title":"Best Resume Writing Service | Professional Resume Writers | TopResume","url":"https://www.topresume.com/","isKey":true}]}
[debug] [iOS] Checking if page needs to load
[debug] [iOS] New page listing is same as old, doing nothing
[debug] [iOS] Redirected from 'http://0.0.0.0:4723/welcome' to 'https://www.topresume.com/'
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"39226","pageArray":[{"id":1,"title":"Best Resume Writing Service | Professional Resume Writers | TopResume","url":"https://www.topresume.com/","isKey":true}]}
[debug] [iOS] Checking if page needs to load
[debug] [iOS] New page listing is same as old, doing nothing
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Frame navigated, unloading page
[debug] [RemoteDebugger] No frame navigation callback set.
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"39226","pageArray":[{"id":1,"title":"Best Resume Writing Service | Professional Resume Writers | TopResume","url":"https://www.topresume.com/","isKey":true}]}
[debug] [iOS] Checking if page needs to load
[debug] [iOS] New page listing is same as old, doing nothing
[debug] [RemoteDebugger] Waiting for frame navigated message...
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Frame navigated, unloading page
[debug] [RemoteDebugger] Frame navigated in 0.089 sec from source: remote-debugger
[debug] [RemoteDebugger] Waiting for dom...
[debug] [RemoteDebugger] Page loaded, verifying whether ready
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"39226","pageArray":[{"id":1,"title":"Best Resume Writing Service | Professional Resume Writers | TopResume","url":"https://www.topresume.com/","isKey":true}]}
[debug] [iOS] Checking if page needs to load
[debug] [iOS] New page listing is same as old, doing nothing
[debug] [RemoteDebugger] Checking document readyState
[debug] [RemoteDebugger] Sending javascript command (function (){ return document.readyState; })()
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: 'interactive'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] readyState was "interactive"
[debug] [RemoteDebugger] Page was not ready, retrying
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"39226","pageArray":[{"id":1,"title":"Best Resume Writing Service | Professional Resume Writers | TopResume","url":"https://www.topresume.com/","isKey":true}]}
[debug] [iOS] Checking if page needs to load
[debug] [iOS] New page listing is same as old, doing nothing
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Page loaded, verifying whether ready
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Frame navigated, unloading page
[debug] [RemoteDebugger] No frame navigation callback set.
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRApplicationIdentifierKey":"PID:39226","WIRListingKey":{"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}},"__selector":"_rpc_applicationSentListing:"}'
[debug] [RemoteDebugger] Page changed: {"1":{"WIRTitleKey":"Best Resume Writing Service | Professional Resume Writers | TopResume","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.topresume.com/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"d5d4f38e-c02e-4a42-9b4d-14e1795e84d8"}}
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"39226","pageArray":[{"id":1,"title":"Best Resume Writing Service | Professional Resume Writers | TopResume","url":"https://www.topresume.com/","isKey":true}]}
[debug] [iOS] Checking if page needs to load
[debug] [iOS] New page listing is same as old, doing nothing
[debug] [RemoteDebugger] Checking document readyState
[debug] [RemoteDebugger] Sending javascript command (function (){ return document.readyState; })()
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: 'complete'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] readyState was "complete"
[debug] [RemoteDebugger] Page is ready
[debug] [MJSONWP] Responding to client with driver.setUrl() result: null
[HTTP] <-- POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/url 200 2170 ms - 76
[HTTP] --> GET /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/title {}
[debug] [MJSONWP] Calling AppiumDriver.title() with args: ["255921a1-51e1-414d-b8b4-a2856ef7e9ad"]
[debug] [XCUITest] Executing command 'title'
[debug] [RemoteDebugger] Executing 'title' atom in default context
[debug] [RemoteDebugger] Sending javascript command (function(){return function(){var g=this;functi...
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: '{"status":0,"value":"Best Resume Writing Servic...'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] Received result for atom 'title' execution: "Best Resume Writing Service | Professional Resume Writers | TopResume"
[debug] [MJSONWP] Responding to client with driver.title() result: "Best Resume Writing Service | Professional Resume Writers | TopResume"
[HTTP] <-- GET /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/title 200 15 ms - 143
[HTTP] --> POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/element {"using":"xpath","value":"//button[text()=\" Drive\"]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//button[text()=\" Drive\"]","255921a1-51e1-414d-b8b4-a2856ef7e9ad"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [RemoteDebugger] Executing 'find_element' atom in default context
[debug] [RemoteDebugger] Sending javascript command (function(){return function(){var k=this;functi...
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: '{"status":0,"value":{"ELEMENT":":wdc:1521472542...'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1521472542689"}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5000"}
[HTTP] <-- POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/element 200 22 ms - 90
[HTTP] --> POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/execute {"script":"arguments[0].setAttribute('style', 'background: yellow; border: 2px solid red;');","args":[{"element-6066-11e4-a52e-4f735466cecf":"5000","ELEMENT":"5000"}]}
[debug] [MJSONWP] Calling AppiumDriver.execute() with args: ["arguments[0].setAttribute('style', 'background: yellow; border: 2px solid red;');",[{"element-6066-11e4-a52e-4f735466cecf":"5000","ELEMENT":"5000"}],"255921a1-51e1-414d-b8b4-a2856ef7e9ad"]
[debug] [XCUITest] Executing command 'execute'
[debug] [RemoteDebugger] Checking document readyState
[debug] [RemoteDebugger] Sending javascript command (function (){ return document.readyState; })()
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Executing 'execute_script' atom in default context
[debug] [RemoteDebugger] Sending javascript command (function(){return function(){var e=this;
funct...
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: 'complete'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] readyState was "complete"
[debug] [RemoteDebugger] Page is ready
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: '{"status":0,"value":null}'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] Received result for atom 'execute_script' execution: null
[debug] [MJSONWP] Responding to client with driver.execute() result: null
[HTTP] <-- POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/execute 200 19 ms - 76
[HTTP] --> POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/element/5000/click {}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["5000","255921a1-51e1-414d-b8b4-a2856ef7e9ad"]
[debug] [XCUITest] Executing command 'click'
[debug] [RemoteDebugger] Executing 'click' atom in default context
[debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa=this;fun...
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Frame navigated, unloading page
[debug] [RemoteDebugger] No frame navigation callback set.
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: '{"status":0,"value":null}'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] Received result for atom 'click' execution: null
[debug] [MJSONWP] Responding to client with driver.click() result: null
[HTTP] <-- POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/element/5000/click 200 43 ms - 76
[HTTP] --> POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/element {"using":"xpath","value":"//ul[@id='main-nav']//a[1]"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["xpath","//ul[@id='main-nav']//a[1]","255921a1-51e1-414d-b8b4-a2856ef7e9ad"]
[debug] [XCUITest] Executing command 'findElement'
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [RemoteDebugger] Executing 'find_element' atom in default context
[debug] [RemoteDebugger] Sending javascript command (function(){return function(){var k=this;functi...
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: '{"status":0,"value":{"ELEMENT":":wdc:1521472542...'
[debug] [RemoteDebugger] Original command: sendJSCommand
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1521472542690"}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"5001"}
[HTTP] <-- POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/element 200 24 ms - 90
[HTTP] --> POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/element/5001/click {}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["5001","255921a1-51e1-414d-b8b4-a2856ef7e9ad"]
[debug] [XCUITest] Executing command 'click'
[debug] [RemoteDebugger] Executing 'click' atom in default context
[debug] [RemoteDebugger] Sending javascript command (function(){return function(){var h,aa=this;fun...
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to remote debugger
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Found data handler for response
[debug] [RemoteDebugger] Received data response from socket send: '{"status":11,"value":{"message":"Element is not...'
[debug] [RemoteDebugger] Original command: sendJSCommand
[MJSONWP] Encountered internal error running command: Error: Error while executing atom: Element is not currently visible and may not be manipulated (status: 11)
at XCUITestDriver.callee$0$0$ (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/web.js:197:11)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[HTTP] <-- POST /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad/element/5001/click 500 33 ms - 271
[debug] [RemoteDebugger] Received applicationSentData response
[debug] [RemoteDebugger] Frame navigated, unloading page
[debug] [RemoteDebugger] No frame navigation callback set.
[debug] [RemoteDebugger] Received applicationSentData response
[HTTP] --> DELETE /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad {}
[debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["255921a1-51e1-414d-b8b4-a2856ef7e9ad"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1521472542845 (11:15:42 GMT-0400 (EDT))
[Appium] Removing session 255921a1-51e1-414d-b8b4-a2856ef7e9ad from our master session list
[debug] [JSONWP Proxy] Proxying [DELETE /session/255921a1-51e1-414d-b8b4-a2856ef7e9ad] to [DELETE http://localhost:8100/session/6C45EE13-4B55-4F94-94D0-C137D6D75F14] with no body
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRRemoteAutomationEnabledKey":false,"WIRIsApplicationActiveKey":2,"WIRIsApplicationReadyKey":true,"WIRApplicationIdentifierKey":"PID:39221","WIRIsApplicationProxyKey":false,"WIRApplicationNameKey":"Safari","WIRApplicationBundleIdentifierKey":"com.apple.mobilesafari"},"__selector":"_rpc_applicationDisconnected:"}'
[debug] [RemoteDebugger] Application 'PID:39221' disconnected. Removing from app dictionary.
[debug] [RemoteDebugger] Current app is PID:39226
[debug] [RemoteDebugger] Receiving data from remote debugger: '{"__argument":{"WIRRemoteAutomationEnabledKey":false,"WIRIsApplicationActiveKey":1,"WIRIsApplicationReadyKey":true,"WIRApplicationIdentifierKey":"PID:39226","WIRIsApplicationProxyKey":true,"WIRApplicationNameKey":"com.apple.WebKit.WebContent","WIRApplicationBundleIdentifierKey":"com.apple.WebKit.WebContent","WIRHostApplicationIdentifierKey":"PID:39221"},"__selector":"_rpc_applicationDisconnected:"}'
[debug] [RemoteDebugger] Application 'PID:39226' disconnected. Removing from app dictionary.
[debug] [RemoteDebugger] Current app is PID:39226
[debug] [RemoteDebugger] No longer have app id. Attempting to find new one.
[debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"3A581011-5357-492F-8413-A386D488050F\",\n \"status\" : 0\n}"
[debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
[debug] [XCUITest] In a web session. Removing remote debugger
[debug] [RemoteDebugger] Disconnecting from remote debugger
[debug] [RemoteDebugger] Cleaning up listeners
[debug] [iOSLog] Stopping iOS log capture
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1521472543017 (11:15:43 GMT-0400 (EDT))
[debug] [MJSONWP] Received response: null
[debug] [MJSONWP] But deleting session, so not returning
[debug] [MJSONWP] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/255921a1-51e1-414d-b8b4-a2856ef7e9ad 200 175 ms - 76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment