Skip to content

Instantly share code, notes, and snippets.

@aryalakshmi
Created March 30, 2021 12:20
Show Gist options
  • Save aryalakshmi/f0bd615eee83a683af32b347d65a5610 to your computer and use it in GitHub Desktop.
Save aryalakshmi/f0bd615eee83a683af32b347d65a5610 to your computer and use it in GitHub Desktop.
PTs-MacBook-Pro-S1:appium-webdriveragent digitalhome$ appium -a 127.0.0.1 -p 4723
[Appium] Welcome to Appium v1.20.2
[Appium] Non-default server args:
[Appium] address: 127.0.0.1
[Appium] Appium REST http interface listener started on 127.0.0.1:4723
[debug] [HTTP] Request idempotency key: d86576ea-9073-48d2-abb0-202fb9d546fc
[HTTP] --> POST /wd/hub/session
[HTTP] {"capabilities":{"firstMatch":[{"platformName":"iOS","appium:platformVersion":"14.4.1","appium:deviceName":"'iPhone'","appium:autoWebview":"true","appium:newCommandTimeout":"1200","appium:udid":"udid","appium:xcodeOrgId”:”xxxxxxxx”,”appium:xcodeSigningId":"iPhone Developer","appium:fullReset":"true","appium:bundleId":"com.nokia.wifi","appium:automationName":"XCUITest","appium:app":"/Users/digitalhome/Documents/Images/APPImages/110.ipa"}]},"desiredCapabilities":{"platformName":"iOS","platformVersion":"14.4.1","deviceName":"'iPhone'","autoWebview":"true","newCommandTimeout":"1200","udid":"udid","xcodeOrgId”:”xxxxx”,”xcodeSigningId":"iPhone Developer","fullReset":"true","bundleId":"com.nokia.wifi","automationName":"XCUITest","app":"/Users/digitalhome/Documents/Images/APPImages/110.ipa"}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"14.4.1","deviceName":"'iPhone'","autoWebview":"true","newCommandTimeout":"1200","udid":"udid","xcodeOrgId”:”xxxxxx”,”xcodeSigningId":"iPhone Developer","fullReset":"true","bundleId":"com.nokia.wifi","automationName":"XCUITest","app":"/Users/digitalhome/Documents/Images/APPImages/110.ipa"},null,{"firstMatch":[{"platformName":"iOS","appium:platformVersion":"14.4.1","appium:deviceName":"'iPhone'","appium:autoWebview":"true","appium:newCommandTimeout":"1200","appium:udid":"udid","appium:xcodeOrgId”:”xxxx”,”appium:xcodeSigningId":"iPhone Developer","appium:fullReset":"true","appium:bundleId":"com.nokia.wifi","appium:automationName":"XCUITest","appium:app":"/Users/digitalhome/Documents/Images/APPImages/110.ipa"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1617102198153 (16:33:18 GMT+0530 (India Standard Time))
[BaseDriver] Number capability passed in as string. Functionality may be compromised.
[Appium] Appium v1.20.2 creating new XCUITestDriver (v3.33.1) session
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] "alwaysMatch": {
[debug] [BaseDriver] "platformName": "iOS",
[debug] [BaseDriver] "appium:platformVersion": "14.4.1",
[debug] [BaseDriver] "appium:deviceName": "'iPhone'",
[debug] [BaseDriver] "appium:autoWebview": "true",
[debug] [BaseDriver] "appium:newCommandTimeout": "1200",
[debug] [BaseDriver] "appium:udid": "udid",
[debug] [BaseDriver] "appium:xcodeOrgId": “xxxxxxxx”,
[debug] [BaseDriver] "appium:xcodeSigningId": "iPhone Developer",
[debug] [BaseDriver] "appium:fullReset": "true",
[debug] [BaseDriver] "appium:bundleId": "com.nokia.wifi",
[debug] [BaseDriver] "appium:automationName": "XCUITest",
[debug] [BaseDriver] "appium:app": "/Users/digitalhome/Documents/Images/APPImages/110.ipa"
[debug] [BaseDriver] },
[debug] [BaseDriver] "firstMatch": [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Number capability passed in as string. Functionality may be compromised.
[BaseDriver] Capability 'autoWebview' changed from string to boolean. This may cause unexpected behavior
[BaseDriver] Capability 'fullReset' changed from string to boolean. This may cause unexpected behavior
[BaseDriver] Capability 'newCommandTimeout' changed from string ('1200') to integer (1200). This may cause unexpected behavior
[BaseDriver] Session created with session id: b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3
[debug] [XCUITest] Current user: 'digitalhome'
[debug] [XCUITest] Available devices: udid
[debug] [XCUITest] Creating iDevice object with udid 'udid'
[XCUITest] Determining device to run tests on: udid: 'udid', real device: true
[XCUITest] Normalized platformVersion capability value '14.4.1' to '14.4'
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1617102199866 (16:33:19 GMT+0530 (India Standard Time))
[BaseDriver] Using local app '/Users/digitalhome/Documents/Images/APPImages/110.ipa'
[debug] [BaseDriver] Unzipping '/Users/digitalhome/Documents/Images/APPImages/110.ipa'
[debug] [BaseDriver] Enforcing UTF-8 encoding on the extracted file names for '110.ipa'
[debug] [BaseDriver] Extracted 2391 items from '/Users/digitalhome/Documents/Images/APPImages/110.ipa' in 7409ms
[debug] [BaseDriver] Matched 1 item in the extracted archive. Assuming 'Payload/App.app' is the correct bundle
[BaseDriver] Unzipped local app to '/var/folders/tl/6_g4x0sd04d60xfpq5zv0h8h0000gn/T/2021230-45968-1g1xf1d.h2abj/App.app'
[debug] [BaseDriver] Event 'appConfigured' logged at 1617102207604 (16:33:27 GMT+0530 (India Standard Time))
[debug] [XCUITest] Checking whether app '/var/folders/tl/6_g4x0sd04d60xfpq5zv0h8h0000gn/T/2021230-45968-1g1xf1d.h2abj/App.app' is actually present on file system
[debug] [XCUITest] App is present
[debug] [BaseDriver] Event 'resetStarted' logged at 1617102207604 (16:33:27 GMT+0530 (India Standard Time))
[debug] [XCUITest] Reset: running ios real device reset flow
[debug] [XCUITest] Reset: fullReset requested. Will try to uninstall the app 'com.nokia.wifi'.
[debug] [XCUITest] Reset: removed 'com.nokia.wifi'
[debug] [BaseDriver] Event 'resetComplete' logged at 1617102208121 (16:33:28 GMT+0530 (India Standard Time))
[WebDriverAgent] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'
[WebDriverAgent] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
[debug] [XCUITest] Crash reports root '/Users/digitalhome/Library/Logs/CrashReporter/MobileDevice/iPhone' does not exist. Got nothing to gather.
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1617102208352 (16:33:28 GMT+0530 (India Standard Time))
[XCUITest] Setting up real device
[debug] [XCUITest] Verifying application platform
[debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneOS"]
[debug] [XCUITest] Installing '/var/folders/tl/6_g4x0sd04d60xfpq5zv0h8h0000gn/T/2021230-45968-1g1xf1d.h2abj/App.app' on device with UUID 'udid'...
[debug] [WebDriverAgent] Parsed BUILD_DIR configuration value: '/Users/digitalhome/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products'
[debug] [WebDriverAgent] Got derived data root: '/Users/digitalhome/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu'
[debug] [Support] Traversed 165 directories and 2229 files in 26591ms
[debug] [XCUITest] Pushed the app files successfully after 27265ms
[XCUITest] App installation succeeded after 28478ms
[debug] [XCUITest] The app has been installed successfully.
[debug] [BaseDriver] Event 'appInstalled' logged at 1617102237070 (16:33:57 GMT+0530 (India Standard Time))
[debug] [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
[DevCon Factory] Requesting connection for device udid on local port 8100, device port 8100
[debug] [DevCon Factory] Cached connections count: 0
[DevCon Factory] Successfully requested the connection for udid:8100
[debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [iProxy@2414f3b6:8100] Connection was refused to port 8100
[WD Proxy] socket hang up
[debug] [WebDriverAgent] WDA is not listening at 'http://127.0.0.1:8100/'
[debug] [WebDriverAgent] WDA is currently not running. There is nothing to cache
[debug] [XCUITest] Trying to start WebDriverAgent 1 times with 10000ms interval
[debug] [XCUITest] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1617102237292 (16:33:57 GMT+0530 (India Standard Time))
[WebDriverAgent] Launching WebDriverAgent on the device
[WebDriverAgent] WebDriverAgent does not need a cleanup. The sources are up to date (1615795358772 >= 1615795358772)
[debug] [WebDriverAgent] Killing running processes 'xcodebuild.*udid' for the device udid...
[debug] [WebDriverAgent] 'pgrep -if xcodebuild.*udid' didn't detect any matching processes. Return code: 1
[debug] [WebDriverAgent] Generating xcode config file for orgId 'SZCQM5438R' and signingId 'iPhone Developer'
[debug] [WebDriverAgent] Writing xcode config file to /var/folders/tl/6_g4x0sd04d60xfpq5zv0h8h0000gn/T/2021230-45968-8gz4xr.eqc8t/appium-temp.xcconfig
[debug] [WebDriverAgent] Using Xcode configuration file: '/var/folders/tl/6_g4x0sd04d60xfpq5zv0h8h0000gn/T/2021230-45968-8gz4xr.eqc8t/appium-temp.xcconfig'
[debug] [WebDriverAgent] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/digitalhome/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu -destination id=udid IPHONEOS_DEPLOYMENT_TARGET=14.4 -xcconfig /var/folders/tl/6_g4x0sd04d60xfpq5zv0h8h0000gn/T/2021230-45968-8gz4xr.eqc8t/appium-temp.xcconfig GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'
[debug] [WebDriverAgent] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability
[debug] [WebDriverAgent] Waiting up to 60000ms for WebDriverAgent to start
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [iProxy@2414f3b6:8100] Connection was refused to port 8100
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [iProxy@2414f3b6:8100] Connection was refused to port 8100
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [iProxy@2414f3b6:8100] Connection was refused to port 8100
[WD Proxy] socket hang up
[debug] [WebDriverAgent] Log file for xcodebuild test: /Users/digitalhome/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Logs/Test/Test-WebDriverAgentRunner-2021.03.30_16-34-03-+0530.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-9C3A01F2-77A3-454A-BAA7-EC7B153C9E5A/WebDriverAgentRunner-738ACE29-43EC-494E-BC83-732D8FDA0E0E/Session-WebDriverAgentRunner-2021-03-30_163404-vqNAXt.log
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [iProxy@2414f3b6:8100] Connection was refused to port 8100
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [iProxy@2414f3b6:8100] Connection was refused to port 8100
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [iProxy@2414f3b6:8100] Connection was refused to port 8100
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.2","version":"14.4.1"},"ios":{"ip":"192.168.1.102"},"ready":true,"build":{"upgradedAt":"1615795358772","time":"Mar 29 2021 21:25:47","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
[debug] [WebDriverAgent] WebDriverAgent information:
[debug] [WebDriverAgent] {
[debug] [WebDriverAgent] "message": "WebDriverAgent is ready to accept commands",
[debug] [WebDriverAgent] "state": "success",
[debug] [WebDriverAgent] "os": {
[debug] [WebDriverAgent] "testmanagerdVersion": 28,
[debug] [WebDriverAgent] "name": "iOS",
[debug] [WebDriverAgent] "sdkVersion": "14.2",
[debug] [WebDriverAgent] "version": "14.4.1"
[debug] [WebDriverAgent] },
[debug] [WebDriverAgent] "ios": {
[debug] [WebDriverAgent] "ip": "192.168.1.102"
[debug] [WebDriverAgent] },
[debug] [WebDriverAgent] "ready": true,
[debug] [WebDriverAgent] "build": {
[debug] [WebDriverAgent] "upgradedAt": "1615795358772",
[debug] [WebDriverAgent] "time": "Mar 29 2021 21:25:47",
[debug] [WebDriverAgent] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
[debug] [WebDriverAgent] }
[debug] [WebDriverAgent] }
[debug] [WebDriverAgent] WebDriverAgent successfully started after 10373ms
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1617102247758 (16:34:07 GMT+0530 (India Standard Time))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [WD Proxy] Matched '/session' to command name 'createSession'
[debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.nokia.wifi","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"EEF1E38C-F1CC-4702-9188-4D18C634FAD8","capabilities":{"device":"iphone","browserName":" ","sdkVersion":"14.4.1","CFBundleIdentifier":"com.apple.springboard"}},"sessionId":"EEF1E38C-F1CC-4702-9188-4D18C634FAD8"}
[WD Proxy] Determined the downstream protocol as 'W3C'
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1617102254536 (16:34:14 GMT+0530 (India Standard Time))
[debug] [BaseDriver] Event 'wdaStarted' logged at 1617102254536 (16:34:14 GMT+0530 (India Standard Time))
[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 1617102254536 (16:34:14 GMT+0530 (India Standard Time))
[debug] [XCUITest] Waiting for initial webview
[debug] [iOS] Navigating to most recently opened webview
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[RemoteDebugger] Remote Debugger version 8.13.2
[debug] [RemoteDebugger] useNewSafari --> false
[debug] [RemoteDebugger] Checking which communication style to use (non-Safari on platform version '14.4')
[debug] [RemoteDebugger] Platform version equal or higher than '12.2': true
[RemoteDebugger] Setting communication protocol: using Target-based communication
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 0): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 7ms
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 2): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 3ms
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] No applications currently connected.
[debug] [XCUITest] No web frames found.
[iOS] Could not find any webviews yet, refreshing/retrying
[debug] [RemoteDebugger] Received connected automation availability state: "WIRAutomationAvailabilityAvailable"
[debug] [RemoteDebugger] Received connected applications list: PID:592, PID:590, PID:698, PID:593, PID:70, PID:697
[debug] [RemoteDebugger] Received connected driver list: {}
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[debug] [RemoteDebugger] Sending connection key request
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 4): 'setConnectionKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 4ms
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: "PID:592"
[debug] [RemoteDebugger] id: "PID:592"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:590"
[debug] [RemoteDebugger] id: "PID:590"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: true
[debug] [RemoteDebugger] Application: "PID:698"
[debug] [RemoteDebugger] id: "PID:698"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:697"
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:593"
[debug] [RemoteDebugger] id: "PID:593"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:697"
[debug] [RemoteDebugger] id: "PID:697"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Nokia WiFi"
[debug] [RemoteDebugger] bundleId: "com.nokia.wifi"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Checking for bundle identifiers: com.apple.WebKit.WebContent, process-com.apple.WebKit.WebContent, process-SafariViewService, com.apple.SafariViewService, *, com.nokia.wifi
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'com.apple.WebKit.WebContent'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'process-com.apple.WebKit.WebContent'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'process-SafariViewService'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'com.apple.SafariViewService'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle '*'
[debug] [RemoteDebugger] Found app id key 'PID:697' for bundle 'com.nokia.wifi'
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.nokia.wifi', with app id 'PID:698'
[debug] [RemoteDebugger] Trying out the possible app ids: PID:592, PID:697, PID:698 (try #1 of 20)
[debug] [RemoteDebugger] Skipping app 'PID:592' because it is not active
[debug] [RemoteDebugger] Attempting app 'PID:697'
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:697' (id: 6): 'connectToApp'
[debug] [RemoteDebugger] Received response from send (id: 6): '["PID:697",{"1":{"WIRTitleKey":"Ionic App","WIRTypeKey":"WIRTypeWebPage","WIRURLKey":"capacitor://localhost","WIRPageIdentifierKey":1}}]'
[debug] [RemoteDebugger] Page changed: {
[debug] [RemoteDebugger] "1": {
[debug] [RemoteDebugger] "WIRTitleKey": "Ionic App",
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWebPage",
[debug] [RemoteDebugger] "WIRURLKey": "capacitor://localhost",
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1
[debug] [RemoteDebugger] }
[debug] [RemoteDebugger] }
[debug] [XCUITest] Remote debugger notified us of a new page listing: {"appIdKey":"697","pageArray":[{"id":1,"title":"Ionic App","url":"capacitor://localhost","isKey":false}]}
[debug] [XCUITest] No key id found. Choosing first id from page array
[debug] [XCUITest] We do not appear to have window set yet, ignoring
[debug] [RemoteDebugger] Sending to Web Inspector took 16ms
[debug] [RemoteDebugger] Received altered app id, updating from 'null' to 'PID:697'
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: "PID:592"
[debug] [RemoteDebugger] id: "PID:592"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:590"
[debug] [RemoteDebugger] id: "PID:590"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: true
[debug] [RemoteDebugger] Application: "PID:698"
[debug] [RemoteDebugger] id: "PID:698"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:697"
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:593"
[debug] [RemoteDebugger] id: "PID:593"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:697"
[debug] [RemoteDebugger] id: "PID:697"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Nokia WiFi"
[debug] [RemoteDebugger] bundleId: "com.nokia.wifi"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] pageArray:
[debug] [RemoteDebugger] - id: 1
[debug] [RemoteDebugger] title: "Ionic App"
[debug] [RemoteDebugger] url: "capacitor://localhost"
[debug] [RemoteDebugger] isKey: false
[debug] [RemoteDebugger] Finally selecting app PID:697: [{"id":1,"title":"Ionic App","url":"capacitor://localhost","isKey":false}]
[debug] [RemoteDebugger] Selected app after 29ms
[debug] [iOS] Picking webview 'WEBVIEW_697.1'
[debug] [XCUITest] Attempting to set context to 'WEBVIEW_697.1' from 'NATIVE_APP'
[debug] [RemoteDebugger] Selecting page '1' on app 'PID:697' and forwarding socket setup
[debug] [RemoteDebugger] Sending '_rpc_forwardIndicateWebView:' message to app 'PID:697', page '1' (id: 8): 'indicateWebView'
[debug] [RemoteDebugger] Sending to Web Inspector took 5ms
[debug] [RemoteDebugger] Sending '_rpc_forwardIndicateWebView:' message to app 'PID:697', page '1' (id: 10): 'indicateWebView'
[debug] [RemoteDebugger] Sending to Web Inspector took 4ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to app 'PID:697', page '1' (id: 12): 'setSenderKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 8ms
[debug] [RemoteDebugger] Sender key set
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1' (id: 14): 'Inspector.enable'
[debug] [RemoteDebugger] Target created for app 'PID:697' and page '1': {"targetId":"page-7","type":"page"}
[debug] [RemoteDebugger] Sending to Web Inspector took 7ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 16): 'Page.enable'
[debug] [RemoteDebugger] Handling message (id: '15')
[debug] [RemoteDebugger] Sending to Web Inspector took 12ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 18): 'Network.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 33ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 20): 'Runtime.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 14ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 22): 'Heap.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 16ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 24): 'Debugger.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 14ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 26): 'Console.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 18ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 28): 'Inspector.initialized'
[debug] [RemoteDebugger] Page changed: {
[debug] [RemoteDebugger] "1": {
[debug] [RemoteDebugger] "WIRTitleKey": "Ionic App",
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWebPage",
[debug] [RemoteDebugger] "WIRURLKey": "capacitor://localhost/landing-page?animation=true",
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1,
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "50a016ea-46c1-4f0a-b655-2a43d5905e19"
[debug] [RemoteDebugger] }
[debug] [RemoteDebugger] }
[debug] [XCUITest] Remote debugger notified us of a new page listing: {"appIdKey":"697","pageArray":[{"id":1,"title":"Ionic App","url":"capacitor://localhost/landing-page?animation=true","isKey":true}]}
[debug] [XCUITest] We are in the middle of selecting a page, ignoring
[debug] [RemoteDebugger] Sending to Web Inspector took 263ms
[debug] [RemoteDebugger] Checking document readyState
[debug] [RemoteDebugger] Sending javascript command: 'document.readyState;'
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 30): 'Runtime.evaluate'
[debug] [RemoteDebugger] Received data response from send (id: 30): '"complete"'
[debug] [RemoteDebugger] Sending to Web Inspector took 11ms
[debug] [RemoteDebugger] Document readyState is 'complete'
[debug] [RemoteDebugger] Selected page after 417ms
[debug] [RemoteDebugger] Starting to listen for JavaScript console
[debug] [RemoteDebugger] Starting to listen for network events
[debug] [RemoteDebugger] Unregistering from page readiness notifications
[debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1617102255711 (16:34:15 GMT+0530 (India Standard Time))
[debug] [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
[debug] [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
[Appium] New XCUITestDriver session created successfully, session b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1617102255714 (16:34:15 GMT+0530 (India Standard Time))
[debug] [W3C (b7a1aa9f)] Cached the protocol value 'W3C' for the new session b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3
[debug] [W3C (b7a1aa9f)] 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":"14.4.1","deviceName":"'iPhone'","autoWebview":true,"newCommandTimeout":1200,"udid":"udid","xcodeOrgId”:”xxxxxxx”,”xcodeSigningId":"iPhone Developer","fullReset":true,"bundleId":"com.nokia.wifi","automationName":"XCUITest","app":"/Users/digitalhome/Documents/Images/APPImages/110.ipa"}}
[HTTP] <-- POST /wd/hub/session 200 57569 ms - 638
[HTTP]
[HTTP] --> GET /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/contexts
[HTTP] {}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.getContexts() with args: ["b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'getContexts'
[debug] [XCUITest] Getting list of available contexts
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: "PID:592"
[debug] [RemoteDebugger] id: "PID:592"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:590"
[debug] [RemoteDebugger] id: "PID:590"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: true
[debug] [RemoteDebugger] Application: "PID:698"
[debug] [RemoteDebugger] id: "PID:698"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:697"
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:593"
[debug] [RemoteDebugger] id: "PID:593"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:697"
[debug] [RemoteDebugger] id: "PID:697"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Nokia WiFi"
[debug] [RemoteDebugger] bundleId: "com.nokia.wifi"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] pageArray:
[debug] [RemoteDebugger] - id: 1
[debug] [RemoteDebugger] title: "Ionic App"
[debug] [RemoteDebugger] url: "capacitor://localhost/landing-page?animation=true"
[debug] [RemoteDebugger] isKey: true
[debug] [RemoteDebugger] Checking for bundle identifiers: com.apple.WebKit.WebContent, process-com.apple.WebKit.WebContent, process-SafariViewService, com.apple.SafariViewService, *, com.nokia.wifi
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'com.apple.WebKit.WebContent'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'process-com.apple.WebKit.WebContent'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'process-SafariViewService'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'com.apple.SafariViewService'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle '*'
[debug] [RemoteDebugger] Found app id key 'PID:697' for bundle 'com.nokia.wifi'
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.nokia.wifi', with app id 'PID:698'
[debug] [RemoteDebugger] Trying out the possible app ids: PID:592, PID:697, PID:698 (try #1 of 20)
[debug] [RemoteDebugger] Skipping app 'PID:592' because it is not active
[debug] [RemoteDebugger] Attempting app 'PID:697'
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:697' (id: 32): 'connectToApp'
[debug] [RemoteDebugger] Received response from send (id: 32): '["PID:697",{"1":{"WIRTitleKey":"Ionic App","WIRTypeKey":"WIRTypeWebPage","WIRURLKey":"capacitor://localhost/landing-page?animation=true","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"50a01...'
[debug] [RemoteDebugger] Received page change notice for app 'PID:697' but the listing has not changed. Ignoring.
[debug] [RemoteDebugger] Page changed: {
[debug] [RemoteDebugger] "1": {
[debug] [RemoteDebugger] "WIRTitleKey": "Ionic App",
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWebPage",
[debug] [RemoteDebugger] "WIRURLKey": "capacitor://localhost/landing-page?animation=true",
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1,
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "50a016ea-46c1-4f0a-b655-2a43d5905e19"
[debug] [RemoteDebugger] }
[debug] [RemoteDebugger] }
[debug] [XCUITest] Remote debugger notified us of a new page listing: {"appIdKey":"697","pageArray":[{"id":1,"title":"Ionic App","url":"capacitor://localhost/landing-page?animation=true","isKey":true}]}
[debug] [XCUITest] Checking if page needs to load
[debug] [XCUITest] New page listing is same as old, doing nothing
[debug] [XCUITest] Redirected from 'null' to 'capacitor://localhost/landing-page?animation=true'
[debug] [RemoteDebugger] Sending to Web Inspector took 11ms
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: "PID:592"
[debug] [RemoteDebugger] id: "PID:592"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:590"
[debug] [RemoteDebugger] id: "PID:590"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: true
[debug] [RemoteDebugger] Application: "PID:698"
[debug] [RemoteDebugger] id: "PID:698"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:697"
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:593"
[debug] [RemoteDebugger] id: "PID:593"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:697"
[debug] [RemoteDebugger] id: "PID:697"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Nokia WiFi"
[debug] [RemoteDebugger] bundleId: "com.nokia.wifi"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] pageArray:
[debug] [RemoteDebugger] - id: 1
[debug] [RemoteDebugger] title: "Ionic App"
[debug] [RemoteDebugger] url: "capacitor://localhost/landing-page?animation=true"
[debug] [RemoteDebugger] isKey: true
[debug] [RemoteDebugger] Finally selecting app PID:697: [{"id":1,"title":"Ionic App","url":"capacitor://localhost/landing-page?animation=true","isKey":true}]
[debug] [RemoteDebugger] Selected app after 22ms
[debug] [W3C (b7a1aa9f)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_697.1"]
[HTTP] <-- GET /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/contexts 200 33 ms - 40
[HTTP]
[HTTP] --> GET /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/contexts
[HTTP] {}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.getContexts() with args: ["b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'getContexts'
[debug] [XCUITest] Getting list of available contexts
[debug] [iOS] Retrieving contexts and views
[debug] [XCUITest] Selecting by url: false
[debug] [RemoteDebugger] Selecting application
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: "PID:592"
[debug] [RemoteDebugger] id: "PID:592"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:590"
[debug] [RemoteDebugger] id: "PID:590"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: true
[debug] [RemoteDebugger] Application: "PID:698"
[debug] [RemoteDebugger] id: "PID:698"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:697"
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:593"
[debug] [RemoteDebugger] id: "PID:593"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:697"
[debug] [RemoteDebugger] id: "PID:697"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Nokia WiFi"
[debug] [RemoteDebugger] bundleId: "com.nokia.wifi"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] pageArray:
[debug] [RemoteDebugger] - id: 1
[debug] [RemoteDebugger] title: "Ionic App"
[debug] [RemoteDebugger] url: "capacitor://localhost/landing-page?animation=true"
[debug] [RemoteDebugger] isKey: true
[debug] [RemoteDebugger] Checking for bundle identifiers: com.apple.WebKit.WebContent, process-com.apple.WebKit.WebContent, process-SafariViewService, com.apple.SafariViewService, *, com.nokia.wifi
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'com.apple.WebKit.WebContent'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'process-com.apple.WebKit.WebContent'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'process-SafariViewService'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle 'com.apple.SafariViewService'
[debug] [RemoteDebugger] Found app id key 'PID:592' for bundle '*'
[debug] [RemoteDebugger] Found app id key 'PID:697' for bundle 'com.nokia.wifi'
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.nokia.wifi', with app id 'PID:698'
[debug] [RemoteDebugger] Trying out the possible app ids: PID:592, PID:697, PID:698 (try #1 of 20)
[debug] [RemoteDebugger] Skipping app 'PID:592' because it is not active
[debug] [RemoteDebugger] Attempting app 'PID:697'
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:697' (id: 34): 'connectToApp'
[debug] [RemoteDebugger] Received response from send (id: 34): '["PID:697",{"1":{"WIRTitleKey":"Ionic App","WIRTypeKey":"WIRTypeWebPage","WIRURLKey":"capacitor://localhost/landing-page?animation=true","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"50a01...'
[debug] [RemoteDebugger] Received page change notice for app 'PID:697' but the listing has not changed. Ignoring.
[debug] [RemoteDebugger] Page changed: {
[debug] [RemoteDebugger] "1": {
[debug] [RemoteDebugger] "WIRTitleKey": "Ionic App",
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWebPage",
[debug] [RemoteDebugger] "WIRURLKey": "capacitor://localhost/landing-page?animation=true",
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1,
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "50a016ea-46c1-4f0a-b655-2a43d5905e19"
[debug] [RemoteDebugger] }
[debug] [RemoteDebugger] }
[debug] [XCUITest] Remote debugger notified us of a new page listing: {"appIdKey":"697","pageArray":[{"id":1,"title":"Ionic App","url":"capacitor://localhost/landing-page?animation=true","isKey":true}]}
[debug] [XCUITest] Checking if page needs to load
[debug] [XCUITest] New page listing is same as old, doing nothing
[debug] [RemoteDebugger] Sending to Web Inspector took 11ms
[debug] [RemoteDebugger] Current applications available:
[debug] [RemoteDebugger] Application: "PID:592"
[debug] [RemoteDebugger] id: "PID:592"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:590"
[debug] [RemoteDebugger] id: "PID:590"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Safari"
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: true
[debug] [RemoteDebugger] Application: "PID:698"
[debug] [RemoteDebugger] id: "PID:698"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:697"
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:593"
[debug] [RemoteDebugger] id: "PID:593"
[debug] [RemoteDebugger] isProxy: true
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent"
[debug] [RemoteDebugger] hostId: "PID:590"
[debug] [RemoteDebugger] isActive: false
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] Application: "PID:697"
[debug] [RemoteDebugger] id: "PID:697"
[debug] [RemoteDebugger] isProxy: false
[debug] [RemoteDebugger] name: "Nokia WiFi"
[debug] [RemoteDebugger] bundleId: "com.nokia.wifi"
[debug] [RemoteDebugger] hostId: undefined
[debug] [RemoteDebugger] isActive: true
[debug] [RemoteDebugger] isAutomationEnabled: "Unknown"
[debug] [RemoteDebugger] pageArray:
[debug] [RemoteDebugger] - id: 1
[debug] [RemoteDebugger] title: "Ionic App"
[debug] [RemoteDebugger] url: "capacitor://localhost/landing-page?animation=true"
[debug] [RemoteDebugger] isKey: true
[debug] [RemoteDebugger] Finally selecting app PID:697: [{"id":1,"title":"Ionic App","url":"capacitor://localhost/landing-page?animation=true","isKey":true}]
[debug] [RemoteDebugger] Selected app after 21ms
[debug] [W3C (b7a1aa9f)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_697.1"]
[HTTP] <-- GET /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/contexts 200 31 ms - 40
[HTTP]
[HTTP] --> POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/context
[HTTP] {"name":"NATIVE_APP"}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.setContext() with args: ["NATIVE_APP","b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'setContext'
[debug] [XCUITest] Attempting to set context to 'NATIVE_APP' from '697.1'
[debug] [W3C (b7a1aa9f)] Responding to client with driver.setContext() result: null
[HTTP] <-- POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/context 200 6 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/context
[HTTP] {}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.getCurrentContext() with args: ["b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'getCurrentContext'
[debug] [W3C (b7a1aa9f)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/appium/start_recording_screen
[HTTP] {"options":{"timeLimit":600}}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.startRecordingScreen() with args: [{"timeLimit":600},"b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'startRecordingScreen'
[XCUITest] Checking if there is/was a previous screen recording. Set 'forceRestart' option to 'true' if you'd like to skip this step.
[XCUITest] Screen recording is not running. There is nothing to stop.
[DevCon Factory] Releasing connections for udid device on 9100 port number
[DevCon Factory] No cached connections have been found
[debug] [WD Proxy] Matched '/appium/settings' to command name 'getSettings'
[debug] [WD Proxy] Proxying [GET /appium/settings] to [GET http://127.0.0.1:8100/session/EEF1E38C-F1CC-4702-9188-4D18C634FAD8/appium/settings] with no body
[debug] [WD Proxy] Got response with status 200: {"value":{"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":false,"elementResponseAttributes":"type,label","screenshotQuality":1,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"EEF1E38C-F1CC-4702-9188-4D18C634FAD8"}
[DevCon Factory] Requesting connection for device udid on local port 9100, device port 9100
[debug] [DevCon Factory] Cached connections count: 1
[DevCon Factory] Successfully requested the connection for udid:9100
[ffmpeg] ffmpeg version 4.3.2 Copyright (c) 2000-2021 the FFmpeg developers
[ffmpeg]
[ffmpeg] built with Apple clang version 12.0.0 (clang-1200.0.32.29)
[ffmpeg] configuration: --prefix=/usr/local/Cellar/ffmpeg/4.3.2_2 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox
[ffmpeg] libavutil 56. 51.100 / 56. 51.100
[ffmpeg] libavcodec 58. 91.100 / 58. 91.100
[ffmpeg] libavformat 58. 45.100 / 58. 45.100
[ffmpeg] libavdevice 58. 10.100 / 58. 10.100
[ffmpeg] libavfilter 7. 85.100 / 7. 85.100
[ffmpeg] libavresample 4. 0. 0 / 4. 0. 0
[ffmpeg] libswscale 5. 7.100 / 5. 7.100
[ffmpeg] libswresample 3. 7.100 / 3. 7.100
[ffmpeg] libpostproc 55. 7.100 / 55. 7.100
[ffmpeg]
[ffmpeg] Input #0, mjpeg, from 'http://127.0.0.1:9100':
[ffmpeg] Duration: N/A, bitrate: N/A
[ffmpeg]
[ffmpeg] Stream #0:0: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 750x1334 [SAR 144:144 DAR 375:667],
[ffmpeg] 25 tbr, 1200k tbn, 25 tbc
[ffmpeg]
[ffmpeg] Stream mapping:
[ffmpeg]
[ffmpeg] Stream #0:0 -> #0:0 (mjpeg (native) -> mjpeg (native))
[ffmpeg] Press [q] to stop, [?] for help
[ffmpeg]
[ffmpeg] Output #0, mp4, to '/var/folders/tl/6_g4x0sd04d60xfpq5zv0h8h0000gn/T/2021230-45968-yewot.i42tyn/appium_63b994.mp4':
[ffmpeg] Metadata:
[ffmpeg] encoder : Lavf58.45.100
[ffmpeg] Stream #0:0: Video: mjpeg (mp4v / 0x7634706D), yuvj420p(pc), 750x1334 [SAR 144:144 DAR 375:667], q=2-31, 200 kb/s, 25 fps, 12800 tbn, 25 tbc
[ffmpeg] Metadata:
[ffmpeg] encoder : Lavc58.91.100 mjpeg
[ffmpeg] Side data:
[ffmpeg] cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: N/A
[ffmpeg]
[XCUITest] Starting screen capture on the device 'udid' with command: 'ffmpeg -f mjpeg -i http://127.0.0.1:9100 -vcodec mjpeg -y /var/folders/tl/6_g4x0sd04d60xfpq5zv0h8h0000gn/T/2021230-45968-yewot.i42tyn/appium_63b994.mp4'. Will timeout in 600000ms
[debug] [W3C (b7a1aa9f)] Responding to client with driver.startRecordingScreen() result: ""
[HTTP] <-- POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/appium/start_recording_screen 200 1303 ms - 12
[HTTP]
[HTTP] --> POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/elements
[HTTP] {"using":"xpath","value":"//XCUIElementTypeButton[@name=“OK”]"}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeButton[@name=“OK”]","b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'findElements'
[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] [WD Proxy] Matched '/elements' to command name 'findElements'
[debug] [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/EEF1E38C-F1CC-4702-9188-4D18C634FAD8/elements] with body: {"using":"xpath","value":"//XCUIElementTypeButton[@name=“OK”]"}
[WD Proxy] Got response with status 400: {"value":{"error":"invalid selector","message":"Cannot evaluate results for XPath expression \"//XCUIElementTypeButton[@name=“OK”]\"","traceback":"(\n\t0 CoreFoundation 0x0000000186e319ec F3021642-E3C0-33F8-9911-DD303A6056D0 + 1157612\n\t1 libobjc.A.dylib 0x000000019b1b7b54 objc_exception_throw + 56\n\t2 WebDriverAgentLib 0x0000000102d07200 +[FBXPath xmlStringWithRootElement:excludingAttributes:] + 0\n\t3 WebDriverAgentLib 0x0000000102d07534 +[FBXPath matchesWithRootElement:forQuery:] + 480\n\t4 WebDriverAgentLib 0x0000000102d2fde0 -[XCUIElement(FBFind) fb_descendantsMatchingXPathQuery:shouldReturnAfterFirstMatch:] + 172\n\t5 WebDriverAgentLib 0x0000000102d714f8 +[FBFindElementCommands elementsUsing:withValue:under:shouldReturnAfterFirstMatch:] + 828\n\t6 WebDriverAgentLib 0x0000000102d703e4 +[FBFindElementCommands handleFindElements:] + 332\n\t7 WebDriverAgentL...
[debug] [W3C] Matched W3C error code 'invalid selector' to InvalidSelectorError
[debug] [W3C (b7a1aa9f)] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/elements 200 1131 ms - 12
[HTTP]
[HTTP] --> POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/elements
[HTTP] {"using":"xpath","value":"//XCUIElementTypeButton[@name=“Allow”]"}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeButton[@name=“Allow”]","b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'findElements'
[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] [WD Proxy] Matched '/elements' to command name 'findElements'
[debug] [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8100/session/EEF1E38C-F1CC-4702-9188-4D18C634FAD8/elements] with body: {"using":"xpath","value":"//XCUIElementTypeButton[@name=“Allow”]"}
[WD Proxy] Got response with status 400: {"value":{"error":"invalid selector","message":"Cannot evaluate results for XPath expression \"//XCUIElementTypeButton[@name=“Allow”]\"","traceback":"(\n\t0 CoreFoundation 0x0000000186e319ec F3021642-E3C0-33F8-9911-DD303A6056D0 + 1157612\n\t1 libobjc.A.dylib 0x000000019b1b7b54 objc_exception_throw + 56\n\t2 WebDriverAgentLib 0x0000000102d07200 +[FBXPath xmlStringWithRootElement:excludingAttributes:] + 0\n\t3 WebDriverAgentLib 0x0000000102d07534 +[FBXPath matchesWithRootElement:forQuery:] + 480\n\t4 WebDriverAgentLib 0x0000000102d2fde0 -[XCUIElement(FBFind) fb_descendantsMatchingXPathQuery:shouldReturnAfterFirstMatch:] + 172\n\t5 WebDriverAgentLib 0x0000000102d714f8 +[FBFindElementCommands elementsUsing:withValue:under:shouldReturnAfterFirstMatch:] + 828\n\t6 WebDriverAgentLib 0x0000000102d703e4 +[FBFindElementCommands handleFindElements:] + 332\n\t7 WebDriverAge...
[debug] [W3C] Matched W3C error code 'invalid selector' to InvalidSelectorError
[debug] [W3C (b7a1aa9f)] Responding to client with driver.findElements() result: []
[HTTP] <-- POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/elements 200 1128 ms - 12
[HTTP]
[HTTP] --> POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/context
[HTTP] {"name":"WEBVIEW_697.1"}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.setContext() with args: ["WEBVIEW_697.1","b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'setContext'
[debug] [XCUITest] Attempting to set context to 'WEBVIEW_697.1' from 'NATIVE_APP'
[debug] [RemoteDebugger] Selecting page '1' on app 'PID:697' and forwarding socket setup
[debug] [RemoteDebugger] Sending '_rpc_forwardIndicateWebView:' message to app 'PID:697', page '1' (id: 36): 'indicateWebView'
[debug] [RemoteDebugger] Sending to Web Inspector took 6ms
[debug] [RemoteDebugger] Sending '_rpc_forwardIndicateWebView:' message to app 'PID:697', page '1' (id: 38): 'indicateWebView'
[debug] [RemoteDebugger] Sending to Web Inspector took 8ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to app 'PID:697', page '1' (id: 40): 'setSenderKey'
[debug] [RemoteDebugger] Sending to Web Inspector took 5ms
[debug] [RemoteDebugger] Sender key set
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 42): 'Inspector.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 8ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 44): 'Page.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 7ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 46): 'Network.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 12ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 48): 'Runtime.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 6ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 50): 'Heap.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 6ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 52): 'Debugger.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 19ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 54): 'Console.enable'
[debug] [RemoteDebugger] Sending to Web Inspector took 11ms
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 56): 'Inspector.initialized'
[debug] [RemoteDebugger] Sending to Web Inspector took 14ms
[debug] [RemoteDebugger] Checking document readyState
[debug] [RemoteDebugger] Sending javascript command: 'document.readyState;'
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:697', page '1', target 'page-7' (id: 58): 'Runtime.evaluate'
[debug] [RemoteDebugger] Received data response from send (id: 58): '"complete"'
[debug] [RemoteDebugger] Sending to Web Inspector took 26ms
[debug] [RemoteDebugger] Web Inspector garbage collected
[debug] [RemoteDebugger] Document readyState is 'complete'
[debug] [RemoteDebugger] Selected page after 132ms
[debug] [RemoteDebugger] Starting to listen for JavaScript console
[debug] [RemoteDebugger] Starting to listen for network events
[debug] [W3C (b7a1aa9f)] Responding to client with driver.setContext() result: null
[HTTP] <-- POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/context 200 135 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/appium/stop_recording_screen
[HTTP] {"options":{}}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.stopRecordingScreen() with args: [{},"b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [XCUITest] Executing command 'stopRecordingScreen'
[iProxy@2414f3b6:9100] read ECONNRESET
[ffmpeg] Exiting normally, received signal 2.
[ffmpeg]
[DevCon Factory] Releasing connections for udid device on 9100 port number
[DevCon Factory] Found cached connections to release: ["udid:9100"]
[DevCon Factory] Releasing the listener for 'udid:9100'
[debug] [iProxy@2414f3b6:9100] Closing the connection
[debug] [DevCon Factory] Cached connections count: 1
[iProxy@2414f3b6:9100] The connection has been closed
[debug] [XCUITest] The size of the file is 3.26 MB
[DevCon Factory] Releasing connections for udid device on 9100 port number
[DevCon Factory] No cached connections have been found
[debug] [W3C (b7a1aa9f)] Responding to client with driver.stopRecordingScreen() result: "AAAAHGZ0eXBpc29tAAACAGlzb21pc28ybXA0MQAAAAhmcmVlADQmWG1kYXT/2P/gABBKRklGAAECAACQAJAAAP/+ABBMYXZjNTguOTEuMTAwAP/bAEMACBAQExATFhYWFhYWGhgaGxsbGhoaGhsbGx0dHSIiIh0dHRsbHR0gICIiJSYlIyMiIyYmKCgoMDAuLjg4OkVFU//EAKIAAQACAwEBAQAAAAAAAAAAAAACBQYHBAMBCAEBAQEBAQAAAAAAAAAAAAAAAAIDBAEQAQABAwEEBAsFBgMHAwQBBQACBAMBEhEFMiKiQlITcoJiUyEUkjEVBtKjUVSy4jMjwjQ1QXOzg3RD8GE2cYEWJJPDY/JVhCVExLG0EQEAAwEAAgIDAAEFAQAAAAAAAhEBEiEDMSIyE0JjcSNDc4Nh/8AAEQgFNgLuAwEiAAIRAAMRAP/aAAwDAQACEQMRAD8A0QDotR13IR92qUce062LnFpV0s6S5pl6ce+Mu0hmxsp4XtvHOUdIK4AAdlizKouYhH357S2xR2J50W6mOZ/2jKM4xl4yRjotLNNm7O5DOdGbcJSz4vVelqjleprl/Gf2cuEFOC4q6OVLG3mWdubkdWnsqFODNKbdMpx1X86MdnrJGFjYuY7qs8udOfbkn6nu+qxstT2Z8mX8My101uLirorlHnm9Mc+6UVOpAAAAAAAAAAAAAAAAAAAAAAAC+o6GVVjMsy7uOOXV2pdkFCO29ZzZvTtYzrziWzwjNi7i5i3KEsSzwxl5QOIZZ8OtYli3Kqji7nq6et4bG71qVi5mEvfFI5xkVHQSqo5lmfd41aY8urVJS3bfd3Jw27dMpR2+Coc4tqKk9buZhr0bMbdunUs8btt3NuLVRbuS7PCmxiwvqShlU3Jwlnu82/fy6lTdt5tTnCXvjLSoc4yGVBKNJ6xmfZ5NPal2mPAAAAAAAAAAAAAAAAAAAAAAAAADILe75yt5nKcbeyEp4j1pRi4KenzUSzjbojCO2cpdWKRXC+nS...
[HTTP] <-- POST /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3/appium/stop_recording_screen 200 202 ms - 4558800
[HTTP]
[HTTP] --> DELETE /wd/hub/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3
[HTTP] {}
[debug] [W3C (b7a1aa9f)] Calling AppiumDriver.deleteSession() with args: ["b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1617102291586 (16:34:51 GMT+0530 (India Standard Time))
[Appium] Removing session b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3 from our master session list
[debug] [WD Proxy] Matched '/session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3' to command name 'deleteSession'
[debug] [WD Proxy] Proxying [DELETE /session/b7a1aa9f-bb87-421e-b95b-fe8f9517cdf3] to [DELETE http://127.0.0.1:8100/session/EEF1E38C-F1CC-4702-9188-4D18C634FAD8] with no body
[debug] [RemoteDebugger] Application 'PID:697' disconnected. Removing from app dictionary.
[debug] [RemoteDebugger] Current app is 'PID:697'
[debug] [RemoteDebugger] No longer have app id. Attempting to find new one.
[debug] [RemoteDebugger] Application 'PID:698' disconnected. Removing from app dictionary.
[debug] [RemoteDebugger] Current app is 'undefined'
[debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":null}
[DevCon Factory] Releasing connections for udid device on any port number
[DevCon Factory] Found cached connections to release: ["udid:8100"]
[DevCon Factory] Releasing the listener for 'udid:8100'
[debug] [iProxy@2414f3b6:8100] Closing the connection
[debug] [DevCon Factory] Cached connections count: 0
[debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
[debug] [XCUITest] Found a remote debugger session. Removing...
[debug] [RemoteDebugger] Disconnecting from remote debugger
[debug] [RemoteDebugger] Cleaning up listeners
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1617102292684 (16:34:52 GMT+0530 (India Standard Time))
[debug] [W3C (b7a1aa9f)] Received response: null
[debug] [W3C (b7a1aa9f)] But deleting session, so not returning
[debug] [W3C (b7a1aa9f)] Responding to client with driver.deleteSession() result: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment