Skip to content

Instantly share code, notes, and snippets.

@manish2788
Last active May 16, 2020 13:50
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 manish2788/a0a392f4e699dc7a0415113cb0618db0 to your computer and use it in GitHub Desktop.
Save manish2788/a0a392f4e699dc7a0415113cb0618db0 to your computer and use it in GitHub Desktop.
[Appium] Welcome to Appium v1.15.1
[Appium] Non-default server args:
[Appium] allowInsecure: {
[Appium] }
[Appium] denyInsecure: {
[Appium] }
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"platformName":"iOS","platformVersion":"12.1","deviceName":"iPhone XR","app":"/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app","automationName":"Appium","browserName":"","autoWebview":true},"capabilities":{"alwaysMatch":{"platformName":"iOS","browserName":""}}}
[W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"12.1","deviceName":"iPhone XR","app":"/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app","automationName":"Appium","browserName":"","autoWebview":true},null,{"alwaysMatch":{"platformName":"iOS","browserName":""}}]
[BaseDriver] Event 'newSessionRequested' logged at 1589636736391 (19:15:36 GMT+0530 (IST))
[Appium] Could not parse W3C capabilities: 'deviceName' can't be blank
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The capabilities ["platformVersion","deviceName","app","automationName","autoWebview"] are not standard capabilities and should have an extension prefix
[Appium] DeprecationWarning: 'automationName' capability was not provided. Future versions of Appium will require 'automationName' capability to be set for iOS sessions.
[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] Appium v1.15.1 creating new XCUITestDriver (v2.133.1) session
[BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[BaseDriver] Creating session with W3C capabilities: {
[BaseDriver] "alwaysMatch": {
[BaseDriver] "platformName": "iOS",
[BaseDriver] "browserName": "",
[BaseDriver] "appium:platformVersion": "12.1",
[BaseDriver] "appium:deviceName": "iPhone XR",
[BaseDriver] "appium:app": "/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app",
[BaseDriver] "appium:automationName": "Appium",
[BaseDriver] "appium:autoWebview": true
[BaseDriver] },
[BaseDriver] "firstMatch": [
[BaseDriver] {}
[BaseDriver] ]
[BaseDriver] }
[BaseDriver] Session created with session id: 795cff9d-b8c0-43f3-9572-59a0ee0a4cb1
[XCUITest] Current user: 'kmanikum'
[XCUITest] iOS SDK Version set to '12.1'
[iOSSim] Constructing iOS simulator for Xcode version 10.1 with udid 'C2342970-C5C3-4607-AE86-8BB81109A2CA'
[XCUITest] Determining device to run tests on: udid: 'C2342970-C5C3-4607-AE86-8BB81109A2CA', real device: false
[BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1589636738908 (19:15:38 GMT+0530 (IST))
[BaseDriver] Using local app '/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app'
[BaseDriver] Event 'appConfigured' logged at 1589636738913 (19:15:38 GMT+0530 (IST))
[XCUITest] Checking whether app '/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app' is actually present on file system
[XCUITest] App is present
[iOS] Getting bundle ID from app '/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app': 'com.example.hello'
[BaseDriver] Event 'resetStarted' logged at 1589636738917 (19:15:38 GMT+0530 (IST))
[XCUITest] Not scrubbing third party app in anticipation of uninstall
[BaseDriver] Event 'resetComplete' logged at 1589636739344 (19:15:39 GMT+0530 (IST))
[IOSSimulatorLog] Starting log capture for iOS Simulator with udid 'C2342970-C5C3-4607-AE86-8BB81109A2CA', using 'xcrun simctl spawn C2342970-C5C3-4607-AE86-8BB81109A2CA log stream --style compact'
[BaseDriver] Event 'logCaptureStarted' logged at 1589636739870 (19:15:39 GMT+0530 (IST))
[XCUITest] Setting up simulator
[iOS] No reason to set locale
[iOS] No iOS / app preferences to set
[iOS] Setting did not need to be updated
[iOSSim] Setting preferences of C2342970-C5C3-4607-AE86-8BB81109A2CA Simulator to {"ConnectHardwareKeyboard":false}
[iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
[iOSSim] Updated C2342970-C5C3-4607-AE86-8BB81109A2CA Simulator preferences at '/Users/kmanikum/Library/Preferences/com.apple.iphonesimulator.plist' with {"DevicePreferences":{"C2342970-C5C3-4607-AE86-8BB81109A2CA":{"ConnectHardwareKeyboard":false}},"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
[iOSSim] Got Simulator UI client PID: 5313
[iOSSim] Both Simulator with UDID C2342970-C5C3-4607-AE86-8BB81109A2CA and the UI client are currently running
[IDB] Connecting idb service to 'C2342970-C5C3-4607-AE86-8BB81109A2CA'
[XCUITest] idb will not be used for Simulator interaction. Original error: 'idb' has not been found in PATH. Is it installed? Read https://www.fbidb.io for more details
[BaseDriver] Event 'simStarted' logged at 1589636740119 (19:15:40 GMT+0530 (IST))
[XCUITest] Verifying application platform
[XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
[XCUITest] Reset requested. Removing app with id 'com.example.hello' from the device
[XCUITest] Cleaning installd cache to save the disk space
[XCUITest] Installing '/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app' on Simulator with UUID 'C2342970-C5C3-4607-AE86-8BB81109A2CA'...
[simctl] Error: simctl error running 'install': An error was encountered processing the command (domain=IXUserPresentableErrorDomain, code=1):
[simctl] This app could not be installed at this time.
[simctl] Failed to load Info.plist from bundle at path /Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Library/Caches/com.apple.mobile.installd.staging/temp.Q51BlB/extracted/Payload/HelloWorld.app
[simctl] Failed to load Info.plist from bundle at path /Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Library/Caches/com.apple.mobile.installd.staging/temp.Q51BlB/extracted/Payload/HelloWorld.app
[simctl] Underlying error (domain=MIInstallerErrorDomain, code=35):
[simctl] Failed to load Info.plist from bundle at path /Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Library/Caches/com.apple.mobile.installd.staging/temp.Q51BlB/extracted/Payload/HelloWorld.app
[simctl] at Object.wrappedLogger.errorAndThrow (/Applications/Appium.app/Contents/Resources/app/node_modules/appium-support/lib/logging.js:78:13)
[simctl] at errorAndThrow (/Applications/Appium.app/Contents/Resources/app/node_modules/node-simctl/lib/simctl.js:56:11)
[XCUITest] Got an error on '/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app' install: simctl error running 'install': An error was encountered processing the command (domain=IXUserPresentableErrorDomain, code=1):
[XCUITest] This app could not be installed at this time.
[XCUITest] Failed to load Info.plist from bundle at path /Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Library/Caches/com.apple.mobile.installd.staging/temp.Q51BlB/extracted/Payload/HelloWorld.app
[XCUITest] Failed to load Info.plist from bundle at path /Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Library/Caches/com.apple.mobile.installd.staging/temp.Q51BlB/extracted/Payload/HelloWorld.app
[XCUITest] Underlying error (domain=MIInstallerErrorDomain, code=35):
[XCUITest] Failed to load Info.plist from bundle at path /Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Library/Caches/com.apple.mobile.installd.staging/temp.Q51BlB/extracted/Payload/HelloWorld.app
[XCUITest] installd requires the cache to be available in order to install '/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app'. Restoring the cache
[XCUITest] Retrying application install
[XCUITest] The app has been installed successfully.
[BaseDriver] Event 'appInstalled' logged at 1589636744486 (19:15:44 GMT+0530 (IST))
[XCUITest] Using WDA path: '/Applications/Appium.app/Contents/Resources/app/node_modules/appium-webdriveragent'
[XCUITest] Using WDA agent: '/Applications/Appium.app/Contents/Resources/app/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
[XCUITest] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[DevCon Factory] Requesting connection for device C2342970-C5C3-4607-AE86-8BB81109A2CA on local port 8100, device port 8100
[DevCon Factory] Cached connections count: 0
[DevCon Factory] Successfully requested the connection for C2342970-C5C3-4607-AE86-8BB81109A2CA:8100
[XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got response with status 200: {
[WD Proxy] "value" : {
[WD Proxy] "message" : "WebDriverAgent is ready to accept commands",
[WD Proxy] "state" : "success",
[WD Proxy] "os" : {
[WD Proxy] "name" : "iOS",
[WD Proxy] "version" : "12.1",
[WD Proxy] "sdkVersion" : "12.0"
[WD Proxy] },
[WD Proxy] "ios" : {
[WD Proxy] "simulatorVersion" : "12.1",
[WD Proxy] "ip" : "192.168.1.5"
[WD Proxy] },
[WD Proxy] "ready" : true,
[WD Proxy] "build" : {
[WD Proxy] "upgradedAt" : "1588588816761",
[WD Proxy] "time" : "May 4 2020 16:10:26",
[WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
[WD Proxy] }
[WD Proxy] },
[WD Proxy] "sessionId" : "E03DC12B-24DA-4613-8699-BA8B59EFAA00"
[WD Proxy] }
[XCUITest] Upgrade timestamp of the currently bundled WDA: 1588588816761
[XCUITest] Upgrade timestamp of the WDA on the device: 1588588816761
[XCUITest] Will reuse previously cached WDA instance at 'http://localhost:8100/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 8100 if this is an undesired behavior.
[XCUITest] Trying to start WebDriverAgent 2 times with 10000ms interval
[XCUITest] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
[BaseDriver] Event 'wdaStartAttempted' logged at 1589636744604 (19:15:44 GMT+0530 (IST))
[XCUITest] Using provided WebdriverAgent at 'http://localhost:8100/'
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got response with status 200: {
[WD Proxy] "value" : {
[WD Proxy] "message" : "WebDriverAgent is ready to accept commands",
[WD Proxy] "state" : "success",
[WD Proxy] "os" : {
[WD Proxy] "name" : "iOS",
[WD Proxy] "version" : "12.1",
[WD Proxy] "sdkVersion" : "12.0"
[WD Proxy] },
[WD Proxy] "ios" : {
[WD Proxy] "simulatorVersion" : "12.1",
[WD Proxy] "ip" : "192.168.1.5"
[WD Proxy] },
[WD Proxy] "ready" : true,
[WD Proxy] "build" : {
[WD Proxy] "upgradedAt" : "1588588816761",
[WD Proxy] "time" : "May 4 2020 16:10:26",
[WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
[WD Proxy] }
[WD Proxy] },
[WD Proxy] "sessionId" : "E03DC12B-24DA-4613-8699-BA8B59EFAA00"
[WD Proxy] }
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636744612 (19:15:44 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636745761 (19:15:45 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636746771 (19:15:46 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636747779 (19:15:47 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636748786 (19:15:48 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636749792 (19:15:49 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636750798 (19:15:50 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636751807 (19:15:51 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636752819 (19:15:52 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636753827 (19:15:53 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636754835 (19:15:54 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636755847 (19:15:55 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636756856 (19:15:56 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636757865 (19:15:57 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636758876 (19:15:58 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Failed to create WDA session (An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100). Retrying...
[XCUITest] UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100
[XCUITest] at JWProxy.command (/Applications/Appium.app/Contents/Resources/app/node_modules/appium-xcuitest-driver/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:261:13)
[XCUITest] Unable to start WebDriverAgent session because of xcodebuild failure: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100
[XCUITest] Quitting and uninstalling WebDriverAgent
[XCUITest] Shutting down sub-processes
[iOSSim] Building bundle path map
[iOSSim] The simulator has 'com.apple.test.WebDriverAgentRunner-Runner' which have 'WebDriverAgentRunner-Runner' as their 'CFBundleName'
[XCUITest] Uninstalling WDAs: 'com.apple.test.WebDriverAgentRunner-Runner'
[BaseDriver] Event 'wdaStartAttempted' logged at 1589636771359 (19:16:11 GMT+0530 (IST))
[XCUITest] Launching WebDriverAgent on the device
[WebDriverAgent] Fetching dependencies
[WebDriverAgent] Dependencies up-to-date
[XCUITest] Killing running processes 'xcodebuild.*C2342970-C5C3-4607-AE86-8BB81109A2CA, C2342970-C5C3-4607-AE86-8BB81109A2CA.*XCTRunner' for the device C2342970-C5C3-4607-AE86-8BB81109A2CA...
[XCUITest] 'pgrep -ifn xcodebuild.*C2342970-C5C3-4607-AE86-8BB81109A2CA' didn't detect any matching processes. Return code: 1
[XCUITest] 'pgrep -ifn C2342970-C5C3-4607-AE86-8BB81109A2CA.*XCTRunner' didn't detect any matching processes. Return code: 1
[XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Applications/Appium.app/Contents/Resources/app/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=C2342970-C5C3-4607-AE86-8BB81109A2CA IPHONEOS_DEPLOYMENT_TARGET=12.1 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Applications/Appium.app/Contents/Resources/app/node_modules/appium-webdriveragent'
[XCUITest] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability
[XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[XCUITest] Log file for xcodebuild test: /Users/kmanikum/Library/Developer/Xcode/DerivedData/WebDriverAgent-akxhdiizyykdxefsthlnfyomlaiz/Logs/Test/Test-WebDriverAgentRunner-2020.05.16_19-16-14-+0530.xcresult/2_Test/Diagnostics/WebDriverAgentRunner-1E966E6F-9005-4C49-B99B-42E69EDD650C/WebDriverAgentRunner-43543456-382C-4A5E-8216-1146243EDAEF/Session-WebDriverAgentRunner-2020-05-16_191615-OHgL45.log
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[WD Proxy] Got response with status 200: {
[WD Proxy] "value" : {
[WD Proxy] "message" : "WebDriverAgent is ready to accept commands",
[WD Proxy] "state" : "success",
[WD Proxy] "os" : {
[WD Proxy] "name" : "iOS",
[WD Proxy] "version" : "12.1",
[WD Proxy] "sdkVersion" : "12.0"
[WD Proxy] },
[WD Proxy] "ios" : {
[WD Proxy] "simulatorVersion" : "12.1",
[WD Proxy] "ip" : "192.168.1.5"
[WD Proxy] },
[WD Proxy] "ready" : true,
[WD Proxy] "build" : {
[WD Proxy] "upgradedAt" : "1588588816761",
[WD Proxy] "time" : "May 4 2020 16:10:26",
[WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
[WD Proxy] }
[WD Proxy] },
[WD Proxy] "sessionId" : "5DB2B6BC-139D-456B-B27C-BAC636713496"
[WD Proxy] }
[XCUITest] WebDriverAgent information:
[XCUITest] {
[XCUITest] "message": "WebDriverAgent is ready to accept commands",
[XCUITest] "state": "success",
[XCUITest] "os": {
[XCUITest] "name": "iOS",
[XCUITest] "version": "12.1",
[XCUITest] "sdkVersion": "12.0"
[XCUITest] },
[XCUITest] "ios": {
[XCUITest] "simulatorVersion": "12.1",
[XCUITest] "ip": "192.168.1.5"
[XCUITest] },
[XCUITest] "ready": true,
[XCUITest] "build": {
[XCUITest] "upgradedAt": "1588588816761",
[XCUITest] "time": "May 4 2020 16:10:26",
[XCUITest] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
[XCUITest] }
[XCUITest] }
[XCUITest] WebDriverAgent successfully started after 8734ms
[BaseDriver] Event 'wdaSessionAttempted' logged at 1589636780180 (19:16:20 GMT+0530 (IST))
[XCUITest] Sending createSession command to WDA
[WD Proxy] Matched '/session' to command name 'createSession'
[WD Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.example.hello","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[WD Proxy] Got response with status 200: {"value":{"sessionId":"BE65D048-8AAA-4D61-83FF-89E92B00991F","capabilities":{"device":"iphone","browserName":"HelloWorld","sdkVersion":"12.1","CFBundleIdentifier":"com.example.hello"}},"sessionId":"BE65D048-8AAA-4D61-83FF-89E92B00991F"}
[WD Proxy] Determined the downstream protocol as 'W3C'
[BaseDriver] Event 'wdaSessionStarted' logged at 1589636783448 (19:16:23 GMT+0530 (IST))
[BaseDriver] Event 'wdaStarted' logged at 1589636783448 (19:16:23 GMT+0530 (IST))
[XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
[BaseDriver] Event 'orientationSet' logged at 1589636783448 (19:16:23 GMT+0530 (IST))
[XCUITest] Waiting for initial webview
[iOS] Navigating to most recently opened webview
[iOS] Retrieving contexts and views
[XCUITest] Selecting by url: false
[RemoteDebugger] Remote Debugger version 5.7.0
[RemoteDebugger] useNewSafari --> false
[RemoteDebugger] Checking which communication style to use (non-Safari on platform version '12.1')
[RemoteDebugger] Platform version equal or higher than '12.2': false
[RemoteDebugger] Setting communication protocol: using full Web Inspector protocol communication
[RemoteDebugger] Connecting to remote debugger through unix domain socket: '/private/tmp/com.apple.launchd.DkphlyuB5X/com.apple.webinspectord_sim.socket'
[RemoteDebugger] Debugger socket connected
[RemoteDebugger] Sending connection key request
[RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 0)
[RemoteDebugger] Connected to application
[RemoteDebugger] Selecting application
[RemoteDebugger] Current applications available:
[RemoteDebugger] Application: 'PID:5555'
[RemoteDebugger] id: "PID:5555"
[RemoteDebugger] isProxy: false
[RemoteDebugger] name: "HelloWorld"
[RemoteDebugger] bundleId: "com.example.hello"
[RemoteDebugger] hostId: undefined
[RemoteDebugger] isActive: 2
[RemoteDebugger] isAutomationEnabled: false
[RemoteDebugger] Found app id key 'PID:5555' for bundle 'com.example.hello'
[RemoteDebugger] Trying out the possible app ids: PID:5555
[RemoteDebugger] Selecting app PID:5555 (try #1 of 20)
[RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:5555' (id: 1)
[RemoteDebugger] Received response from send (id: 1): '["PID:5555",{"1":{"WIRTitleKey":"Hello World","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"file:///Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Contain...'
[RemoteDebugger] Current applications available:
[RemoteDebugger] Application: 'PID:5555'
[RemoteDebugger] id: "PID:5555"
[RemoteDebugger] isProxy: false
[RemoteDebugger] name: "HelloWorld"
[RemoteDebugger] bundleId: "com.example.hello"
[RemoteDebugger] hostId: undefined
[RemoteDebugger] isActive: 2
[RemoteDebugger] isAutomationEnabled: false
[RemoteDebugger] pageArray:
[RemoteDebugger] - id: 1
[RemoteDebugger] title: "Hello World"
[RemoteDebugger] url: "file:///Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Containers/Bundle/Application/6B7B33BF-3648-47E8-B661-849406BD97A2/HelloWorld.app/www/index.html"
[RemoteDebugger] isKey: false
[RemoteDebugger] Page changed: {
[RemoteDebugger] "1": {
[RemoteDebugger] "WIRTitleKey": "Hello World",
[RemoteDebugger] "WIRTypeKey": "WIRTypeWeb",
[RemoteDebugger] "WIRURLKey": "file:///Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Containers/Bundle/Application/6B7B33BF-3648-47E8-B661-849406BD97A2/HelloWorld.app/www/index.html",
[RemoteDebugger] "WIRPageIdentifierKey": 1
[RemoteDebugger] }
[RemoteDebugger] }
[RemoteDebugger] Received page change notice for app 'PID:5555' but listening for 'null'. Ignoring.
[RemoteDebugger] Sending to Web Inspector took 7ms
[RemoteDebugger] Received altered app id, updating from 'null' to 'PID:5555'
[RemoteDebugger] Current applications available:
[RemoteDebugger] Application: 'PID:5555'
[RemoteDebugger] id: "PID:5555"
[RemoteDebugger] isProxy: false
[RemoteDebugger] name: "HelloWorld"
[RemoteDebugger] bundleId: "com.example.hello"
[RemoteDebugger] hostId: undefined
[RemoteDebugger] isActive: 2
[RemoteDebugger] isAutomationEnabled: false
[RemoteDebugger] pageArray:
[RemoteDebugger] - id: 1
[RemoteDebugger] title: "Hello World"
[RemoteDebugger] url: "file:///Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Containers/Bundle/Application/6B7B33BF-3648-47E8-B661-849406BD97A2/HelloWorld.app/www/index.html"
[RemoteDebugger] isKey: false
[RemoteDebugger] Finally selecting app PID:5555: [{"id":1,"title":"Hello World","url":"file:///Users/kmanikum/Library/Developer/CoreSimulator/Devices/C2342970-C5C3-4607-AE86-8BB81109A2CA/data/Containers/Bundle/Application/6B7B33BF-3648-47E8-B661-849406BD97A2/HelloWorld.app/www/index.html","isKey":false}]
[RemoteDebugger] Selected app after 13ms
[iOS] Picking webview 'WEBVIEW_5555.1'
[XCUITest] Attempting to set context to 'WEBVIEW_5555.1'
[RemoteDebugger] Selecting page '1' on app 'PID:5555' and forwarding socket setup
[RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to app 'PID:5555', page '1' (id: 2)
[RemoteDebugger] Sending to Web Inspector took 4ms
[RemoteDebugger] Sender key set
[RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:5555', page '1' (id: 3)
[RemoteDebugger] Received response for message '3'
[RemoteDebugger] Handling message (id: '3')
[RemoteDebugger] Received data response from send (id: 3): '{}'
[RemoteDebugger] Sending to Web Inspector took 8ms
[RemoteDebugger] Enabled activity on page
[RemoteDebugger] Checking document readyState
[RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()'
[RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:5555', page '1' (id: 4)
[RemoteDebugger] Received response for message '4'
[RemoteDebugger] Handling message (id: '4')
[RemoteDebugger] Received data response from send (id: 4): 'complete'
[RemoteDebugger] Sending to Web Inspector took 10ms
[RemoteDebugger] Document readyState is 'complete'
[RemoteDebugger] Selected page after 27ms
[RemoteDebugger] Starting to listen for JavaScript console
[RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:5555', page '1' (id: 5)
[RemoteDebugger] Received response for message '5'
[RemoteDebugger] Handling message (id: '5')
[RemoteDebugger] Received data response from send (id: 5): '{}'
[RemoteDebugger] Sending to Web Inspector took 5ms
[RemoteDebugger] Starting to listen for network events
[RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:5555', page '1' (id: 6)
[RemoteDebugger] Received response for message '6'
[RemoteDebugger] Handling message (id: '6')
[RemoteDebugger] Received data response from send (id: 6): '{}'
[RemoteDebugger] Sending to Web Inspector took 4ms
[RemoteDebugger] Unregistering from page readiness notifications
[BaseDriver] Event 'initialWebviewNavigated' logged at 1589636783550 (19:16:23 GMT+0530 (IST))
[Appium] New XCUITestDriver session created successfully, session 795cff9d-b8c0-43f3-9572-59a0ee0a4cb1 added to master session list
[BaseDriver] Event 'newSessionStarted' logged at 1589636783551 (19:16:23 GMT+0530 (IST))
[W3C (795cff9d)] Cached the protocol value 'W3C' for the new session 795cff9d-b8c0-43f3-9572-59a0ee0a4cb1
[W3C (795cff9d)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"12.1","deviceName":"iPhone XR","app":"/Users/kmanikum/Desktop/Workspaces/cordova-plugin/apps/cs-app/HelloWorld.app","automationName":"Appium","autoWebview":true,"udid":"C2342970-C5C3-4607-AE86-8BB81109A2CA"}}
[HTTP] <-- POST /wd/hub/session 200 47167 ms - 524
[HTTP]
[HTTP] --> POST /wd/hub/session/795cff9d-b8c0-43f3-9572-59a0ee0a4cb1/elements
[HTTP] {"using":"css selector","value":"*[id=\"deviceready\"]"}
[W3C (795cff9d)] Calling AppiumDriver.findElements() with args: ["css selector","*[id=\"deviceready\"]","795cff9d-b8c0-43f3-9572-59a0ee0a4cb1"]
[XCUITest] Executing command 'findElements'
[HTTP] --> DELETE /wd/hub/session/795cff9d-b8c0-43f3-9572-59a0ee0a4cb1
[HTTP] {}
[W3C (795cff9d)] Calling AppiumDriver.deleteSession() with args: ["795cff9d-b8c0-43f3-9572-59a0ee0a4cb1"]
[BaseDriver] Event 'quitSessionRequested' logged at 1589636783631 (19:16:23 GMT+0530 (IST))
[Appium] Removing session 795cff9d-b8c0-43f3-9572-59a0ee0a4cb1 from our master session list
[WD Proxy] Matched '/session/795cff9d-b8c0-43f3-9572-59a0ee0a4cb1' to command name 'deleteSession'
[WD Proxy] Proxying [DELETE /session/795cff9d-b8c0-43f3-9572-59a0ee0a4cb1] to [DELETE http://localhost:8100/session/BE65D048-8AAA-4D61-83FF-89E92B00991F] with no body
[BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
[BaseDriver] Waiting up to 0 ms for condition
[RemoteDebugger] Executing atom 'find_elements'
[RemoteDebugger] Executing 'find_elements' atom in default context
[RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...'
[RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:5555', page '1' (id: 7)
[RemoteDebugger] Application 'PID:5555' disconnected. Removing from app dictionary.
[RemoteDebugger] Current app is PID:5555
[RemoteDebugger] No longer have app id. Attempting to find new one.
[WD Proxy] Got response with status 200: {
[WD Proxy] "value" : null,
[WD Proxy] "sessionId" : "316E60EA-8BA7-45BC-9724-06D9BED806A3"
[WD Proxy] }
[DevCon Factory] Releasing connections for C2342970-C5C3-4607-AE86-8BB81109A2CA device on any port number
[DevCon Factory] Found cached connections to release: ["C2342970-C5C3-4607-AE86-8BB81109A2CA:8100"]
[DevCon Factory] Cached connections count: 0
[XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
[XCUITest] In a web session. Removing remote debugger
[RemoteDebugger] Disconnecting from remote debugger
[RemoteDebugger] Cleaning up listeners
[IOSSimulatorLog] Stopping iOS log capture
[BaseDriver] Event 'quitSessionFinished' logged at 1589636784664 (19:16:24 GMT+0530 (IST))
[W3C (795cff9d)] Received response: null
[W3C (795cff9d)] But deleting session, so not returning
[W3C (795cff9d)] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/795cff9d-b8c0-43f3-9572-59a0ee0a4cb1 200 1034 ms - 14
[HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment