Last active
October 15, 2019 16:06
-
-
Save presidenten/89119450fc92dbb7dbf89142619b7799 to your computer and use it in GitHub Desktop.
Appium logs with iphone ios12 and ios13
This file contains 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
[Appium] Welcome to Appium v1.15.1 | |
[Appium] Non-default server args: | |
[Appium] allowCors: true | |
[Appium] address: <removed-from-log> | |
[Appium] port: 5561 | |
[Appium] sessionOverride: true | |
[Appium] nodeconfig: <removed-from-log>/selenium/ios/iphone2.json | |
[Appium] webkitDebugProxyPort: 5661 | |
[Appium] relaxedSecurityEnabled: true | |
[Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine | |
[debug] [Appium] Starting auto register thread for grid. Will try to register every 5000 ms. | |
[Appium] Appium REST http interface listener started on <removed-from-log>:5561 | |
[debug] [Appium] Appium successfully registered with the grid on http://<removed-from-log>:4444 | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 11 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 3 ms - 68 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"appium:deviceType":"phone","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5561,"browserVersion":"12.2-iphone2","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"12.2"},"capabilities":{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"12.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5561,"browserName":"safari","browserVersion":"12.2-iphone2","platformName":"ios","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899"}]}} | |
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"appium:deviceType":"phone","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5561,"browserVersion":"12.2-iphone2","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"12.2"},null,{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"12.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5561,"browserName":"safari","browserVersion":"12.2-iphone2","platformName":"ios","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899"}]}] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1571151006248 (16:50:06 GMT+0200 (Central European Summer 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.1 creating new XCUITestDriver (v2.133.1) session | |
[Appium] Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure | |
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [BaseDriver] Creating session with W3C capabilities: { | |
[debug] [BaseDriver] "alwaysMatch": { | |
[debug] [BaseDriver] "browserName": "safari", | |
[debug] [BaseDriver] "browserVersion": "12.2-iphone2", | |
[debug] [BaseDriver] "platformName": "ios", | |
[debug] [BaseDriver] "server:CONFIG_UUID": "5e504052-1f1a-431d-8660-08daab473899", | |
[debug] [BaseDriver] "appium:deviceName": "iphone", | |
[debug] [BaseDriver] "appium:deviceType": "phone", | |
[debug] [BaseDriver] "appium:platformVersion": "12.2", | |
[debug] [BaseDriver] "appium:udid": "<removed-from-log>", | |
[debug] [BaseDriver] "appium:wdaLocalPort": 5561 | |
[debug] [BaseDriver] }, | |
[debug] [BaseDriver] "firstMatch": [ | |
[debug] [BaseDriver] {} | |
[debug] [BaseDriver] ] | |
[debug] [BaseDriver] } | |
[BaseDriver] The following capabilities were provided, but are not recognized by Appium: | |
[BaseDriver] browserVersion | |
[BaseDriver] server:CONFIG_UUID | |
[BaseDriver] deviceType | |
[BaseDriver] Session created with session id: 30074f5d-4f36-49fe-8800-897216332241 | |
[debug] [XCUITest] Current user: 'callguide' | |
[debug] [XCUITest] Available devices: <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log> | |
[debug] [XCUITest] Creating iDevice object with udid '<removed-from-log>' | |
[XCUITest] Determining device to run tests on: udid: '<removed-from-log>', real device: true | |
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1571151007331 (16:50:07 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Safari test requested | |
[debug] [BaseDriver] Event 'appConfigured' logged at 1571151007332 (16:50:07 GMT+0200 (Central European Summer Time)) | |
[debug] [BaseDriver] Event 'resetStarted' logged at 1571151007332 (16:50:07 GMT+0200 (Central European Summer Time)) | |
[debug] [XCUITest] Reset: running ios real device reset flow | |
[debug] [BaseDriver] Event 'resetComplete' logged at 1571151007333 (16:50:07 GMT+0200 (Central European Summer Time)) | |
[debug] [XCUITest] Crash reports root '<removed-from-log>/Library/Logs/CrashReporter/MobileDevice/iPhone 8 #2' does not exist. Got nothing to gather. | |
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1571151007525 (16:50:07 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Setting up real device | |
[XCUITest] Using WDA path: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent' | |
[XCUITest] Using WDA agent: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 5561 have been found | |
[DevCon Factory] Requesting connection for device <removed-from-log> on local port 5561, device port 5561 | |
[debug] [DevCon Factory] Cached connections count: 0 | |
[DevCon Factory] Port #5561 is busy | |
[DevCon Factory] Successfully requested the connection for <removed-from-log>:5561 | |
[debug] [XCUITest] Parsed BUILD_DIR configuration value: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn/Build/Products' | |
[debug] [XCUITest] Got derived data root: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn' | |
[debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn' | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5561/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" : "12.4.1", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "12.4.1", | |
[debug] [WD Proxy] "ip" : "169.254.103.204" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1571142194960", | |
[debug] [WD Proxy] "time" : "Oct 15 2019 16:10:12", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "E24028E2-4AF0-4623-8161-E29D4734795B" | |
[debug] [WD Proxy] } | |
[debug] [XCUITest] Upgrade timestamp of the currently bundled WDA: 1571142194960 | |
[debug] [XCUITest] Upgrade timestamp of the WDA on the device: 1571142194960 | |
[XCUITest] Will reuse previously cached WDA instance at 'http://localhost:5561/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 5561 if this is an undesired behavior. | |
[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 1571151009623 (16:50:09 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Using provided WebdriverAgent at 'http://localhost:5561/' | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5561/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" : "12.4.1", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "12.4.1", | |
[debug] [WD Proxy] "ip" : "169.254.103.204" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1571142194960", | |
[debug] [WD Proxy] "time" : "Oct 15 2019 16:10:12", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "E24028E2-4AF0-4623-8161-E29D4734795B" | |
[debug] [WD Proxy] } | |
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1571151009647 (16:50:09 GMT+0200 (Central European Summer 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:5561/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.apple.mobilesafari","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"2A4FABF8-13A5-42DC-B81D-8EEBAA37D906","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"12.4.1","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"2A4FABF8-13A5-42DC-B81D-8EEBAA37D906"} | |
[WD Proxy] Determined the downstream protocol as 'W3C' | |
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1571151011401 (16:50:11 GMT+0200 (Central European Summer Time)) | |
[debug] [BaseDriver] Event 'wdaStarted' logged at 1571151011401 (16:50:11 GMT+0200 (Central European Summer 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 1571151011402 (16:50:11 GMT+0200 (Central European Summer 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 5.7.0 | |
[debug] [RemoteDebugger] useNewSafari --> false | |
[debug] [RemoteDebugger] Checking which communication style to use (Safari on platform version '12.2') | |
[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) | |
[debug] [RemoteDebugger] Connected to application | |
[debug] [RemoteDebugger] Selecting application | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:3991' | |
[debug] [RemoteDebugger] id: "PID:3991" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:3992' | |
[debug] [RemoteDebugger] id: "PID:3992" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:3991" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Found app id key 'PID:3991' for bundle 'com.apple.mobilesafari' | |
[debug] [RemoteDebugger] Found separate bundleId 'com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:3992' | |
[debug] [RemoteDebugger] Trying out the possible app ids: PID:3991, PID:3992 | |
[debug] [RemoteDebugger] Selecting app PID:3991 (try #1 of 20) | |
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:3991' (id: 1) | |
[debug] [RemoteDebugger] Received response from send (id: 1): '["PID:3991",{"1":{"WIRTitleKey":"Selenium Easy - Best Demo website to practice Selenium Webdriver Online","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"https://www.seleniumeasy.com/test/","WIRPageIdentifi...' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:3991' | |
[debug] [RemoteDebugger] id: "PID:3991" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Selenium Easy - Best Demo website to practice Selenium Webdriver Online" | |
[debug] [RemoteDebugger] url: "https://www.seleniumeasy.com/test/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:3992' | |
[debug] [RemoteDebugger] id: "PID:3992" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:3991" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Selenium Easy - Best Demo website to practice Selenium Webdriver Online", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "https://www.seleniumeasy.com/test/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:3991' but listening for 'null'. Ignoring. | |
[debug] [RemoteDebugger] Sending to Web Inspector took 13ms | |
[debug] [RemoteDebugger] Received altered app id, updating from 'null' to 'PID:3991' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:3991' | |
[debug] [RemoteDebugger] id: "PID:3991" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Selenium Easy - Best Demo website to practice Selenium Webdriver Online" | |
[debug] [RemoteDebugger] url: "https://www.seleniumeasy.com/test/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:3992' | |
[debug] [RemoteDebugger] id: "PID:3992" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:3991" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Finally selecting app PID:3991: [{"id":1,"title":"Selenium Easy - Best Demo website to practice Selenium Webdriver Online","url":"https://www.seleniumeasy.com/test/","isKey":false}] | |
[debug] [RemoteDebugger] Selected app after 22ms | |
[debug] [iOS] Picking webview 'WEBVIEW_3991.1' | |
[debug] [XCUITest] Attempting to set context to 'WEBVIEW_3991.1' | |
[debug] [RemoteDebugger] Selecting page '1' on app 'PID:3991' and forwarding socket setup | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to app 'PID:3991', page '1' (id: 2) | |
[debug] [RemoteDebugger] Sending to Web Inspector took 3ms | |
[debug] [RemoteDebugger] Sender key set | |
[debug] [RemoteDebugger] Target created for app 'PID:3991' and page '1': {"targetId":"page-1"} | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 3) | |
[RemoteDebugger] Received 'targetCreated' event with no pending request: {"targetId":"page-1","type":"page"} | |
[debug] [RemoteDebugger] Received data response from send (id: 3): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 8ms | |
[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:3991', page '1', target 'page-1' (id: 4) | |
[debug] [RemoteDebugger] Received data response from send (id: 4): 'interactive' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 17ms | |
[debug] [RemoteDebugger] Document readyState is 'interactive' | |
[debug] [RemoteDebugger] Page unloading | |
[debug] [RemoteDebugger] Waiting for dom... | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[debug] [RemoteDebugger] Notified that new application 'PID:3994' has connected | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:3991' | |
[debug] [RemoteDebugger] id: "PID:3991" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Selenium Easy - Best Demo website to practice Selenium Webdriver Online" | |
[debug] [RemoteDebugger] url: "https://www.seleniumeasy.com/test/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:3992' | |
[debug] [RemoteDebugger] id: "PID:3992" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:3991" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:3994' | |
[debug] [RemoteDebugger] id: "PID:3994" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:3991" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Selenium Easy - Best Demo website to practice Selenium Webdriver Online", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "https://www.seleniumeasy.com/test/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "f7c7a047-b29a-42df-affc-249c90fb4600" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"3991","pageArray":[{"id":1,"title":"Selenium Easy - Best Demo website to practice Selenium Webdriver Online","url":"https://www.seleniumeasy.com/test/","isKey":true}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 5) | |
[debug] [RemoteDebugger] Received data response from send (id: 5): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 6ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[debug] [RemoteDebugger] Selected page after 542ms | |
[debug] [RemoteDebugger] Starting to listen for JavaScript console | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 6) | |
[debug] [RemoteDebugger] Received data response from send (id: 6): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 6ms | |
[debug] [RemoteDebugger] Starting to listen for network events | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 7) | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 8) | |
[debug] [RemoteDebugger] Received data response from send (id: 7): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 10ms | |
[debug] [RemoteDebugger] Unregistering from page readiness notifications | |
[debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1571151012171 (16:50:12 GMT+0200 (Central European Summer Time)) | |
[debug] [iOS] Attempting to set url 'http://appium.io' | |
[debug] [RemoteDebugger] Navigating to new URL: 'http://appium.io' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 9) | |
[debug] [RemoteDebugger] Received data response from send (id: 8): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 65ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[debug] [RemoteDebugger] Received data response from send (id: 9): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 24ms | |
[debug] [RemoteDebugger] Received 'targetDestroyed' event with no target. Skipping | |
[RemoteDebugger] Received 'targetCreated' event with no pending request: {"targetId":"page-1","type":"page"} | |
[debug] [RemoteDebugger] Waiting for frame navigated message... | |
[debug] [RemoteDebugger] Notified that new application 'PID:3996' has connected | |
[debug] [RemoteDebugger] Frame navigated in 0.506 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:3991', page '1', target 'page-1' (id: 10) | |
[debug] [RemoteDebugger] Received data response from send (id: 10): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 23ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[Appium] New XCUITestDriver session created successfully, session 30074f5d-4f36-49fe-8800-897216332241 added to master session list | |
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1571151014235 (16:50:14 GMT+0200 (Central European Summer Time)) | |
[debug] [W3C (30074f5d)] Cached the protocol value 'W3C' for the new session 30074f5d-4f36-49fe-8800-897216332241 | |
[debug] [W3C (30074f5d)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"browserVersion":"12.2-iphone2","platformName":"ios","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899","deviceName":"iphone","deviceType":"phone","platformVersion":"12.2","udid":"<removed-from-log>","wdaLocalPort":5561}} | |
[HTTP] <-- POST /wd/hub/session 200 7990 ms - 532 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/url | |
[HTTP] {"url":"http://www.seleniumeasy.com/test/"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.setUrl() with args: ["http://www.seleniumeasy.com/test/","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'setUrl' | |
[debug] [iOS] Attempting to set url 'http://www.seleniumeasy.com/test/' | |
[debug] [RemoteDebugger] Navigating to new URL: 'http://www.seleniumeasy.com/test/' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 11) | |
[debug] [RemoteDebugger] Received data response from send (id: 11): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 29ms | |
[debug] [RemoteDebugger] Received 'targetDestroyed' event with no target. Skipping | |
[RemoteDebugger] Received 'targetCreated' event with no pending request: {"targetId":"page-1","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 | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 12) | |
[debug] [RemoteDebugger] Received data response from send (id: 12): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 19ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[debug] [W3C (30074f5d)] Responding to client with driver.setUrl() result: null | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/url 200 2085 ms - 14 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
[HTTP] {"using":"css selector","value":"a#basic_example"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.findElement() with args: ["css selector","a#basic_example","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'findElement' | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getScreenshot() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [RemoteDebugger] Executing atom 'find_element' | |
[debug] [RemoteDebugger] Executing 'find_element' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 13) | |
[debug] [RemoteDebugger] Received data response from send (id: 13): '{"status":0,"value":{"ELEMENT":":wdc:1571151016817"}}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 41ms | |
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1571151016817"} | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906/screenshot] with no body | |
[debug] [W3C (30074f5d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5000","ELEMENT":"5000"} | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element 200 57 ms - 73 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5000/click | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.click() with args: ["5000","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'click' | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAMxdWXRHZUAAEAASURBVHgB\r\n7N0HnF5F1T9w7L2X1957770XEBAQFBSlhhDEiIAIoiL214IK6YVqgxcLdgW7otKL\r\ntFQU6S0hIXWzSZ7\/99lfuP812Y37bDZAds\/93M88c8+cOXPmd+fMnDsz9z6bddVR\r\nCBQChUAhUAgUAsMOgRXLu7u6uhd1r7p1ZftcsmLVyuVdraXLWouXtBYvbi1d3Fq2\r\npGvFkuUrupa2z26Rjs75q7sXruqWd8XyrlXLljlXdEVgOxRfuVy4rKtrWYrYeABv\r\ntvFEl+RCoBAoBAqBQqAQuKMQWLms7cosXbGKN+MU4dy0lna1lixpn0uXrFq+JH7G\r\n8q5u3kinevJjFq1sO0A8pFXL2t7MbY4L36Udb5\/L21LbHlIXZTbWUa7MxkK25BYC\r\nhUAhUAgUAncgAquWdbe9meVtJ2Zp12qhOErcjpXL1\/gZ3B30ruWrJXV09ngn7SwK\r\nai1ti13juLQdo\/bZlrxGeLvojQdFuTIbD9uSXAgUAoVAIVAI3GEI9Lgs3e1lpuWr\r\nzJtwZYS3eRiNVo230XZl4v0MMIx8zDll57iQ3\/aces72TE\/bSTIb1D6bIoc8Uq7M\r\nkENaAguBQqAQKAQKgTseAfMuOU2W9OxW6V7S3V4Syine3h\/TTJ+0vY32UtHAw9ay\r\nZZarODQ9udp+DA\/Gjpzm7HGe2r5UnKSNh0i5MhsP25JcCBQChUAhUAjcYQis6Fq8\r\n1t7bJd1dt67szsmhiTczaP24MvbH8JZIaFylNX5M9xrh6HwjbJgHXdB\/zViuzH+F\r\nqBgKgUKgECgECoFND4Hl3bd2reDNLF7Z9mkWe6toafey... | |
[debug] [RemoteDebugger] Executing atom 'click' | |
[debug] [W3C (30074f5d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAMxdWXRHZUAAEAASURBVHgB\r\n7N0HnF5F1T9w7L2X1957770XEBAQFBSlhhDEiIAIoiL214IK6YVqgxcLdgW7otKL\r\ntFQU6S0hIXWzSZ7/99lfuP812Y37bDZAds/93M88c8+cOXPmd+fMnDsz9z6bddVR\r\nCBQChUAhUAgUAsMOgRXLu7u6uhd1r7p1ZftcsmLVyuVdraXLWouXtBYvbi1d3Fq2\r\npGvFkuUrupa2z26Rjs75q7sXruqWd8XyrlXLljlXdEVgOxRfuVy4rKtrWYrYeABv\r\ntvFEl+RCoBAoBAqBQqAQuKMQWLms7cosXbGKN+MU4dy0lna1lixpn0uXrFq+JH7G\r\n8q5u3kinevJjFq1sO0A8pFXL2t7MbY4L36Udb5/L21LbHlIXZTbWUa7MxkK25BYC\r\nhUAhUAgUAncgAquWdbe9meVtJ2Zp12qhOErcjpXL1/gZ3B30ruWrJXV09ngn7SwK\r\nai1ti13juLQdo/bZlrxGeLvojQdFuTIbD9uSXAgUAoVAIVAI3GEI9Lgs3e1lpuWr\r\nzJtwZYS3eRiNVo230XZl4v0MMIx8zDll57iQ3/aces72TE/bSTIb1D6bIoc8Uq7M\r\nkENaAguBQqAQKAQKgTseAfMuOU2W9OxW6V7S3V4Syine3h/TTJ+0vY32UtHAw9ay\r\nZZarODQ9udp+DA/Gjpzm7HGe2r5UnKSNh0i5MhsP25JcCBQChUAhUAjcYQis6Fq8\r\n1t7bJd1dt67szsmhiTczaP24MvbH8JZIaFylNX5M9xrh6HwjbJgHXdB/zViuzH+F\r\nqBgKgUKgECgECoFND4Hl3bd2reDNLF7Z9mkWe6toafeyRSu7bl3VPkW8fMTVsPPX\r\n... | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot 200 200 ms - 783284 | |
[HTTP] | |
[debug] [RemoteDebugger] Executing 'click' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,aa=this;fun...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 14) | |
[debug] [RemoteDebugger] Received data response from send (id: 14): '{"status":0,"value":null}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 113ms | |
[debug] [RemoteDebugger] Received result for atom 'click' execution: null | |
[debug] [W3C (30074f5d)] Responding to client with driver.click() result: null | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5000/click 200 230 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getScreenshot() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906/screenshot] with no body | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAKxDHZJJnEAAEAASURBVHgB\r\n7N0HmGVF0TdwzDmH14yYxZxzVqKAoKgocYEFRCQjIGZ9zcLmQAYBIyZUMCsSlyRx\r\nE3mXXWBZWDbOBu73u\/PfPd99JzF30t6Z7fP009Onuqq6uk51dZ3uPnc2aitX0UAn\r\nDawoV7810EmpBVA0UDRQNDCkGli5YlVb26rFq9bcv7qelq5cs3pFW23Z8tqSpbUl\r\nS2rLltSWL21buXTFyrZl9bRKoam08IFVi9asQrtyRdua5cullW1hWM+VV6+QL29r\r\nW54mBq\/zGw0e68J5+Gqg3\/N4YbBi+D79InnRQNHAyNDA6uX1UGbZyjWiGUlBcFNb\r\n1lZburSeli1ds2Jp4owVbatEI832WhyzeHU9ABIhrVlej2bWBS5il3q5ntp9YT1C\r\naiPMYF0llBkszQ5rviUS6b8GhrUBFOGLBooGRoAG1ixfVY9mVtSDmGVtD8iVQRJ2\r\nrF6xNs4Q7oC3rXhAVVOpPTqpk2iotqzOdm3gUg+M6qnOeS3zetODp9ISygyebocx\r\n5\/5P5IXDMH78RfSigaKBEaGB9pBlVX2bacUa6yZCGfm6CKPqYRVt1EOZRD+9zMMf\r\nchJygQv+9cipPdVXeupBktWgeqqaHPBCCWUGXKUjgWEJRPqvgZFgB6UPRQNFA8NZ\r\nA9ZdkiyWtJ9WWbV0VX1LKEm5fj6mWj6pRxv1raLe57Xly21XCWjaqepxjAjGiZwq\r\ntQdP9VgqQdLg6bKEMoOn22HMuf8TeeEwjB9\/Eb1ooGhgRGhgZduSDmdvl65qu3\/1\r\nqiQBTaKZPvdVKON8jGgJhypUWhvHrFrLHFxsBA1ynxt6UMIS... | |
[debug] [W3C (30074f5d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAKxDHZJJnEAAEAASURBVHgB\r\n7N0HmGVF0TdwzDmH14yYxZxzVqKAoKgocYEFRCQjIGZ9zcLmQAYBIyZUMCsSlyRx\r\nE3mXXWBZWDbOBu73u/PfPd99JzF30t6Z7fP009Onuqq6uk51dZ3uPnc2aitX0UAn\r\nDawoV7810EmpBVA0UDRQNDCkGli5YlVb26rFq9bcv7qelq5cs3pFW23Z8tqSpbUl\r\nS2rLltSWL21buXTFyrZl9bRKoam08IFVi9asQrtyRdua5cullW1hWM+VV6+QL29r\r\nW54mBq/zGw0e68J5+Gqg3/N4YbBi+D79InnRQNHAyNDA6uX1UGbZyjWiGUlBcFNb\r\n1lZburSeli1ds2Jp4owVbatEI832WhyzeHU9ABIhrVlej2bWBS5il3q5ntp9YT1C\r\naiPMYF0llBkszQ5rviUS6b8GhrUBFOGLBooGRoAG1ixfVY9mVtSDmGVtD8iVQRJ2\r\nrF6xNs4Q7oC3rXhAVVOpPTqpk2iotqzOdm3gUg+M6qnOeS3zetODp9ISygyebocx\r\n5/5P5IXDMH78RfSigaKBEaGB9pBlVX2bacUa6yZCGfm6CKPqYRVt1EOZRD+9zMMf\r\nchJygQv+9cipPdVXeupBktWgeqqaHPBCCWUGXKUjgWEJRPqvgZFgB6UPRQNFA8NZ\r\nA9ZdkiyWtJ9WWbV0VX1LKEm5fj6mWj6pRxv1raLe57Xly21XCWjaqepxjAjGiZwq\r\ntQdP9VgqQdLg6bKEMoOn22HMuf8TeeEwjB9/Eb1ooGhgRGhgZduSDmdvl65qu3/1\r\nqiQBTaKZPvdVKON8jGgJhypUWhvHrFrLHFxsBA1ynxt6UMISyjyoijZEhBKI9F8D\r\n... | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot 200 115 ms - 379400 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
[HTTP] {"using":"css selector","value":".list-group-item[href*=\"basic-first-form-demo\"]"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.findElement() with args: ["css selector",".list-group-item[href*=\"basic-first-form-demo\"]","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'findElement' | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [RemoteDebugger] Executing atom 'find_element' | |
[debug] [RemoteDebugger] Executing 'find_element' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 15) | |
[debug] [RemoteDebugger] Received data response from send (id: 15): '{"status":0,"value":{"ELEMENT":":wdc:1571151016818"}}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 30ms | |
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1571151016818"} | |
[debug] [W3C (30074f5d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5001","ELEMENT":"5001"} | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element 200 34 ms - 73 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5001/click | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.click() with args: ["5001","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'click' | |
[debug] [RemoteDebugger] Executing atom 'click' | |
[debug] [RemoteDebugger] Executing 'click' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,aa=this;fun...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 16) | |
[debug] [RemoteDebugger] Received data response from send (id: 16): '{"status":0,"value":null}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 32ms | |
[debug] [RemoteDebugger] Received result for atom 'click' execution: null | |
[debug] [W3C (30074f5d)] Responding to client with driver.click() result: null | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5001/click 200 36 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getScreenshot() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906/screenshot] with no body | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
[HTTP] {"using":"css selector","value":"#get-input input"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.findElement() with args: ["css selector","#get-input input","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'findElement' | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAALL07X1eEgAAEAASURBVHgB\r\n7N0HvGdFdQdwVCzRRBNLYiyxxq5JTLHHDgICgqKiIEWKiAhYEBW7JlZg+y5VRcQS\r\nW7CAJRZUygIL2yu9LG1hge27vHz\/77c7XP5t\/\/+372299zM7O\/fMmTNnzp3yu2fm\r\n\/t92K+prM7DA8i3qWraNXZvnw9kMum2tQm2B2gKbtQVWLl+1YsWqu1atuXN1IyxZ\r\nuWb18hUDS5cN3L1k4O67B5bePbBsyYqVS5avXLG0EVZJ9BUW3bNq8ZpVyq5cvmLN\r\nsmXCyhUR2IilVy8XL1uxYlmqGDljbTdyomvJvVtg81wsO2m1jSGZZZ3ssGnpvfeu\r\nmrO2QG2BbdMCq5c1oMzSlWugGUECuBlYumJgyZJGWLpkzfIlwRnLV6yCRvq1Ehxz\r\n1+oGAIKQ1ixroJl1wAV2aaQbYXlDagMhraDMSF01lBkpy\/Yld9Muiv3WXkOZfi02\r\nEvx9dbCaubZAbYFt0AJrlq1qoJnlDRCzdMU9YmmUwI7Vy9fiDHAHfcXye2T1FQbR\r\nSaOIigaWNsSuBS4NYNQIDclrhTeqHrlHUEOZkbNtH5JHYqkbOZk1lBk52\/YuuY\/u\r\nVbPWFqgtsE1aYBCyrGpsMy1fw28CyojXIYxikYI2GlAm6KfHOPIxJygOuJDfQE6D\r\noeHpaYAk3qBGKFUOe6KGMsNu0qEI7H0B2xw4ayizOTyFofSzukxtgdoC25IF+F0S\r\nOEsGT6usWrKqsSWUIN04H1PcJw200dgq6j0eWLbMdhVAM1iqgWMgGCdyShgETw0s\r\nFZA0cravoczI2bYPyZvD0ti7DjWU6d1WI8fZR\/eqWWsL1... | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [RemoteDebugger] Executing atom 'find_element' | |
[debug] [RemoteDebugger] Executing 'find_element' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...' | |
[debug] [W3C (30074f5d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAALL07X1eEgAAEAASURBVHgB\r\n7N0HvGdFdQdwVCzRRBNLYiyxxq5JTLHHDgICgqKiIEWKiAhYEBW7JlZg+y5VRcQS\r\nW7CAJRZUygIL2yu9LG1hge27vHz/77c7XP5t//+372299zM7O/fMmTNnzp3yu2fm\r\n/t92K+prM7DA8i3qWraNXZvnw9kMum2tQm2B2gKbtQVWLl+1YsWqu1atuXN1IyxZ\r\nuWb18hUDS5cN3L1k4O67B5bePbBsyYqVS5avXLG0EVZJ9BUW3bNq8ZpVyq5cvmLN\r\nsmXCyhUR2IilVy8XL1uxYlmqGDljbTdyomvJvVtg81wsO2m1jSGZZZ3ssGnpvfeu\r\nmrO2QG2BbdMCq5c1oMzSlWugGUECuBlYumJgyZJGWLpkzfIlwRnLV6yCRvq1Ehxz\r\n1+oGAIKQ1ixroJl1wAV2aaQbYXlDagMhraDMSF01lBkpy/Yld9Muiv3WXkOZfi02\r\nEvx9dbCaubZAbYFt0AJrlq1qoJnlDRCzdMU9YmmUwI7Vy9fiDHAHfcXye2T1FQbR\r\nSaOIigaWNsSuBS4NYNQIDclrhTeqHrlHUEOZkbNtH5JHYqkbOZk1lBk52/YuuY/u\r\nVbPWFqgtsE1aYBCyrGpsMy1fw28CyojXIYxikYI2GlAm6KfHOPIxJygOuJDfQE6D\r\noeHpaYAk3qBGKFUOe6KGMsNu0qEI7H0B2xw4ayizOTyFofSzukxtgdoC25IF+F0S\r\nOEsGT6usWrKqsSWUIN04H1PcJw200dgq6j0eWLbMdhVAM1iqgWMgGCdyShgETw0s\r\nFZA0cravoczI2bYPyZvD0ti7DjWU6d1WI8fZR/eqWWsL1BbYJi2wcsXdTWdvl6xa\r\n... | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 17) | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot 200 107 ms - 413612 | |
[HTTP] | |
[debug] [RemoteDebugger] Received data response from send (id: 17): '{"status":0,"value":{"ELEMENT":":wdc:1571151017625"}}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 23ms | |
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1571151017625"} | |
[debug] [W3C (30074f5d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5002","ELEMENT":"5002"} | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element 200 126 ms - 73 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5002/clear | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.clear() with args: ["5002","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'clear' | |
[debug] [RemoteDebugger] Executing atom 'clear' | |
[debug] [RemoteDebugger] Executing 'clear' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,aa=this;fun...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 18) | |
[debug] [RemoteDebugger] Received data response from send (id: 18): '{"status":0,"value":null}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 21ms | |
[debug] [RemoteDebugger] Received result for atom 'clear' execution: null | |
[debug] [W3C (30074f5d)] Responding to client with driver.clear() result: null | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5002/clear 200 28 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getScreenshot() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906/screenshot] with no body | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5002/value | |
[HTTP] {"text":"Presidenten","value":["P","r","e","s","i","d","e","n","t","e","n"]} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.setValue() with args: [["P","r","e","s","i","d","e","n","t","e","n"],"5002","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'setValue' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:3991' | |
[debug] [RemoteDebugger] id: "PID:3991" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Selenium Easy Demo - Simple Form to Automate using Selenium" | |
[debug] [RemoteDebugger] url: "https://www.seleniumeasy.com/test/basic-first-form-demo.html" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:3992' | |
[debug] [RemoteDebugger] id: "PID:3992" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:3991" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:3994' | |
[debug] [RemoteDebugger] id: "PID:3994" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:3991" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:3996' | |
[debug] [RemoteDebugger] id: "PID:3996" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:3991" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Selenium Easy Demo - Simple Form to Automate using Selenium", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "https://www.seleniumeasy.com/test/basic-first-form-demo.html", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "f7c7a047-b29a-42df-affc-249c90fb4600" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"3991","pageArray":[{"id":1,"title":"Selenium Easy Demo - Simple Form to Automate using Selenium","url":"https://www.seleniumeasy.com/test/basic-first-form-demo.html","isKey":true}]} | |
[debug] [iOS] Checking if page needs to load | |
[debug] [iOS] New page listing is same as old, doing nothing | |
[debug] [iOS] Redirected from 'http://www.seleniumeasy.com/test/' to 'https://www.seleniumeasy.com/test/basic-first-form-demo.html' | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAM4CnSpynEAAEAASURBVHgB\r\n7N0HnF1F2T9w7Iq98dp7Rey9dxCQqoAoNYQARqT3pqKvBRXSC01FQCxYUbAiSE0o\r\n0lJBhPQe0rYkuf\/vvb9w3jXZjXs3u\/Bnd87nfObOeeZp85x5Zp4zM+fczVrLUSxQ\r\nLFAsUCxQLFAs0O8s0NbS3travqx9zQOr6+eKtjWrW1prK1fVlq+oLV9eW7m8tmpF\r\na9uKlrbWlfWzXaapc9Ha9qVr2tG2tbSuWbXK2dYahvVUfnWLdFVr66qI6DsDb9Z3\r\nrAvnYoFigWKBYoFigWKBh8sCq1fVQ5mVbWtEM04ZwU1tZWttxYr6uXLFmpYViTNa\r\nWttFI83qKY5ZtroeAImQ1qyqRzMPBi5il3q+frbUudYjpFbK9NVRQpm+smzhWyxQ\r\nLFAsUCxQLPAwWmDNqvZ6NNNSD2JWtq6VyoMk7Fjdsi7OEO6At7asVdTU2YhO6iQE\r\n1VbW2a4LXOqBUf2sc17HvC6670xRQpm+s23hXCxQLFAsUCxQLPCwWaARsrTXl5la\r\n1pg3EcpIH4wwKq2qaKMeyiT66WYa\/pBzIhe44F+PnBpnfaanHiSZDaqflchez5RQ\r\nptdNWhgWCxQLFAsUCxQLPPwWMO+S02RJY7dK+4r2+pJQTvn6\/phq+qQebdSXirqf\r\n1latslwloGlQ1eMYEYwdOdXZCJ7qsVSCpL6zSAll+s62hXOxQLFAsUCxQLHAw2aB\r\nttbl6+29XdHe+sDq9pwCmkQzPdZPKGN\/jGgJhypUWhfHtK9jDi42gga5x4L+K2EJ\r\nZf6riQpCsUCxQLFAsUCxwCPPAi3tD7S2iWaWr67HNMu9VbSyf... | |
[debug] [RemoteDebugger] Executing atom 'click' | |
[debug] [RemoteDebugger] Executing 'click' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,aa=this;fun...' | |
[debug] [W3C (30074f5d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAM4CnSpynEAAEAASURBVHgB\r\n7N0HnF1F2T9w7Iq98dp7Rey9dxCQqoAoNYQARqT3pqKvBRXSC01FQCxYUbAiSE0o\r\n0lJBhPQe0rYkuf/vvb9w3jXZjXs3u/Bnd87nfObOeeZp85x5Zp4zM+fczVrLUSxQ\r\nLFAsUCxQLFAs0O8s0NbS3travqx9zQOr6+eKtjWrW1prK1fVlq+oLV9eW7m8tmpF\r\na9uKlrbWlfWzXaapc9Ha9qVr2tG2tbSuWbXK2dYahvVUfnWLdFVr66qI6DsDb9Z3\r\nrAvnYoFigWKBYoFigWKBh8sCq1fVQ5mVbWtEM04ZwU1tZWttxYr6uXLFmpYViTNa\r\nWttFI83qKY5ZtroeAImQ1qyqRzMPBi5il3q+frbUudYjpFbK9NVRQpm+smzhWyxQ\r\nLFAsUCxQLPAwWmDNqvZ6NNNSD2JWtq6VyoMk7Fjdsi7OEO6At7asVdTU2YhO6iQE\r\n1VbW2a4LXOqBUf2sc17HvC6670xRQpm+s23hXCxQLFAsUCxQLPCwWaARsrTXl5la\r\n1pg3EcpIH4wwKq2qaKMeyiT66WYa/pBzIhe44F+PnBpnfaanHiSZDaqflchez5RQ\r\nptdNWhgWCxQLFAsUCxQLPPwWMO+S02RJY7dK+4r2+pJQTvn6/phq+qQebdSXirqf\r\n1latslwloGlQ1eMYEYwdOdXZCJ7qsVSCpL6zSAll+s62hXOxQLFAsUCxQLHAw2aB\r\nttbl6+29XdHe+sDq9pwCmkQzPdZPKGN/jGgJhypUWhfHtK9jDi42gga5x4L+K2EJ\r\nZf6riQpCsUCxQLFAsUCxwCPPAi3tD7S2iWaWr67HNMu9VbSyfdWy1a0PrKmfMl4+\r\n... | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 19) | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot 200 119 ms - 470648 | |
[HTTP] | |
[debug] [RemoteDebugger] Received data response from send (id: 19): '{"status":0,"value":null}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 115ms | |
[debug] [RemoteDebugger] Received result for atom 'click' execution: null | |
[debug] [RemoteDebugger] Executing atom 'type' | |
[debug] [RemoteDebugger] Executing 'type' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,aa=this;fun...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 20) | |
[debug] [RemoteDebugger] Received data response from send (id: 20): '{"status":0,"value":null}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 24ms | |
[debug] [RemoteDebugger] Received result for atom 'type' execution: null | |
[debug] [W3C (30074f5d)] Responding to client with driver.setValue() result: null | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5002/value 200 250 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getScreenshot() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906/screenshot] with no body | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
[HTTP] {"using":"css selector","value":"#get-input button"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.findElement() with args: ["css selector","#get-input button","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'findElement' | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAF4CodUURoAAEAASURBVHgB\r\n7N0FmGTF9TZw4u7JF\/9HiLu7EMM9IYrLIkFCCAkh7gYB1tE4cSEkxB0SLDjrwLLs\r\nLgsssqwb8\/163t1Lp2d6pm\/L2PZ96qmpe+rUqVN2ztt1697ZbPWIvFYN4bWyhWtF\r\nyWv5YNeyxq6lDV93tnwt6V7dHijZA3eMwqtkEzch9pZNSPMCYucYxYYNXl3Gxixr\r\n\/1yDme2B8ku6iBUtuKOVfd3m6pVrVq1ac+eadUvWVsKy1evWrlzVs3xFz9JlPUuX\r\n9ixfeteKZatWL1u5etXySlgjUSrcun7NHevWKLt65ap1K1YIq1dFYCWWXrtSvGKV\r\nsGb1ijUdRBubdVB2C6L7DknnKK1MnbLTdKAp35vX\/0rqQ627XvtkNG9FNpbchGx2\r\nt6lt6oFRiGTuaFPTx6CYjZZgGP7GnrF\/fQxbaUIfI1qCMKjdHoChrI9oxR\/19ZJr\r\nV1SgzPLV66AZQQK4uWv5qp5lyyph+bJ1K5fBGRX4smoNNNJXwsAUOObOtRUABCGt\r\nW1FBMwEuK1eTWUlXQiDWGnhnbQugYJCiXSizqpWpU3aaDjDjk9Xg8mp8Hbdufsag\r\nbe42qcM90IUyHe7gIRXfug1pWkIXypRyT31hx7oVaypoZmUFxCxftV4sjRLYsXbl\r\nRpyxqsKzauV6WaUCAAQq9QqEkCpiA1x6gRFsVMmthJXrVq9aXwkdu7pQpgtlBrEz\r\nQ2o1u5WNiR7oQpkxMYwbGjGIgehkdhfKtAxl7JSsqTxmWrnOvgkoI96IMArkswFt\r\nBMoE\/TQY90IiCGZDgGkAF\/IryKk3VHZ6KiBp3ZpV64WOI... | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [RemoteDebugger] Executing atom 'find_element' | |
[debug] [RemoteDebugger] Executing 'find_element' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...' | |
[debug] [W3C (30074f5d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAF4CodUURoAAEAASURBVHgB\r\n7N0FmGTF9TZw4u7JF/9HiLu7EMM9IYrLIkFCCAkh7gYB1tE4cSEkxB0SLDjrwLLs\r\nLgsssqwb8/163t1Lp2d6pm/L2PZ96qmpe+rUqVN2ztt1697ZbPWIvFYN4bWyhWtF\r\nyWv5YNeyxq6lDV93tnwt6V7dHijZA3eMwqtkEzch9pZNSPMCYucYxYYNXl3Gxixr\r\n/1yDme2B8ku6iBUtuKOVfd3m6pVrVq1ac+eadUvWVsKy1evWrlzVs3xFz9JlPUuX\r\n9ixfeteKZatWL1u5etXySlgjUSrcun7NHevWKLt65ap1K1YIq1dFYCWWXrtSvGKV\r\nsGb1ijUdRBubdVB2C6L7DknnKK1MnbLTdKAp35vX/0rqQ627XvtkNG9FNpbchGx2\r\nt6lt6oFRiGTuaFPTx6CYjZZgGP7GnrF/fQxbaUIfI1qCMKjdHoChrI9oxR/19ZJr\r\nV1SgzPLV66AZQQK4uWv5qp5lyyph+bJ1K5fBGRX4smoNNNJXwsAUOObOtRUABCGt\r\nW1FBMwEuK1eTWUlXQiDWGnhnbQugYJCiXSizqpWpU3aaDjDjk9Xg8mp8Hbdufsag\r\nbe42qcM90IUyHe7gIRXfug1pWkIXypRyT31hx7oVaypoZmUFxCxftV4sjRLYsXbl\r\nRpyxqsKzauV6WaUCAAQq9QqEkCpiA1x6gRFsVMmthJXrVq9aXwkdu7pQpgtlBrEz\r\nQ2o1u5WNiR7oQpkxMYwbGjGIgehkdhfKtAxl7JSsqTxmWrnOvgkoI96IMArkswFt\r\nBMoE/TQY90IiCGZDgGkAF/IryKk3VHZ6KiBp3ZpV64WOIZnVXSjThTKDmKKxZJS7\r\n... | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 21) | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot 200 105 ms - 264516 | |
[HTTP] | |
[debug] [RemoteDebugger] Received data response from send (id: 21): '{"status":0,"value":{"ELEMENT":":wdc:1571151017626"}}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 24ms | |
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1571151017626"} | |
[debug] [W3C (30074f5d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5003","ELEMENT":"5003"} | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element 200 125 ms - 73 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5003/click | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.click() with args: ["5003","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'click' | |
[debug] [RemoteDebugger] Executing atom 'click' | |
[debug] [RemoteDebugger] Executing 'click' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,aa=this;fun...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 22) | |
[debug] [RemoteDebugger] Received data response from send (id: 22): '{"status":0,"value":null}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 41ms | |
[debug] [RemoteDebugger] Received result for atom 'click' execution: null | |
[debug] [W3C (30074f5d)] Responding to client with driver.click() result: null | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5003/click 200 45 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getScreenshot() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906/screenshot] with no body | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
[HTTP] {"using":"css selector","value":"#get-input button"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.findElement() with args: ["css selector","#get-input button","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'findElement' | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAGH1+wSAgEAAEAASURBVHgB\r\n7N0FmGTF9TZw4u7JF\/9HiLu7EMM9IYrLIkFCCAkh7gYB1tE4cSEkxB0SLDjrwLLs\r\nLgsssqwb8\/163t1Lp2d6pm\/L2PZ96qmpe+rUqVN2ztt1697ZbPWIvFYN4bWyhWtF\r\nyWv5YNeyxq6lDV93tnwt6V7dHijZA3eMwqtkEzch9pZNSPMCYucYxYYNXl3Gxixr\r\n\/1yDme2B8ku6iBUtuKOVfd3m6pVrVq1ac+eadUvWVsKy1evWrlzVs3xFz9JlPUuX\r\n9ixfeteKZatWL1u5etXySlgjUSrcun7NHevWKLt65ap1K1YIq1dFYCWWXrtSvGKV\r\nsGb1ijUdRBubdVB2C6L7DknnKK1MnbLTdKAp35vX\/0rqQ627XvtkNG9FNpbchGx2\r\nt6lt6oFRiGTuaFPTx6CYjZZgGP7GnrF\/fQxbaUIfI1qCMKjdHoChrI9oxR\/19ZJr\r\nV1SgzPLV66AZQQK4uWv5qp5lyyph+bJ1K5fBGRX4smoNNNJXwsAUOObOtRUABCGt\r\nW1FBMwEuK1eTWUlXQiDWGnhnbQugYJCiXSizqpWpU3aaDjDjk9Xg8mp8Hbdufsag\r\nbe42qcM90IUyHe7gIRXfug1pWkIXypRyT31hx7oVaypoZmUFxCxftV4sjRLYsXbl\r\nRpyxqsKzauV6WaUCAAQq9QqEkCpiA1x6gRFsVMmthJXrVq9aXwkdu7pQpgtlBrEz\r\nQ2o1u5WNiR7oQpkxMYwbGjGIgehkdhfKtAxl7JSsqTxmWrnOvgkoI96IMArkswFt\r\nBMoE\/TQY90IiCGZDgGkAF\/IryKk3VHZ6KiBp3ZpV64WOI... | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [RemoteDebugger] Executing atom 'find_element' | |
[debug] [RemoteDebugger] Executing 'find_element' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...' | |
[debug] [W3C (30074f5d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAGH1+wSAgEAAEAASURBVHgB\r\n7N0FmGTF9TZw4u7JF/9HiLu7EMM9IYrLIkFCCAkh7gYB1tE4cSEkxB0SLDjrwLLs\r\nLgsssqwb8/163t1Lp2d6pm/L2PZ96qmpe+rUqVN2ztt1697ZbPWIvFYN4bWyhWtF\r\nyWv5YNeyxq6lDV93tnwt6V7dHijZA3eMwqtkEzch9pZNSPMCYucYxYYNXl3Gxixr\r\n/1yDme2B8ku6iBUtuKOVfd3m6pVrVq1ac+eadUvWVsKy1evWrlzVs3xFz9JlPUuX\r\n9ixfeteKZatWL1u5etXySlgjUSrcun7NHevWKLt65ap1K1YIq1dFYCWWXrtSvGKV\r\nsGb1ijUdRBubdVB2C6L7DknnKK1MnbLTdKAp35vX/0rqQ627XvtkNG9FNpbchGx2\r\nt6lt6oFRiGTuaFPTx6CYjZZgGP7GnrF/fQxbaUIfI1qCMKjdHoChrI9oxR/19ZJr\r\nV1SgzPLV66AZQQK4uWv5qp5lyyph+bJ1K5fBGRX4smoNNNJXwsAUOObOtRUABCGt\r\nW1FBMwEuK1eTWUlXQiDWGnhnbQugYJCiXSizqpWpU3aaDjDjk9Xg8mp8Hbdufsag\r\nbe42qcM90IUyHe7gIRXfug1pWkIXypRyT31hx7oVaypoZmUFxCxftV4sjRLYsXbl\r\nRpyxqsKzauV6WaUCAAQq9QqEkCpiA1x6gRFsVMmthJXrVq9aXwkdu7pQpgtlBrEz\r\nQ2o1u5WNiR7oQpkxMYwbGjGIgehkdhfKtAxl7JSsqTxmWrnOvgkoI96IMArkswFt\r\nBMoE/TQY90IiCGZDgGkAF/IryKk3VHZ6KiBp3ZpV64WOIZnVXSjThTKDmKKxZJS7\r\n... | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 23) | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot 200 96 ms - 270248 | |
[HTTP] | |
[debug] [RemoteDebugger] Received data response from send (id: 23): '{"status":0,"value":{"ELEMENT":":wdc:1571151017626"}}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 19ms | |
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1571151017626"} | |
[debug] [W3C (30074f5d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5004","ELEMENT":"5004"} | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element 200 112 ms - 73 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5004/click | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.click() with args: ["5004","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'click' | |
[debug] [RemoteDebugger] Executing atom 'click' | |
[debug] [RemoteDebugger] Executing 'click' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,aa=this;fun...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 24) | |
[debug] [RemoteDebugger] Received data response from send (id: 24): '{"status":0,"value":null}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 46ms | |
[debug] [RemoteDebugger] Received result for atom 'click' execution: null | |
[debug] [W3C (30074f5d)] Responding to client with driver.click() result: null | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5004/click 200 53 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getScreenshot() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906/screenshot] with no body | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
[HTTP] {"using":"css selector","value":"#user-message #display"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.findElement() with args: ["css selector","#user-message #display","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'findElement' | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAF+p3lpKckAAEAASURBVHgB\r\n7N0FmGTF9TZw4u7JF\/9HiLu7EMM9IYrLIkFCCAkh7gYB1tE4cSEkxB0SLDjrwLLs\r\nLgsssqwb8\/163t1Lp2d6pm\/L2PZ96qmpe+rUqVN2ztt1697ZbPWIvFYN4bWyhWtF\r\nyWv5YNeyxq6lDV93tnwt6V7dHijZA3eMwqtkEzch9pZNSPMCYucYxYYNXl3Gxixr\r\n\/1yDme2B8ku6iBUtuKOVfd3m6pVrVq1ac+eadUvWVsKy1evWrlzVs3xFz9JlPUuX\r\n9ixfeteKZatWL1u5etXySlgjUSrcun7NHevWKLt65ap1K1YIq1dFYCWWXrtSvGKV\r\nsGb1ijUdRBubdVB2C6L7DknnKK1MnbLTdKAp35vX\/0rqQ627XvtkNG9FNpbchGx2\r\nt6lt6oFRiGTuaFPTx6CYjZZgGP7GnrF\/fQxbaUIfI1qCMKjdHoChrI9oxR\/19ZJr\r\nV1SgzPLV66AZQQK4uWv5qp5lyyph+bJ1K5fBGRX4smoNNNJXwsAUOObOtRUABCGt\r\nW1FBMwEuK1eTWUlXQiDWGnhnbQugYJCiXSizqpWpU3aaDjDjk9Xg8mp8Hbdufsag\r\nbe42qcM90IUyHe7gIRXfug1pWkIXypRyT31hx7oVaypoZmUFxCxftV4sjRLYsXbl\r\nRpyxqsKzauV6WaUCAAQq9QqEkCpiA1x6gRFsVMmthJXrVq9aXwkdu7pQpgtlBrEz\r\nQ2o1u5WNiR7oQpkxMYwbGjGIgehkdhfKtAxl7JSsqTxmWrnOvgkoI96IMArkswFt\r\nBMoE\/TQY90IiCGZDgGkAF\/IryKk3VHZ6KiBp3ZpV64WOI... | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [RemoteDebugger] Executing atom 'find_element' | |
[debug] [RemoteDebugger] Executing 'find_element' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...' | |
[debug] [W3C (30074f5d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAF+p3lpKckAAEAASURBVHgB\r\n7N0FmGTF9TZw4u7JF/9HiLu7EMM9IYrLIkFCCAkh7gYB1tE4cSEkxB0SLDjrwLLs\r\nLgsssqwb8/163t1Lp2d6pm/L2PZ96qmpe+rUqVN2ztt1697ZbPWIvFYN4bWyhWtF\r\nyWv5YNeyxq6lDV93tnwt6V7dHijZA3eMwqtkEzch9pZNSPMCYucYxYYNXl3Gxixr\r\n/1yDme2B8ku6iBUtuKOVfd3m6pVrVq1ac+eadUvWVsKy1evWrlzVs3xFz9JlPUuX\r\n9ixfeteKZatWL1u5etXySlgjUSrcun7NHevWKLt65ap1K1YIq1dFYCWWXrtSvGKV\r\nsGb1ijUdRBubdVB2C6L7DknnKK1MnbLTdKAp35vX/0rqQ627XvtkNG9FNpbchGx2\r\nt6lt6oFRiGTuaFPTx6CYjZZgGP7GnrF/fQxbaUIfI1qCMKjdHoChrI9oxR/19ZJr\r\nV1SgzPLV66AZQQK4uWv5qp5lyyph+bJ1K5fBGRX4smoNNNJXwsAUOObOtRUABCGt\r\nW1FBMwEuK1eTWUlXQiDWGnhnbQugYJCiXSizqpWpU3aaDjDjk9Xg8mp8Hbdufsag\r\nbe42qcM90IUyHe7gIRXfug1pWkIXypRyT31hx7oVaypoZmUFxCxftV4sjRLYsXbl\r\nRpyxqsKzauV6WaUCAAQq9QqEkCpiA1x6gRFsVMmthJXrVq9aXwkdu7pQpgtlBrEz\r\nQ2o1u5WNiR7oQpkxMYwbGjGIgehkdhfKtAxl7JSsqTxmWrnOvgkoI96IMArkswFt\r\nBMoE/TQY90IiCGZDgGkAF/IryKk3VHZ6KiBp3ZpV64WOIZnVXSjThTKDmKKxZJS7\r\n... | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 25) | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot 200 95 ms - 266916 | |
[HTTP] | |
[debug] [RemoteDebugger] Received data response from send (id: 25): '{"status":0,"value":{"ELEMENT":":wdc:1571151017627"}}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 39ms | |
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1571151017627"} | |
[debug] [W3C (30074f5d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5005","ELEMENT":"5005"} | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element 200 129 ms - 73 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5005/text | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getText() with args: ["5005","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getText' | |
[debug] [RemoteDebugger] Executing atom 'get_text' | |
[debug] [RemoteDebugger] Executing 'get_text' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,l=this;func...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:3991', page '1', target 'page-1' (id: 26) | |
[debug] [RemoteDebugger] Received data response from send (id: 26): '{"status":0,"value":"Presidenten"}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 32ms | |
[debug] [RemoteDebugger] Received result for atom 'get_text' execution: "Presidenten" | |
[debug] [W3C (30074f5d)] Responding to client with driver.getText() result: "Presidenten" | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5005/text 200 36 ms - 23 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getScreenshot() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906/screenshot] with no body | |
[HTTP] --> GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log/types | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLogTypes() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLogTypes' | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAF+p3lpKckAAEAASURBVHgB\r\n7N0FmGTF9TZw4u7JF\/9HiLu7EMM9IYrLIkFCCAkh7gYB1tE4cSEkxB0SLDjrwLLs\r\nLgsssqwb8\/163t1Lp2d6pm\/L2PZ96qmpe+rUqVN2ztt1697ZbPWIvFYN4bWyhWtF\r\nyWv5YNeyxq6lDV93tnwt6V7dHijZA3eMwqtkEzch9pZNSPMCYucYxYYNXl3Gxixr\r\n\/1yDme2B8ku6iBUtuKOVfd3m6pVrVq1ac+eadUvWVsKy1evWrlzVs3xFz9JlPUuX\r\n9ixfeteKZatWL1u5etXySlgjUSrcun7NHevWKLt65ap1K1YIq1dFYCWWXrtSvGKV\r\nsGb1ijUdRBubdVB2C6L7DknnKK1MnbLTdKAp35vX\/0rqQ627XvtkNG9FNpbchGx2\r\nt6lt6oFRiGTuaFPTx6CYjZZgGP7GnrF\/fQxbaUIfI1qCMKjdHoChrI9oxR\/19ZJr\r\nV1SgzPLV66AZQQK4uWv5qp5lyyph+bJ1K5fBGRX4smoNNNJXwsAUOObOtRUABCGt\r\nW1FBMwEuK1eTWUlXQiDWGnhnbQugYJCiXSizqpWpU3aaDjDjk9Xg8mp8Hbdufsag\r\nbe42qcM90IUyHe7gIRXfug1pWkIXypRyT31hx7oVaypoZmUFxCxftV4sjRLYsXbl\r\nRpyxqsKzauV6WaUCAAQq9QqEkCpiA1x6gRFsVMmthJXrVq9aXwkdu7pQpgtlBrEz\r\nQ2o1u5WNiR7oQpkxMYwbGjGIgehkdhfKtAxl7JSsqTxmWrnOvgkoI96IMArkswFt\r\nBMoE\/TQY90IiCGZDgGkAF\/IryKk3VHZ6KiBp3ZpV64WOI... | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nABxpRE9UAAAAAgAAAAAAAAKbAAAAKAAAApsAAAKbAAF+p3lpKckAAEAASURBVHgB\r\n7N0FmGTF9TZw4u7JF/9HiLu7EMM9IYrLIkFCCAkh7gYB1tE4cSEkxB0SLDjrwLLs\r\nLgsssqwb8/163t1Lp2d6pm/L2PZ96qmpe+rUqVN2ztt1697ZbPWIvFYN4bWyhWtF\r\nyWv5YNeyxq6lDV93tnwt6V7dHijZA3eMwqtkEzch9pZNSPMCYucYxYYNXl3Gxixr\r\n/1yDme2B8ku6iBUtuKOVfd3m6pVrVq1ac+eadUvWVsKy1evWrlzVs3xFz9JlPUuX\r\n9ixfeteKZatWL1u5etXySlgjUSrcun7NHevWKLt65ap1K1YIq1dFYCWWXrtSvGKV\r\nsGb1ijUdRBubdVB2C6L7DknnKK1MnbLTdKAp35vX/0rqQ627XvtkNG9FNpbchGx2\r\nt6lt6oFRiGTuaFPTx6CYjZZgGP7GnrF/fQxbaUIfI1qCMKjdHoChrI9oxR/19ZJr\r\nV1SgzPLV66AZQQK4uWv5qp5lyyph+bJ1K5fBGRX4smoNNNJXwsAUOObOtRUABCGt\r\nW1FBMwEuK1eTWUlXQiDWGnhnbQugYJCiXSizqpWpU3aaDjDjk9Xg8mp8Hbdufsag\r\nbe42qcM90IUyHe7gIRXfug1pWkIXypRyT31hx7oVaypoZmUFxCxftV4sjRLYsXbl\r\nRpyxqsKzauV6WaUCAAQq9QqEkCpiA1x6gRFsVMmthJXrVq9aXwkdu7pQpgtlBrEz\r\nQ2o1u5WNiR7oQpkxMYwbGjGIgehkdhfKtAxl7JSsqTxmWrnOvgkoI96IMArkswFt\r\nBMoE/TQY90IiCGZDgGkAF/IryKk3VHZ6KiBp3ZpV64WOIZnVXSjThTKDmKKxZJS7\r\n... | |
[debug] [W3C (30074f5d)] Responding to client with driver.getLogTypes() result: ["syslog","crashlog","performance","server","safariConsole","safariNetwork"] | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot 200 99 ms - 266916 | |
[HTTP] | |
[HTTP] <-- GET /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log/types 200 89 ms - 86 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"syslog"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["syslog","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[debug] [BaseDriver] Retrieving 'syslog' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"crashlog"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["crashlog","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[debug] [BaseDriver] Retrieving 'crashlog' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Responding to client with driver.getLog() result: [{"timestamp":1571151007477,"level":"ALL","message":"Oct 15 16:50:07 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>"},{"timestamp":1571151007554,"level":"ALL","message":"Oct 15 16:50:07 iPhone-8-2 symptomsd(SymptomEvaluator)[3654] <Notice>: L2 Metrics on ifname en0: rssi: -42 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0"},{"timestamp":1571151007680,"level":"ALL","message":"Oct 15 16:50:07 iPhone-8-2 UserEventAgent(IOAccessoryManager)[22] <Notice>: <private> !"},{"timestamp":1571151008325,"level":"ALL","message":"Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>"},{"timestamp":1571151008330,"level":"ALL","message":"Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>"},{"timestamp":1571151008367,"level":"ALL","message":"Oct 15 16:50:08 iPhone-8-2 nsurlsessiond[89] <Notice>: Triggering periodic update to powerlog for client <private>"},{"timestamp":1571151008367,"level":"ALL","message":"Oct 15 16:50:08 iPhone-8-2 nsurlsessiond[89] <Noti... | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 200 44 ms - 1097199 | |
[HTTP] | |
[debug] [XCUITest] Crash reports root '<removed-from-log>/Library/Logs/CrashReporter/MobileDevice/iPhone 8 #2' does not exist. Got nothing to gather. | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"performance"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["performance","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"server"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["server","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"safariNetwork"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["safariNetwork","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"safariConsole"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["safariConsole","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[debug] [BaseDriver] Retrieving 'performance' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Responding to client with driver.getLog() result: [] | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 200 76 ms - 12 | |
[HTTP] | |
[debug] [BaseDriver] Retrieving 'server' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Encountered internal error running command: Error: No logs of type 'performance' found. | |
[debug] [W3C (30074f5d)] at XCUITestDriver.extractLogs (<removed-from-log>/selenium/appium/ios/node_modules/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/commands/logging.js:24:9) | |
[debug] [W3C (30074f5d)] at Object.extractLogs [as getter] (<removed-from-log>/selenium/appium/ios/node_modules/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/commands/logging.js:38:40) | |
[debug] [W3C (30074f5d)] at XCUITestDriver.getter (<removed-from-log>/selenium/appium/ios/node_modules/appium-base-driver/lib/basedriver/commands/log.js:34:48) | |
[debug] [W3C (30074f5d)] at curCommandCancellable._bluebird.default.resolve.then (<removed-from-log>/selenium/appium/ios/node_modules/appium-base-driver/lib/basedriver/driver.js:353:75) | |
[debug] [W3C (30074f5d)] at tryCatcher (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/util.js:16:23) | |
[debug] [W3C (30074f5d)] at Promise._settlePromiseFromHandler (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:547:31) | |
[debug] [W3C (30074f5d)] at Promise._settlePromise (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:604:18) | |
[debug] [W3C (30074f5d)] at Promise._settlePromiseCtx (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:641:10) | |
[debug] [W3C (30074f5d)] at _drainQueueStep (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:97:12) | |
[debug] [W3C (30074f5d)] at _drainQueue (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:86:9) | |
[debug] [W3C (30074f5d)] at Async._drainQueues (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:102:5) | |
[debug] [W3C (30074f5d)] at Immediate.Async.drainQueues (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:15:14) | |
[debug] [W3C (30074f5d)] at runCallback (timers.js:705:18) | |
[debug] [W3C (30074f5d)] at tryOnImmediate (timers.js:676:5) | |
[debug] [W3C (30074f5d)] at processImmediate (timers.js:658:5) | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 500 89 ms - 680 | |
[HTTP] | |
[debug] [BaseDriver] Retrieving 'safariNetwork' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Responding to client with driver.getLog() result: [{"timestamp":1571151018757,"level":"ALL","message":"[Appium] Welcome to Appium v1.15.1"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] Non-default server args:"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] allowCors: true"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] address: <removed-from-log>"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] port: 5561"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] sessionOverride: true"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] nodeconfig: <removed-from-log>/selenium/ios/iphone2.json"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] webkitDebugProxyPort: 5661"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] relaxedSecurityEnabled: true"},{"timestamp":1571151018757,"level":"ALL","message":"[Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your mach... | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 200 96 ms - 119554 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"performance"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["performance","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[debug] [BaseDriver] Retrieving 'safariConsole' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Responding to client with driver.getLog() result: [] | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 200 98 ms - 12 | |
[HTTP] | |
[debug] [BaseDriver] Retrieving 'performance' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Responding to client with driver.getLog() result: [] | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 200 96 ms - 12 | |
[HTTP] | |
[debug] [W3C (30074f5d)] Encountered internal error running command: Error: No logs of type 'performance' found. | |
[debug] [W3C (30074f5d)] at XCUITestDriver.extractLogs (<removed-from-log>/selenium/appium/ios/node_modules/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/commands/logging.js:24:9) | |
[debug] [W3C (30074f5d)] at Object.extractLogs [as getter] (<removed-from-log>/selenium/appium/ios/node_modules/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/commands/logging.js:38:40) | |
[debug] [W3C (30074f5d)] at XCUITestDriver.getter (<removed-from-log>/selenium/appium/ios/node_modules/appium-base-driver/lib/basedriver/commands/log.js:34:48) | |
[debug] [W3C (30074f5d)] at curCommandCancellable._bluebird.default.resolve.then (<removed-from-log>/selenium/appium/ios/node_modules/appium-base-driver/lib/basedriver/driver.js:353:75) | |
[debug] [W3C (30074f5d)] at tryCatcher (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/util.js:16:23) | |
[debug] [W3C (30074f5d)] at Promise._settlePromiseFromHandler (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:547:31) | |
[debug] [W3C (30074f5d)] at Promise._settlePromise (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:604:18) | |
[debug] [W3C (30074f5d)] at Promise._settlePromiseCtx (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:641:10) | |
[debug] [W3C (30074f5d)] at _drainQueueStep (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:97:12) | |
[debug] [W3C (30074f5d)] at _drainQueue (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:86:9) | |
[debug] [W3C (30074f5d)] at Async._drainQueues (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:102:5) | |
[debug] [W3C (30074f5d)] at Immediate.Async.drainQueues (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:15:14) | |
[debug] [W3C (30074f5d)] at runCallback (timers.js:705:18) | |
[debug] [W3C (30074f5d)] at tryOnImmediate (timers.js:676:5) | |
[debug] [W3C (30074f5d)] at processImmediate (timers.js:658:5) | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 500 8 ms - 613 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"performance"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["performance","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[debug] [BaseDriver] Retrieving 'performance' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Encountered internal error running command: Error: No logs of type 'performance' found. | |
[debug] [W3C (30074f5d)] at XCUITestDriver.extractLogs (<removed-from-log>/selenium/appium/ios/node_modules/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/commands/logging.js:24:9) | |
[debug] [W3C (30074f5d)] at Object.extractLogs [as getter] (<removed-from-log>/selenium/appium/ios/node_modules/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/commands/logging.js:38:40) | |
[debug] [W3C (30074f5d)] at XCUITestDriver.getter (<removed-from-log>/selenium/appium/ios/node_modules/appium-base-driver/lib/basedriver/commands/log.js:34:48) | |
[debug] [W3C (30074f5d)] at curCommandCancellable._bluebird.default.resolve.then (<removed-from-log>/selenium/appium/ios/node_modules/appium-base-driver/lib/basedriver/driver.js:353:75) | |
[debug] [W3C (30074f5d)] at tryCatcher (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/util.js:16:23) | |
[debug] [W3C (30074f5d)] at Promise._settlePromiseFromHandler (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:547:31) | |
[debug] [W3C (30074f5d)] at Promise._settlePromise (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:604:18) | |
[debug] [W3C (30074f5d)] at Promise._settlePromiseCtx (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:641:10) | |
[debug] [W3C (30074f5d)] at _drainQueueStep (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:97:12) | |
[debug] [W3C (30074f5d)] at _drainQueue (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:86:9) | |
[debug] [W3C (30074f5d)] at Async._drainQueues (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:102:5) | |
[debug] [W3C (30074f5d)] at Immediate.Async.drainQueues (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:15:14) | |
[debug] [W3C (30074f5d)] at runCallback (timers.js:705:18) | |
[debug] [W3C (30074f5d)] at tryOnImmediate (timers.js:676:5) | |
[debug] [W3C (30074f5d)] at processImmediate (timers.js:658:5) | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 500 5 ms - 613 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
[HTTP] {"type":"performance"} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.getLog() with args: ["performance","30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [XCUITest] Executing command 'getLog' | |
[debug] [BaseDriver] Retrieving 'performance' logs | |
[debug] [BaseDriver] Retrieving supported log types | |
[debug] [W3C (30074f5d)] Encountered internal error running command: Error: No logs of type 'performance' found. | |
[debug] [W3C (30074f5d)] at XCUITestDriver.extractLogs (<removed-from-log>/selenium/appium/ios/node_modules/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/commands/logging.js:24:9) | |
[debug] [W3C (30074f5d)] at Object.extractLogs [as getter] (<removed-from-log>/selenium/appium/ios/node_modules/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/commands/logging.js:38:40) | |
[debug] [W3C (30074f5d)] at XCUITestDriver.getter (<removed-from-log>/selenium/appium/ios/node_modules/appium-base-driver/lib/basedriver/commands/log.js:34:48) | |
[debug] [W3C (30074f5d)] at curCommandCancellable._bluebird.default.resolve.then (<removed-from-log>/selenium/appium/ios/node_modules/appium-base-driver/lib/basedriver/driver.js:353:75) | |
[debug] [W3C (30074f5d)] at tryCatcher (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/util.js:16:23) | |
[debug] [W3C (30074f5d)] at Promise._settlePromiseFromHandler (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:547:31) | |
[debug] [W3C (30074f5d)] at Promise._settlePromise (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:604:18) | |
[debug] [W3C (30074f5d)] at Promise._settlePromiseCtx (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/promise.js:641:10) | |
[debug] [W3C (30074f5d)] at _drainQueueStep (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:97:12) | |
[debug] [W3C (30074f5d)] at _drainQueue (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:86:9) | |
[debug] [W3C (30074f5d)] at Async._drainQueues (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:102:5) | |
[debug] [W3C (30074f5d)] at Immediate.Async.drainQueues (<removed-from-log>/selenium/appium/ios/node_modules/bluebird/js/release/async.js:15:14) | |
[debug] [W3C (30074f5d)] at runCallback (timers.js:705:18) | |
[debug] [W3C (30074f5d)] at tryOnImmediate (timers.js:676:5) | |
[debug] [W3C (30074f5d)] at processImmediate (timers.js:658:5) | |
[HTTP] <-- POST /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log 500 5 ms - 613 | |
[HTTP] | |
[HTTP] --> DELETE /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241 | |
[HTTP] {} | |
[debug] [W3C (30074f5d)] Calling AppiumDriver.deleteSession() with args: ["30074f5d-4f36-49fe-8800-897216332241"] | |
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1571151019018 (16:50:19 GMT+0200 (Central European Summer Time)) | |
[Appium] Removing session 30074f5d-4f36-49fe-8800-897216332241 from our master session list | |
[debug] [WD Proxy] Matched '/session/30074f5d-4f36-49fe-8800-897216332241' to command name 'deleteSession' | |
[debug] [WD Proxy] Proxying [DELETE /session/30074f5d-4f36-49fe-8800-897216332241] to [DELETE http://localhost:5561/session/2A4FABF8-13A5-42DC-B81D-8EEBAA37D906] with no body | |
[debug] [RemoteDebugger] Application 'PID:3991' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is PID:3991 | |
[debug] [RemoteDebugger] No longer have app id. Attempting to find new one. | |
[debug] [RemoteDebugger] Application 'PID:3992' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is undefined | |
[debug] [RemoteDebugger] Application 'PID:3994' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is undefined | |
[debug] [RemoteDebugger] Application 'PID:3996' 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" : "14515523-86F3-44B5-B93C-D4A115B2D6B0" | |
[debug] [WD Proxy] } | |
[DevCon Factory] Releasing connections for <removed-from-log> device on any port number | |
[DevCon Factory] Found cached connections to release: ["<removed-from-log>:5561"] | |
[DevCon Factory] Releasing the listener for '<removed-from-log>:5561' | |
[debug] [DevCon Factory] Cached connections count: 0 | |
[debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on. | |
[debug] [XCUITest] In a web session. Removing remote debugger | |
[debug] [RemoteDebugger] Disconnecting from remote debugger | |
[debug] [RemoteDebugger] Cleaning up listeners | |
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1571151020120 (16:50:20 GMT+0200 (Central European Summer Time)) | |
[debug] [W3C (30074f5d)] Received response: null | |
[debug] [W3C (30074f5d)] But deleting session, so not returning | |
[debug] [W3C (30074f5d)] Responding to client with driver.deleteSession() result: null | |
[HTTP] <-- DELETE /wd/hub/session/30074f5d-4f36-49fe-8800-897216332241 200 1104 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[Appium] Received SIGINT - shutting down |
This file contains 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
[Appium] Welcome to Appium v1.15.1 | |
[Appium] Non-default server args: | |
[Appium] allowCors: true | |
[Appium] address: <removed-from-log> | |
[Appium] port: 5562 | |
[Appium] sessionOverride: true | |
[Appium] nodeconfig: <removed-from-log>/selenium/ios/iphone3.json | |
[Appium] webkitDebugProxyPort: 5662 | |
[Appium] relaxedSecurityEnabled: true | |
[Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine | |
[debug] [Appium] Starting auto register thread for grid. Will try to register every 5000 ms. | |
[Appium] Appium REST http interface listener started on <removed-from-log>:5562 | |
[debug] [Appium] Appium successfully registered with the grid on http://<removed-from-log>:4444 | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 10 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 3 ms - 68 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"appium:deviceType":"phone","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserVersion":"13.1.2-iphone3","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"13.1.2"},"capabilities":{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"13.1.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserName":"safari","browserVersion":"13.1.2-iphone3","platformName":"ios","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432"}]}} | |
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"appium:deviceType":"phone","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserVersion":"13.1.2-iphone3","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"13.1.2"},null,{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"13.1.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserName":"safari","browserVersion":"13.1.2-iphone3","platformName":"ios","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432"}]}] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1571152223761 (17:10:23 GMT+0200 (Central European Summer 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.1 creating new XCUITestDriver (v2.133.1) session | |
[Appium] Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure | |
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [BaseDriver] Creating session with W3C capabilities: { | |
[debug] [BaseDriver] "alwaysMatch": { | |
[debug] [BaseDriver] "browserName": "safari", | |
[debug] [BaseDriver] "browserVersion": "13.1.2-iphone3", | |
[debug] [BaseDriver] "platformName": "ios", | |
[debug] [BaseDriver] "server:CONFIG_UUID": "a698e450-5cb5-42dd-ac0e-7fd055359432", | |
[debug] [BaseDriver] "appium:deviceName": "iphone", | |
[debug] [BaseDriver] "appium:deviceType": "phone", | |
[debug] [BaseDriver] "appium:platformVersion": "13.1.2", | |
[debug] [BaseDriver] "appium:udid": "<removed-from-log>", | |
[debug] [BaseDriver] "appium:wdaLocalPort": 5562 | |
[debug] [BaseDriver] }, | |
[debug] [BaseDriver] "firstMatch": [ | |
[debug] [BaseDriver] {} | |
[debug] [BaseDriver] ] | |
[debug] [BaseDriver] } | |
[BaseDriver] The following capabilities were provided, but are not recognized by Appium: | |
[BaseDriver] browserVersion | |
[BaseDriver] server:CONFIG_UUID | |
[BaseDriver] deviceType | |
[BaseDriver] Session created with session id: aa7730b7-e3a1-4d1f-ba5b-6325ee715924 | |
[debug] [XCUITest] Current user: 'callguide' | |
[debug] [XCUITest] Available devices: <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log> | |
[debug] [XCUITest] Creating iDevice object with udid '<removed-from-log>' | |
[XCUITest] Determining device to run tests on: udid: '<removed-from-log>', real device: true | |
[XCUITest] Normalized platformVersion capability value '13.1.2' to '13.1' | |
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1571152224851 (17:10:24 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Safari test requested | |
[debug] [BaseDriver] Event 'appConfigured' logged at 1571152224852 (17:10:24 GMT+0200 (Central European Summer Time)) | |
[debug] [BaseDriver] Event 'resetStarted' logged at 1571152224853 (17:10:24 GMT+0200 (Central European Summer Time)) | |
[debug] [XCUITest] Reset: running ios real device reset flow | |
[debug] [BaseDriver] Event 'resetComplete' logged at 1571152224854 (17:10:24 GMT+0200 (Central European Summer Time)) | |
[debug] [XCUITest] Crash reports root '<removed-from-log>/Library/Logs/CrashReporter/MobileDevice/iPhone 8 #3' does not exist. Got nothing to gather. | |
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1571152225117 (17:10:25 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Setting up real device | |
[XCUITest] Using WDA path: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent' | |
[XCUITest] Using WDA agent: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 5562 have been found | |
[DevCon Factory] Requesting connection for device <removed-from-log> on local port 5562, device port 5562 | |
[debug] [DevCon Factory] Cached connections count: 0 | |
[DevCon Factory] Port #5562 is busy | |
[DevCon Factory] Successfully requested the connection for <removed-from-log>:5562 | |
[debug] [XCUITest] Parsed BUILD_DIR configuration value: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn/Build/Products' | |
[debug] [XCUITest] Got derived data root: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn' | |
[debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn' | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [XCUITest] WDA is not listening at 'http://localhost:5562/' | |
[debug] [XCUITest] 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 1571152227244 (17:10:27 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Launching WebDriverAgent on the device | |
[WebDriverAgent] Fetching dependencies | |
[WebDriverAgent] Dependencies up-to-date | |
[debug] [XCUITest] Killing running processes 'xcodebuild.*<removed-from-log>' for the device <removed-from-log>... | |
[debug] [XCUITest] 'pgrep -ifn xcodebuild.*<removed-from-log>' didn't detect any matching processes. Return code: 1 | |
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project <removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath <removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn -destination id=<removed-from-log> IPHONEOS_DEPLOYMENT_TARGET=13.1 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent' | |
[debug] [XCUITest] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability | |
[debug] [XCUITest] 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://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 3 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 3 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 3 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 3 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [XCUITest] Log file for xcodebuild test: <removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn/Logs/Test/Test-WebDriverAgentRunner-2019.10.15_17-10-28-+0200.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-325D3569-BAE8-4EB6-81A4-274B9375C106/WebDriverAgentRunner-8BC251C3-FE3B-49D0-9891-223B728C24C9/Session-WebDriverAgentRunner-2019-10-15_171104-J8J0rN.log | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[iProxy@96a2b...] Connection was refused to port 5562 | |
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} | |
[HTTP] <-- POST /wd/hub/session - - ms - - | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"appium:deviceType":"phone","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserVersion":"13.1.2-iphone3","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"13.1.2"},"capabilities":{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"13.1.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserName":"safari","browserVersion":"13.1.2-iphone3","platformName":"ios","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432"}]}} | |
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"appium:deviceType":"phone","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserVersion":"13.1.2-iphone3","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"13.1.2"},null,{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"13.1.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserName":"safari","browserVersion":"13.1.2-iphone3","platformName":"ios","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432"}]}] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1571152268776 (17:11:08 GMT+0200 (Central European Summer 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.1 creating new XCUITestDriver (v2.133.1) session | |
[Appium] Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure | |
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [BaseDriver] Creating session with W3C capabilities: { | |
[debug] [BaseDriver] "alwaysMatch": { | |
[debug] [BaseDriver] "browserName": "safari", | |
[debug] [BaseDriver] "browserVersion": "13.1.2-iphone3", | |
[debug] [BaseDriver] "platformName": "ios", | |
[debug] [BaseDriver] "server:CONFIG_UUID": "a698e450-5cb5-42dd-ac0e-7fd055359432", | |
[debug] [BaseDriver] "appium:deviceName": "iphone", | |
[debug] [BaseDriver] "appium:deviceType": "phone", | |
[debug] [BaseDriver] "appium:platformVersion": "13.1.2", | |
[debug] [BaseDriver] "appium:udid": "<removed-from-log>", | |
[debug] [BaseDriver] "appium:wdaLocalPort": 5562 | |
[debug] [BaseDriver] }, | |
[debug] [BaseDriver] "firstMatch": [ | |
[debug] [BaseDriver] {} | |
[debug] [BaseDriver] ] | |
[debug] [BaseDriver] } | |
[BaseDriver] The following capabilities were provided, but are not recognized by Appium: | |
[BaseDriver] browserVersion | |
[BaseDriver] server:CONFIG_UUID | |
[BaseDriver] deviceType | |
[BaseDriver] Session created with session id: d2e5cfe2-ff52-486e-b2b9-13f8fea44786 | |
[debug] [XCUITest] Current user: 'callguide' | |
[debug] [XCUITest] Available devices: <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log> | |
[debug] [XCUITest] Creating iDevice object with udid '<removed-from-log>' | |
[XCUITest] Determining device to run tests on: udid: '<removed-from-log>', real device: true | |
[XCUITest] Normalized platformVersion capability value '13.1.2' to '13.1' | |
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1571152268807 (17:11:08 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Safari test requested | |
[debug] [BaseDriver] Event 'appConfigured' logged at 1571152268807 (17:11:08 GMT+0200 (Central European Summer Time)) | |
[debug] [BaseDriver] Event 'resetStarted' logged at 1571152268808 (17:11:08 GMT+0200 (Central European Summer Time)) | |
[debug] [XCUITest] Reset: running ios real device reset flow | |
[debug] [BaseDriver] Event 'resetComplete' logged at 1571152268808 (17:11:08 GMT+0200 (Central European Summer Time)) | |
[debug] [XCUITest] Crash reports root '<removed-from-log>/Library/Logs/CrashReporter/MobileDevice/iPhone 8 #3' does not exist. Got nothing to gather. | |
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1571152269001 (17:11:09 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Setting up real device | |
[XCUITest] Using WDA path: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent' | |
[XCUITest] Using WDA agent: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 5562 have been found | |
[DevCon Factory] Requesting connection for device <removed-from-log> on local port 5562, device port 5562 | |
[debug] [DevCon Factory] Cached connections count: 1 | |
[DevCon Factory] Found cached connections on port #5562: ["<removed-from-log>:5562"] | |
[DevCon Factory] Port #5562 is busy | |
[DevCon Factory] Trying to release the port | |
[DevCon Factory] Releasing the listener for '<removed-from-log>:5562' | |
[DevCon Factory] Port #5562 has been successfully released | |
[DevCon Factory] Successfully requested the connection for <removed-from-log>:5562 | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/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.1.2", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "13.1.2", | |
[debug] [WD Proxy] "ip" : "192.168.1.9" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1571142194960", | |
[debug] [WD Proxy] "time" : "Oct 15 2019 17:10:33", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "BABAD84E-ED98-4ADE-B2A9-70E4DD18A96C" | |
[debug] [WD Proxy] } | |
[debug] [XCUITest] WebDriverAgent information: | |
[debug] [XCUITest] { | |
[debug] [XCUITest] "message": "WebDriverAgent is ready to accept commands", | |
[debug] [XCUITest] "state": "success", | |
[debug] [XCUITest] "os": { | |
[debug] [XCUITest] "name": "iOS", | |
[debug] [XCUITest] "version": "13.1.2", | |
[debug] [XCUITest] "sdkVersion": "13.0" | |
[debug] [XCUITest] }, | |
[debug] [XCUITest] "ios": { | |
[debug] [XCUITest] "simulatorVersion": "13.1.2", | |
[debug] [XCUITest] "ip": "192.168.1.9" | |
[debug] [XCUITest] }, | |
[debug] [XCUITest] "ready": true, | |
[debug] [XCUITest] "build": { | |
[debug] [XCUITest] "upgradedAt": "1571142194960", | |
[debug] [XCUITest] "time": "Oct 15 2019 17:10:33", | |
[debug] [XCUITest] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner" | |
[debug] [XCUITest] } | |
[debug] [XCUITest] } | |
[debug] [XCUITest] WebDriverAgent successfully started after 42357ms | |
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1571152269656 (17:11:09 GMT+0200 (Central European Summer 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:5562/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.apple.mobilesafari","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
[debug] [XCUITest] Parsed BUILD_DIR configuration value: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn/Build/Products' | |
[debug] [XCUITest] Got derived data root: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn' | |
[debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn' | |
[debug] [XCUITest] Consider setting a unique 'derivedDataPath' capability value for each parallel driver instance to avoid conflicts and speed up the building process | |
[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"67E33BD9-AAAE-4744-8A24-52EA1C3E2425","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"13.1.2","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"67E33BD9-AAAE-4744-8A24-52EA1C3E2425"} | |
[WD Proxy] Determined the downstream protocol as 'W3C' | |
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1571152272191 (17:11:12 GMT+0200 (Central European Summer Time)) | |
[debug] [BaseDriver] Event 'wdaStarted' logged at 1571152272191 (17:11:12 GMT+0200 (Central European Summer Time)) | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/status] with no body | |
[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 1571152272192 (17:11:12 GMT+0200 (Central European Summer 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 5.7.0 | |
[debug] [RemoteDebugger] useNewSafari --> false | |
[debug] [RemoteDebugger] Checking which communication style to use (Safari on platform version '13.1') | |
[debug] [RemoteDebugger] Platform version equal or higher than '12.2': true | |
[RemoteDebugger] Setting communication protocol: using Target-based communication | |
[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.1.2", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "13.1.2", | |
[debug] [WD Proxy] "ip" : "192.168.1.9" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1571142194960", | |
[debug] [WD Proxy] "time" : "Oct 15 2019 17:10:33", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "67E33BD9-AAAE-4744-8A24-52EA1C3E2425" | |
[debug] [WD Proxy] } | |
[debug] [XCUITest] Upgrade timestamp of the currently bundled WDA: 1571142194960 | |
[debug] [XCUITest] Upgrade timestamp of the WDA on the device: 1571142194960 | |
[XCUITest] Will reuse previously cached WDA instance at 'http://localhost:5562/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 5562 if this is an undesired behavior. | |
[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 1571152272224 (17:11:12 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Using provided WebdriverAgent at 'http://localhost:5562/' | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/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.1.2", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "13.1.2", | |
[debug] [WD Proxy] "ip" : "192.168.1.9" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1571142194960", | |
[debug] [WD Proxy] "time" : "Oct 15 2019 17:10:33", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "67E33BD9-AAAE-4744-8A24-52EA1C3E2425" | |
[debug] [WD Proxy] } | |
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1571152272238 (17:11:12 GMT+0200 (Central European Summer 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:5562/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.apple.mobilesafari","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
[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] Application: 'PID:73746' | |
[debug] [RemoteDebugger] id: "PID:73746" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:73737" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:73739' | |
[debug] [RemoteDebugger] id: "PID:73739" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:73737" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Found app id key 'PID:73746' for bundle 'com.apple.mobilesafari' | |
[debug] [RemoteDebugger] Trying out the possible app ids: PID:73746 | |
[debug] [RemoteDebugger] Selecting app PID:73746 (try #1 of 20) | |
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:73746' (id: 1) | |
[debug] [RemoteDebugger] Application 'PID:73746' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is null | |
[debug] [RemoteDebugger] Application 'PID:73739' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is null | |
[debug] [RemoteDebugger] Notified that new application 'PID:74020' has connected | |
[debug] [RemoteDebugger] Found app id key 'PID:74020' for bundle 'com.apple.mobilesafari' | |
[debug] [RemoteDebugger] Error checking application: 'New application has connected'. Retrying connection | |
[debug] [RemoteDebugger] Received response from send (id: 1): '["PID:74020",{}]' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 1052ms | |
[debug] [RemoteDebugger] Empty page dictionary received | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[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] Notified that new application 'PID:74022' has connected | |
[debug] [RemoteDebugger] Notified that new application 'PID:74023' has connected | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] - id: 2 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74023' | |
[debug] [RemoteDebugger] id: "PID:74023" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1 | |
[debug] [RemoteDebugger] }, | |
[debug] [RemoteDebugger] "2": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "about:blank", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 2 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] - id: 2 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74023' | |
[debug] [RemoteDebugger] id: "PID:74023" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Found app id key 'PID:74020' for bundle 'com.apple.mobilesafari' | |
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:74022' | |
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:74023' | |
[debug] [RemoteDebugger] Trying out the possible app ids: PID:74020, PID:74022, PID:74023 | |
[debug] [RemoteDebugger] Selecting app PID:74020 (try #1 of 20) | |
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:74020' (id: 2) | |
[debug] [RemoteDebugger] Received response from send (id: 2): '["PID:74020",{"1":{"WIRTitleKey":"Appium: Mobile App Automation Made Awesome.","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://appium.io/","WIRPageIdentifierKey":1},"2":{"WIRTitleKey":"","WIRTypeKey"...' | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74020' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Sending to Web Inspector took 7ms | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] - id: 2 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74023' | |
[debug] [RemoteDebugger] id: "PID:74023" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Finally selecting app PID:74020: [{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":false},{"id":2,"title":"","url":"about:blank","isKey":false}] | |
[debug] [RemoteDebugger] Selected app after 1576ms | |
[debug] [iOS] Picking webview 'WEBVIEW_74020.1' | |
[debug] [XCUITest] Attempting to set context to 'WEBVIEW_74020.1' | |
[debug] [RemoteDebugger] Selecting page '1' on app 'PID:74020' and forwarding socket setup | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to app 'PID:74020', page '1' (id: 3) | |
[debug] [RemoteDebugger] Sending to Web Inspector took 4ms | |
[debug] [RemoteDebugger] Sender key set | |
[debug] [RemoteDebugger] Target created for app 'PID:74020' and page '1': {"targetId":"page-6","type":"page"} | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] - id: 2 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74023' | |
[debug] [RemoteDebugger] id: "PID:74023" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "76440298-abca-4d9e-8629-76e45de4f7b2" | |
[debug] [RemoteDebugger] }, | |
[debug] [RemoteDebugger] "2": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "about:blank", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 2 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74020","pageArray":[{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":true},{"id":2,"title":"","url":"about:blank","isKey":false}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] - id: 2 | |
[debug] [RemoteDebugger] title: "Selenium Easy - Best Demo website to practice Selenium Webdriver Online" | |
[debug] [RemoteDebugger] url: "https://www.seleniumeasy.com/test/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74023' | |
[debug] [RemoteDebugger] id: "PID:74023" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "76440298-abca-4d9e-8629-76e45de4f7b2" | |
[debug] [RemoteDebugger] }, | |
[debug] [RemoteDebugger] "2": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Selenium Easy - Best Demo website to practice Selenium Webdriver Online", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "https://www.seleniumeasy.com/test/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 2 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74020","pageArray":[{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":true},{"id":2,"title":"Selenium Easy - Best Demo website to practice Selenium Webdriver Online","url":"https://www.seleniumeasy.com/test/","isKey":false}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"9F97F823-78DC-4A5B-B12A-A448AD9935E1","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"13.1.2","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"9F97F823-78DC-4A5B-B12A-A448AD9935E1"} | |
[WD Proxy] Determined the downstream protocol as 'W3C' | |
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1571152274868 (17:11:14 GMT+0200 (Central European Summer Time)) | |
[debug] [BaseDriver] Event 'wdaStarted' logged at 1571152274869 (17:11:14 GMT+0200 (Central European Summer 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 1571152274869 (17:11:14 GMT+0200 (Central European Summer 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 5.7.0 | |
[debug] [RemoteDebugger] useNewSafari --> false | |
[debug] [RemoteDebugger] Checking which communication style to use (Safari on platform version '13.1') | |
[debug] [RemoteDebugger] Platform version equal or higher than '12.2': true | |
[RemoteDebugger] Setting communication protocol: using Target-based communication | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74020', page '1', target 'page-6' (id: 4) | |
[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] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74023' | |
[debug] [RemoteDebugger] id: "PID:74023" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Found app id key 'PID:74020' for bundle 'com.apple.mobilesafari' | |
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:74022' | |
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:74023' | |
[debug] [RemoteDebugger] Trying out the possible app ids: PID:74020, PID:74022, PID:74023 | |
[debug] [RemoteDebugger] Selecting app PID:74020 (try #1 of 20) | |
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:74020' (id: 1) | |
[debug] [RemoteDebugger] Received data response from send (id: 4): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 1078ms | |
[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:74020', page '1', target 'page-6' (id: 5) | |
[debug] [RemoteDebugger] Received response from send (id: 1): '["PID:74020",{"1":{"WIRTitleKey":"Appium: Mobile App Automation Made Awesome.","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://appium.io/","WIRPageIdentifierKey":1,"WIRConnectionIdentifierKey":"76440...' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74023' | |
[debug] [RemoteDebugger] id: "PID:74023" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] - id: 2 | |
[debug] [RemoteDebugger] title: "Selenium Easy - Best Demo website to practice Selenium Webdriver Online" | |
[debug] [RemoteDebugger] url: "https://www.seleniumeasy.com/test/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "76440298-abca-4d9e-8629-76e45de4f7b2" | |
[debug] [RemoteDebugger] }, | |
[debug] [RemoteDebugger] "2": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Selenium Easy - Best Demo website to practice Selenium Webdriver Online", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "https://www.seleniumeasy.com/test/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 2 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74020' but listening for 'null'. Ignoring. | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74020' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Sending to Web Inspector took 31ms | |
[debug] [RemoteDebugger] Received altered app id, updating from 'null' to 'PID:74020' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74023' | |
[debug] [RemoteDebugger] id: "PID:74023" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] - id: 2 | |
[debug] [RemoteDebugger] title: "Selenium Easy - Best Demo website to practice Selenium Webdriver Online" | |
[debug] [RemoteDebugger] url: "https://www.seleniumeasy.com/test/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Finally selecting app PID:74020: [{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":true},{"id":2,"title":"Selenium Easy - Best Demo website to practice Selenium Webdriver Online","url":"https://www.seleniumeasy.com/test/","isKey":false}] | |
[debug] [RemoteDebugger] Selected app after 43ms | |
[debug] [iOS] Picking webview 'WEBVIEW_74020.1' | |
[debug] [XCUITest] Attempting to set context to 'WEBVIEW_74020.1' | |
[debug] [RemoteDebugger] Selecting page '1' on app 'PID:74020' and forwarding socket setup | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to app 'PID:74020', page '1' (id: 2) | |
[debug] [RemoteDebugger] Sending to Web Inspector took 6ms | |
[debug] [RemoteDebugger] Sender key set | |
[debug] [RemoteDebugger] Received data response from send (id: 5): 'interactive' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 82ms | |
[debug] [RemoteDebugger] Document readyState is 'interactive' | |
[debug] [RemoteDebugger] Page unloading | |
[debug] [RemoteDebugger] Waiting for dom... | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[debug] [RemoteDebugger] Notified that new application 'PID:74025' has connected | |
[debug] [RemoteDebugger] Notified that new application 'PID:74025' has connected | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74020', page '1', target 'page-6' (id: 6) | |
[debug] [RemoteDebugger] Received data response from send (id: 6): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 11ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[debug] [RemoteDebugger] Selected page after 1687ms | |
[debug] [RemoteDebugger] Starting to listen for JavaScript console | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74020', page '1', target 'page-6' (id: 7) | |
[debug] [RemoteDebugger] Received data response from send (id: 7): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 8ms | |
[debug] [RemoteDebugger] Starting to listen for network events | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74020', page '1', target 'page-6' (id: 8) | |
[debug] [RemoteDebugger] Received data response from send (id: 8): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 9ms | |
[debug] [RemoteDebugger] Unregistering from page readiness notifications | |
[debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1571152275686 (17:11:15 GMT+0200 (Central European Summer Time)) | |
[debug] [iOS] Attempting to set url 'http://appium.io' | |
[debug] [RemoteDebugger] Navigating to new URL: 'http://appium.io' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74020', page '1', target 'page-6' (id: 9) | |
[debug] [RemoteDebugger] Received data response from send (id: 9): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 26ms | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74020' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74020' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Waiting for frame navigated message... | |
[debug] [RemoteDebugger] Frame navigated in 0.022 sec from source: remote-debugger | |
[debug] [RemoteDebugger] Waiting for dom... | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[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:74020', page '1', target 'page-6' (id: 10) | |
[debug] [RemoteDebugger] Received data response from send (id: 10): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 6ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[Appium] New XCUITestDriver session created successfully, session aa7730b7-e3a1-4d1f-ba5b-6325ee715924 added to master session list | |
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1571152277250 (17:11:17 GMT+0200 (Central European Summer Time)) | |
[debug] [W3C (aa7730b7)] Cached the protocol value 'W3C' for the new session aa7730b7-e3a1-4d1f-ba5b-6325ee715924 | |
[debug] [W3C (aa7730b7)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"browserVersion":"13.1.2-iphone3","platformName":"ios","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432","deviceName":"iphone","deviceType":"phone","platformVersion":"13.1.2","udid":"<removed-from-log>","wdaLocalPort":5562}} | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74020', page '1', target 'page-6' (id: 11) | |
[debug] [RemoteDebugger] Received data response from send (id: 11): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 12ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[debug] [RemoteDebugger] Application 'PID:74023' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is PID:74020 | |
[debug] [RemoteDebugger] Application 'PID:74023' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is PID:74020 | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "76440298-abca-4d9e-8629-76e45de4f7b2" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74020","pageArray":[{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":true}]} | |
[debug] [iOS] Checking if page needs to load | |
[debug] [iOS] New page listing is same as old, doing nothing | |
[debug] [iOS] Redirected from 'http://appium.io' to 'http://appium.io/' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "76440298-abca-4d9e-8629-76e45de4f7b2" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74020","pageArray":[{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":true}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [RemoteDebugger] No target found. Trying 'page-6', which seems to work | |
[debug] [RemoteDebugger] Target created for app 'PID:74020' and page '1': {"targetId":"page-6"} | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74020', page '1', target 'page-6' (id: 3) | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] <-- POST /wd/hub/session - - ms - - | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"appium:deviceType":"phone","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserVersion":"13.1.2-iphone3","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"13.1.2"},"capabilities":{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"13.1.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserName":"safari","browserVersion":"13.1.2-iphone3","platformName":"ios","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432"}]}} | |
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"appium:deviceType":"phone","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserVersion":"13.1.2-iphone3","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"13.1.2"},null,{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"13.1.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5562,"browserName":"safari","browserVersion":"13.1.2-iphone3","platformName":"ios","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432"}]}] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1571152313797 (17:11:53 GMT+0200 (Central European Summer 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.1 creating new XCUITestDriver (v2.133.1) session | |
[Appium] Session override is on. Deleting other 1 active session. | |
[Appium] Removing session aa7730b7-e3a1-4d1f-ba5b-6325ee715924 from our master session list | |
[debug] [WD Proxy] Matched '/session/aa7730b7-e3a1-4d1f-ba5b-6325ee715924' to command name 'deleteSession' | |
[debug] [WD Proxy] Proxying [DELETE /session/aa7730b7-e3a1-4d1f-ba5b-6325ee715924] to [DELETE http://localhost:5562/session/67E33BD9-AAAE-4744-8A24-52EA1C3E2425] with no body | |
[debug] [WD Proxy] Got response with status 404: { | |
[debug] [WD Proxy] "value" : { | |
[debug] [WD Proxy] "error" : "invalid session id", | |
[debug] [WD Proxy] "message" : "Session does not exist", | |
[debug] [WD Proxy] "traceback" : "(\n\t0 CoreFoundation 0x00000001bbb549a0 DA838E75-6B30-360E-9661-C4800A7E1BF6 + 1227168\n\t1 libobjc.A.dylib 0x00000001bb87d0a4 objc_exception_throw + 56\n\t2 CoreFoundation 0x00000001bba58f80 DA838E75-6B30-360E-9661-C4800A7E1BF6 + 196480\n\t3 WebDriverAgentLib 0x0000000102c1413c -[FBRoute raiseNoSessionException] + 120\n\t4 WebDriverAgentLib 0x0000000102c14040 -[FBRoute decorateRequest:] + 304\n\t5 WebDriverAgentLib 0x0000000102c133fc -[FBRoute_TargetAction mountRequest:intoResponse:] + 100\n\t6 WebDriverAgentLib 0x0000000102c00bac __37-[FBWebServer registerRouteHandlers:]_block_invoke + 504\n\t7 RoutingHTTPServer 0x0000000102d6637c -[RoutingHTTPServer handleRoute:withRequest:response:] + 144\n\t8 RoutingHTTPServer ... | |
[debug] [W3C] Matched W3C error code 'invalid session id' to NoSuchDriverError | |
[debug] [XCUITest] Unable to DELETE session on WDA: 'Session does not exist'. Continuing shutdown. | |
[DevCon Factory] Releasing connections for <removed-from-log> device on any port number | |
[DevCon Factory] Found cached connections to release: ["<removed-from-log>:5562"] | |
[DevCon Factory] Releasing the listener for '<removed-from-log>:5562' | |
[debug] [DevCon Factory] Cached connections count: 0 | |
[debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on. | |
[debug] [XCUITest] In a web session. Removing remote debugger | |
[debug] [RemoteDebugger] Disconnecting from remote debugger | |
[debug] [RemoteDebugger] Cleaning up listeners | |
[Appium] Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure | |
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [BaseDriver] Creating session with W3C capabilities: { | |
[debug] [BaseDriver] "alwaysMatch": { | |
[debug] [BaseDriver] "browserName": "safari", | |
[debug] [BaseDriver] "browserVersion": "13.1.2-iphone3", | |
[debug] [BaseDriver] "platformName": "ios", | |
[debug] [BaseDriver] "server:CONFIG_UUID": "a698e450-5cb5-42dd-ac0e-7fd055359432", | |
[debug] [BaseDriver] "appium:deviceName": "iphone", | |
[debug] [BaseDriver] "appium:deviceType": "phone", | |
[debug] [BaseDriver] "appium:platformVersion": "13.1.2", | |
[debug] [BaseDriver] "appium:udid": "<removed-from-log>", | |
[debug] [BaseDriver] "appium:wdaLocalPort": 5562 | |
[debug] [BaseDriver] }, | |
[debug] [BaseDriver] "firstMatch": [ | |
[debug] [BaseDriver] {} | |
[debug] [BaseDriver] ] | |
[debug] [BaseDriver] } | |
[BaseDriver] The following capabilities were provided, but are not recognized by Appium: | |
[BaseDriver] browserVersion | |
[BaseDriver] server:CONFIG_UUID | |
[BaseDriver] deviceType | |
[BaseDriver] Session created with session id: 8ba58669-710f-43ea-9cf8-8d7b4469a9c7 | |
[debug] [XCUITest] Current user: 'callguide' | |
[debug] [XCUITest] Available devices: <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log> | |
[debug] [XCUITest] Creating iDevice object with udid '<removed-from-log>' | |
[XCUITest] Determining device to run tests on: udid: '<removed-from-log>', real device: true | |
[XCUITest] Normalized platformVersion capability value '13.1.2' to '13.1' | |
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1571152313895 (17:11:53 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Safari test requested | |
[debug] [BaseDriver] Event 'appConfigured' logged at 1571152313896 (17:11:53 GMT+0200 (Central European Summer Time)) | |
[debug] [BaseDriver] Event 'resetStarted' logged at 1571152313896 (17:11:53 GMT+0200 (Central European Summer Time)) | |
[debug] [XCUITest] Reset: running ios real device reset flow | |
[debug] [BaseDriver] Event 'resetComplete' logged at 1571152313896 (17:11:53 GMT+0200 (Central European Summer Time)) | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74022' | |
[debug] [RemoteDebugger] id: "PID:74022" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74020' | |
[debug] [RemoteDebugger] id: "PID:74020" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74020","pageArray":[{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":false}]} | |
[debug] [iOS] No key id found. Choosing first id from page array | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [XCUITest] Crash reports root '<removed-from-log>/Library/Logs/CrashReporter/MobileDevice/iPhone 8 #3' does not exist. Got nothing to gather. | |
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1571152314144 (17:11:54 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Setting up real device | |
[XCUITest] Using WDA path: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent' | |
[XCUITest] Using WDA agent: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 5562 have been found | |
[DevCon Factory] Requesting connection for device <removed-from-log> on local port 5562, device port 5562 | |
[debug] [DevCon Factory] Cached connections count: 0 | |
[DevCon Factory] Port #5562 is busy | |
[DevCon Factory] Successfully requested the connection for <removed-from-log>:5562 | |
[debug] [XCUITest] Parsed BUILD_DIR configuration value: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn/Build/Products' | |
[debug] [XCUITest] Got derived data root: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn' | |
[debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn' | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/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.1.2", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "13.1.2", | |
[debug] [WD Proxy] "ip" : "192.168.1.9" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1571142194960", | |
[debug] [WD Proxy] "time" : "Oct 15 2019 17:10:33", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "9F97F823-78DC-4A5B-B12A-A448AD9935E1" | |
[debug] [WD Proxy] } | |
[debug] [XCUITest] Upgrade timestamp of the currently bundled WDA: 1571142194960 | |
[debug] [XCUITest] Upgrade timestamp of the WDA on the device: 1571142194960 | |
[XCUITest] Will reuse previously cached WDA instance at 'http://localhost:5562/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 5562 if this is an undesired behavior. | |
[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 1571152316245 (17:11:56 GMT+0200 (Central European Summer Time)) | |
[XCUITest] Using provided WebdriverAgent at 'http://localhost:5562/' | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:5562/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.1.2", | |
[debug] [WD Proxy] "sdkVersion" : "13.0" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ios" : { | |
[debug] [WD Proxy] "simulatorVersion" : "13.1.2", | |
[debug] [WD Proxy] "ip" : "192.168.1.9" | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "ready" : true, | |
[debug] [WD Proxy] "build" : { | |
[debug] [WD Proxy] "upgradedAt" : "1571142194960", | |
[debug] [WD Proxy] "time" : "Oct 15 2019 17:10:33", | |
[debug] [WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner" | |
[debug] [WD Proxy] } | |
[debug] [WD Proxy] }, | |
[debug] [WD Proxy] "sessionId" : "9F97F823-78DC-4A5B-B12A-A448AD9935E1" | |
[debug] [WD Proxy] } | |
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1571152316266 (17:11:56 GMT+0200 (Central European Summer 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:5562/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.apple.mobilesafari","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
[debug] [RemoteDebugger] Application 'PID:74020' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is PID:74020 | |
[debug] [RemoteDebugger] No longer have app id. Attempting to find new one. | |
[debug] [RemoteDebugger] Application 'PID:74022' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is undefined | |
[debug] [RemoteDebugger] Notified that new application 'PID:74046' has connected | |
[debug] [RemoteDebugger] Found app id key 'PID:74046' for bundle 'com.apple.mobilesafari' | |
[debug] [RemoteDebugger] Notified that new application 'PID:74048' has connected | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74046' | |
[debug] [RemoteDebugger] id: "PID:74046" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "" | |
[debug] [RemoteDebugger] url: "about:blank" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74048' | |
[debug] [RemoteDebugger] id: "PID:74048" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 1 | |
[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] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74046","pageArray":[{"id":1,"title":"","url":"about:blank","isKey":false}]} | |
[debug] [iOS] No key id found. Choosing first id from page array | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74046' | |
[debug] [RemoteDebugger] id: "PID:74046" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74048' | |
[debug] [RemoteDebugger] id: "PID:74048" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74046","pageArray":[{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":false}]} | |
[debug] [iOS] No key id found. Choosing first id from page array | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"E291B627-635B-4F45-A66F-9EB0D3E9D6F6","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"13.1.2","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"E291B627-635B-4F45-A66F-9EB0D3E9D6F6"} | |
[WD Proxy] Determined the downstream protocol as 'W3C' | |
[debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1571152318869 (17:11:58 GMT+0200 (Central European Summer Time)) | |
[debug] [BaseDriver] Event 'wdaStarted' logged at 1571152318869 (17:11:58 GMT+0200 (Central European Summer 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 1571152318869 (17:11:58 GMT+0200 (Central European Summer 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 5.7.0 | |
[debug] [RemoteDebugger] useNewSafari --> false | |
[debug] [RemoteDebugger] Checking which communication style to use (Safari on platform version '13.1') | |
[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) | |
[debug] [RemoteDebugger] Connected to application | |
[debug] [RemoteDebugger] Selecting application | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74046' | |
[debug] [RemoteDebugger] id: "PID:74046" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74048' | |
[debug] [RemoteDebugger] id: "PID:74048" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Found app id key 'PID:74046' for bundle 'com.apple.mobilesafari' | |
[debug] [RemoteDebugger] Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:74048' | |
[debug] [RemoteDebugger] Trying out the possible app ids: PID:74046, PID:74048 | |
[debug] [RemoteDebugger] Selecting app PID:74046 (try #1 of 20) | |
[debug] [RemoteDebugger] Sending '_rpc_forwardGetListing:' message to app 'PID:74046' (id: 1) | |
[debug] [RemoteDebugger] Received response from send (id: 1): '["PID:74046",{"1":{"WIRTitleKey":"Appium: Mobile App Automation Made Awesome.","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://appium.io/","WIRPageIdentifierKey":1}}]' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74046' | |
[debug] [RemoteDebugger] id: "PID:74046" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74048' | |
[debug] [RemoteDebugger] id: "PID:74048" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1 | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74046' but listening for 'null'. Ignoring. | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74046' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Sending to Web Inspector took 21ms | |
[debug] [RemoteDebugger] Received altered app id, updating from 'null' to 'PID:74046' | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74046' | |
[debug] [RemoteDebugger] id: "PID:74046" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: false | |
[debug] [RemoteDebugger] Application: 'PID:74048' | |
[debug] [RemoteDebugger] id: "PID:74048" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Finally selecting app PID:74046: [{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":false}] | |
[debug] [RemoteDebugger] Selected app after 38ms | |
[debug] [iOS] Picking webview 'WEBVIEW_74046.1' | |
[debug] [XCUITest] Attempting to set context to 'WEBVIEW_74046.1' | |
[debug] [RemoteDebugger] Selecting page '1' on app 'PID:74046' and forwarding socket setup | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketSetup:' message to app 'PID:74046', page '1' (id: 2) | |
[debug] [RemoteDebugger] Target created for app 'PID:74046' and page '1': {"targetId":"page-6","type":"page"} | |
[debug] [RemoteDebugger] Sending to Web Inspector took 18ms | |
[debug] [RemoteDebugger] Sender key set | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 3) | |
[debug] [RemoteDebugger] Received data response from send (id: 3): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 39ms | |
[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:74046', page '1', target 'page-6' (id: 4) | |
[debug] [RemoteDebugger] Received data response from send (id: 4): 'interactive' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 97ms | |
[debug] [RemoteDebugger] Document readyState is 'interactive' | |
[debug] [RemoteDebugger] Page unloading | |
[debug] [RemoteDebugger] Waiting for dom... | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74046' | |
[debug] [RemoteDebugger] id: "PID:74046" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:74048' | |
[debug] [RemoteDebugger] id: "PID:74048" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "76dd1450-38d4-42b1-ae1f-6f19db46567e" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74046","pageArray":[{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":true}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [RemoteDebugger] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74025' | |
[debug] [RemoteDebugger] id: "PID:74025" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74020" | |
[debug] [RemoteDebugger] isActive: 0 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Application: 'PID:74046' | |
[debug] [RemoteDebugger] id: "PID:74046" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Appium: Mobile App Automation Made Awesome." | |
[debug] [RemoteDebugger] url: "http://appium.io/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:74048' | |
[debug] [RemoteDebugger] id: "PID:74048" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Appium: Mobile App Automation Made Awesome.", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "http://appium.io/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "76dd1450-38d4-42b1-ae1f-6f19db46567e" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74046","pageArray":[{"id":1,"title":"Appium: Mobile App Automation Made Awesome.","url":"http://appium.io/","isKey":true}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [RemoteDebugger] Application 'PID:74025' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is PID:74046 | |
[debug] [RemoteDebugger] Application 'PID:74025' disconnected. Removing from app dictionary. | |
[debug] [RemoteDebugger] Current app is PID:74046 | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[debug] [RemoteDebugger] Notified that new application 'PID:74049' has connected | |
[debug] [RemoteDebugger] Notified that new application 'PID:74049' has connected | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 5) | |
[debug] [RemoteDebugger] Received data response from send (id: 5): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 8ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[debug] [RemoteDebugger] Selected page after 674ms | |
[debug] [RemoteDebugger] Starting to listen for JavaScript console | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 6) | |
[debug] [RemoteDebugger] Received data response from send (id: 6): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 5ms | |
[debug] [RemoteDebugger] Starting to listen for network events | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 7) | |
[debug] [RemoteDebugger] Received data response from send (id: 7): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 6ms | |
[debug] [RemoteDebugger] Unregistering from page readiness notifications | |
[debug] [BaseDriver] Event 'initialWebviewNavigated' logged at 1571152319774 (17:11:59 GMT+0200 (Central European Summer Time)) | |
[debug] [iOS] Attempting to set url 'http://appium.io' | |
[debug] [RemoteDebugger] Navigating to new URL: 'http://appium.io' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 8) | |
[debug] [RemoteDebugger] Received data response from send (id: 8): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 21ms | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74046' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Received page change notice for app 'PID:74046' but the listing has not changed. Ignoring. | |
[debug] [RemoteDebugger] Waiting for frame navigated message... | |
[debug] [RemoteDebugger] Frame navigated in 0.024 sec from source: remote-debugger | |
[debug] [RemoteDebugger] Waiting for dom... | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[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:74046', page '1', target 'page-6' (id: 9) | |
[debug] [RemoteDebugger] Received data response from send (id: 9): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 12ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[Appium] New XCUITestDriver session created successfully, session 8ba58669-710f-43ea-9cf8-8d7b4469a9c7 added to master session list | |
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1571152321340 (17:12:01 GMT+0200 (Central European Summer Time)) | |
[debug] [W3C (8ba58669)] Cached the protocol value 'W3C' for the new session 8ba58669-710f-43ea-9cf8-8d7b4469a9c7 | |
[debug] [W3C (8ba58669)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"browserVersion":"13.1.2-iphone3","platformName":"ios","server:CONFIG_UUID":"a698e450-5cb5-42dd-ac0e-7fd055359432","deviceName":"iphone","deviceType":"phone","platformVersion":"13.1.2","udid":"<removed-from-log>","wdaLocalPort":5562}} | |
[HTTP] <-- POST /wd/hub/session 200 7545 ms - 536 | |
[HTTP] | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 10) | |
[debug] [RemoteDebugger] Received data response from send (id: 10): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 7ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[HTTP] --> POST /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/url | |
[HTTP] {"url":"http://www.seleniumeasy.com/test/"} | |
[debug] [W3C (8ba58669)] Calling AppiumDriver.setUrl() with args: ["http://www.seleniumeasy.com/test/","8ba58669-710f-43ea-9cf8-8d7b4469a9c7"] | |
[debug] [XCUITest] Executing command 'setUrl' | |
[debug] [iOS] Attempting to set url 'http://www.seleniumeasy.com/test/' | |
[debug] [RemoteDebugger] Navigating to new URL: 'http://www.seleniumeasy.com/test/' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 11) | |
[debug] [RemoteDebugger] Received data response from send (id: 11): '{}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 30ms | |
[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] Current applications available: | |
[debug] [RemoteDebugger] Application: 'PID:74046' | |
[debug] [RemoteDebugger] id: "PID:74046" | |
[debug] [RemoteDebugger] isProxy: false | |
[debug] [RemoteDebugger] name: "Safari" | |
[debug] [RemoteDebugger] bundleId: "com.apple.mobilesafari" | |
[debug] [RemoteDebugger] hostId: undefined | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: | |
[debug] [RemoteDebugger] - id: 1 | |
[debug] [RemoteDebugger] title: "Selenium Easy - Best Demo website to practice Selenium Webdriver Online" | |
[debug] [RemoteDebugger] url: "https://www.seleniumeasy.com/test/" | |
[debug] [RemoteDebugger] isKey: true | |
[debug] [RemoteDebugger] Application: 'PID:74048' | |
[debug] [RemoteDebugger] id: "PID:74048" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 1 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Application: 'PID:74049' | |
[debug] [RemoteDebugger] id: "PID:74049" | |
[debug] [RemoteDebugger] isProxy: true | |
[debug] [RemoteDebugger] name: "com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] bundleId: "process-com.apple.WebKit.WebContent" | |
[debug] [RemoteDebugger] hostId: "PID:74046" | |
[debug] [RemoteDebugger] isActive: 2 | |
[debug] [RemoteDebugger] isAutomationEnabled: false | |
[debug] [RemoteDebugger] pageArray: 'Waiting for data' | |
[debug] [RemoteDebugger] Page changed: { | |
[debug] [RemoteDebugger] "1": { | |
[debug] [RemoteDebugger] "WIRTitleKey": "Selenium Easy - Best Demo website to practice Selenium Webdriver Online", | |
[debug] [RemoteDebugger] "WIRTypeKey": "WIRTypeWeb", | |
[debug] [RemoteDebugger] "WIRURLKey": "https://www.seleniumeasy.com/test/", | |
[debug] [RemoteDebugger] "WIRPageIdentifierKey": 1, | |
[debug] [RemoteDebugger] "WIRConnectionIdentifierKey": "76dd1450-38d4-42b1-ae1f-6f19db46567e" | |
[debug] [RemoteDebugger] } | |
[debug] [RemoteDebugger] } | |
[debug] [iOS] Remote debugger notified us of a new page listing: {"appIdKey":"74046","pageArray":[{"id":1,"title":"Selenium Easy - Best Demo website to practice Selenium Webdriver Online","url":"https://www.seleniumeasy.com/test/","isKey":true}]} | |
[debug] [iOS] We do not appear to have window set yet, ignoring | |
[debug] [RemoteDebugger] Frame navigated in 0.506 sec from source: timeout | |
[debug] [RemoteDebugger] Waiting for dom... | |
[debug] [RemoteDebugger] Page loaded, verifying whether ready | |
[debug] [RemoteDebugger] Notified that new application 'PID:74055' has connected | |
[debug] [RemoteDebugger] Notified that new application 'PID:74055' has connected | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[debug] [RemoteDebugger] Checking document readyState | |
[debug] [RemoteDebugger] Sending javascript command: '(function (){ return document.readyState; })()' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 12) | |
[debug] [RemoteDebugger] Received data response from send (id: 12): 'complete' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 20ms | |
[debug] [RemoteDebugger] Document readyState is 'complete' | |
[debug] [RemoteDebugger] Page is ready | |
[debug] [W3C (8ba58669)] Responding to client with driver.setUrl() result: null | |
[HTTP] <-- POST /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/url 200 2072 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot | |
[HTTP] {} | |
[debug] [W3C (8ba58669)] Calling AppiumDriver.getScreenshot() with args: ["8ba58669-710f-43ea-9cf8-8d7b4469a9c7"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5562/session/E291B627-635B-4F45-A66F-9EB0D3E9D6F6/screenshot] with no body | |
[HTTP] --> POST /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element | |
[HTTP] {"using":"css selector","value":"a#basic_example"} | |
[debug] [W3C (8ba58669)] Calling AppiumDriver.findElement() with args: ["css selector","a#basic_example","8ba58669-710f-43ea-9cf8-8d7b4469a9c7"] | |
[debug] [XCUITest] Executing command 'findElement' | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAAAAHGlET1QAAAACAAAAAAAA\r\nApsAAAAoAAACmwAAApsAAz0+KGrKgQAAQABJREFUeAHs3YeXXcWxL+D3z7x1173G\r\n2ATjS85BQnFyloQyAoTIGOcAmKw8SRLJ2diYbIzIYLICCJzAOUeCjYl63zk\/a695\r\nKKAwwIzUvURTu7qqurq6urt2d+8z\/6e1pGKBYoFigWKBYoFigT3eAlMaOrsbO1va\r\nWhvb\/Wtu8q+ttaW1vbGts6m1q6Wlp63Zv67Wlq7J7Z0TOyF7WuBb21vamid1No7v\r\nbhjb0zi+qxmmo1lxV1tLJwlN7Y0drRO6W8ZN7hrX1DGhtW2SGsif3NFOSGNbV0dT\r\nT09DT42+uauxvR2ewNZW\/7Y3\/Z\/tJSx0xQLFAsUCxQLFAsUCu68FehrFH50CkXr8\r\nUQtlhBQim6Y2mPbWls62FjFKe1uL6EQg0pxQBrKOaZzc2Tixq3FSpxCkFsp01IKe\r\nTqEJ4o7Whu6WSU0dk1raG8AdLTWxiiZ11EOZ5q7uxq6EPsKmeiizY1YuocyO2atQ\r\nFwsUCxQLFAsUC+yWFhB82Eep77K01vZF2hrzr6Wt0b\/WtoY2UUjrhI62cW3tJ7a2\r\nn2hLxg5Nd1N7T2Nrd3NzPUCpxSjCHaGMLRYE9m+EQR0trT1NzYIc\/7qbav\/QqEg0\r\nI3ZRqRDKPwB68Y0iEdL2G7mEMttvq0JZLFAsUCxQLFAssPtaoKXTPoo9lXoL3xnK\r\n\/CeacTzUNqGtbZyApqW1tk\/T09g+pbEWqSSaEbV0Nrf... | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [RemoteDebugger] Executing atom 'find_element' | |
[debug] [W3C (8ba58669)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAAAAHGlET1QAAAACAAAAAAAA\r\nApsAAAAoAAACmwAAApsAAz0+KGrKgQAAQABJREFUeAHs3YeXXcWxL+D3z7x1173G\r\n2ATjS85BQnFyloQyAoTIGOcAmKw8SRLJ2diYbIzIYLICCJzAOUeCjYl63zk/a695\r\nKKAwwIzUvURTu7qqurq6urt2d+8z/6e1pGKBYoFigWKBYoFigT3eAlMaOrsbO1va\r\nWhvb/Wtu8q+ttaW1vbGts6m1q6Wlp63Zv67Wlq7J7Z0TOyF7WuBb21vamid1No7v\r\nbhjb0zi+qxmmo1lxV1tLJwlN7Y0drRO6W8ZN7hrX1DGhtW2SGsif3NFOSGNbV0dT\r\nT09DT42+uauxvR2ewNZW/7Y3/Z/tJSx0xQLFAsUCxQLFAsUCu68FehrFH50CkXr8\r\nUQtlhBQim6Y2mPbWls62FjFKe1uL6EQg0pxQBrKOaZzc2Tixq3FSpxCkFsp01IKe\r\nTqEJ4o7Whu6WSU0dk1raG8AdLTWxiiZ11EOZ5q7uxq6EPsKmeiizY1YuocyO2atQ\r\nFwsUCxQLFAsUC+yWFhB82Eep77K01vZF2hrzr6Wt0b/WtoY2UUjrhI62cW3tJ7a2\r\nn2hLxg5Nd1N7T2Nrd3NzPUCpxSjCHaGMLRYE9m+EQR0trT1NzYIc/7qbav/QqEg0\r\nI3ZRqRDKPwB68Y0iEdL2G7mEMttvq0JZLFAsUCxQLFAssPtaoKXTPoo9lXoL3xnK\r\n/CeacTzUNqGtbZyApqW1tk/T09g+pbEWqSSaEbV0Nrf7V4+KbLrUQhmPyGy99DTY\r\n... | |
[HTTP] <-- GET /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot 200 176 ms - 790956 | |
[HTTP] | |
[debug] [RemoteDebugger] Executing 'find_element' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 13) | |
[debug] [RemoteDebugger] Received data response from send (id: 13): '{"status":0,"value":{"ELEMENT":":wdc:1571152324152"}}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 29ms | |
[debug] [RemoteDebugger] Received result for atom 'find_element' execution: {"ELEMENT":":wdc:1571152324152"} | |
[debug] [W3C (8ba58669)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5000","ELEMENT":"5000"} | |
[HTTP] <-- POST /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element 200 206 ms - 73 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element/5000/click | |
[HTTP] {} | |
[debug] [W3C (8ba58669)] Calling AppiumDriver.click() with args: ["5000","8ba58669-710f-43ea-9cf8-8d7b4469a9c7"] | |
[debug] [XCUITest] Executing command 'click' | |
[debug] [RemoteDebugger] Executing atom 'click' | |
[debug] [RemoteDebugger] Executing 'click' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var h,aa=this;fun...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 14) | |
[debug] [RemoteDebugger] Received data response from send (id: 14): '{"status":0,"value":null}' | |
[debug] [RemoteDebugger] Sending to Web Inspector took 74ms | |
[debug] [RemoteDebugger] Received result for atom 'click' execution: null | |
[debug] [W3C (8ba58669)] Responding to client with driver.click() result: null | |
[HTTP] <-- POST /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element/5000/click 200 82 ms - 14 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot | |
[HTTP] {} | |
[debug] [W3C (8ba58669)] Calling AppiumDriver.getScreenshot() with args: ["8ba58669-710f-43ea-9cf8-8d7b4469a9c7"] | |
[debug] [XCUITest] Executing command 'getScreenshot' | |
[debug] [XCUITest] Taking screenshot with WDA | |
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:5562/session/E291B627-635B-4F45-A66F-9EB0D3E9D6F6/screenshot] with no body | |
[debug] [WD Proxy] Got response with status 200: { | |
[debug] [WD Proxy] "value" : "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAAAAHGlET1QAAAACAAAAAAAA\r\nApsAAAAoAAACmwAAApsAAz0+KGrKgQAAQABJREFUeAHs3YeXXcWxL+D3z7x1173G\r\n2ATjS85BQnFyloQyAoTIGOcAmKw8SRLJ2diYbIzIYLICCJzAOUeCjYl63zk\/a695\r\nKKAwwIzUvURTu7qqurq6urt2d+8z\/6e1pGKBYoFigWKBYoFigT3eAlMaOrsbO1va\r\nWhvb\/Wtu8q+ttaW1vbGts6m1q6Wlp63Zv67Wlq7J7Z0TOyF7WuBb21vamid1No7v\r\nbhjb0zi+qxmmo1lxV1tLJwlN7Y0drRO6W8ZN7hrX1DGhtW2SGsif3NFOSGNbV0dT\r\nT09DT42+uauxvR2ewNZW\/7Y3\/Z\/tJSx0xQLFAsUCxQLFAsUCu68FehrFH50CkXr8\r\nUQtlhBQim6Y2mPbWls62FjFKe1uL6EQg0pxQBrKOaZzc2Tixq3FSpxCkFsp01IKe\r\nTqEJ4o7Whu6WSU0dk1raG8AdLTWxiiZ11EOZ5q7uxq6EPsKmeiizY1YuocyO2atQ\r\nFwsUCxQLFAsUC+yWFhB82Eep77K01vZF2hrzr6Wt0b\/WtoY2UUjrhI62cW3tJ7a2\r\nn2hLxg5Nd1N7T2Nrd3NzPUCpxSjCHaGMLRYE9m+EQR0trT1NzYIc\/7qbav\/QqEg0\r\nI3ZRqRDKPwB68Y0iEdL2G7mEMttvq0JZLFAsUCxQLFAssPtaoKXTPoo9lXoL3xnK\r\n\/CeacTzUNqGtbZyApqW1tk\/T09g+pbEWqSSaEbV0Nrf... | |
[debug] [W3C (8ba58669)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAAAAHGlET1QAAAACAAAAAAAA\r\nApsAAAAoAAACmwAAApsAAz0+KGrKgQAAQABJREFUeAHs3YeXXcWxL+D3z7x1173G\r\n2ATjS85BQnFyloQyAoTIGOcAmKw8SRLJ2diYbIzIYLICCJzAOUeCjYl63zk/a695\r\nKKAwwIzUvURTu7qqurq6urt2d+8z/6e1pGKBYoFigWKBYoFigT3eAlMaOrsbO1va\r\nWhvb/Wtu8q+ttaW1vbGts6m1q6Wlp63Zv67Wlq7J7Z0TOyF7WuBb21vamid1No7v\r\nbhjb0zi+qxmmo1lxV1tLJwlN7Y0drRO6W8ZN7hrX1DGhtW2SGsif3NFOSGNbV0dT\r\nT09DT42+uauxvR2ewNZW/7Y3/Z/tJSx0xQLFAsUCxQLFAsUCu68FehrFH50CkXr8\r\nUQtlhBQim6Y2mPbWls62FjFKe1uL6EQg0pxQBrKOaZzc2Tixq3FSpxCkFsp01IKe\r\nTqEJ4o7Whu6WSU0dk1raG8AdLTWxiiZ11EOZ5q7uxq6EPsKmeiizY1YuocyO2atQ\r\nFwsUCxQLFAsUC+yWFhB82Eep77K01vZF2hrzr6Wt0b/WtoY2UUjrhI62cW3tJ7a2\r\nn2hLxg5Nd1N7T2Nrd3NzPUCpxSjCHaGMLRYE9m+EQR0trT1NzYIc/7qbav/QqEg0\r\nI3ZRqRDKPwB68Y0iEdL2G7mEMttvq0JZLFAsUCxQLFAssPtaoKXTPoo9lXoL3xnK\r\n/CeacTzUNqGtbZyApqW1tk/T09g+pbEWqSSaEbV0Nrf7V4+KbLrUQhmPyGy99DTY\r\n... | |
[HTTP] <-- GET /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot 200 135 ms - 790956 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element | |
[HTTP] {"using":"css selector","value":".list-group-item[href*=\"basic-first-form-demo\"]"} | |
[debug] [W3C (8ba58669)] Calling AppiumDriver.findElement() with args: ["css selector",".list-group-item[href*=\"basic-first-form-demo\"]","8ba58669-710f-43ea-9cf8-8d7b4469a9c7"] | |
[debug] [XCUITest] Executing command 'findElement' | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [RemoteDebugger] Executing atom 'find_element' | |
[debug] [RemoteDebugger] Executing 'find_element' atom in default context | |
[debug] [RemoteDebugger] Sending javascript command: '(function(){return function(){var k=this;functi...' | |
[debug] [RemoteDebugger] Sending '_rpc_forwardSocketData:' message to app 'PID:74046', page '1', target 'page-6' (id: 15) | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 3 ms - 68 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 68 | |
[HTTP] | |
[HTTP] <-- POST /wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element - - ms - - | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}} | |
[HTTP] <-- GET /wd/hub/status 200 4 ms - 68 | |
[HTTP] | |
[Appium] Received SIGINT - shutting down |
This file contains 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
$ node --version | |
v10.16.3 | |
$ appium --version | |
1.15.1 | |
$ # libimobiledevice | |
$ # installed with --HEAD, latest commit was "60823f9idevice: properly handle partial SSL writes" | |
$ ios_webkit_debug_proxy --version | |
ios_webkit_debug_proxy 1.8.5 | |
Built with libimobiledevice v1.2.1, libplist v2.0.0 | |
$ # installed with --HEAD, latest commit was "ba9a3f4 Merge pull request #329 from google/ios_13_support" | |
Testing on one real iphone running IOS 12.4.1, and one real iphone running IOS 13.1.2 | |
Tests runnning in WebdriverIO v5.10.3 | |
Tests work fine on ios 12, ios 13 yields: | |
unknown error: Session [26cd9d77-9698-4a2c-a095-8ac8ef4665a7] was terminated due to SO_TIMEOUT |
This file contains 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
2019-10-15T14:50:05.862Z INFO @wdio/local-runner: Run worker command: run | |
2019-10-15T14:50:06.150Z DEBUG @wdio/local-runner:utils: init remote session | |
2019-10-15T14:50:06.175Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session | |
2019-10-15T14:50:06.176Z INFO webdriver: DATA { | |
capabilities: { | |
alwaysMatch: { | |
browserName: 'safari', | |
platformName: 'IOS', | |
browserVersion: '12.2-iphone2', | |
'appium:deviceName': 'iphone', | |
'appium:deviceType': 'phone', | |
'appium:platformVersion': '12.2', | |
'appium:udid': '<removed-from-log>', | |
'appium:wdaLocalPort': 5561 | |
}, | |
firstMatch: [ {} ] | |
}, | |
desiredCapabilities: { | |
browserName: 'safari', | |
platformName: 'IOS', | |
browserVersion: '12.2-iphone2', | |
'appium:deviceName': 'iphone', | |
'appium:deviceType': 'phone', | |
'appium:platformVersion': '12.2', | |
'appium:udid': '<removed-from-log>', | |
'appium:wdaLocalPort': 5561 | |
} | |
} | |
2019-10-15T14:50:14.663Z INFO webdriver: COMMAND navigateTo("http://www.seleniumeasy.com/test/") | |
2019-10-15T14:50:14.664Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/url | |
2019-10-15T14:50:14.664Z INFO webdriver: DATA { url: 'http://www.seleniumeasy.com/test/' } | |
2019-10-15T14:50:16.761Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T14:50:16.761Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
2019-10-15T14:50:16.763Z INFO webdriver: COMMAND findElement("css selector", "a#basic_example") | |
2019-10-15T14:50:16.764Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
2019-10-15T14:50:16.764Z INFO webdriver: DATA { using: 'css selector', value: 'a#basic_example' } | |
2019-10-15T14:50:16.834Z INFO webdriver: RESULT { 'element-6066-11e4-a52e-4f735466cecf': '5000', ELEMENT: '5000' } | |
2019-10-15T14:50:16.858Z INFO webdriver: COMMAND elementClick("5000") | |
2019-10-15T14:50:16.859Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5000/click | |
2019-10-15T14:50:17.102Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T14:50:17.103Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
2019-10-15T14:50:17.194Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T14:50:17.322Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T14:50:17.408Z INFO webdriver: COMMAND findElement("css selector", ".list-group-item[href*="basic-first-form-demo"]") | |
2019-10-15T14:50:17.408Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
2019-10-15T14:50:17.408Z INFO webdriver: DATA { | |
using: 'css selector', | |
value: '.list-group-item[href*="basic-first-form-demo"]' | |
} | |
2019-10-15T14:50:17.452Z INFO webdriver: RESULT { 'element-6066-11e4-a52e-4f735466cecf': '5001', ELEMENT: '5001' } | |
2019-10-15T14:50:17.456Z INFO webdriver: COMMAND elementClick("5001") | |
2019-10-15T14:50:17.456Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5001/click | |
2019-10-15T14:50:17.500Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T14:50:17.501Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
2019-10-15T14:50:17.501Z INFO webdriver: COMMAND findElement("css selector", "#get-input input") | |
2019-10-15T14:50:17.501Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
2019-10-15T14:50:17.501Z INFO webdriver: DATA { using: 'css selector', value: '#get-input input' } | |
2019-10-15T14:50:17.640Z INFO webdriver: RESULT { 'element-6066-11e4-a52e-4f735466cecf': '5002', ELEMENT: '5002' } | |
2019-10-15T14:50:17.645Z INFO webdriver: COMMAND elementClear("5002") | |
2019-10-15T14:50:17.646Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5002/clear | |
2019-10-15T14:50:17.688Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T14:50:17.688Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
2019-10-15T14:50:17.691Z INFO webdriver: COMMAND elementSendKeys("5002", "Presidenten", <object>) | |
2019-10-15T14:50:17.691Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5002/value | |
2019-10-15T14:50:17.691Z INFO webdriver: DATA { | |
text: 'Presidenten', | |
value: [ | |
'P', 'r', 'e', 's', | |
'i', 'd', 'e', 'n', | |
't', 'e', 'n' | |
] | |
} | |
2019-10-15T14:50:17.721Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T14:50:17.931Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T14:50:17.958Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T14:50:17.958Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
2019-10-15T14:50:17.958Z INFO webdriver: COMMAND findElement("css selector", "#get-input button") | |
2019-10-15T14:50:17.959Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
2019-10-15T14:50:17.959Z INFO webdriver: DATA { using: 'css selector', value: '#get-input button' } | |
2019-10-15T14:50:18.095Z INFO webdriver: RESULT { 'element-6066-11e4-a52e-4f735466cecf': '5003', ELEMENT: '5003' } | |
2019-10-15T14:50:18.102Z INFO webdriver: COMMAND elementClick("5003") | |
2019-10-15T14:50:18.102Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5003/click | |
2019-10-15T14:50:18.148Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T14:50:18.171Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T14:50:18.171Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
2019-10-15T14:50:18.172Z INFO webdriver: COMMAND findElement("css selector", "#get-input button") | |
2019-10-15T14:50:18.172Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
2019-10-15T14:50:18.172Z INFO webdriver: DATA { using: 'css selector', value: '#get-input button' } | |
2019-10-15T14:50:18.294Z INFO webdriver: RESULT { 'element-6066-11e4-a52e-4f735466cecf': '5004', ELEMENT: '5004' } | |
2019-10-15T14:50:18.300Z INFO webdriver: COMMAND elementClick("5004") | |
2019-10-15T14:50:18.301Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5004/click | |
2019-10-15T14:50:18.348Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T14:50:18.361Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T14:50:18.362Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
2019-10-15T14:50:18.362Z INFO webdriver: COMMAND findElement("css selector", "#user-message #display") | |
2019-10-15T14:50:18.362Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element | |
2019-10-15T14:50:18.362Z INFO webdriver: DATA { using: 'css selector', value: '#user-message #display' } | |
2019-10-15T14:50:18.501Z INFO webdriver: RESULT { 'element-6066-11e4-a52e-4f735466cecf': '5005', ELEMENT: '5005' } | |
2019-10-15T14:50:18.505Z INFO webdriver: COMMAND getElementText("5005") | |
2019-10-15T14:50:18.506Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/element/5005/text | |
2019-10-15T14:50:18.533Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T14:50:18.550Z INFO webdriver: RESULT Presidenten | |
2019-10-15T14:50:18.554Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T14:50:18.554Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/screenshot | |
2019-10-15T14:50:18.565Z INFO webdriver: COMMAND getLogTypes() | |
2019-10-15T14:50:18.567Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log/types | |
2019-10-15T14:50:18.664Z INFO webdriver: RESULT [ | |
'syslog', | |
'crashlog', | |
'performance', | |
'server', | |
'safariConsole', | |
'safariNetwork' | |
] | |
2019-10-15T14:50:18.664Z DEBUG @wdio/runner: Fetching logs for syslog, crashlog, performance, server, safariConsole, safariNetwork | |
2019-10-15T14:50:18.665Z INFO webdriver: COMMAND getLogs("syslog") | |
2019-10-15T14:50:18.665Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.665Z INFO webdriver: DATA { type: 'syslog' } | |
2019-10-15T14:50:18.665Z INFO webdriver: COMMAND getLogs("crashlog") | |
2019-10-15T14:50:18.665Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.665Z INFO webdriver: DATA { type: 'crashlog' } | |
2019-10-15T14:50:18.666Z INFO webdriver: COMMAND getLogs("performance") | |
2019-10-15T14:50:18.666Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.666Z INFO webdriver: DATA { type: 'performance' } | |
2019-10-15T14:50:18.666Z INFO webdriver: COMMAND getLogs("server") | |
2019-10-15T14:50:18.666Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.666Z INFO webdriver: DATA { type: 'server' } | |
2019-10-15T14:50:18.666Z INFO webdriver: COMMAND getLogs("safariConsole") | |
2019-10-15T14:50:18.667Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.667Z INFO webdriver: DATA { type: 'safariConsole' } | |
2019-10-15T14:50:18.667Z INFO webdriver: COMMAND getLogs("safariNetwork") | |
2019-10-15T14:50:18.667Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.667Z INFO webdriver: DATA { type: 'safariNetwork' } | |
2019-10-15T14:50:18.741Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T14:50:18.763Z INFO webdriver: RESULT [] | |
2019-10-15T14:50:18.830Z DEBUG webdriver: request failed due to response error: unknown error | |
2019-10-15T14:50:18.830Z WARN webdriver: Request failed due to An unknown server-side error occurred while processing the command. Original error: No logs of type 'performance' found. | |
2019-10-15T14:50:18.830Z INFO webdriver: Retrying 1/3 | |
2019-10-15T14:50:18.830Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.831Z INFO webdriver: DATA { type: 'performance' } | |
2019-10-15T14:50:18.843Z INFO webdriver: RESULT [] | |
2019-10-15T14:50:18.846Z INFO webdriver: RESULT [] | |
2019-10-15T14:50:18.849Z DEBUG webdriver: request failed due to response error: unknown error | |
2019-10-15T14:50:18.849Z WARN webdriver: Request failed due to An unknown server-side error occurred while processing the command. Original error: No logs of type 'performance' found. | |
2019-10-15T14:50:18.849Z INFO webdriver: Retrying 2/3 | |
2019-10-15T14:50:18.849Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.849Z INFO webdriver: DATA { type: 'performance' } | |
2019-10-15T14:50:18.863Z DEBUG webdriver: request failed due to response error: unknown error | |
2019-10-15T14:50:18.863Z WARN webdriver: Request failed due to An unknown server-side error occurred while processing the command. Original error: No logs of type 'performance' found. | |
2019-10-15T14:50:18.863Z INFO webdriver: Retrying 3/3 | |
2019-10-15T14:50:18.863Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241/log | |
2019-10-15T14:50:18.863Z INFO webdriver: DATA { type: 'performance' } | |
2019-10-15T14:50:18.872Z INFO webdriver: RESULT [ | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] Welcome to Appium v1.15.1' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] Non-default server args:' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] allowCors: true' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] address: <removed-from-log>' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] port: 5561' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] sessionOverride: true' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] nodeconfig: <removed-from-log>/selenium/ios/iphone2.json' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] webkitDebugProxyPort: 5661' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] relaxedSecurityEnabled: true' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] Starting auto register thread for grid. Will try to register every 5000 ms.' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] Appium REST http interface listener started on <removed-from-log>:5561' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] Appium successfully registered with the grid on http://<removed-from-log>:4444' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \-->\ \GET\ \/wd/hub/status\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \{}\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[GENERIC] Calling AppiumDriver.getStatus() with args: []' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}}' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \<-- GET /wd/hub/status \\200\ \11 ms - 68\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \-->\ \GET\ \/wd/hub/status\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \{}\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[GENERIC] Calling AppiumDriver.getStatus() with args: []' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.15.1"}}' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \<-- GET /wd/hub/status \\200\ \3 ms - 68\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \-->\ \POST\ \/wd/hub/session\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[HTTP] \{"desiredCapabilities":{"appium:deviceType":"phone","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5561,"browserVersion":"12.2-iphone2","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"12.2"},"capabilities":{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"12.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5561,"browserName":"safari","browserVersion":"12.2-iphone2","platformName":"ios","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899"}]}}\' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[W3C] Calling AppiumDriver.createSession() with args: [{"appium:deviceType":"phone","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5561,"browserVersion":"12.2-iphone2","browserName":"safari","appium:deviceName":"iphone","platformName":"ios","appium:platformVersion":"12.2"},null,{"firstMatch":[{"appium:deviceName":"iphone","appium:deviceType":"phone","appium:platformVersion":"12.2","appium:udid":"<removed-from-log>","appium:wdaLocalPort":5561,"browserName":"safari","browserVersion":"12.2-iphone2","platformName":"ios","server:CONFIG_UUID":"5e504052-1f1a-431d-8660-08daab473899"}]}]' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[BaseDriver] Event 'newSessionRequested' logged at 1571151006248 (16:50:06 GMT+0200 (Central European Summer Time))" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[Appium] DeprecationWarning: 'automationName' capability was not provided. Future versions of Appium will require 'automationName' capability to be set for iOS sessions." | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[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." | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[Appium] Appium v1.15.1 creating new XCUITestDriver (v2.133.1) session' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[Appium] Applying relaxed security to 'XCUITestDriver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] Creating session with W3C capabilities: {' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "alwaysMatch": {' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "browserName": "safari",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "browserVersion": "12.2-iphone2",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "platformName": "ios",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "server:CONFIG_UUID": "5e504052-1f1a-431d-8660-08daab473899",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "appium:deviceName": "iphone",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "appium:deviceType": "phone",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "appium:platformVersion": "12.2",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "appium:udid": "<removed-from-log>",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "appium:wdaLocalPort": 5561' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] },' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] "firstMatch": [' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] {}' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] ]' | |
}, | |
{ timestamp: 1571151018757, level: 'ALL', message: '[BaseDriver] }' }, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] The following capabilities were provided, but are not recognized by Appium:' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] browserVersion' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] server:CONFIG_UUID' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] deviceType' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[BaseDriver] Session created with session id: 30074f5d-4f36-49fe-8800-897216332241' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Current user: 'callguide'" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[XCUITest] Available devices: <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>, <removed-from-log>' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Creating iDevice object with udid '<removed-from-log>'" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Determining device to run tests on: udid: '<removed-from-log>', real device: true" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1571151007331 (16:50:07 GMT+0200 (Central European Summer Time))" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[XCUITest] Safari test requested' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[BaseDriver] Event 'appConfigured' logged at 1571151007332 (16:50:07 GMT+0200 (Central European Summer Time))" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[BaseDriver] Event 'resetStarted' logged at 1571151007332 (16:50:07 GMT+0200 (Central European Summer Time))" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[XCUITest] Reset: running ios real device reset flow' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[BaseDriver] Event 'resetComplete' logged at 1571151007333 (16:50:07 GMT+0200 (Central European Summer Time))" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Crash reports root '<removed-from-log>/Library/Logs/CrashReporter/MobileDevice/iPhone 8 #2' does not exist. Got nothing to gather." | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[BaseDriver] Event 'logCaptureStarted' logged at 1571151007525 (16:50:07 GMT+0200 (Central European Summer Time))" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[XCUITest] Setting up real device' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Using WDA path: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent'" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Using WDA agent: '<removed-from-log>/selenium/appium/ios/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[XCUITest] No obsolete cached processes from previous WDA sessions listening on port 5561 have been found' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[DevCon Factory] Requesting connection for device <removed-from-log> on local port 5561, device port 5561' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[DevCon Factory] Cached connections count: 0' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[DevCon Factory] Port #5561 is busy' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[DevCon Factory] Successfully requested the connection for <removed-from-log>:5561' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Parsed BUILD_DIR configuration value: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn/Build/Products'" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Got derived data root: '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn'" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[XCUITest] Starting WebDriverAgent initialization with the synchronization key '<removed-from-log>/Library/Developer/Xcode/DerivedData/WebDriverAgent-bwpbmbsmdsbzlsaianbrwucsbhcn'" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: "[WD Proxy] Matched '/status' to command name 'getStatus'" | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] Proxying [GET /status] to [GET http://localhost:5561/status] with no body' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] Got response with status 200: {' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "value" : {' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "message" : "WebDriverAgent is ready to accept commands",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "state" : "success",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "os" : {' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "name" : "iOS",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "version" : "12.4.1",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "sdkVersion" : "13.0"' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] },' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "ios" : {' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "simulatorVersion" : "12.4.1",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "ip" : "169.254.103.204"' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] },' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "ready" : true,' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "build" : {' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "upgradedAt" : "1571142194960",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "time" : "Oct 15 2019 16:10:12",' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] }' | |
}, | |
{ | |
timestamp: 1571151018757, | |
level: 'ALL', | |
message: '[WD Proxy] },' | |
}, | |
... 686 more items | |
] | |
2019-10-15T14:50:18.876Z DEBUG webdriver: request failed due to response error: unknown error | |
2019-10-15T14:50:18.876Z ERROR webdriver: Request failed due to unknown error: An unknown server-side error occurred while processing the command. Original error: No logs of type 'performance' found. | |
at getErrorFromResponseBody (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/webdriver/build/utils.js:350:10) | |
at Request._callback (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/webdriver/build/request.js:121:64) | |
at Request.self.callback (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:185:22) | |
at Request.emit (events.js:209:13) | |
at Request.EventEmitter.emit (domain.js:476:20) | |
at Request.<anonymous> (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:1161:10) | |
at Request.emit (events.js:209:13) | |
at Request.EventEmitter.emit (domain.js:476:20) | |
at IncomingMessage.<anonymous> (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:1083:12) | |
at Object.onceWrapper (events.js:298:28) | |
2019-10-15T14:50:18.878Z WARN @wdio/runner: Couldn't fetch logs for performance: An unknown server-side error occurred while processing the command. Original error: No logs of type 'performance' found. | |
2019-10-15T14:50:19.009Z INFO webdriver: RESULT [ | |
{ | |
timestamp: 1571151007477, | |
level: 'ALL', | |
message: 'Oct 15 16:50:07 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151007554, | |
level: 'ALL', | |
message: 'Oct 15 16:50:07 iPhone-8-2 symptomsd(SymptomEvaluator)[3654] <Notice>: L2 Metrics on ifname en0: rssi: -42 (txFrames/txReTx/txFail) 0/0/0 -> (was/is) 0/0' | |
}, | |
{ | |
timestamp: 1571151007680, | |
level: 'ALL', | |
message: 'Oct 15 16:50:07 iPhone-8-2 UserEventAgent(IOAccessoryManager)[22] <Notice>: <private> !' | |
}, | |
{ | |
timestamp: 1571151008325, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008330, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008367, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 nsurlsessiond[89] <Notice>: Triggering periodic update to powerlog for client <private>' | |
}, | |
{ | |
timestamp: 1571151008367, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 nsurlsessiond[89] <Notice>: Triggering periodic update to powerlog for client <private>' | |
}, | |
{ | |
timestamp: 1571151008383, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 trustd[108] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0' | |
}, | |
{ | |
timestamp: 1571151008383, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 trustd[108] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0' | |
}, | |
{ | |
timestamp: 1571151008391, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008392, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008401, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008403, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008429, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 trustd[108] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0' | |
}, | |
{ | |
timestamp: 1571151008429, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 trustd[108] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0' | |
}, | |
{ | |
timestamp: 1571151008434, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_start_service: <private>' | |
}, | |
{ | |
timestamp: 1571151008434, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: MAEGate_GetBrickState: <private>' | |
}, | |
{ | |
timestamp: 1571151008436, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: spawn_xpc_service: <private>' | |
}, | |
{ | |
timestamp: 1571151008437, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: spawn_xpc_service_block_invoke: <private>' | |
}, | |
{ | |
timestamp: 1571151008437, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: spawn_xpc_service_block_invoke: <private>' | |
}, | |
{ | |
timestamp: 1571151008439, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 companion_proxy[166] <Notice>: CompanionProxy: -[CPXService initWithLockdownContext:]:58 (0x0x16bbc7000): Initialized connection to listen for gizmos. Host: 127.0.0.1 (ipV4)' | |
}, | |
{ | |
timestamp: 1571151008439, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 companion_proxy(IDS)[166] <Notice>: !setState service=com.apple.private.alloy.companionproxy' | |
}, | |
{ | |
timestamp: 1571151008440, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 companion_proxy(IDS)[166] <Notice>: Finished processing accounts set.' | |
}, | |
{ | |
timestamp: 1571151008440, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 companion_proxy(IDS)[166] <Notice>: Connection map:' | |
}, | |
{ | |
timestamp: 1571151008440, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 companion_proxy(IMFoundation)[166] <Notice>: Created XPC service with name: <private> (Connection: 0x10571e930)' | |
}, | |
{ | |
timestamp: 1571151008440, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 companion_proxy(IMFoundation)[166] <Notice>: Connection went invalid: 0x10571e930' | |
}, | |
{ | |
timestamp: 1571151008445, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008447, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008470, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 trustd[108] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0' | |
}, | |
{ | |
timestamp: 1571151008470, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 trustd[108] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0' | |
}, | |
{ | |
timestamp: 1571151008475, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008476, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008476, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008477, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008478, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008479, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008966, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008967, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151008969, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008970, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008972, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008974, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008975, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008977, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008978, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151008980, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008981, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008982, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151008984, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008985, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008986, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151008987, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008990, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008990, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151008992, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008993, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151008995, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008997, | |
level: 'ALL', | |
message: 'Oct 15 16:50:08 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008999, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151008999, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151009001, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009003, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151009003, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009003, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151009005, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009005, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151009008, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009008, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151009009, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009011, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009012, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: set_response_error: <private>' | |
}, | |
{ | |
timestamp: 1571151009023, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009027, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009081, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 trustd[108] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0' | |
}, | |
{ | |
timestamp: 1571151009081, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 trustd[108] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0' | |
}, | |
{ | |
timestamp: 1571151009089, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009091, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009092, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009092, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: MAEGate_GetActivationState: <private>' | |
}, | |
{ | |
timestamp: 1571151009095, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009096, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009097, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009098, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009098, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: mglog: <private>' | |
}, | |
{ | |
timestamp: 1571151009098, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd(libMobileGestalt.dylib)[65] <Notice>: statfs(/mnt4): No such file or directory' | |
}, | |
{ | |
timestamp: 1571151009100, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009100, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: mglog: <private>' | |
}, | |
{ | |
timestamp: 1571151009101, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd(libMobileGestalt.dylib)[65] <Notice>: statfs(/mnt4): No such file or directory' | |
}, | |
{ | |
timestamp: 1571151009102, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009104, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009104, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009106, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009119, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009122, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_get_value: <private>' | |
}, | |
{ | |
timestamp: 1571151009150, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 trustd[108] <Notice>: cert[0]: MissingIntermediate =(leaf)[force]> 0' | |
}, | |
{ | |
timestamp: 1571151009150, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 trustd[108] <Notice>: cert[0]: NonEmptySubject =(path)[]> 0' | |
}, | |
{ | |
timestamp: 1571151009156, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: handle_start_service: <private>' | |
}, | |
{ | |
timestamp: 1571151009156, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: spawn_xpc_service: <private>' | |
}, | |
{ | |
timestamp: 1571151009159, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: spawn_xpc_service_block_invoke: <private>' | |
}, | |
{ | |
timestamp: 1571151009159, | |
level: 'ALL', | |
message: 'Oct 15 16:50:09 iPhone-8-2 lockdownd[65] <Notice>: spawn_xpc_service_block_invoke: <private>' | |
}, | |
... 4950 more items | |
] | |
2019-10-15T14:50:19.020Z INFO webdriver: COMMAND deleteSession() | |
2019-10-15T14:50:19.021Z INFO webdriver: [DELETE] http://<removed-from-log>:4444/wd/hub/session/30074f5d-4f36-49fe-8800-897216332241 |
This file contains 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
2019-10-15T15:10:23.435Z INFO @wdio/local-runner: Run worker command: run | |
2019-10-15T15:10:23.734Z DEBUG @wdio/local-runner:utils: init remote session | |
2019-10-15T15:10:23.761Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session | |
2019-10-15T15:10:23.761Z INFO webdriver: DATA { | |
capabilities: { | |
alwaysMatch: { | |
browserName: 'safari', | |
platformName: 'IOS', | |
browserVersion: '13.1.2-iphone3', | |
'appium:deviceName': 'iphone', | |
'appium:deviceType': 'phone', | |
'appium:platformVersion': '13.1.2', | |
'appium:udid': '<removed-from-log>', | |
'appium:wdaLocalPort': 5562 | |
}, | |
firstMatch: [ {} ] | |
}, | |
desiredCapabilities: { | |
browserName: 'safari', | |
platformName: 'IOS', | |
browserVersion: '13.1.2-iphone3', | |
'appium:deviceName': 'iphone', | |
'appium:deviceType': 'phone', | |
'appium:platformVersion': '13.1.2', | |
'appium:udid': '<removed-from-log>', | |
'appium:wdaLocalPort': 5562 | |
} | |
} | |
2019-10-15T15:11:08.804Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:11:08.804Z WARN webdriver: Request failed due to Error forwarding the new session Error forwarding the request timeout | |
2019-10-15T15:11:08.804Z INFO webdriver: Retrying 1/3 | |
2019-10-15T15:11:08.804Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session | |
2019-10-15T15:11:08.804Z INFO webdriver: DATA { | |
capabilities: { | |
alwaysMatch: { | |
browserName: 'safari', | |
platformName: 'IOS', | |
browserVersion: '13.1.2-iphone3', | |
'appium:deviceName': 'iphone', | |
'appium:deviceType': 'phone', | |
'appium:platformVersion': '13.1.2', | |
'appium:udid': '<removed-from-log>', | |
'appium:wdaLocalPort': 5562 | |
}, | |
firstMatch: [ {} ] | |
}, | |
desiredCapabilities: { | |
browserName: 'safari', | |
platformName: 'IOS', | |
browserVersion: '13.1.2-iphone3', | |
'appium:deviceName': 'iphone', | |
'appium:deviceType': 'phone', | |
'appium:platformVersion': '13.1.2', | |
'appium:udid': '<removed-from-log>', | |
'appium:wdaLocalPort': 5562 | |
} | |
} | |
2019-10-15T15:11:53.826Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:11:53.826Z WARN webdriver: Request failed due to Error forwarding the new session Error forwarding the request timeout | |
2019-10-15T15:11:53.826Z INFO webdriver: Retrying 2/3 | |
2019-10-15T15:11:53.826Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session | |
2019-10-15T15:11:53.826Z INFO webdriver: DATA { | |
capabilities: { | |
alwaysMatch: { | |
browserName: 'safari', | |
platformName: 'IOS', | |
browserVersion: '13.1.2-iphone3', | |
'appium:deviceName': 'iphone', | |
'appium:deviceType': 'phone', | |
'appium:platformVersion': '13.1.2', | |
'appium:udid': '<removed-from-log>', | |
'appium:wdaLocalPort': 5562 | |
}, | |
firstMatch: [ {} ] | |
}, | |
desiredCapabilities: { | |
browserName: 'safari', | |
platformName: 'IOS', | |
browserVersion: '13.1.2-iphone3', | |
'appium:deviceName': 'iphone', | |
'appium:deviceType': 'phone', | |
'appium:platformVersion': '13.1.2', | |
'appium:udid': '<removed-from-log>', | |
'appium:wdaLocalPort': 5562 | |
} | |
} | |
2019-10-15T15:12:01.858Z INFO webdriver: COMMAND navigateTo("http://www.seleniumeasy.com/test/") | |
2019-10-15T15:12:01.859Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/url | |
2019-10-15T15:12:01.859Z INFO webdriver: DATA { url: 'http://www.seleniumeasy.com/test/' } | |
2019-10-15T15:12:03.944Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T15:12:03.944Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot | |
2019-10-15T15:12:03.946Z INFO webdriver: COMMAND findElement("css selector", "a#basic_example") | |
2019-10-15T15:12:03.946Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element | |
2019-10-15T15:12:03.946Z INFO webdriver: DATA { using: 'css selector', value: 'a#basic_example' } | |
2019-10-15T15:12:04.169Z INFO webdriver: RESULT { 'element-6066-11e4-a52e-4f735466cecf': '5000', ELEMENT: '5000' } | |
2019-10-15T15:12:04.193Z INFO webdriver: COMMAND elementClick("5000") | |
2019-10-15T15:12:04.193Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element/5000/click | |
2019-10-15T15:12:04.285Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T15:12:04.285Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot | |
2019-10-15T15:12:04.321Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T15:12:04.586Z INFO webdriver: COMMAND findElement("css selector", ".list-group-item[href*="basic-first-form-demo"]") | |
2019-10-15T15:12:04.587Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element | |
2019-10-15T15:12:04.587Z INFO webdriver: DATA { | |
using: 'css selector', | |
value: '.list-group-item[href*="basic-first-form-demo"]' | |
} | |
2019-10-15T15:12:04.613Z INFO webdriver: RESULT iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6... | |
2019-10-15T15:12:49.595Z DEBUG webdriver: request failed due to missing body | |
2019-10-15T15:12:49.595Z WARN webdriver: Request failed due to Response has empty body | |
2019-10-15T15:12:49.596Z INFO webdriver: Retrying 1/3 | |
2019-10-15T15:12:49.596Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element | |
2019-10-15T15:12:49.596Z INFO webdriver: DATA { | |
using: 'css selector', | |
value: '.list-group-item[href*="basic-first-form-demo"]' | |
} | |
2019-10-15T15:12:49.602Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.602Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.602Z INFO webdriver: Retrying 2/3 | |
2019-10-15T15:12:49.602Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element | |
2019-10-15T15:12:49.603Z INFO webdriver: DATA { | |
using: 'css selector', | |
value: '.list-group-item[href*="basic-first-form-demo"]' | |
} | |
2019-10-15T15:12:49.609Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.609Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.609Z INFO webdriver: Retrying 3/3 | |
2019-10-15T15:12:49.609Z INFO webdriver: [POST] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/element | |
2019-10-15T15:12:49.609Z INFO webdriver: DATA { | |
using: 'css selector', | |
value: '.list-group-item[href*="basic-first-form-demo"]' | |
} | |
2019-10-15T15:12:49.615Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.615Z ERROR webdriver: Request failed due to unknown error: Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
at getErrorFromResponseBody (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/webdriver/build/utils.js:350:10) | |
at Request._callback (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/webdriver/build/request.js:121:64) | |
at Request.self.callback (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:185:22) | |
at Request.emit (events.js:209:13) | |
at Request.EventEmitter.emit (domain.js:476:20) | |
at Request.<anonymous> (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:1161:10) | |
at Request.emit (events.js:209:13) | |
at Request.EventEmitter.emit (domain.js:476:20) | |
at IncomingMessage.<anonymous> (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:1083:12) | |
at Object.onceWrapper (events.js:298:28) | |
2019-10-15T15:12:49.628Z INFO webdriver: COMMAND takeScreenshot() | |
2019-10-15T15:12:49.629Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot | |
2019-10-15T15:12:49.642Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.642Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.642Z INFO webdriver: Retrying 1/3 | |
2019-10-15T15:12:49.642Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot | |
2019-10-15T15:12:49.644Z INFO webdriver: COMMAND getLogTypes() | |
2019-10-15T15:12:49.644Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/log/types | |
2019-10-15T15:12:49.651Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.651Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.651Z INFO webdriver: Retrying 2/3 | |
2019-10-15T15:12:49.651Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot | |
2019-10-15T15:12:49.652Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.653Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.653Z INFO webdriver: Retrying 1/3 | |
2019-10-15T15:12:49.653Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/log/types | |
2019-10-15T15:12:49.657Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.657Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.657Z INFO webdriver: Retrying 3/3 | |
2019-10-15T15:12:49.657Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/screenshot | |
2019-10-15T15:12:49.658Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.658Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.658Z INFO webdriver: Retrying 2/3 | |
2019-10-15T15:12:49.658Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/log/types | |
2019-10-15T15:12:49.663Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.663Z ERROR webdriver: Request failed due to unknown error: Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
at getErrorFromResponseBody (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/webdriver/build/utils.js:350:10) | |
at Request._callback (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/webdriver/build/request.js:121:64) | |
at Request.self.callback (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:185:22) | |
at Request.emit (events.js:209:13) | |
at Request.EventEmitter.emit (domain.js:476:20) | |
at Request.<anonymous> (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:1161:10) | |
at Request.emit (events.js:209:13) | |
at Request.EventEmitter.emit (domain.js:476:20) | |
at IncomingMessage.<anonymous> (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:1083:12) | |
at Object.onceWrapper (events.js:298:28) | |
2019-10-15T15:12:49.676Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.676Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.676Z INFO webdriver: Retrying 3/3 | |
2019-10-15T15:12:49.676Z INFO webdriver: [GET] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7/log/types | |
2019-10-15T15:12:49.682Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.682Z ERROR webdriver: Request failed due to unknown error: Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
at getErrorFromResponseBody (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/webdriver/build/utils.js:350:10) | |
at Request._callback (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/webdriver/build/request.js:121:64) | |
at Request.self.callback (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:185:22) | |
at Request.emit (events.js:209:13) | |
at Request.EventEmitter.emit (domain.js:476:20) | |
at Request.<anonymous> (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:1161:10) | |
at Request.emit (events.js:209:13) | |
at Request.EventEmitter.emit (domain.js:476:20) | |
at IncomingMessage.<anonymous> (/Users/jher00/kod/gui-tester/gui-test-template/node_modules/request/request.js:1083:12) | |
at Object.onceWrapper (events.js:298:28) | |
2019-10-15T15:12:49.683Z INFO webdriver: COMMAND deleteSession() | |
2019-10-15T15:12:49.683Z INFO webdriver: [DELETE] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7 | |
2019-10-15T15:12:49.690Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.690Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.690Z INFO webdriver: Retrying 1/3 | |
2019-10-15T15:12:49.690Z INFO webdriver: [DELETE] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7 | |
2019-10-15T15:12:49.696Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.696Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.696Z INFO webdriver: Retrying 2/3 | |
2019-10-15T15:12:49.696Z INFO webdriver: [DELETE] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7 | |
2019-10-15T15:12:49.702Z DEBUG webdriver: request failed due to status 13 | |
2019-10-15T15:12:49.702Z WARN webdriver: Request failed due to Session [8ba58669-710f-43ea-9cf8-8d7b4469a9c7] was terminated due to SO_TIMEOUT | |
2019-10-15T15:12:49.702Z INFO webdriver: Retrying 3/3 | |
2019-10-15T15:12:49.702Z INFO webdriver: [DELETE] http://<removed-from-log>:4444/wd/hub/session/8ba58669-710f-43ea-9cf8-8d7b4469a9c7 | |
2019-10-15T15:12:49.707Z DEBUG webdriver: request failed due to status 13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment