Created
September 4, 2019 22:21
-
-
Save dpgraham/6fc8b500515545eeb559a0122faf6b47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Pro:appium Daniel-Graham-SL1298$ pushd node_modules/appium-xcuitest-driver/ | |
~/appium/node_modules/appium-xcuitest-driver ~/appium | |
MacBook-Pro:appium-xcuitest-driver Daniel-Graham-SL1298$ npm link appium-remote-debugger | |
/Users/danielgraham/appium/node_modules/appium-xcuitest-driver/node_modules/appium-remote-debugger -> /Users/danielgraham/.nvm/versions/node/v10.16.0/lib/node_modules/appium-remote-debugger -> /Users/danielgraham/appium-remote-debugger | |
MacBook-Pro:appium-xcuitest-driver Daniel-Graham-SL1298$ popd | |
~/appium | |
MacBook-Pro:appium Daniel-Graham-SL1298$ npx gulp transpile && node . | |
[15:20:14] Using gulpfile ~/appium/gulpfile.js | |
[15:20:14] Starting 'transpile'... | |
[15:20:15] Finished 'transpile' after 1 s | |
[Appium] Welcome to Appium v1.15.0-rc.0 (REV 4c9db521f24048a0caf3345f42c4486ddd3aafcd) | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"browserName":"","appiumVersion":"1.13.0","deviceName":"iPhone 8","platformVersion":"13.0","launchTimeout":35000,"platformName":"iOS","app":"http://appium.s3.amazonaws.com/FLWebView.app.zip","prevent-requeue":true,"name":"Basic ios hybrid test (iPhone 8 on iOS 13.0)"}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"browserName":"","appiumVersion":"1.13.0","deviceName":"iPhone 8","platformVersion":"13.0","launchTimeout":35000,"platformName":"iOS","app":"http://appium.s3.amazonaws.com/FLWebView.app.zip","prevent-requeue":true,"name":"Basic ios hybrid test (iPhone 8 on iOS 13.0)"},null,null] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1567635619856 (15:20:19 GMT-0700 (Pacific Daylight Time)) | |
[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.0-rc.0 creating new XCUITestDriver (v2.129.0) session | |
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: { | |
[debug] [BaseDriver] "browserName": "", | |
[debug] [BaseDriver] "appiumVersion": "1.13.0", | |
[debug] [BaseDriver] "deviceName": "iPhone 8", | |
[debug] [BaseDriver] "platformVersion": "13.0", | |
[debug] [BaseDriver] "launchTimeout": 35000, | |
[debug] [BaseDriver] "platformName": "iOS", | |
[debug] [BaseDriver] "app": "http://appium.s3.amazonaws.com/FLWebView.app.zip", | |
[debug] [BaseDriver] "prevent-requeue": true, | |
[debug] [BaseDriver] "name": "Basic ios hybrid test (iPhone 8 on iOS 13.0)" | |
[debug] [BaseDriver] } | |
[BaseDriver] The following capabilities were provided, but are not recognized by Appium: | |
[BaseDriver] appiumVersion | |
[BaseDriver] prevent-requeue | |
[BaseDriver] name | |
[BaseDriver] Session created with session id: c50e8452-a84f-4973-9b06-3e971a2781a9 | |
[debug] [XCUITest] Current user: 'Daniel-Graham-SL1298' | |
[XCUITest] iOS SDK Version set to '13.0' | |
[iOSSim] Constructing iOS simulator for Xcode version 11.0 with udid '2F00E71C-CFDF-4758-84A5-F6DA6BA477BD' | |
[XCUITest] Determining device to run tests on: udid: '2F00E71C-CFDF-4758-84A5-F6DA6BA477BD', real device: false | |
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1567635621101 (15:20:21 GMT-0700 (Pacific Daylight Time)) | |
[BaseDriver] Using downloadable app 'http://appium.s3.amazonaws.com/FLWebView.app.zip' | |
[debug] [BaseDriver] Last-Modified: Mon, 15 May 2017 18:29:01 GMT | |
[debug] [BaseDriver] Content-Type: application/zip | |
[debug] [BaseDriver] 'http://appium.s3.amazonaws.com/FLWebView.app.zip' (901.80 KB) has been downloaded to '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gr/T/201984-82404-1j7u8c5.v4mb/FLWebView.app.zip' in 1.121s | |
[debug] [BaseDriver] Unzipping '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gr/T/201984-82404-1j7u8c5.v4mb/FLWebView.app.zip' | |
[debug] [BaseDriver] Extracted 95 item(s) from '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gr/T/201984-82404-1j7u8c5.v4mb/FLWebView.app.zip' | |
[debug] [BaseDriver] Matched 95 item(s) in the extracted archive. Assuming 'FLWebView.app' is the correct bundle | |
[BaseDriver] Unzipped local app to '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gr/T/201984-82404-oi6ukc.apxrc/FLWebView.app' | |
[debug] [BaseDriver] Event 'appConfigured' logged at 1567635622588 (15:20:22 GMT-0700 (Pacific Daylight Time)) | |
[debug] [XCUITest] Checking whether app '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gr/T/201984-82404-oi6ukc.apxrc/FLWebView.app' is actually present on file system | |
[debug] [XCUITest] App is present | |
[debug] [iOS] Getting bundle ID from app '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gr/T/201984-82404-oi6ukc.apxrc/FLWebView.app': 'com.floatlearning.FLWebView' | |
[debug] [BaseDriver] Event 'resetStarted' logged at 1567635622590 (15:20:22 GMT-0700 (Pacific Daylight Time)) | |
[XCUITest] Not scrubbing third party app in anticipation of uninstall | |
[debug] [BaseDriver] Event 'resetComplete' logged at 1567635622821 (15:20:22 GMT-0700 (Pacific Daylight Time)) | |
[debug] [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '2F00E71C-CFDF-4758-84A5-F6DA6BA477BD', using 'xcrun simctl spawn 2F00E71C-CFDF-4758-84A5-F6DA6BA477BD log stream --style compact' | |
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1567635623335 (15:20:23 GMT-0700 (Pacific Daylight Time)) | |
[XCUITest] Setting up simulator | |
[debug] [iOS] No reason to set locale | |
[debug] [iOS] No iOS / app preferences to set | |
[debug] [iOS] Setting did not need to be updated | |
[debug] [iOSSim] Setting preferences of 2F00E71C-CFDF-4758-84A5-F6DA6BA477BD Simulator to {"ConnectHardwareKeyboard":false} | |
[debug] [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false} | |
[debug] [iOSSim] Updated 2F00E71C-CFDF-4758-84A5-F6DA6BA477BD Simulator preferences at '/Users/danielgraham/Library/Preferences/com.apple.iphonesimulator.plist' with {"DevicePreferences":{"2F00E71C-CFDF-4758-84A5-F6DA6BA477BD":{"ConnectHardwareKeyboard":false}},"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false} | |
[debug] [iOSSim] Got Simulator UI client PID: 79379 | |
[iOSSim] Both Simulator with UDID 2F00E71C-CFDF-4758-84A5-F6DA6BA477BD and the UI client are currently running | |
[debug] [IDB] Connecting idb service to '2F00E71C-CFDF-4758-84A5-F6DA6BA477BD' | |
[IDB] Successfully established the connection to idb service for '2F00E71C-CFDF-4758-84A5-F6DA6BA477BD' | |
[debug] [BaseDriver] Event 'simStarted' logged at 1567635624617 (15:20:24 GMT-0700 (Pacific Daylight Time)) | |
[debug] [XCUITest] Verifying application platform | |
[debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"] | |
[debug] [XCUITest] Reset requested. Removing app with id 'com.floatlearning.FLWebView' from the device | |
[debug] [XCUITest] Cleaning installd cache to save the disk space | |
[debug] [XCUITest] Installing '/var/folders/j8/1dpn_z757gsf50s15tb7szvc0000gr/T/201984-82404-oi6ukc.apxrc/FLWebView.app' on Simulator with UUID '2F00E71C-CFDF-4758-84A5-F6DA6BA477BD'... | |
[debug] [XCUITest] The app has been installed successfully. | |
[debug] [BaseDriver] Event 'appInstalled' logged at 1567635627256 (15:20:27 GMT-0700 (Pacific Daylight Time)) | |
[XCUITest] Using WDA path: '/Users/danielgraham/appium/node_modules/appium-webdriveragent' | |
[XCUITest] Using WDA agent: '/Users/danielgraham/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found | |
[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://localhost:8100/status] with no body | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : { | |
[debug] [WD Proxy] "message" : "WebDriverAgent is ready to accept commands", | |
[debug] [WD Proxy] "state" : "success", | |
[debug] [WD Proxy] "os" : { | |
[debug] [WD Proxy] "name" : "iOS", | |
[debug] [WD Proxy] "version" : "13.0", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "13.0", | |
[debug] [WD Proxy] "ip" : "10.30.0.76" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1567550148683", | |
[debug] [WD Proxy] "time" : "Sep 3 2019 15:52:01", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "853E0F8A-BA66-47A4-BD5C-71591C7CEBC8" | |
[debug] [WD Proxy] } | |
[debug] [XCUITest] Upgrade timestamp of the currently bundled WDA: null | |
[debug] [XCUITest] Upgrade timestamp of the WDA on the device: 1567550148683 | |
[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. | |
[debug] [XCUITest] Trying to start WebDriverAgent 2 times with 10000ms interval | |
[debug] [XCUITest] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities | |
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1567635627382 (15:20:27 GMT-0700 (Pacific Daylight Time)) | |
[XCUITest] Using provided WebdriverAgent at 'http://localhost:8100/' | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : { | |
[debug] [WD Proxy] "message" : "WebDriverAgent is ready to accept commands", | |
[debug] [WD Proxy] "state" : "success", | |
[debug] [WD Proxy] "os" : { | |
[debug] [WD Proxy] "name" : "iOS", | |
[debug] [WD Proxy] "version" : "13.0", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "13.0", | |
[debug] [WD Proxy] "ip" : "10.30.0.76" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1567550148683", | |
[debug] [WD Proxy] "time" : "Sep 3 2019 15:52:01", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "853E0F8A-BA66-47A4-BD5C-71591C7CEBC8" | |
[debug] [WD Proxy] } | |
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1567635627395 (15:20:27 GMT-0700 (Pacific Daylight 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://localhost:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.floatlearning.FLWebView","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"5CD39CEB-5BBD-4B41-ACF2-38DF7762132D","capabilities":{"device":"iphone","browserName":"FLWebView","sdkVersion":"13.0","CFBundleIdentifier":"com.floatlearning.FLWebView"}},"sessionId":"5CD39CEB-5BBD-4B41-ACF2-38DF7762132D"} | |
[WD Proxy] Determined the downstream protocol as 'W3C' | |
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1567635629782 (15:20:29 GMT-0700 (Pacific Daylight Time)) | |
[debug] [BaseDriver] Event 'wdaStarted' logged at 1567635629782 (15:20:29 GMT-0700 (Pacific Daylight 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 1567635629783 (15:20:29 GMT-0700 (Pacific Daylight Time)) | |
[Appium] New XCUITestDriver session created successfully, session c50e8452-a84f-4973-9b06-3e971a2781a9 added to master session list | |
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1567635629785 (15:20:29 GMT-0700 (Pacific Daylight Time)) | |
[debug] [MJSONWP (c50e8452)] Cached the protocol value 'MJSONWP' for the new session c50e8452-a84f-4973-9b06-3e971a2781a9 | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"appiumVersion":"1.13.0","deviceName":"iPhone 8","platformVersion":"13.0","launchTimeout":35000,"platformName":"iOS","app":"http://appium.s3.amazonaws.com/FLWebView.app.zip","prevent-requeue":true,"name":"Basic ios hybrid test (iPhone 8 on iOS 13.0)","udid":"2F00E71C-CFDF-4758-84A5-F6DA6BA477BD"} | |
[HTTP] <-- POST /wd/hub/session 200 9936 ms - 566 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/timeouts/implicit_wait | |
[HTTP] {"ms":15000} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.implicitWait() with args: [15000,"c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [XCUITest] Executing command 'implicitWait' | |
[debug] [BaseDriver] Set implicit wait to 15000ms | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.implicitWait() result: null | |
[HTTP] <-- POST /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/timeouts/implicit_wait 200 58 ms - 76 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/contexts | |
[HTTP] {} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.getContexts() with args: ["c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [XCUITest] Executing command 'getContexts' | |
[debug] [iOS] Getting list of available contexts | |
[debug] [iOS] Retrieving contexts and views | |
[debug] [XCUITest] Selecting by url: false | |
[RemoteDebugger] Remote Debugger version 5.4.0 | |
[debug] [RemoteDebugger] useNewSafari --> false | |
[debug] [RemoteDebugger] Checking which communication style to use (non-Safari on platform version '13.0') | |
[debug] [RemoteDebugger] Platform version equal or higher than '12.2': true | |
[RemoteDebugger] Setting communication protocol: using full Web Inspector protocol communication | |
[debug] [RemoteDebugger] Connecting to remote debugger through unix domain socket: '/private/tmp/com.apple.launchd.egu8OGHEm9/com.apple.webinspectord_sim.socket' | |
[debug] [RemoteDebugger] Debugger socket connected | |
[debug] [RemoteDebugger] Sending connection key request | |
[debug] [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 0) | |
[debug] [RemoteDebugger] Connected to application | |
[debug] [RemoteDebugger] Selecting application | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] @@@@@@doin it | |
[debug] [RemoteDebugger] Application: 'PID:82469' | |
[debug] [RemoteDebugger] id: "PID:82469" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "FLWebView" | |
[debug] [RemoteDebugger] bundleId: "www.digicert.com.com.floatlearning.FLWebView" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
******data { id: 'PID:82469', | |
isProxy: false, | |
name: 'FLWebView', | |
bundleId: 'www.digicert.com.com.floatlearning.FLWebView', | |
hostId: undefined, | |
isActive: 2, | |
isAutomationEnabled: false } | |
[debug] [RemoteDebugger] Found app id key 'PID:82469' for bundle 'com.floatlearning.FLWebView' | |
[debug] [RemoteDebugger] Trying out the possible app ids: PID:82469 | |
[debug] [RemoteDebugger] Selecting app PID:82469 (try #1 of 20) | |
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:82469' (id: 1) | |
[debug] [RemoteDebugger] We were notified we might have connected to the wrong app. Using id PID:82470 instead of PID:82469 | |
[debug] [RemoteDebugger] Notified that new application 'PID:82470' has connected | |
[debug] [RemoteDebugger] Error checking application: 'New application has connected'. Retrying connection | |
[debug] [RemoteDebugger] Received response from send (id: 1): '["PID:82469",{"1":{"WIRTitleKey":"","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"about:blank","WIRPageIdentifierKey":1}}]' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] @@@@@@doin it | |
[debug] [RemoteDebugger] Application: 'PID:82469' | |
[debug] [RemoteDebugger] id: "PID:82469" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "FLWebView" | |
[debug] [RemoteDebugger] bundleId: "www.digicert.com.com.floatlearning.FLWebView" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:82470' | |
[debug] [RemoteDebugger] id: "PID:82470" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:82469" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "about:blank", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:82469' but listening for 'undefined'. Ignoring. | |
[debug] [RemoteDebugger] Sending to Web Inspector took 16ms | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] @@@@@@doin it | |
[debug] [RemoteDebugger] Application: 'PID:82469' | |
[debug] [RemoteDebugger] id: "PID:82469" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "FLWebView" | |
[debug] [RemoteDebugger] bundleId: "www.digicert.com.com.floatlearning.FLWebView" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:82470' | |
[debug] [RemoteDebugger] id: "PID:82470" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:82469" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
******data { id: 'PID:82469', | |
isProxy: false, | |
name: 'FLWebView', | |
bundleId: 'www.digicert.com.com.floatlearning.FLWebView', | |
hostId: undefined, | |
isActive: 2, | |
isAutomationEnabled: false, | |
pageArray: [ { id: 1, title: '', url: 'about:blank', isKey: false } ] } | |
[debug] [RemoteDebugger] Found app id key 'PID:82469' for bundle 'com.floatlearning.FLWebView' | |
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.floatlearning.FLWebView', with app id 'PID:82470' | |
[debug] [RemoteDebugger] Trying out the possible app ids: PID:82469, PID:82470 | |
[debug] [RemoteDebugger] Selecting app PID:82469 (try #1 of 20) | |
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:82469' (id: 2) | |
[debug] [RemoteDebugger] Received response from send (id: 2): '["PID:82469",{"1":{"WIRTitleKey":"","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"about:blank","WIRPageIdentifierKey":1}}]' | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:82469' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Sending to Web Inspector took 4ms | |
[debug] [RemoteDebugger] Received altered app id, updating from 'undefined' to 'PID:82469' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] @@@@@@doin it | |
[debug] [RemoteDebugger] Application: 'PID:82469' | |
[debug] [RemoteDebugger] id: "PID:82469" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "FLWebView" | |
[debug] [RemoteDebugger] bundleId: "www.digicert.com.com.floatlearning.FLWebView" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:82470' | |
[debug] [RemoteDebugger] id: "PID:82470" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:82469" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Finally selecting app PID:82469: [{"id":1,"title":"","url":"about:blank","isKey":false}] | |
[debug] [RemoteDebugger] Selected app after 544ms | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_82469.1"] | |
[HTTP] <-- GET /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/contexts 200 780 ms - 104 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/contexts | |
[HTTP] {} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.getContexts() with args: ["c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [XCUITest] Executing command 'getContexts' | |
[debug] [iOS] 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] @@@@@@doin it | |
[debug] [RemoteDebugger] Application: 'PID:82469' | |
[debug] [RemoteDebugger] id: "PID:82469" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "FLWebView" | |
[debug] [RemoteDebugger] bundleId: "www.digicert.com.com.floatlearning.FLWebView" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:82470' | |
[debug] [RemoteDebugger] id: "PID:82470" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:82469" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
******data { id: 'PID:82469', | |
isProxy: false, | |
name: 'FLWebView', | |
bundleId: 'www.digicert.com.com.floatlearning.FLWebView', | |
hostId: undefined, | |
isActive: 2, | |
isAutomationEnabled: false, | |
pageArray: [ { id: 1, title: '', url: 'about:blank', isKey: false } ] } | |
[debug] [RemoteDebugger] Found app id key 'PID:82469' for bundle 'com.floatlearning.FLWebView' | |
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.floatlearning.FLWebView', with app id 'PID:82470' | |
[debug] [RemoteDebugger] Trying out the possible app ids: PID:82469, PID:82470 | |
[debug] [RemoteDebugger] Selecting app PID:82469 (try #1 of 20) | |
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:82469' (id: 3) | |
[debug] [RemoteDebugger] Received response from send (id: 3): '["PID:82469",{"1":{"WIRTitleKey":"","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"about:blank","WIRPageIdentifierKey":1}}]' | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:82469' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Sending to Web Inspector took 3ms | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] @@@@@@doin it | |
[debug] [RemoteDebugger] Application: 'PID:82469' | |
[debug] [RemoteDebugger] id: "PID:82469" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "FLWebView" | |
[debug] [RemoteDebugger] bundleId: "www.digicert.com.com.floatlearning.FLWebView" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:82470' | |
[debug] [RemoteDebugger] id: "PID:82470" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:82469" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Finally selecting app PID:82469: [{"id":1,"title":"","url":"about:blank","isKey":false}] | |
[debug] [RemoteDebugger] Selected app after 12ms | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_82469.1"] | |
[HTTP] <-- GET /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/contexts 200 15 ms - 104 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/context | |
[HTTP] {"name":"WEBVIEW_82469.1"} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.setContext() with args: ["WEBVIEW_82469.1","c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [XCUITest] Executing command 'setContext' | |
[debug] [XCUITest] Attempting to set context to 'WEBVIEW_82469.1' | |
[debug] [RemoteDebugger] Selecting page '1' on app 'PID:82469' and forwarding socket setup | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to app 'PID:82469', page '1' (id: 4) | |
[debug] [RemoteDebugger] Sending to Web Inspector took 3ms | |
[debug] [RemoteDebugger] Sender key set | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:82469', page '1' (id: 5) | |
[RemoteDebugger] Setting communication protocol: using Target-based communication | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] @@@@@@doin it | |
[debug] [RemoteDebugger] Application: 'PID:82469' | |
[debug] [RemoteDebugger] id: "PID:82469" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "FLWebView" | |
[debug] [RemoteDebugger] bundleId: "www.digicert.com.com.floatlearning.FLWebView" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:82470' | |
[debug] [RemoteDebugger] id: "PID:82470" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:82469" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "about:blank", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "109d67b9-41eb-4a15-aa97-9be4496deb9a" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"82469","pageArray":[{"id":1,"title":"","url":"about:blank","isKey":true}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] @@@@@@doin it | |
[debug] [RemoteDebugger] Application: 'PID:82469' | |
[debug] [RemoteDebugger] id: "PID:82469" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "FLWebView" | |
[debug] [RemoteDebugger] bundleId: "www.digicert.com.com.floatlearning.FLWebView" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Float: Enterprise Mobility Services | Custom Mobile Apps For Business" | |
[debug] [RemoteDebugger] url: "https://gowithfloat.com/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:82470' | |
[debug] [RemoteDebugger] id: "PID:82470" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:82469" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Float: Enterprise Mobility Services | Custom Mobile Apps For Business", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "https://gowithfloat.com/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "109d67b9-41eb-4a15-aa97-9be4496deb9a" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"82469","pageArray":[{"id":1,"title":"Float: Enterprise Mobility Services | Custom Mobile Apps For Business","url":"https://gowithfloat.com/","isKey":true}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [RemoteDebugger] No target found. Trying 'page-6', which seems to work | |
[debug] [RemoteDebugger] Target created for app 'PID:82469' and page '1': {"targetId":"page-6"} | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:82469', page '1', target 'page-6' (id: 6) | |
[debug] [RemoteDebugger] Received data response from send (id: 6): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 9040ms | |
[debug] [RemoteDebugger] Enabled activity on page | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command (function (){ return document.readyState; })() | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:82469', page '1', target 'page-6' (id: 7) | |
[debug] [RemoteDebugger] Received data response from send (id: 7): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 8ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Selected page after 9053ms | |
[debug] [RemoteDebugger] Starting to listen for JavaScript console | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:82469', page '1', target 'page-6' (id: 8) | |
[debug] [RemoteDebugger] Received data response from send (id: 8): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 40ms | |
[debug] [RemoteDebugger] Starting to listen for network events | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:82469', page '1', target 'page-6' (id: 9) | |
[debug] [RemoteDebugger] Received data response from send (id: 9): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 5ms | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.setContext() result: null | |
[HTTP] <-- POST /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/context 200 9102 ms - 76 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/url | |
[HTTP] {"url":"https://google.com"} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.setUrl() with args: ["https://google.com","c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [XCUITest] Executing command 'setUrl' | |
[debug] [iOS] Attempting to set url 'https://google.com' | |
[debug] [RemoteDebugger] Navigating to new URL: 'https://google.com' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:82469', page '1', target 'page-6' (id: 10) | |
[debug] [RemoteDebugger] Received data response from send (id: 10): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 37ms | |
[debug] [RemoteDebugger] Notified that new application 'PID:82478' has connected | |
[debug] [RemoteDebugger] Received 'targetDestroyed' event with no target. Skipping | |
[RemoteDebugger] Received 'targetCreated' event with no pending request: {"targetId":"page-6","type":"page"} | |
[debug] [RemoteDebugger] Waiting for frame navigated message... | |
[debug] [RemoteDebugger] Frame navigated in 0.505 sec from source: timeout | |
[debug] [RemoteDebugger] Waiting for dom... | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command (function (){ return document.readyState; })() | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:82469', page '1', target 'page-6' (id: 11) | |
[debug] [RemoteDebugger] Received data response from send (id: 11): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 7ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.setUrl() result: null | |
[HTTP] <-- POST /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/url 200 2090 ms - 76 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/title | |
[HTTP] {} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.title() with args: ["c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [XCUITest] Executing command 'title' | |
[debug] [RemoteDebugger] Executing atom 'title' | |
[debug] [RemoteDebugger] Executing 'title' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command (function(){return function(){var g=this;functi... | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:82469', page '1', target 'page-6' (id: 12) | |
[debug] [RemoteDebugger] Received data response from send (id: 12): '{"status":0,"value":"Google"}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 13ms | |
[debug] [RemoteDebugger] Received result for atom 'title' execution: "Google" | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.title() result: "Google" | |
[HTTP] <-- GET /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/title 200 20 ms - 80 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/context | |
[HTTP] {"name":"NATIVE_APP"} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.setContext() with args: ["NATIVE_APP","c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [XCUITest] Executing command 'setContext' | |
[debug] [XCUITest] Attempting to set context to 'NATIVE_APP' | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.setContext() result: null | |
[HTTP] <-- POST /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/context 200 1 ms - 76 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/source | |
[HTTP] {} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.getPageSource() with args: ["c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [XCUITest] Executing command 'getPageSource' | |
[debug] [WD Proxy] Matched '/source' to command name 'getPageSource' | |
[debug] [WD Proxy] Proxying [GET /source] to [GET http://localhost:8100/session/5CD39CEB-5BBD-4B41-ACF2-38DF7762132D/source] with no body | |
[debug] [RemoteDebugger] Notified that new application 'PID:82480' has connected | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"FLWebView\" label=\"FLWebView\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWebView type=\"XCUIElementTypeWebView\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWebView type=\"XCUIElementTypeWebView\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWebView type=\"XCUIElementTypeWebView\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabl... | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><AppiumAUT><XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"FLWebView\" label=\"FLWebView\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWebView type=\"XCUIElementTypeWebView\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWebView type=\"XCUIElementTypeWebView\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeWebView type=\"XCUIElementTypeWebView\" enabled=\"true\" visible=\"true\" x=\"0\" y=\"0\" width=\"375\" height=\"667\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"... | |
[HTTP] <-- GET /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9/source 200 1298 ms - 14046 | |
[HTTP] | |
[HTTP] --> DELETE /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9 | |
[HTTP] {} | |
[debug] [MJSONWP (c50e8452)] Calling AppiumDriver.deleteSession() with args: ["c50e8452-a84f-4973-9b06-3e971a2781a9"] | |
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1567635643252 (15:20:43 GMT-0700 (Pacific Daylight Time)) | |
[Appium] Removing session c50e8452-a84f-4973-9b06-3e971a2781a9 from our master session list | |
[debug] [IDB] Disconnecting idb service from '2F00E71C-CFDF-4758-84A5-F6DA6BA477BD' | |
[debug] [IDB] Cleaning up 1 obsolete idb_companion process | |
[debug] [WD Proxy] Matched '/session/c50e8452-a84f-4973-9b06-3e971a2781a9' to command name 'deleteSession' | |
[debug] [WD Proxy] Proxying [DELETE /session/c50e8452-a84f-4973-9b06-3e971a2781a9] to [DELETE http://localhost:8100/session/5CD39CEB-5BBD-4B41-ACF2-38DF7762132D] with no body | |
[debug] [RemoteDebugger] Application 'PID:82469' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is PID:82469 | |
[debug] [RemoteDebugger] No longer have app id. Attempting to find new one. | |
[debug] [RemoteDebugger] Application 'PID:82478' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is undefined | |
[debug] [RemoteDebugger] Application 'PID:82480' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is undefined | |
[debug] [RemoteDebugger] Application 'PID:82470' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is undefined | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : null, | |
[debug] [WD Proxy] "sessionId" : "FDEDD3DD-A97E-473E-BF0F-6A12E579C2C6" | |
[debug] [WD Proxy] } | |
[debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on. | |
[debug] [IOSSimulatorLog] Stopping iOS log capture | |
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1567635644636 (15:20:44 GMT-0700 (Pacific Daylight Time)) | |
[debug] [MJSONWP (c50e8452)] Received response: null | |
[debug] [MJSONWP (c50e8452)] But deleting session, so not returning | |
[debug] [MJSONWP (c50e8452)] Responding to client with driver.deleteSession() result: null | |
[HTTP] <-- DELETE /wd/hub/session/c50e8452-a84f-4973-9b06-3e971a2781a9 200 1386 ms - 76 | |
[HTTP] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment