Created
February 10, 2021 21:49
-
-
Save uterator/31109ff9a74985aa9979ae6538933908 to your computer and use it in GitHub Desktop.
WDA session stuck 20s at first try an fails the sessoin, then, after retry it works
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
2021-02-10 20:38:00:343 - [Appium] Welcome to Appium v1.20.0 | |
2021-02-10 20:38:00:345 - [Appium] Non-default server args: | |
2021-02-10 20:38:00:345 - [Appium] address: 127.0.0.1 | |
2021-02-10 20:38:00:346 - [Appium] port: 31814 | |
2021-02-10 20:38:00:346 - [Appium] sessionOverride: true | |
2021-02-10 20:38:00:346 - [Appium] logTimestamp: true | |
2021-02-10 20:38:00:346 - [Appium] localTimezone: true | |
2021-02-10 20:38:00:346 - [Appium] logNoColors: true | |
2021-02-10 20:38:00:371 - [Appium] Appium REST http interface listener started on 127.0.0.1:31814 | |
2021-02-10 20:38:00:460 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:38:00:460 - [HTTP] {} | |
2021-02-10 20:38:00:462 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:38:00:463 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
2021-02-10 20:38:00:470 - [HTTP] <-- GET /wd/hub/status 200 6 ms - 68 | |
2021-02-10 20:38:00:470 - [HTTP] | |
2021-02-10 20:38:07:228 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:38:07:228 - [HTTP] {} | |
2021-02-10 20:38:07:228 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:38:07:229 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
2021-02-10 20:38:07:230 - [HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
2021-02-10 20:38:07:230 - [HTTP] | |
2021-02-10 20:38:07:679 - [HTTP] --> POST /wd/hub/session | |
2021-02-10 20:38:07:680 - [HTTP] {"desiredCapabilities":{"app":"ipa","appium:waitForQuiescence":false,"simpleIsVisibleCheck":true,"bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"usePrebuiltWDA":true,"wdaLocalPort":8106,"showXcodeLog":true,"newCommandTimeout":600,"appium:wdaEventloopIdleDelay":3,"platformVersion":"14.3","automationName":"XCuiTest","useNewWDA":false,"wdaStartupRetries":3,"platformName":"iOS","udid":"udid","wdaConnectionTimeout":500000,"autoAcceptAlerts":false},"capabilities":{"firstMatch":[{"appium:app":"ipa","appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":3,"appium:autoAcceptAlerts":false,"appium:automationName":"XCuiTest","appium:bundleId":"bundleId","appium:deviceName":"iphone7","appium:launchTimeout":300000,"appium:newCommandTimeout":600,"platformName":"ios","appium:pla... | |
2021-02-10 20:38:07:680 - [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"ipa","appium:waitForQuiescence":false,"simpleIsVisibleCheck":true,"bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"usePrebuiltWDA":true,"wdaLocalPort":8106,"showXcodeLog":true,"newCommandTimeout":600,"appium:wdaEventloopIdleDelay":3,"platformVersion":"14.3","automationName":"XCuiTest","useNewWDA":false,"wdaStartupRetries":3,"platformName":"iOS","udid":"udid","wdaConnectionTimeout":500000,"autoAcceptAlerts":false},null,{"firstMatch":[{"appium:app":"ipa","appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":3,"appium:autoAcceptAlerts":false,"appium:automationName":"XCuiTest","appium:bundleId":"bundleId","appium:deviceName":"iphone7","appium:launchTimeout":300000,"appium:newCommandTimeout":600,"platformName":"ios","appium:platformVersion":"14.3","appium:sho... | |
2021-02-10 20:38:07:681 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1612975087681 (20:38:07 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:08:495 - [Appium] Appium v1.20.0 creating new XCUITestDriver (v3.33.1) session | |
2021-02-10 20:38:08:495 - [debug] [Appium] There are no active sessions for cleanup | |
2021-02-10 20:38:08:498 - [debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
2021-02-10 20:38:08:498 - [debug] [BaseDriver] Creating session with W3C capabilities: { | |
2021-02-10 20:38:08:498 - [debug] [BaseDriver] "alwaysMatch": { | |
2021-02-10 20:38:08:498 - [debug] [BaseDriver] "platformName": "ios", | |
2021-02-10 20:38:08:498 - [debug] [BaseDriver] "appium:app": "ipa", | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:waitForQuiescence": false, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:wdaEventloopIdleDelay": 3, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:autoAcceptAlerts": false, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:automationName": "XCuiTest", | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:bundleId": "bundleId", | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:deviceName": "iphone7", | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:launchTimeout": 300000, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:newCommandTimeout": 600, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:platformVersion": "14.3", | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:showXcodeLog": true, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:simpleIsVisibleCheck": true, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:udid": "udid", | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:useNewWDA": false, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:usePrebuiltWDA": true, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:wdaConnectionTimeout": 500000, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:wdaLocalPort": 8106, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "appium:wdaStartupRetries": 3 | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] }, | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] "firstMatch": [ | |
2021-02-10 20:38:08:499 - [debug] [BaseDriver] {} | |
2021-02-10 20:38:08:500 - [debug] [BaseDriver] ] | |
2021-02-10 20:38:08:500 - [debug] [BaseDriver] } | |
2021-02-10 20:38:08:511 - [BaseDriver] Session created with session id: 3c73bf89-2456-4e76-8901-ae0f853d24b1 | |
2021-02-10 20:38:08:559 - [debug] [XCUITest] Current user: 'user' | |
2021-02-10 20:38:08:580 - [debug] [XCUITest] Available devices: udid | |
2021-02-10 20:38:08:580 - [debug] [XCUITest] Creating iDevice object with udid 'udid' | |
2021-02-10 20:38:08:581 - [XCUITest] Determining device to run tests on: udid: 'udid', real device: true | |
2021-02-10 20:38:08:641 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1612975088640 (20:38:08 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:08:644 - [BaseDriver] Using local app 'ipa' | |
2021-02-10 20:38:08:775 - [debug] [BaseDriver] Unzipping 'ipa' | |
2021-02-10 20:38:08:776 - [debug] [BaseDriver] Enforcing UTF-8 encoding on the extracted file names for 'app.ipa' | |
2021-02-10 20:38:10:232 - [debug] [BaseDriver] Extracted 402 items from 'ipa' in 1413ms | |
2021-02-10 20:38:10:235 - [debug] [BaseDriver] Matched 1 item in the extracted archive. Assuming 'Payload/app.app' is the correct bundle | |
2021-02-10 20:38:10:239 - [BaseDriver] Unzipped local app to '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' | |
2021-02-10 20:38:10:240 - [debug] [BaseDriver] Event 'appConfigured' logged at 1612975090240 (20:38:10 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:10:240 - [debug] [XCUITest] Checking whether app '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' is actually present on file system | |
2021-02-10 20:38:10:241 - [debug] [XCUITest] App is present | |
2021-02-10 20:38:10:241 - [debug] [BaseDriver] Event 'resetStarted' logged at 1612975090241 (20:38:10 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:10:241 - [debug] [XCUITest] Reset: running ios real device reset flow | |
2021-02-10 20:38:10:241 - [debug] [BaseDriver] Event 'resetComplete' logged at 1612975090241 (20:38:10 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:10:242 - [WebDriverAgent] Using WDA path: '<path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent' | |
2021-02-10 20:38:10:243 - [WebDriverAgent] Using WDA agent: '<path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
2021-02-10 20:38:10:542 - [debug] [XCUITest] Crash reports root '<path>Library/Logs/CrashReporter/MobileDevice/qamaster���s iPhone' does not exist. Got nothing to gather. | |
2021-02-10 20:38:10:542 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1612975090542 (20:38:10 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:10:542 - [XCUITest] Setting up real device | |
2021-02-10 20:38:10:543 - [debug] [XCUITest] Verifying application platform | |
2021-02-10 20:38:10:548 - [debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneOS"] | |
2021-02-10 20:38:10:723 - [debug] [XCUITest] Reset requested. Removing app with id 'bundleId' from the device | |
2021-02-10 20:38:11:254 - [debug] [XCUITest] Installing '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' on device with UUID 'udid'... | |
2021-02-10 20:38:15:176 - [debug] [WebDriverAgent] Parsed BUILD_DIR configuration value: '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp/Build/Products' | |
2021-02-10 20:38:15:176 - [debug] [WebDriverAgent] Got derived data root: '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp' | |
2021-02-10 20:38:20:923 - [debug] [Support] Traversed 140 directories and 261 files in 9496ms | |
2021-02-10 20:38:20:924 - [debug] [XCUITest] Pushed the app files successfully after 9669ms | |
2021-02-10 20:38:21:780 - [XCUITest] App installation succeeded after 10525ms | |
2021-02-10 20:38:21:780 - [debug] [XCUITest] The app has been installed successfully. | |
2021-02-10 20:38:21:780 - [debug] [BaseDriver] Event 'appInstalled' logged at 1612975101780 (20:38:21 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:21:880 - [debug] [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8106 have been found | |
2021-02-10 20:38:21:881 - [DevCon Factory] Requesting connection for device udid on local port 8106, device port 8106 | |
2021-02-10 20:38:21:881 - [debug] [DevCon Factory] Cached connections count: 0 | |
2021-02-10 20:38:21:887 - [DevCon Factory] Successfully requested the connection for udid:8106 | |
2021-02-10 20:38:21:888 - [debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp' | |
2021-02-10 20:38:21:892 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:38:21:893 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:38:21:908 - [debug] [iProxy@bad18ad0:8106] Connection was refused to port 8106 | |
2021-02-10 20:38:21:910 - [WD Proxy] socket hang up | |
2021-02-10 20:38:21:911 - [debug] [WebDriverAgent] WDA is not listening at 'http://127.0.0.1:8106/' | |
2021-02-10 20:38:21:911 - [debug] [WebDriverAgent] WDA is currently not running. There is nothing to cache | |
2021-02-10 20:38:21:911 - [debug] [XCUITest] Trying to start WebDriverAgent 3 times with 10000ms interval | |
2021-02-10 20:38:21:911 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1612975101911 (20:38:21 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:21:911 - [WebDriverAgent] Launching WebDriverAgent on the device | |
2021-02-10 20:38:21:915 - [WebDriverAgent] WebDriverAgent does not need a cleanup. The sources are up to date (1610398503742 >= 1610398503742) | |
2021-02-10 20:38:21:915 - [debug] [WebDriverAgent] Killing running processes 'xcodebuild.*udid' for the device udid... | |
2021-02-10 20:38:21:955 - [debug] [WebDriverAgent] 'pgrep -if xcodebuild.*udid' didn't detect any matching processes. Return code: 1 | |
2021-02-10 20:38:21:958 - [debug] [WebDriverAgent] Beginning test with command 'xcodebuild test-without-building -project <path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath <path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp -destination id=udid IPHONEOS_DEPLOYMENT_TARGET=14.3 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '<path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent' | |
2021-02-10 20:38:21:971 - [debug] [WebDriverAgent] Output from xcodebuild will be logged. To change this, use 'showXcodeLog' desired capability | |
2021-02-10 20:38:22:916 - [Xcode] Command line invocation: | |
2021-02-10 20:38:22:916 - [Xcode] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild test-without-building -project <path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /2U0s21-0ers/user/Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp -destination id=udid IPHONEOS_DEPLOYME2-10 20:38:22:918 - [debug] [WebDriverAgent] Waiting up NT_TARGET=14.3 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STOto 60000ms for WebDriverAgent to start | |
2021-02-10 20:38:22RE_ENA:919 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:38:22:919 - [debug] [WD Proxy] Proxying [GET /sBLE=NO | |
2021-02-10 20:38:22:916 - [Xcode] | |
20tatus] to [GET http://127.0.0.1:8106/status] with no body | |
21-02-10 20:38:22:917 - [Xcode] User defaults from command line: | |
2021-02-10 20:38:22:917 - [Xcode] IDEDerivedDataPathOverride = <path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp | |
2021-02-10 20:38:22:917 - [Xcode] | |
2021-02-10 20:38:22:917 - [Xcode] Build settings from command line: | |
2021-02-10 20:38:22:917 - [Xcode] COMPILER_INDEX_STORE_ENABLE = NO | |
2021-02-10 20:38:22:917 - [Xcode] GCC_TREAT_WARNINGS_AS_ERRORS = 0 | |
2021-02-10 20:38:22:917 - [Xcode] IPHONEOS_DEPLOYMENT_TARGET = 14.3 | |
2021-02-10 20:38:22:917 - [Xcode] | |
2021-02-10 20:38:22:917 - [Xcode] | |
2021-02-10 20:38:22:958 - [debug] [iProxy@bad18ad0:8106] Connection was refused to port 8106 | |
2021-02-10 20:38:22:959 - [WD Proxy] socket hang up | |
2021-02-10 20:38:23:559 - [Xcode] 2021-02-10 20:38:23.559 xcodebuild[12267:595748] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-17705/DTDeviceKitBase/DTDKRemoteDeviceData.m:371 | |
2021-02-10 20:38:23:559 - [Xcode] Details: (null) deviceType from udid was NULL when -platform called. | |
2021-02-10 20:38:23:559 - [Xcode] Object: <DTDKMobileDeviceToken: 0x7f98ecafbea0> | |
2021-02-10 20:38:23:559 - [Xcode] Method: -platform | |
2021-02-10 20:38:23:559 - [Xcode] Thread: <NSThread: 0x7f98e7c1eed0>{number = 2, name = (null)} | |
2021-02-10 20:38:23:559 - [Xcode] Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2021-02-10 20:38:23:559 - [Xcode] | |
2021-02-10 20:38:23:819 - [Xcode] 2021-02-10 20:38:23.818 xcodebuild[12267:595755] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-17705/DTDeviceKitBase/DTDKRemoteDeviceData.m:371 | |
2021-02-10 20:38:23:819 - [Xcode] Details: (null) deviceType from udid was NULL when -platform called. | |
2021-02-10 20:38:23:819 - [Xcode] Object: <DTDKMobileDeviceToken: 0x7f98ecafbea0> | |
2021-02-10 20:38:23:819 - [Xcode] Method: -platform | |
2021-02-10 20:38:23:819 - [Xcode] Thread: <NSThread: 0x7f98ea2a9bc0>{number = 9, name = (null)} | |
2021-02-10 20:38:23:819 - [Xcode] Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide. | |
2021-02-10 20:38:23:819 - [Xcode] | |
2021-02-10 20:38:23:959 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:38:23:960 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:38:23:965 - [debug] [iProxy@bad18ad0:8106] Connection was refused to port 8106 | |
2021-02-10 20:38:23:966 - [WD Proxy] socket hang up | |
2021-02-10 202:021-032-18:0 20:324:009 - [debug]8:24:009 - [W[Xcode] 2021-02-1ebDriverAgent] Log file for xcodebuild test: <path>Library/0 20:38:24.009 xcodebuild[12267Develope:595748] IrD/ETXcesodte/DOeripeverationdDatsOa/WebbserverDebug: WrDriverAgent-acakyusqytyydxbpirejospkejdpiting diagnostic log for test session to: | |
20/Logs/21-02-10 20:38:24:009 Test/Test-WebDriv- erAgentRunner[Xcode]-2021.02.10_20-38-23-+0400.xcresult/Staging/1_Test/Diagnostics/WebDriverAgentRunner-4077259F-7C34-4A2C-A3F1-5C8386C899B9/WebDriverAgentRunner-CCB7010E-18 /Users/user34-4419-9C39-2256E1135CB6//Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp/Logs/Test/Test-WebDriverAgentRunner-2021.02.10_20-38-23-+0400.xcrSeesult/Staging/ssion-We1_Test/Diagnostics/WebDriverAgentRunner-4077259F-7C34-4A2C-A3F1-5C838bDriverAgentR6C899B9/WebDriverAgentRunner-CCB7010E-u1nne8r-203421-0-42-4110_203824-z9-9R1XC30l.9-2256El1og | |
135CB6/Session-WebDriverAgentRunner-2021-02-10_203824-zR1X0l.log | |
2021-02-10 20:38:24:009 - [Xcode] | |
2021-02-10 20:38:24:011 - [Xcode] 2021-02-10 20:38:24.011 xcodebuild[12267:595689] [MT] IDETestOperationsObserverDebug: (457C7592-55F3-46A9-97A9-272C5270AA2F) Beginning test session WebDriverAgentRunner-457C7592-55F3-46A9-97A9-272C5270AA2F at 2021-02-10 20:38:24.010 with Xcode 12D4e on target ����<DVTiOSDevice (0x7f98ed35c4c0), qamaster���s iPhone, iPhone, 14.3 (18C66), udid> { | |
2021-02-10 20:38:24:011 - [Xcode] deviceSerialNumber: F4HT3FJXHG7F | |
2021-02-10 20:38:24:011 - [Xcode] identifier: udid | |
2021-02-10 20:38:24:011 - [Xcode] deviceClass: iPhone | |
2021-02-10 20:38:24:011 - [Xcode] deviceName: qamaster���s iPhone | |
2021-02-10 20:38:24:011 - [Xcode] deviceIdentifier: udid | |
2021-02-10 20:38:24:011 - [Xcode] productVersion: 14.3 | |
2021-02-10 20:38:24:011 - [Xcode] buildVersion: 18C66 | |
2021-02-10 20:38:24:012 - [Xcode] deviceSoftwareVersion: 14.3 (18C66) | |
2021-02-10 20:38:24:012 - [Xcode] deviceArchitecture: arm64 | |
2021-02-10 20:38:24:012 - [Xcode] deviceTotalCapacity: 25298100224 | |
2021-02-10 20:38:24:012 - [Xcode] deviceAvailableCapacity: 18363486208 | |
2021-02-10 20:38:24:012 - [Xcode] deviceIsTransient: NO | |
2021-02-10 20:38:24:012 - [Xcode] ignored: NO | |
2021-02-10 20:38:24:012 - [Xcode] deviceIsBusy: NO | |
2021-02-10 20:38:24:012 - [Xcode] deviceIsPaired: YES | |
2021-02-10 20:38:24:012 - [Xcode] deviceIsActivated: YES | |
2021-02-10 20:38:24:012 - [Xcode] deviceActivationState: Activated | |
2021-02-10 20:38:24:012 - [Xcode] isPasscodeLocked: NO | |
2021-02-10 20:38:24:012 - [Xcode] deviceType: <DVTDeviceType:0x7f98ecd0d220 Xcode.DeviceType.iPhone> | |
2021-02-10 20:38:24:012 - [Xcode] supportedDeviceFamilies: ( | |
2021-02-10 20:38:24:012 - [Xcode] 1 | |
2021-02-10 20:38:24:012 - [Xcode] ) | |
2021-02-10 20:38:24:012 - [Xcode] applications: (null) | |
2021-02-10 20:38:24:013 - [Xcode] provisioningProfiles: (null) | |
2021-02-10 20:38:24:013 - [Xcode] hasInternalSupport: NO | |
2021-02-10 20:38:24:013 - [Xcode] hasWritableSystem: NO | |
2021-02-10 20:38:24:013 - [Xcode] isSupportedOS: YES | |
2021-02-10 20:38:24:013 - [Xcode] bootArgs: (null) | |
2021-02-10 20:38:24:013 - [Xcode] nextBootArgs: (null) | |
2021-02-10 20:38:24:013 - [Xcode] connected: YES | |
2021-02-10 20:38:24:013 - [Xcode] isWirelessEnabled: NO | |
2021-02-10 20:38:24:013 - [Xcode] connectionType: direct | |
2021-02-10 20:38:24:013 - [Xcode] hostname: (null) | |
2021-02-10 20:38:24:013 - [Xcode] bonjourServiceName: 6c:ab:31:65:82:fb@fe80::6eab:31ff:fe65:82fb._apple-mobdev2._tcp.local. | |
2021-02-10 20:38:24:014 - [Xcode] activeProxiedDevice: (null) | |
2021-02-10 20:38:24:014 - [Xcode] } (14.3 (18C66)) | |
2021-02-10 20:38:24:014 - [Xcode] | |
2021-02-10 20:38:24:142 - [Xcode] 2021-02-10 20:38:24.142 xcodebuild[12267:595689] [MT] IDETestOperationsObserverDebug: (457C7592-55F3-46A9-97A9-272C5270AA2F) Finished requesting crash reports. Continuing with testing. | |
2021-02-10 20:38:24:142 - [Xcode] | |
2021-02-10 20:38:24:966 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:38:24:966 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:38:24:976 - [debug] [iProxy@bad18ad0:8106] Connection was refused to port 8106 | |
2021-02-10 20:38:24:977 - [WD Proxy] socket hang up | |
2021-02-10 20:38:25:978 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:38:25:978 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:38:25:988 - [debug] [iProxy@bad18ad0:8106] Connection was refused to port 8106 | |
2021-02-10 20:38:25:988 - [WD Proxy] socket hang up | |
2021-02-10 20:38:26:989 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:38:26:989 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:38:26:996 - [debug] [iProxy@bad18ad0:8106] Connection was refused to port 8106 | |
2021-02-10 20:38:26:996 - [WD Proxy] socket hang up | |
2021-02-10 20:38:27:087 - [Xcode] 2021-02-10 20:38:26.997109+0400 WebDriverAgentRunner-Runner[9972:7631066] Running tests... | |
2021-02-10 20:38:27:087 - [Xcode] | |
2021-02-10 20:38:27:783 - [Xcode] Test Suite 'All tests' started at 2021-02-10 20:38:27.700 | |
2021-02-10 20:38:27:783 - [Xcode] | |
2021-02-10 20:38:27:785 - [Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2021-02-10 20:38:27.702 | |
2021-02-10 20:38:27:785 - [Xcode] | |
2021-02-10 20:38:27:787 - [Xcode] Test Suite 'UITestingUITests' started at 2021-02-10 20:38:27.703 | |
2021-02-10 20:38:27:787 - [Xcode] | |
2021-02-10 20:38:27:788 - [Xcode] t = nans Suite Set Up | |
2021-02-10 20:38:27:788 - [Xcode] | |
2021-02-10 20:38:27:842 - [Xcode] 2021-02-10 20:38:27.759143+0400 WebDriverAgentRunner-Runner[9972:7631066] [User Defaults] Couldn't write values for keys ( | |
2021-02-10 20:38:27:842 - [Xcode] KeyboardAutocorrection | |
2021-02-10 20:38:27:842 - [Xcode] ) in CFPrefsPlistSource<0x282dd4900> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access | |
2021-02-10 20:38:27:842 - [Xcode] | |
2021-02-10 20:38:27:875 - [Xcode] 2021-02-10 20:38:27.792777+0400 WebDriverAgentRunner-Runner[9972:7631066] [User Defaults] Couldn't write values for keys ( | |
2021-02-10 20:38:27:875 - [Xcode] KeyboardPrediction | |
2021-02-10 20:38:27:875 - [Xcode] ) in CFPrefsPlistSource<0x282dd4900> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access | |
2021-02-10 20:38:27:875 - [Xcode] | |
2021-02-10 20:38:27:876 - [Xcode] 2021-02-10 20:38:27.793854+0400 WebDriverAgentRunner-Runner[9972:7631066] [User Defaults] Couldn't write values for keys ( | |
2021-02-10 20:38:27:876 - [Xcode] KeyboardShowPredictionBar | |
2021-02-10 20:38:27:876 - [Xcode] ) in CFPrefsPlistSource<0x282dd4900> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access | |
2021-02-10 20:38:27:876 - [Xcode] | |
2021-02-10 20:38:27:879 - [Xcode] 2021-02-10 20:38:27.796610+0400 WebDriverAgentRunner-Runner[9972:7631066] [User Defaults] Couldn't write values for keys ( | |
2021-02-10 20:38:27:879 - [Xcode] DidShowGestureKeyboardIntroduction | |
2021-02-10 20:38:27:879 - [Xcode] ) in CFPrefsPlistSource<0x282dd4900> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access | |
2021-02-10 20:38:27:879 - [Xcode] | |
2021-02-10 20:38:27:884 - [Xcode] Test Case '-[UITestingUITests testRunner]' started. | |
2021-02-10 20:38:27:884 - [Xcode] t = 0.00s Start Test at 2021-02-10 20:38:27.800 | |
2021-02-10 20:38:27:884 - [Xcode] | |
2021-02-10 20:38:27:887 - [Xcode] t = 0.00s Set Up | |
2021-02-10 20:38:27:887 - [Xcode] | |
2021-02-10 20:38:27:891 - [Xcode] 2021-02-10 20:38:27.809451+0400 WebDriverAgentRunner-Runner[9972:7631066] Built at Feb 3 2021 14:39:35 | |
2021-02-10 20:38:27:891 - [Xcode] | |
2021-02-10 20:38:27:908 - [Xcode] 2021-02-10 20:38:27.825945+0400 WebDriverAgentRunner-Runner[9972:7631066] ServerURLHere->http://192.168.0.108:8106<-ServerURLHere | |
2021-02-10 20:38:27:909 - [Xcode] | |
2021-02-10 20:38:27:909 - [Xcode] 2021-02-10 20:38:27.826900+0400 WebDriverAgentRunner-Runner[9972:7631103] Using singleton test manager | |
2021-02-10 20:38:27:909 - [Xcode] | |
2021-02-10 20:38:27:996 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:38:27:996 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:38:28:009 - [debug] [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.2","version":"14.3"},"ios":{"ip":"192.168.0.108"},"ready":true,"build":{"upgradedAt":"1610398503742","time":"Feb 3 2021 14:39:36","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null} | |
2021-02-10 20:38:28:009 - [debug] [WebDriverAgent] WebDriverAgent information: | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] { | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "message": "WebDriverAgent is ready to accept commands", | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "state": "success", | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "os": { | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "testmanagerdVersion": 28, | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "name": "iOS", | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "sdkVersion": "14.2", | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "version": "14.3" | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] }, | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "ios": { | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "ip": "192.168.0.108" | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] }, | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "ready": true, | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "build": { | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "upgradedAt": "1610398503742", | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "time": "Feb 3 2021 14:39:36", | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner" | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] } | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] } | |
2021-02-10 20:38:28:010 - [debug] [WebDriverAgent] WebDriverAgent successfully started after 6039ms | |
2021-02-10 20:38:28:011 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1612975108011 (20:38:28 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:28:011 - [debug] [XCUITest] Sending createSession command to WDA | |
2021-02-10 20:38:28:011 - [debug] [WD Proxy] Matched '/session' to command name 'createSession' | |
2021-02-10 20:38:28:012 - [debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8106/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"bundleId","arguments":[],"environment":{},"eventloopIdleDelaySec":3,"shouldWaitForQuiescence":false,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
2021-02-10 20:38:28:035 - [Xcode] t = 0.15s Open bundleId | |
2021-02-10 20:38:28:035 - [Xcode] | |
2021-02-10 20:38:28:035 - [Xcode] t = 0.15s Launch bundleId | |
2021-02-10 20:38:28:036 - [Xcode] | |
2021-02-10 20:38:28:245 - [Xcode] t = 0.36s Setting up automation session | |
2021-02-10 20:38:28:245 - [Xcode] | |
2021-02-10 20:38:28:583 - [Xcode] t = 0.70s Wait for bundleId to idle | |
2021-02-10 20:38:28:583 - [Xcode] | |
2021-02-10 20:38:28:999 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:38:28:999 - [HTTP] {} | |
2021-02-10 20:38:29:000 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:38:29:001 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
ub/status 200 4 ms - 68 | |
2021-02-10 20:38:29:005 - [HTTP] | |
2021-02-10 20:38:31:601 - [Xcode] 2021-02-10 20:38:31.506247+0400 WebDriverAgentRunner-Runner[9972:7631066] Quiescence checks are disabled for bundleId application. Making it to believe it is idling | |
2021-02-10 20:38:31:601 - [Xcode] | |
2021-02-10 20:38:31:602 - [Xcode] 2021-02-10 20:38:31.506758+0400 WebDriverAgentRunner-Runner[9972:7631066] Quiescence checks are disabled for bundleId application. Making it to believe there are no animations | |
2021-02-10 20:38:31:602 - [Xcode] | |
2021-02-10 20:38:35:661 - [Xcode] 2021-02-10 20:38:35.576452+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:38:35:661 - [Xcode] | |
2021-02-10 20:38:35:671 - [Xcode] t = 7.78s Find the Application 'bundleId' | |
2021-02-10 20:38:35:671 - [Xcode] | |
2021-02-10 20:38:35:672 - [Xcode] t = 7.78s Requesting snapshot of accessibility hierarchy for app with pid 9975 | |
2021-02-10 20:38:35:672 - [Xcode] | |
2021-02-10 20:38:35:794 - [debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"0E449474-55C0-42B8-BFE6-850C87F52221","capabilities":{"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId"}},"sessionId":"0E449474-55C0-42B8-BFE6-850C87F52221"} | |
2021-02-10 20:38:35:794 - [WD Proxy] Determined the downstream protocol as 'W3C' | |
2021-02-10 20:38:35:794 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1612975115794 (20:38:35 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:35:795 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1612975115795 (20:38:35 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:35:795 - [XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior. | |
2021-02-10 20:38:35:795 - [debug] [BaseDriver] Event 'orientationSet' logged at 1612975115795 (20:38:35 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:35:795 - [debug] [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it | |
2021-02-10 20:38:35:795 - [debug] [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it | |
2021-02-10 20:38:35:796 - [Appium] New XCUITestDriver session created successfully, session 3c73bf89-2456-4e76-8901-ae0f853d24b1 added to master session list | |
2021-02-10 20:38:35:796 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1612975115796 (20:38:35 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:38:35:797 - [debug] [W3C (3c73bf89)] Cached the protocol value 'W3C' for the new session 3c73bf89-2456-4e76-8901-ae0f853d24b1 | |
2021-02-10 20:38:35:797 - [debug] [W3C (3c73bf89)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"udid":"udid","useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3}} | |
2021-02-10 20:38:35:798 - [HTTP] <-- POST /wd/hub/session 200 28119 ms - 831 | |
2021-02-10 20:38:35:798 - [HTTP] | |
Feb 10, 2021 8:38:35 PM io.appium.java_client.remote.AppiumCommandExecutor$1 lambda$0 | |
INFO: Detected dialect: W3C | |
2021-02-10 20:38:35:873 - [HTTP] --> GET /wd/hub/session/3c73bf89-2456-4e76-8901-ae0f853d24b1 | |
2021-02-10 20:38:35:873 - [HTTP] {} | |
2021-02-10 20:38:35:874 - [debug] [W3C (3c73bf89)] Calling AppiumDriver.getSession() with args: ["3c73bf89-2456-4e76-8901-ae0f853d24b1"] | |
2021-02-10 20:38:35:874 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:38:35:875 - [debug] [WD Proxy] Matched '/' to command name 'getSession' | |
2021-02-10 20:38:35:875 - [debug] [WD Proxy] Proxying [GET /] to [GET http://127.0.0.1:8106/session/0E449474-55C0-42B8-BFE6-850C87F52221] with no body | |
2021-02-10 20:38:35:885 - [Xcode] 2021-02-10 20:38:35.803655+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:38:35:886 - [Xcode] | |
2021-02-10 20:38:35:887 - [Xcode] t = 8.01s Find the Application 'bundleId' | |
2021-02-10 20:38:35:888 - [Xcode] | |
2021-02-10 20:38:35:890 - [Xcode] t = 8.01s Requesting snapshot of accessibility hierarchy for app with pid 9975 | |
2021-02-10 20:38:35:890 - [Xcode] | |
2021-02-10 20:38:35:954 - [debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"0E449474-55C0-42B8-BFE6-850C87F52221","capabilities":{"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId"}},"sessionId":"0E449474-55C0-42B8-BFE6-850C87F52221"} | |
2021-02-10 20:38:35:966 - [debug] [WD Proxy] Proxying [GET /wda/screen] to [GET http://127.0.0.1:8106/session/0E449474-55C0-42B8-BFE6-850C87F52221/wda/screen] with no body | |
2021-02-10 20:38:35:974 - [Xcode] 2021-02-10 20:38:35.891890+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:38:35:974 - [Xcode] | |
2021-02-10 20:38:35:985 - [Xcode] t = 8.10s Get all elements bound by accessibility element for: Descendants matching type StatusBar | |
2021-02-10 20:38:35:985 - [Xcode] | |
2021-02-10 20:38:59:011 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:38:59:012 - [HTTP] {} | |
2021-02-10 20:38:59:012 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:38:59:012 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
2021-02-10 20:38:59:014 - [HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
2021-02-10 20:38:59:014 - [HTTP] | |
2021-02-10 20:39:29:021 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:39:29:022 - [HTTP] {} | |
2021-02-10 20:39:29:023 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:39:29:023 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
2021-02-10 20:39:29:025 - [HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
2021-02-10 20:39:29:025 - [HTTP] | |
2021-02-10 20:39:35:976 - [WD Proxy] Error: timeout of 500000ms exceeded | |
2021-02-10 20:39:35:976 - [WD Proxy] at createError (<path>.npm-global/lib/node_modules/appium/node_modules/axios/lib/core/createError.js:16:15) | |
2021-02-10 20:39:35:976 - [WD Proxy] at RedirectableRequest.handleRequestTimeout (<path>.npm-global/lib/node_modules/appium/node_modules/axios/lib/adapters/http.js:280:16) | |
2021-02-10 20:39:35:976 - [WD Proxy] at Object.onceWrapper (node:events:483:26) | |
2021-02-10 20:39:35:976 - [WD Proxy] at RedirectableRequest.emit (node:events:376:20) | |
2021-02-10 20:39:35:976 - [WD Proxy] at ClientRequest.eventHandlers.<computed> (<path>.npm-global/lib/node_modules/appium/node_modules/follow-redirects/index.js:13:24) | |
2021-02-10 20:39:35:976 - [WD Proxy] at ClientRequest.emit (node:events:376:20) | |
2021-02-10 20:39:35:976 - [WD Proxy] at Socket.emitRequestTimeout (node:_http_client:787:9) | |
2021-02-10 20:39:35:976 - [WD Proxy] at Object.onceWrapper (node:events:482:28) | |
2021-02-10 20:39:35:977 - [WD Proxy] at Socket.emit (node:events:388:22) | |
2021-02-10 20:39:35:977 - [WD Proxy] at Socket._onTimeout (node:net:481:8) | |
2021-02-10 20:39:35:977 - [WD Proxy] at listOnTimeout (node:internal/timers:556:17) | |
2021-02-10 20:39:35:977 - [WD Proxy] at processTimers (node:internal/timers:499:7) | |
2021-02-10 20:39:36:028 - [Xcode] t = 68.11s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:36:028 - [Xcode] | |
2021-02-10 20:39:36:030 - [debug] [W3C (3c73bf89)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 500000ms exceeded | |
2021-02-10 20:39:36:030 - [debug] [W3C (3c73bf89)] at JWProxy.command (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:275:13) | |
2021-02-10 20:39:36:030 - [debug] [W3C (3c73bf89)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:39:36:030 - [debug] [W3C (3c73bf89)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:39:36:030 - [debug] [W3C (3c73bf89)] at XCUITestDriver.proxyCommand (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/proxy-helper.js:96:12) | |
2021-02-10 20:39:36:030 - [debug] [W3C (3c73bf89)] at XCUITestDriver.getScreenInfo (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/general.js:240:10) | |
2021-02-10 20:39:36:030 - [debug] [W3C (3c73bf89)] at XCUITestDriver.getSession (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:1226:38) | |
2021-02-10 20:39:36:032 - [HTTP] <-- GET /wd/hub/session/3c73bf89-2456-4e76-8901-ae0f853d24b1 500 60160 ms - 1137 | |
2021-02-10 20:39:36:032 - [HTTP] | |
2021-02-10 20:39:36:064 - [Xcode] t = 68.18s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:36:064 - [Xcode] | |
2021-02-10 20:39:36:078 - [Xcode] t = 68.20s Checking existence of `StatusBar` | |
2021-02-10 20:39:36:078 - [Xcode] | |
2021-02-10 20:39:36:084 - [Xcode] t = 68.20s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:36:085 - [Xcode] | |
2021-02-10 20:39:36:118 - [Xcode] t = 68.24s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:36:119 - [Xcode] | |
2021-02-10 20:39:36:121 - [Xcode] t = 68.24s Find: Identity Binding | |
2021-02-10 20:39:36:121 - [Xcode] | |
2021-02-10 20:39:36:124 - [Xcode] t = 68.24s Find the StatusBar | |
2021-02-10 20:39:36:124 - [Xcode] | |
2021-02-10 20:39:36:127 - [Xcode] t = 68.24s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:36:127 - [Xcode] | |
2021-02-10 20:39:36:156 - [Xcode] t = 68.27s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:36:156 - [Xcode] | |
2021-02-10 20:39:36:159 - [Xcode] t = 68.28s Find: Identity Binding | |
2021-02-10 20:39:36:159 - [Xcode] | |
2021-02-10 20:39:36:170 - [Xcode] 2021-02-10 20:39:36.088843+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:39:36:171 - [Xcode] | |
2021-02-10 20:39:36:173 - [Xcode] t = 68.29s Get all elements bound by accessibility element for: Descendants matching type StatusBar | |
2021-02-10 20:39:36:173 - [Xcode] | |
2021-02-10 20:39:36:173 - [Xcode] t = 68.29s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:36:173 - [Xcode] | |
2021-02-10 20:39:36:201 - [Xcode] t = 68.32s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:36:202 - [Xcode] | |
2021-02-10 20:39:36:216 - [Xcode] t = 68.34s Checking existence of `StatusBar` | |
2021-02-10 20:39:36:217 - [Xcode] | |
2021-02-10 20:39:36:217 - [Xcode] t = 68.34s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:36:218 - [Xcode] | |
2021-02-10 20:39:36:245 - [Xcode] t = 68.36s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:36:245 - [Xcode] | |
2021-02-10 20:39:36:246 - [Xcode] t = 68.36s Find: Identity Binding | |
2021-02-10 20:39:36:246 - [Xcode] | |
2021-02-10 20:39:36:251 - [Xcode] t = 68.37s Find the StatusBar | |
2021-02-10 20:39:36:251 - [Xcode] | |
2021-02-10 20:39:36:254 - [Xcode] t = 68.37s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:36:254 - [Xcode] | |
2021-02-10 20:39:36:278 - [Xcode] t = 68.40s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:36:279 - [Xcode] | |
2021-02-10 20:39:36:280 - [Xcode] t = 68.40s Find: Identity Binding | |
2021-02-10 20:39:36:280 - [Xcode] | |
2021-02-10 20:39:41:061 - [Xcode] 2021-02-10 20:39:40.961074+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:39:41:062 - [Xcode] t = 73.16s Get all elements bound by accessibility element for: Descendants matching type StatusBar | |
2021-02-10 20:39:41:071 - [Xcode] | |
2021-02-10 20:39:41:071 - [Xcode] t = 73.17s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:41:071 - [Xcode] | |
2021-02-10 20:39:41:137 - [Xcode] t = 73.26s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:41:138 - [Xcode] | |
2021-02-10 20:39:41:163 - [Xcode] t = 73.28s Checking existence of `StatusBar` | |
2021-02-10 20:39:41:163 - [Xcode] | |
2021-02-10 20:39:41:165 - [Xcode] t = 73.28s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:41:165 - [Xcode] | |
2021-02-10 20:39:41:204 - [Xcode] t = 73.32s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:41:205 - [Xcode] | |
2021-02-10 20:39:41:215 - [Xcode] t = 73.32s Find: Identity Binding | |
2021-02-10 20:39:41:217 - [Xcode] | |
2021-02-10 20:39:41:217 - [Xcode] t = 73.33s Find the StatusBar | |
2021-02-10 20:39:41:217 - [Xcode] t = 73.33s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:39:41:217 - [Xcode] | |
2021-02-10 20:39:41:244 - [Xcode] t = 73.36s Find: Descendants matching type StatusBar | |
2021-02-10 20:39:41:245 - [Xcode] | |
2021-02-10 20:39:41:248 - [Xcode] t = 73.36s Find: Identity Binding | |
2021-02-10 20:39:41:248 - [Xcode] | |
2021-02-10 20:39:59:030 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:39:59:030 - [HTTP] {} | |
2021-02-10 20:39:59:034 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:39:59:034 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
2021-02-10 20:39:59:035 - [HTTP] <-- GET /wd/hub/status 200 4 ms - 68 | |
2021-02-10 20:39:59:035 - [HTTP] | |
2021-02-10 20:40:29:048 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:40:29:048 - [HTTP] {} | |
2021-02-10 20:40:29:048 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:40:29:049 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
2021-02-10 20:40:29:050 - [HTTP] <-- GET /wd/hub/status 200 4 ms - 68 | |
2021-02-10 20:40:36:079 - [HTTP] --> POST /wd/hub/session | |
2021-02-10 20:40:36:079 - [HTTP] {"desiredCapabilities":{"app":"ipa","appium:waitForQuiescence":false,"simpleIsVisibleCheck":true,"bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"usePrebuiltWDA":true,"wdaLocalPort":8106,"showXcodeLog":true,"newCommandTimeout":600,"appium:wdaEventloopIdleDelay":3,"platformVersion":"14.3","automationName":"XCuiTest","useNewWDA":false,"wdaStartupRetries":3,"platformName":"iOS","udid":"udid","wdaConnectionTimeout":500000,"autoAcceptAlerts":false},"capabilities":{"firstMatch":[{"appium:app":"ipa","appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":3,"appium:autoAcceptAlerts":false,"appium:automationName":"XCuiTest","appium:bundleId":"bundleId","appium:deviceName":"iphone7","appium:launchTimeout":300000,"appium:newCommandTimeout":600,"platformName":"ios","appium:pla... | |
2021-02-10 20:40:36:080 - [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"ipa","appium:waitForQuiescence":false,"simpleIsVisibleCheck":true,"bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"usePrebuiltWDA":true,"wdaLocalPort":8106,"showXcodeLog":true,"newCommandTimeout":600,"appium:wdaEventloopIdleDelay":3,"platformVersion":"14.3","automationName":"XCuiTest","useNewWDA":false,"wdaStartupRetries":3,"platformName":"iOS","udid":"udid","wdaConnectionTimeout":500000,"autoAcceptAlerts":false},null,{"firstMatch":[{"appium:app":"ipa","appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":3,"appium:autoAcceptAlerts":false,"appium:automationName":"XCuiTest","appium:bundleId":"bundleId","appium:deviceName":"iphone7","appium:launchTimeout":300000,"appium:newCommandTimeout":600,"platformName":"ios","appium:platformVersion":"14.3","appium:sho... | |
2021-02-10 20:40:36:080 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1612975236080 (20:40:36 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:36:086 - [Appium] Appium v1.20.0 creating new XCUITestDriver (v3.33.1) session | |
2021-02-10 20:40:36:088 - [debug] [Appium] Cleaning up 1 active session | |
2021-02-10 20:40:36:089 - [Appium] Removing session 3c73bf89-2456-4e76-8901-ae0f853d24b1 from our master session list | |
2021-02-10 20:40:36:091 - [debug] [WD Proxy] Matched '/session/3c73bf89-2456-4e76-8901-ae0f853d24b1' to command name 'deleteSession' | |
2021-02-10 20:40:36:091 - [debug] [WD Proxy] Proxying [DELETE /session/3c73bf89-2456-4e76-8901-ae0f853d24b1] to [DELETE http://127.0.0.1:8106/session/0E449474-55C0-42B8-BFE6-850C87F52221] with no body | |
2021-02-10 20:40:36:113 - [Xcode] t = 128.23s Terminate bundleId:9975 | |
2021-02-10 20:40:36:113 - [Xcode] | |
2021-02-10 20:40:37:144 - [debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":null} | |
2021-02-10 20:40:37:145 - [DevCon Factory] Releasing connections for udid device on any port number | |
2021-02-10 20:40:37:145 - [DevCon Factory] Found cached connections to release: ["udid:8106"] | |
2021-02-10 20:40:37:145 - [DevCon Factory] Releasing the listener for 'udid:8106' | |
2021-02-10 20:40:37:146 - [debug] [iProxy@bad18ad0:8106] Closing the connection | |
2021-02-10 20:40:37:146 - [debug] [DevCon Factory] Cached connections count: 0 | |
2021-02-10 20:40:37:146 - [debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on. | |
2021-02-10 20:40:37:148 - [debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] Creating session with W3C capabilities: { | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "alwaysMatch": { | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "platformName": "ios", | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:app": "ipa", | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:waitForQuiescence": false, | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:wdaEventloopIdleDelay": 3, | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:autoAcceptAlerts": false, | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:automationName": "XCuiTest", | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:bundleId": "bundleId", | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:deviceName": "iphone7", | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:launchTimeout": 300000, | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:newCommandTimeout": 600, | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:platformVersion": "14.3", | |
2021-02-10 20:40:37:151 - [debug] [BaseDriver] "appium:showXcodeLog": true, | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] "appium:simpleIsVisibleCheck": true, | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] "appium:udid": "udid", | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] "appium:useNewWDA": false, | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] "appium:usePrebuiltWDA": true, | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] "appium:wdaConnectionTimeout": 500000, | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] "appium:wdaLocalPort": 8106, | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] "appium:wdaStartupRetries": 3 | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] }, | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] "firstMatch": [ | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] {} | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] ] | |
2021-02-10 20:40:37:152 - [debug] [BaseDriver] } | |
2021-02-10 20:40:37:161 - [BaseDriver] Session created with session id: 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:40:37:168 - [Xcode] t = 129.25s Wait for bundleId to become Not Running | |
2021-02-10 20:40:37:168 - [Xcode] | |
2021-02-10 20:40:37:171 - [debug] [XCUITest] Current user: 'user' | |
2021-02-10 20:40:37:173 - [debug] [XCUITest] Available devices: udid | |
2021-02-10 20:40:37:174 - [debug] [XCUITest] Creating iDevice object with udid 'udid' | |
2021-02-10 20:40:37:174 - [XCUITest] Determining device to run tests on: udid: 'udid', real device: true | |
2021-02-10 20:40:37:175 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1612975237175 (20:40:37 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:37:176 - [BaseDriver] Using local app 'ipa' | |
2021-02-10 20:40:37:288 - [BaseDriver] Will reuse previously cached application at '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' | |
2021-02-10 20:40:37:289 - [debug] [BaseDriver] Event 'appConfigured' logged at 1612975237289 (20:40:37 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:37:289 - [debug] [XCUITest] Checking whether app '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' is actually present on file system | |
2021-02-10 20:40:37:289 - [debug] [XCUITest] App is present | |
2021-02-10 20:40:37:289 - [debug] [BaseDriver] Event 'resetStarted' logged at 1612975237289 (20:40:37 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:37:289 - [debug] [XCUITest] Reset: running ios real device reset flow | |
2021-02-10 20:40:37:289 - [debug] [BaseDriver] Event 'resetComplete' logged at 1612975237289 (20:40:37 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:37:290 - [WebDriverAgent] Using WDA path: '<path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent' | |
2021-02-10 20:40:37:290 - [WebDriverAgent] Using WDA agent: '<path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
2021-02-10 20:40:37:539 - [debug] [XCUITest] Crash reports root '<path>Library/Logs/CrashReporter/MobileDevice/qamaster���s iPhone' does not exist. Got nothing to gather. | |
2021-02-10 20:40:37:540 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1612975237540 (20:40:37 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:37:540 - [XCUITest] Setting up real device | |
2021-02-10 20:40:37:540 - [debug] [XCUITest] Verifying application platform | |
2021-02-10 20:40:37:544 - [debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneOS"] | |
2021-02-10 20:40:37:765 - [debug] [XCUITest] Reset requested. Removing app with id 'bundleId' from the device | |
2021-02-10 20:40:38:344 - [debug] [XCUITest] Installing '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' on device with UUID 'udid'... | |
2021-02-10 20:40:41:581 - [debug] [WebDriverAgent] Parsed BUILD_DIR configuration value: '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp/Build/Products' | |
2021-02-10 20:40:41:582 - [debug] [WebDriverAgent] Got derived data root: '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp' | |
2021-02-10 20:40:48:773 - [debug] [Support] Traversed 140 directories and 261 files in 10259ms | |
2021-02-10 20:40:48:775 - [debug] [XCUITest] Pushed the app files successfully after 10431ms | |
2021-02-10 20:40:49:660 - [XCUITest] App installation succeeded after 11316ms | |
2021-02-10 20:40:49:660 - [debug] [XCUITest] The app has been installed successfully. | |
2021-02-10 20:40:49:661 - [debug] [BaseDriver] Event 'appInstalled' logged at 1612975249661 (20:40:49 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:49:747 - [debug] [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8106 have been found | |
2021-02-10 20:40:49:747 - [DevCon Factory] Requesting connection for device udid on local port 8106, device port 8106 | |
2021-02-10 20:40:49:748 - [debug] [DevCon Factory] Cached connections count: 0 | |
2021-02-10 20:40:49:751 - [DevCon Factory] Successfully requested the connection for udid:8106 | |
2021-02-10 20:40:49:752 - [debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp' | |
2021-02-10 20:40:49:754 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:40:49:754 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:40:49:776 - [debug] [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.2","version":"14.3"},"ios":{"ip":"192.168.0.108"},"ready":true,"build":{"upgradedAt":"1610398503742","time":"Feb 3 2021 14:39:36","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null} | |
2021-02-10 20:40:49:777 - [debug] [WebDriverAgent] Upgrade timestamp of the currently bundled WDA: 1610398503742 | |
2021-02-10 20:40:49:777 - [debug] [WebDriverAgent] Upgrade timestamp of the WDA on the device: 1610398503742 | |
2021-02-10 20:40:49:777 - [WebDriverAgent] Will reuse previously cached WDA instance at 'http://127.0.0.1:8106/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 8106 if this is an undesired behavior. | |
2021-02-10 20:40:49:777 - [debug] [XCUITest] Trying to start WebDriverAgent 3 times with 10000ms interval | |
2021-02-10 20:40:49:778 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1612975249777 (20:40:49 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:49:778 - [WebDriverAgent] Using provided WebdriverAgent at 'http://127.0.0.1:8106/' | |
2021-02-10 20:40:49:778 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:40:49:778 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:40:49:786 - [debug] [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.2","version":"14.3"},"ios":{"ip":"192.168.0.108"},"ready":true,"build":{"upgradedAt":"1610398503742","time":"Feb 3 2021 14:39:36","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null} | |
2021-02-10 20:40:49:786 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1612975249786 (20:40:49 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:49:786 - [debug] [XCUITest] Sending createSession command to WDA | |
2021-02-10 20:40:49:787 - [debug] [WD Proxy] Matched '/session' to command name 'createSession' | |
2021-02-10 20:40:49:787 - [debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8106/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"bundleId","arguments":[],"environment":{},"eventloopIdleDelaySec":3,"shouldWaitForQuiescence":false,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
2021-02-10 20:40:49:801 - [Xcode] t = 141.92s Open bundleId | |
2021-02-10 20:40:49:801 - [Xcode] t = 141.92s Launch bundleId | |
2021-02-10 20:40:49:801 - [Xcode] | |
2021-02-10 20:40:49:955 - [Xcode] t = 142.05s Wait for accessibility to load | |
2021-02-10 20:40:49:955 - [Xcode] | |
2021-02-10 20:40:50:047 - [Xcode] t = 142.16s Setting up automation session | |
2021-02-10 20:40:50:048 - [Xcode] | |
2021-02-10 20:40:50:348 - [Xcode] t = 142.47s Wait for bundleId to idle | |
2021-02-10 20:40:50:348 - [Xcode] | |
2021-02-10 20:40:53:361 - [Xcode] 2021-02-10 20:40:53.267561+0400 WebDriverAgentRunner-Runner[9972:7631066] Quiescence checks are disabled for bundleId application. Making it to believe it is idling | |
2021-02-10 20:40:53:361 - [Xcode] 2021-02-10 20:40:53.268023+0400 WebDriverAgentRunner-Runner[9972:7631066] Quiescence checks are disabled for bundleId application. Making it to believe there are no animations | |
2021-02-10 20:40:53:362 - [Xcode] | |
2021-02-10 20:40:57:392 - [Xcode] 2021-02-10 20:40:57.305602+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:40:57:392 - [Xcode] t = 149.51s Find the Application 'bundleId' | |
2021-02-10 20:40:57:392 - [Xcode] t = 149.51s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:40:57:392 - [Xcode] | |
2021-02-10 20:40:57:485 - [debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400","capabilities":{"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId"}},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:57:486 - [WD Proxy] Determined the downstream protocol as 'W3C' | |
2021-02-10 20:40:57:486 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1612975257486 (20:40:57 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:57:486 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1612975257486 (20:40:57 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:57:486 - [XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior. | |
2021-02-10 20:40:57:486 - [debug] [BaseDriver] Event 'orientationSet' logged at 1612975257486 (20:40:57 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:57:487 - [debug] [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it | |
2021-02-10 20:40:57:487 - [debug] [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it | |
2021-02-10 20:40:57:487 - [Appium] New XCUITestDriver session created successfully, session 117ef254-0441-40f7-b740-c0b6aec7b977 added to master session list | |
2021-02-10 20:40:57:488 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1612975257487 (20:40:57 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:40:57:488 - [debug] [W3C (117ef254)] Cached the protocol value 'W3C' for the new session 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:40:57:489 - [debug] [W3C (117ef254)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"udid":"udid","useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3}} | |
2021-02-10 20:40:57:492 - [HTTP] <-- POST /wd/hub/session 200 21412 ms - 831 | |
2021-02-10 20:40:57:492 - [HTTP] | |
Feb 10, 2021 8:40:57 PM io.appium.java_client.remote.AppiumCommandExecutor$1 lambda$0 | |
INFO: Detected dialect: W3C | |
2021-02-10 20:40:57:507 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:40:57:507 - [HTTP] {} | |
2021-02-10 20:40:57:508 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:40:57:508 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:40:57:509 - [debug] [WD Proxy] Matched '/' to command name 'getSession' | |
2021-02-10 20:40:57:510 - [debug] [WD Proxy] Proxying [GET /] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400] with no body | |
2021-02-10 20:40:57:522 - [Xcode] 2021-02-10 20:40:57.437641+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:40:57:522 - [Xcode] | |
2021-02-10 20:40:57:523 - [Xcode] t = 149.64s Find the Application 'bundleId' | |
2021-02-10 20:40:57:523 - [Xcode] t = 149.64s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:40:57:523 - [Xcode] | |
2021-02-10 20:40:57:593 - [debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400","capabilities":{"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId"}},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:57:605 - [debug] [WD Proxy] Proxying [GET /wda/screen] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/wda/screen] with no body | |
2021-02-10 20:40:57:617 - [Xcode] 2021-02-10 20:40:57.533889+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:40:57:617 - [Xcode] | |
2021-02-10 20:40:57:619 - [Xcode] t = 149.73s Get all elements bound by accessibility element for: Descendants matching type StatusBar | |
2021-02-10 20:40:57:619 - [Xcode] t = 149.74s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:40:57:619 - [Xcode] | |
2021-02-10 20:40:57:653 - [Xcode] t = 149.77s Find: Descendants matching type StatusBar | |
2021-02-10 20:40:57:653 - [Xcode] | |
2021-02-10 20:40:57:667 - [Xcode] t = 149.78s Checking existence of `StatusBar` | |
2021-02-10 20:40:57:667 - [Xcode] | |
2021-02-10 20:40:57:668 - [Xcode] t = 149.79s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:40:57:668 - [Xcode] | |
2021-02-10 20:40:57:700 - [Xcode] t = 149.82s Find: Descendants matching type StatusBar | |
2021-02-10 20:40:57:700 - [Xcode] | |
2021-02-10 20:40:57:702 - [Xcode] t = 149.82s Find: Identity Binding | |
2021-02-10 20:40:57:702 - [Xcode] | |
2021-02-10 20:40:57:705 - [Xcode] t = 149.83s Find the StatusBar | |
2021-02-10 20:40:57:705 - [Xcode] | |
2021-02-10 20:40:57:707 - [Xcode] t = 149.83s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:40:57:707 - [Xcode] | |
2021-02-10 20:40:57:740 - [Xcode] t = 149.86s Find: Descendants matching type StatusBar | |
2021-02-10 20:40:57:740 - [Xcode] | |
2021-02-10 20:40:57:743 - [Xcode] t = 149.86s Find: Identity Binding | |
2021-02-10 20:40:57:743 - [Xcode] | |
2021-02-10 20:40:57:748 - [debug] [WD Proxy] Got response with status 200: {"value":{"statusBarSize":{"width":375,"height":20},"scale":2},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:57:750 - [debug] [WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/window/size] with no body | |
2021-02-10 20:40:57:757 - [Xcode] 2021-02-10 20:40:57.676931+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:40:57:757 - [Xcode] | |
2021-02-10 20:40:57:759 - [Xcode] t = 149.88s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:40:57:759 - [Xcode] | |
2021-02-10 20:40:57:820 - [Xcode] 2021-02-10 20:40:57.740268+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:40:57:820 - [Xcode] | |
2021-02-10 20:40:57:822 - [debug] [WD Proxy] Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:57:822 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:40:57:823 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:40:57:824 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 317 ms - 784 | |
2021-02-10 20:40:57:824 - [HTTP] | |
2021-02-10 20:40:57:832 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:40:57:832 - [HTTP] {} | |
2021-02-10 20:40:57:832 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:40:57:832 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:40:57:832 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:40:57:833 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:40:57:834 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 2 ms - 784 | |
2021-02-10 20:40:57:834 - [HTTP] | |
2021-02-10 20:40:58:178 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/window/rect | |
2021-02-10 20:40:58:178 - [HTTP] {} | |
2021-02-10 20:40:58:185 - [debug] [W3C (117ef254)] Calling AppiumDriver.getWindowRect() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:40:58:185 - [debug] [XCUITest] Executing command 'getWindowRect' | |
2021-02-10 20:40:58:197 - [debug] [WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/window/size] with no body | |
2021-02-10 20:40:58:225 - [Xcode] 2021-02-10 20:40:58.142953+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:40:58:225 - [Xcode] | |
2021-02-10 20:40:58:232 - [Xcode] t = 150.35s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:40:58:232 - [Xcode] | |
2021-02-10 20:40:58:356 - [Xcode] 2021-02-10 20:40:58.276040+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:40:58:356 - [Xcode] | |
2021-02-10 20:40:58:359 - [debug] [WD Proxy] Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:58:360 - [debug] [W3C (117ef254)] Responding to client with driver.getWindowRect() result: {"width":375,"height":667,"x":0,"y":0} | |
2021-02-10 20:40:58:361 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/window/rect 200 182 ms - 48 | |
2021-02-10 20:40:58:361 - [HTTP] | |
2021-02-10 20:40:58:394 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:40:58:394 - [HTTP] {} | |
2021-02-10 20:40:58:394 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:40:58:395 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
2021-02-10 20:40:58:395 - [HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
2021-02-10 20:40:58:395 - [HTTP] | |
2021-02-10 20:40:58:403 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/appium/settings | |
2021-02-10 20:40:58:403 - [HTTP] {"settings":{"snapshotMaxDepth":50}} | |
2021-02-10 20:40:58:410 - [debug] [W3C (117ef254)] Calling AppiumDriver.updateSettings() with args: [{"snapshotMaxDepth":50},"117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:40:58:410 - [debug] [XCUITest] Executing command 'updateSettings' | |
2021-02-10 20:40:58:413 - [debug] [WD Proxy] Matched '/appium/settings' to command name 'updateSettings' | |
2021-02-10 20:40:58:413 - [debug] [WD Proxy] Proxying [POST /appium/settings] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/appium/settings] with body: {"settings":{"snapshotMaxDepth":50}} | |
2021-02-10 20:40:58:417 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/appium/start_recording_screen | |
2021-02-10 20:40:58:417 - [HTTP] {"options":{"videoType":"libx264","videoQuality":"low"}} | |
2021-02-10 20:40:58:418 - [debug] [W3C (117ef254)] Calling AppiumDriver.startRecordingScreen() with args: [{"videoType":"libx264","videoQuality":"low"},"117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:40:58:418 - [debug] [XCUITest] Executing command 'startRecordingScreen' | |
2021-02-10 20:40:58:420 - [debug] [WD Proxy] Got response with status 200: {"value":{"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":true,"elementResponseAttributes":"type,label","screenshotQuality":1,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:58:420 - [XCUITest] Checking if there is/was a previous screen recording. Set 'forceRestart' option to 'true' if you'd like to skip this step. | |
2021-02-10 20:40:58:421 - [XCUITest] Screen recording is not running. There is nothing to stop. | |
2021-02-10 20:40:58:422 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/appium/settings 200 19 ms - 14 | |
2021-02-10 20:40:58:422 - [HTTP] | |
2021-02-10 20:40:58:423 - [DevCon Factory] Releasing connections for udid device on 9100 port number | |
2021-02-10 20:40:58:423 - [DevCon Factory] No cached connections have been found | |
2021-02-10 20:40:58:425 - [debug] [WD Proxy] Matched '/appium/settings' to command name 'getSettings' | |
2021-02-10 20:40:58:425 - [debug] [WD Proxy] Proxying [GET /appium/settings] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/appium/settings] with no body | |
2021-02-10 20:40:58:428 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/appium/settings | |
2021-02-10 20:40:58:428 - [HTTP] {"settings":{"snapshotTimeout":250}} | |
2021-02-10 20:40:58:429 - [debug] [W3C (117ef254)] Calling AppiumDriver.updateSettings() with args: [{"snapshotTimeout":250},"117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:40:58:429 - [debug] [XCUITest] Executing command 'updateSettings' | |
2021-02-10 20:40:58:430 - [debug] [WD Proxy] Got response with status 200: {"value":{"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":true,"elementResponseAttributes":"type,label","screenshotQuality":1,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:58:432 - [debug] [WD Proxy] Matched '/appium/settings' to command name 'updateSettings' | |
2021-02-10 20:40:58:432 - [debug] [WD Proxy] Proxying [POST /appium/settings] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/appium/settings] with body: {"settings":{"mjpegServerScreenshotQuality":10}} | |
2021-02-10 20:40:58:437 - [debug] [WD Proxy] Got response with status 200: {"value":{"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":true,"elementResponseAttributes":"type,label","screenshotQuality":1,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":10,"keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:58:440 - [DevCon Factory] Requesting connection for device udid on local port 9100, device port 9100 | |
2021-02-10 20:40:58:440 - [debug] [DevCon Factory] Cached connections count: 1 | |
2021-02-10 20:40:58:441 - [DevCon Factory] Successfully requested the connection for udid:9100 | |
2021-02-10 20:40:58:563 - [ffmpeg] ffmpeg version 4.3.1 | |
2021-02-10 20:40:58:564 - [ffmpeg] Copyright (c) 2000-2020 the FFmpeg developers | |
2021-02-10 20:40:58:564 - [ffmpeg] built with Apple clang version 11.0.3 (clang-1103.0.32.62) | |
2021-02-10 20:40:58:564 - [ffmpeg] configuration: --prefix=/usr/local/Cellar/ffmpeg/4.3.1_1 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libsoxr --enable-videotoolbox --disable-libjack --disable-indev=jack | |
2021-02-10 20:40:58:564 - [ffmpeg] libavutil 56. 51.100 / 56. 51.100 | |
2021-02-10 20:40:58:564 - [ffmpeg] libavcodec 58. 91.100 / 58. 91.100 | |
2021-02-10 20:40:58:564 - [ffmpeg] libavformat 58. 45.100 / 58. 45.100 | |
2021-02-10 20:40:58:564 - [ffmpeg] libavdevice 58. 10.100 / 58. 10.100 | |
2021-02-10 20:40:58:565 - [ffmpeg] libavfilter 7. 85.100 / 7. 85.100 | |
2021-02-10 20:40:58:565 - [ffmpeg] libavresample 4. 0. 0 / 4. 0. 0 | |
2021-02-10 20:40:58:565 - [ffmpeg] libswscale 5. 7.100 / 5. 7.100 | |
2021-02-10 20:40:58:565 - [ffmpeg] libswresample 3. 7.100 / 3. 7.100 | |
2021-02-10 20:40:58:565 - [ffmpeg] libpostproc 55. 7.100 / 55. 7.100 | |
2021-02-10 20:40:58:565 - [ffmpeg] | |
2021-02-10 20:40:58:580 - [Xcode] 2021-02-10 20:40:58.495176+0400 WebDriverAgentRunner-Runner[9972:7631106] Got screenshots broadcast client connection at 127.0.0.1:58162 | |
2021-02-10 20:40:58:580 - [Xcode] | |
2021-02-10 20:40:58:581 - [Xcode] 2021-02-10 20:40:58.496525+0400 WebDriverAgentRunner-Runner[9972:7631106] Starting screenshots broadcast for the client at 127.0.0.1:58162 | |
2021-02-10 20:40:58:581 - [Xcode] | |
2021-02-10 20:40:58:743 - [ffmpeg] Input #0, mjpeg, from 'http://127.0.0.1:9100': | |
2021-02-10 20:40:58:744 - [ffmpeg] Duration: N/A, bitrate: N/A | |
2021-02-10 20:40:58:744 - [ffmpeg] | |
2021-02-10 20:40:58:744 - [ffmpeg] Stream #0:0: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 750x1334 [SAR 144:144 DAR 375:667], 10 tbr, 1200k tbn, 10 tbc | |
2021-02-10 20:40:58:744 - [ffmpeg] | |
2021-02-10 20:40:58:745 - [ffmpeg] Stream mapping: | |
2021-02-10 20:40:58:745 - [ffmpeg] Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264)) | |
2021-02-10 20:40:58:746 - [ffmpeg] Press [q] to stop, [?] for help | |
2021-02-10 20:40:58:746 - [ffmpeg] | |
2021-02-10 20:40:58:752 - [ffmpeg] [libx264 @ 0x7f8681009a00] using SAR=1/1 | |
2021-02-10 20:40:58:752 - [ffmpeg] | |
2021-02-10 20:40:58:753 - [ffmpeg] [libx264 @ 0x7f8681009a00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 | |
2021-02-10 20:40:58:753 - [ffmpeg] | |
2021-02-10 20:40:58:757 - [ffmpeg] [libx264 @ 0x7f8681009a00] profile High, level 3.2, 4:2:0, 8-bit | |
2021-02-10 20:40:58:757 - [ffmpeg] | |
2021-02-10 20:40:58:757 - [ffmpeg] [libx264 @ 0x7f8681009a00] 264 - core 160 r3011M cde9a93 - H.264/MPEG-4 AVC codec - Copyleft 2003-2020 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=10 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 | |
2021-02-10 20:40:58:757 - [ffmpeg] Output #0, mp4, to '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1ptqmsz.sxtc/appium_a8ac8f.mp4': | |
2021-02-10 20:40:58:757 - [ffmpeg] Metadata: | |
2021-02-10 20:40:58:757 - [ffmpeg] encoder : Lavf58.45.100 | |
2021-02-10 20:40:58:757 - [ffmpeg] Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuvj420p(pc), 750x1334 [SAR 144:144 DAR 375:667], q=-1--1, 10 fps, 10240 tbn, 10 tbc | |
2021-02-10 20:40:58:757 - [ffmpeg] Metadata: | |
2021-02-10 20:40:58:757 - [ffmpeg] encoder : Lavc58.91.100 libx264 | |
2021-02-10 20:40:58:757 - [ffmpeg] Side data: | |
2021-02-10 20:40:58:757 - [ffmpeg] cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A | |
2021-02-10 20:40:58:757 - [ffmpeg] | |
2021-02-10 20:40:59:056 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:40:59:056 - [HTTP] {} | |
2021-02-10 20:40:59:056 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:40:59:056 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
021-02-10 20:40:59:058 - [HTTP] | |
2021-02-10 20:40:59:659 - [XCUITest] Starting screen capture on the device 'udid' with command: 'ffmpeg -f mjpeg -r 10 -i http://127.0.0.1:9100 -vcodec libx264 -y /var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1ptqmsz.sxtc/appium_a8ac8f.mp4'. Will timeout in 180000ms | |
2021-02-10 20:40:59:661 - [debug] [WD Proxy] Matched '/appium/settings' to command name 'updateSettings' | |
2021-02-10 20:40:59:661 - [debug] [WD Proxy] Proxying [POST /appium/settings] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/appium/settings] with body: {"settings":{"snapshotTimeout":250}} | |
2021-02-10 20:40:59:662 - [debug] [W3C (117ef254)] Responding to client with driver.startRecordingScreen() result: "" | |
2021-02-10 20:40:59:663 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/appium/start_recording_screen 200 1245 ms - 12 | |
2021-02-10 20:40:59:663 - [HTTP] | |
2021-02-10 20:40:59:668 - [debug] [WD Proxy] Got response with status 200: {"value":{"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":true,"elementResponseAttributes":"type,label","screenshotQuality":1,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":10,"keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":250,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:40:59:669 - [debug] [W3C (117ef254)] Responding to client with driver.updateSettings() result: null | |
2021-02-10 20:40:59:669 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/appium/settings 200 1241 ms - 14 | |
2021-02-10 20:40:59:669 - [HTTP] | |
2021-02-10 20:40:59:684 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:40:59:684 - [HTTP] {"using":"-ios predicate string","value":"name == 'Cancel' OR name == 'Continue' "} | |
2021-02-10 20:40:59:685 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'Cancel' OR name == 'Continue' ","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:40:59:685 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:40:59:685 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:40:59:686 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:40:59:686 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:40:59:686 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'Cancel' OR name == 'Continue' "} | |
2021-02-10 20:40:59:704 - [Xcode] 2021-02-10 20:40:59.619033+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:40:59:705 - [Xcode] | |
2021-02-10 20:40:59:707 - [Xcode] t = 151.83s Get all elements bound by accessibility element for: Elements matching predicate '(wdName == "Cancel" OR wdName == "Continue") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:40:59:707 - [Xcode] | |
2021-02-10 20:40:59:716 - [Xcode] t = 151.83s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:40:59:716 - [Xcode] | |
2021-02-10 20:40:59:855 - [Xcode] t = 151.97s Find: Descendants matching type Any | |
2021-02-10 20:40:59:856 - [Xcode] | |
2021-02-10 20:40:59:858 - [Xcode] t = 151.98s Find: Elements matching predicate '(wdName == "Cancel" OR wdName == "Continue") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:40:59:858 - [Xcode] | |
2021-02-10 20:40:59:872 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'name == 'Cancel' OR name == 'Continue' '","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 l... | |
2021-02-10 20:40:59:873 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:40:59:882 - [debug] [W3C (117ef254)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:40:59:882 - [debug] [W3C (117ef254)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:40:59:883 - [debug] [W3C (117ef254)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:40:59:883 - [debug] [W3C (117ef254)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:40:59:883 - [debug] [W3C (117ef254)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:40:59:883 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:40:59:883 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:40:59:883 - [debug] [W3C (117ef254)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:40:59:885 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 404 200 ms - 1149 | |
2021-02-10 20:40:59:885 - [HTTP] | |
2021-02-10 20:41:00:393 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:00:394 - [HTTP] {"using":"-ios predicate string","value":"name == 'Cancel' OR name == 'Continue' "} | |
2021-02-10 20:41:00:394 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'Cancel' OR name == 'Continue' ","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:00:395 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:00:395 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:00:395 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:00:396 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:00:396 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'Cancel' OR name == 'Continue' "} | |
2021-02-10 20:41:00:447 - [Xcode] 2021-02-10 20:41:00.363254+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:00:447 - [Xcode] | |
2021-02-10 20:41:00:449 - [Xcode] t = 152.57s Get all elements bound by accessibility element for: Elements matching predicate '(wdName == "Cancel" OR wdName == "Continue") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:00:449 - [Xcode] | |
2021-02-10 20:41:00:456 - [Xcode] t = 152.57s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:00:456 - [Xcode] | |
2021-02-10 20:41:00:576 - [Xcode] t = 152.70s Find: Descendants matching type Any | |
2021-02-10 20:41:00:576 - [Xcode] | |
2021-02-10 20:41:00:579 - [Xcode] t = 152.70s Find: Elements matching predicate '(wdName == "Cancel" OR wdName == "Continue") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:00:580 - [Xcode] | |
2021-02-10 20:41:00:590 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'name == 'Cancel' OR name == 'Continue' '","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 l... | |
2021-02-10 20:41:00:590 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:00:591 - [debug] [W3C (117ef254)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:00:591 - [debug] [W3C (117ef254)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:00:591 - [debug] [W3C (117ef254)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:00:591 - [debug] [W3C (117ef254)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:00:591 - [debug] [W3C (117ef254)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:00:591 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:00:591 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:00:591 - [debug] [W3C (117ef254)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:00:592 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 404 198 ms - 1149 | |
2021-02-10 20:41:00:592 - [HTTP] | |
2021-02-10 20:41:01:101 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:01:101 - [HTTP] {"using":"-ios predicate string","value":"name == 'Cancel' OR name == 'Continue' "} | |
2021-02-10 20:41:01:101 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'Cancel' OR name == 'Continue' ","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:01:101 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:01:101 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:01:102 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:01:102 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:01:102 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'Cancel' OR name == 'Continue' "} | |
2021-02-10 20:41:01:140 - [Xcode] 2021-02-10 20:41:01.048459+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:01:140 - [Xcode] | |
2021-02-10 20:41:01:146 - [Xcode] t = 153.25s Get all elements bound by accessibility element for: Elements matching predicate '(wdName == "Cancel" OR wdName == "Continue") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:01:146 - [Xcode] | |
2021-02-10 20:41:01:147 - [Xcode] t = 153.26s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:01:147 - [Xcode] | |
2021-02-10 20:41:01:296 - [Xcode] t = 153.41s Find: Descendants matching type Any | |
2021-02-10 20:41:01:296 - [Xcode] | |
2021-02-10 20:41:01:298 - [Xcode] t = 153.42s Find: Elements matching predicate '(wdName == "Cancel" OR wdName == "Continue") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:01:298 - [Xcode] | |
2021-02-10 20:41:01:310 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'name == 'Cancel' OR name == 'Continue' '","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 l... | |
2021-02-10 20:41:01:311 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:01:312 - [debug] [W3C (117ef254)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:01:313 - [debug] [W3C (117ef254)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:01:313 - [debug] [W3C (117ef254)] at runMicrotasks (<anonymous>) | |
eues:93:5) | |
2021-02-10 20:41:01:313 - [debug] [W3C (117ef254)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:01:313 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:01:313 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:01:313 - [debug] [W3C (117ef254)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:01:314 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 404 213 ms - 1149 | |
2021-02-10 20:41:01:314 - [HTTP] | |
2021-02-10 20:41:01:324 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/alert/text | |
2021-02-10 20:41:01:324 - [HTTP] {} | |
2021-02-10 20:41:01:325 - [debug] [W3C (117ef254)] Calling AppiumDriver.getAlertText() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:01:325 - [debug] [XCUITest] Executing command 'getAlertText' | |
2021-02-10 20:41:01:328 - [debug] [WD Proxy] Matched '/alert/text' to command name 'getAlertText' | |
2021-02-10 20:41:01:328 - [debug] [WD Proxy] Proxying [GET /alert/text] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/alert/text] with no body | |
2021-02-10 20:41:01:335 - [Xcode] 2021-02-10 20:41:01.254927+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:01:335 - [Xcode] | |
2021-02-10 20:41:01:338 - [Xcode] t = 153.46s Get all elements bound by accessibility element for: Elements matching predicate 'elementType IN {7, 5, 46}' | |
2021-02-10 20:41:01:338 - [Xcode] | |
2021-02-10 20:41:01:340 - [Xcode] t = 153.46s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:01:341 - [Xcode] | |
2021-02-10 20:41:01:391 - [Xcode] t = 153.51s Find: Descendants matching type Any | |
2021-02-10 20:41:01:391 - [Xcode] | |
2021-02-10 20:41:01:393 - [Xcode] t = 153.51s Find: Elements matching predicate 'elementType IN {7, 5, 46}' | |
2021-02-10 20:41:01:393 - [Xcode] | |
2021-02-10 20:41:01:418 - [Xcode] t = 153.54s Checking existence of `ScrollView` | |
2021-02-10 20:41:01:418 - [Xcode] | |
2021-02-10 20:41:01:419 - [Xcode] t = 153.54s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:01:419 - [Xcode] | |
2021-02-10 20:41:01:478 - [Xcode] t = 153.60s Find: Descendants matching type Any | |
2021-02-10 20:41:01:479 - [Xcode] | |
2021-02-10 20:41:01:480 - [Xcode] t = 153.60s Find: Elements matching predicate 'elementType IN {7, 5, 46}' | |
2021-02-10 20:41:01:480 - [Xcode] | |
2021-02-10 20:41:01:481 - [Xcode] t = 153.60s Find: Identity Binding | |
2021-02-10 20:41:01:481 - [Xcode] | |
2021-02-10 20:41:01:493 - [WD Proxy] Got response with status 404: {"value":{"error":"no such alert","message":"An attempt was made to operate on a modal dialog when one was not open","traceback":""},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:01:494 - [debug] [W3C] Matched W3C error code 'no such alert' to NoSuchAlertError | |
2021-02-10 20:41:01:502 - [debug] [W3C (117ef254)] Encountered internal error running command: NoSuchAlertError: An attempt was made to operate on a modal dialog when one was not open | |
2021-02-10 20:41:01:502 - [debug] [W3C (117ef254)] at errorFromW3CJsonCode (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:780:25) | |
2021-02-10 20:41:01:502 - [debug] [W3C (117ef254)] at ProxyRequestError.getActualError (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:663:14) | |
2021-02-10 20:41:01:503 - [debug] [W3C (117ef254)] at JWProxy.command (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:273:19) | |
2021-02-10 20:41:01:503 - [debug] [W3C (117ef254)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:01:503 - [debug] [W3C (117ef254)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:01:503 - [debug] [W3C (117ef254)] at XCUITestDriver.proxyCommand (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/proxy-helper.js:96:12) | |
2021-02-10 20:41:01:503 - [debug] [W3C (117ef254)] at XCUITestDriver.getAlertText (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/alert.js:12:10) | |
2021-02-10 20:41:01:504 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/alert/text 404 180 ms - 1083 | |
2021-02-10 20:41:01:504 - [HTTP] | |
2021-02-10 20:41:01:538 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:01:538 - [HTTP] {} | |
2021-02-10 20:41:01:538 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:01:539 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:01:539 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:01:539 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:01:540 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:01:540 - [HTTP] | |
2021-02-10 20:41:01:544 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:01:544 - [HTTP] {} | |
2021-02-10 20:41:01:544 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:01:544 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:01:544 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:01:544 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:01:545 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:01:545 - [HTTP] | |
2021-02-10 20:41:01:719 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:01:719 - [HTTP] {} | |
2021-02-10 20:41:01:720 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:01:720 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:01:720 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:01:720 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:01:721 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:01:721 - [HTTP] | |
2021-02-10 20:41:01:724 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:01:724 - [HTTP] {} | |
2021-02-10 20:41:01:724 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:01:725 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:01:725 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:01:725 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:01:725 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:01:726 - [HTTP] | |
2021-02-10 20:41:01:730 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:01:731 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:01:731 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:01:731 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:01:731 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:01:732 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:01:732 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:01:732 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:01:777 - [Xcode] 2021-02-10 20:41:01.694788+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:01:777 - [Xcode] | |
2021-02-10 20:41:01:780 - [Xcode] t = 153.90s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:01:780 - [Xcode] | |
2021-02-10 20:41:01:786 - [Xcode] t = 153.90s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:01:786 - [Xcode] | |
2021-02-10 20:41:01:904 - [Xcode] t = 154.02s Find: Descendants matching type Any | |
2021-02-10 20:41:01:904 - [Xcode] | |
2021-02-10 20:41:01:906 - [Xcode] t = 154.02s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:01:906 - [Xcode] | |
2021-02-10 20:41:01:915 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
2021-02-10 20:41:01:915 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:01:916 - [debug] [W3C (117ef254)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:01:916 - [debug] [W3C (117ef254)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:01:916 - [debug] [W3C (117ef254)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:01:916 - [debug] [W3C (117ef254)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:01:916 - [debug] [W3C (117ef254)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:01:916 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:01:916 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:01:917 - [debug] [W3C (117ef254)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:01:917 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 404 187 ms - 1149 | |
2021-02-10 20:41:01:917 - [HTTP] | |
2021-02-10 20:41:02:423 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:02:423 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:02:424 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:02:424 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:02:424 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:02:424 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:02:425 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:02:425 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:02:452 - [Xcode] 2021-02-10 20:41:02.365226+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:02:452 - [Xcode] | |
2021-02-10 20:41:02:458 - [Xcode] t = 154.57s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:02:458 - [Xcode] | |
2021-02-10 20:41:02:458 - [Xcode] t = 154.58s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:02:459 - [Xcode] | |
2021-02-10 20:41:02:597 - [Xcode] t = 154.72s Find: Descendants matching type Any | |
2021-02-10 20:41:02:597 - [Xcode] | |
2021-02-10 20:41:02:600 - [Xcode] t = 154.72s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:02:600 - [Xcode] | |
2021-02-10 20:41:02:611 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
2021-02-10 20:41:02:611 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:02:612 - [debug] [W3C (117ef254)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:02:612 - [debug] [W3C (117ef254)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:02:612 - [debug] [W3C (117ef254)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:02:612 - [debug] [W3C (117ef254)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:02:612 - [debug] [W3C (117ef254)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:02:612 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:02:612 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:02:612 - [debug] [W3C (117ef254)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:02:613 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 404 190 ms - 1149 | |
2021-02-10 20:41:02:613 - [HTTP] | |
2021-02-10 20:41:03:119 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:03:119 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:03:119 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:03:120 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:03:120 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:03:120 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:03:121 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:03:121 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:03:158 - [Xcode] 2021-02-10 20:41:03.071330+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:03:159 - [Xcode] | |
2021-02-10 20:41:03:163 - [Xcode] t = 155.28s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:03:163 - [Xcode] | |
2021-02-10 20:41:03:172 - [Xcode] t = 155.29s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:03:172 - [Xcode] | |
2021-02-10 20:41:03:312 - [Xcode] t = 155.43s Find: Descendants matching type Any | |
2021-02-10 20:41:03:313 - [Xcode] | |
2021-02-10 20:41:03:313 - [Xcode] t = 155.43s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:03:313 - [Xcode] | |
2021-02-10 20:41:03:323 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
2021-02-10 20:41:03:323 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:03:324 - [debug] [W3C (117ef254)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:03:324 - [debug] [W3C (117ef254)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:03:324 - [debug] [W3C (117ef254)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:03:324 - [debug] [W3C (117ef254)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:03:324 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:03:324 - [debug] [W3C (117ef254)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:03:324 - [debug] [W3C (117ef254)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:03:325 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 404 206 ms - 1149 | |
2021-02-10 20:41:03:325 - [HTTP] | |
2021-02-10 20:41:03:338 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:03:338 - [HTTP] {"using":"-ios predicate string","value":"name = \"title\" AND label = \"Disclaimer\""} | |
2021-02-10 20:41:03:338 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = \"title\" AND label = \"Disclaimer\"","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:03:339 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:03:339 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:03:339 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:03:339 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:03:339 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name = \"title\" AND label = \"Disclaimer\""} | |
2021-02-10 20:41:03:347 - [Xcode] 2021-02-10 20:41:03.266238+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:03:347 - [Xcode] | |
2021-02-10 20:41:03:348 - [Xcode] t = 155.47s Get all elements bound by accessibility element for: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:03:349 - [Xcode] | |
2021-02-10 20:41:03:351 - [Xcode] t = 155.47s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:03:351 - [Xcode] | |
2021-02-10 20:41:03:428 - [Xcode] t = 155.55s Find: Descendants matching type Any | |
2021-02-10 20:41:03:429 - [Xcode] | |
2021-02-10 20:41:03:431 - [Xcode] t = 155.55s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:03:431 - [Xcode] | |
2021-02-10 20:41:03:442 - [Xcode] t = 155.56s Checking existence of `"title" StaticText` | |
2021-02-10 20:41:03:442 - [Xcode] | |
2021-02-10 20:41:03:445 - [Xcode] t = 155.56s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:03:445 - [Xcode] | |
2021-02-10 20:41:03:525 - [Xcode] t = 155.64s Find: Descendants matching type Any | |
2021-02-10 20:41:03:525 - [Xcode] | |
2021-02-10 20:41:03:527 - [Xcode] t = 155.65s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:03:527 - [Xcode] | |
2021-02-10 20:41:03:529 - [Xcode] t = 155.65s Find: Identity Binding | |
2021-02-10 20:41:03:529 - [Xcode] | |
2021-02-10 20:41:03:540 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"1D000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"1D000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:03:540 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1D000000-0000-0000-F926-000000000000","ELEMENT":"1D000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:03:541 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 203 ms - 137 | |
2021-02-10 20:41:03:541 - [HTTP] | |
2021-02-10 20:41:03:546 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/1D000000-0000-0000-F926-000000000000/displayed | |
2021-02-10 20:41:03:547 - [HTTP] {} | |
2021-02-10 20:41:03:547 - [W3C (117ef254)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:03:548 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:03:548 - [debug] [WD Proxy] Matched '/wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/1D000000-0000-0000-F926-000000000000/displayed' to command name 'elementDisplayed' | |
2021-02-10 20:41:03:548 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/1D000000-0000-0000-F926-000000000000/displayed] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/1D000000-0000-0000-F926-000000000000/displayed] with no body | |
2021-02-10 20:41:03:553 - [Xcode] t = 155.67s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:03:553 - [Xcode] | |
2021-02-10 20:41:03:628 - [Xcode] t = 155.75s Find: Descendants matching type Any | |
2021-02-10 20:41:03:628 - [Xcode] | |
2021-02-10 20:41:03:630 - [Xcode] t = 155.75s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:03:630 - [Xcode] | |
2021-02-10 20:41:03:633 - [Xcode] t = 155.75s Find: Identity Binding | |
2021-02-10 20:41:03:633 - [Xcode] | |
2021-02-10 20:41:03:675 - [debug] [WD Proxy] Got response with status 200: {"value":true,"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:03:676 - [WD Proxy] Replacing sessionId E4066E22-82A9-4EF1-963C-A5A81D19D400 with 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:03:676 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/1D000000-0000-0000-F926-000000000000/displayed 200 130 ms - 65 | |
2021-02-10 20:41:03:676 - [HTTP] | |
[property] BROWSER=UNDEFINED (default) | |
[property] BROWSER=safari | |
2021-02-10 20:41:03:683 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/screenshot | |
2021-02-10 20:41:03:683 - [HTTP] {} | |
2021-02-10 20:41:03:684 - [debug] [W3C (117ef254)] Calling AppiumDriver.getScreenshot() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:03:684 - [debug] [XCUITest] Executing command 'getScreenshot' | |
2021-02-10 20:41:03:684 - [debug] [XCUITest] Taking screenshot with WDA | |
2021-02-10 20:41:03:684 - [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
2021-02-10 20:41:03:685 - [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/screenshot] with no body | |
2021-02-10 20:41:03:724 - [Xcode] 2021-02-10 20:41:03.643757+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:03:724 - [Xcode] | |
2021-02-10 20:41:03:757 - [Xcode] 2021-02-10 20:41:03.677245+0400 WebDriverAgentRunner-Runner[9972:7631066] AVDRegister - AppleAVDCheckPlatform() returned FALSE | |
2021-02-10 20:41:03:757 - [Xcode] | |
2021-02-10 20:41:03:862 - [debug] [WD Proxy] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAAAAHGlET1QAAAACAAAAAAAA\r\nApsAAAAoAAACmwAAApsAAfs0VpuHOQAAQABJREFUeAHsnYd/FLfW/ndtQ3qltwQI\r\nkEASUkgP3QV3m95CbwYDNq67O22LbUqSm5ub5N63/N7/9fedOfZk8dpmHSDehcfo\r\nM2g1R9LRMyPpmaOjmYTjBgpCQAgIASEgBISAEKh8BFwvi5IZx7eIKZyofL2loRAQ\r\nAkJACAgBISAEQEBURvYnISAEhIAQEAJC4MkgAKuYV3giVExU5slcvCdyMVSIEBAC\r\nQkAICAEhMF8ERGVEZYSAEBACQkAICIEngwAOK/MK82UtM8qLyjyZizcjuEoUAkJA\r\nCAgBISAEnjYCojKiMkJACAgBISAEhMCTQQBWMa/wRFiOqMyTuXhP5GKoECFQaQhg\r\nKEYlMxdXmm7SRwg8kwgYD6Bp1vtmbKOdiiVnlHmyiX9nXX9B8wqiMjZcptKuNYOf\r\nxD0/Zyo+sm3IpzMe8uSyQvwgH2QLZCTdLjxxK5AyOUv6I4uVgBB4bhGwLhn3HXAo\r\nTZkNHPogwnS32QSULgSEwIwIxKShuOvNJkkXYy6z8DRmNOvy1E5FBPvZc/3miZM/\r\nHD5yvLPrUFt7V0trxxMPrW2d7R3dXd2Hqej6jVsoQBtNgdmgIB31ignDwrxXBiWA\r\nI5GosbBo8YsNjc1cm2LNZmyDJY6mHCQpxBp8u2/g7LmLAEEh+/Y3AveRoycuXLxC\r\n+shoxu4Vjgy4yJdZxRy165QQePYQoDfZY0DcX0ix8MjG8hRBLsv+SGEJCAE... | |
2021-02-10 20:41:03:864 - [debug] [W3C (117ef254)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAAAAHGlET1QAAAACAAAAAAAA\r\nApsAAAAoAAACmwAAApsAAfs0VpuHOQAAQABJREFUeAHsnYd/FLfW/ndtQ3qltwQI\r\nkEASUkgP3QV3m95CbwYDNq67O22LbUqSm5ub5N63/N7/9fedOfZk8dpmHSDehcfo\r\nM2g1R9LRMyPpmaOjmYTjBgpCQAgIASEgBISAEKh8BFwvi5IZx7eIKZyofL2loRAQ\r\nAkJACAgBISAEQEBURvYnISAEhIAQEAJC4MkgAKuYV3giVExU5slcvCdyMVSIEBAC\r\nQkAICAEhMF8ERGVEZYSAEBACQkAICIEngwAOK/MK82UtM8qLyjyZizcjuEoUAkJA\r\nCAgBISAEnjYCojKiMkJACAgBISAEhMCTQQBWMa/wRFiOqMyTuXhP5GKoECFQaQhg\r\nKEYlMxdXmm7SRwg8kwgYD6Bp1vtmbKOdiiVnlHmyiX9nXX9B8wqiMjZcptKuNYOf\r\nxD0/Zyo+sm3IpzMe8uSyQvwgH2QLZCTdLjxxK5AyOUv6I4uVgBB4bhGwLhn3HXAo\r\nTZkNHPogwnS32QSULgSEwIwIxKShuOvNJkkXYy6z8DRmNOvy1E5FBPvZc/3miZM/\r\nHD5yvLPrUFt7V0trxxMPrW2d7R3dXd2Hqej6jVsoQBtNgdmgIB31ignDwrxXBiWA\r\nI5GosbBo8YsNjc1cm2LNZmyDJY6mHCQpxBp8u2/g7LmLAEEh+/Y3AveRoycuXLxC\r\n+shoxu4Vjgy4yJdZxRy165QQePYQoDfZY0DcX0ix8MjG8hRBLsv+SGEJCAEhECMQ\r\n... | |
2021-02-10 20:41:03:867 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/screenshot 200 183 ms - 391156 | |
2021-02-10 20:41:03:867 - [HTTP] | |
getScreenshotAs(OutputType.BYTES) = 276100 | |
2021-02-10 20:41:03:927 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:03:928 - [HTTP] {} | |
2021-02-10 20:41:03:928 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:03:928 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:03:928 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:03:928 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:03:929 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:03:929 - [HTTP] | |
2021-02-10 20:41:03:935 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:03:935 - [HTTP] {} | |
2021-02-10 20:41:03:935 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:03:935 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:03:936 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:03:936 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:03:936 - [HTTP] | |
2021-02-10 20:41:03:943 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:03:943 - [HTTP] {"using":"-ios predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:41:03:943 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = 'disclaimer_dialog_agree_button'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:03:944 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:03:944 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:03:944 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:03:944 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:03:945 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:41:03:952 - [Xcode] 2021-02-10 20:41:03.872156+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:03:952 - [Xcode] | |
2021-02-10 20:41:03:955 - [Xcode] t = 156.08s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:03:955 - [Xcode] | |
2021-02-10 20:41:03:958 - [Xcode] t = 156.08s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:03:958 - [Xcode] | |
2021-02-10 20:41:04:062 - [Xcode] t = 156.18s Find: Descendants matching type Any | |
2021-02-10 20:41:04:062 - [Xcode] | |
2021-02-10 20:41:04:065 - [Xcode] t = 156.18s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:066 - [Xcode] | |
2021-02-10 20:41:04:073 - [Xcode] t = 156.19s Checking existence of `"disclaimer_dialog_agree_button" Other` | |
2021-02-10 20:41:04:073 - [Xcode] | |
2021-02-10 20:41:04:075 - [Xcode] t = 156.19s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:04:075 - [Xcode] | |
2021-02-10 20:41:04:171 - [Xcode] t = 156.29s Find: Descendants matching type Any | |
2021-02-10 20:41:04:171 - [Xcode] | |
2021-02-10 20:41:04:173 - [Xcode] t = 156.29s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:173 - [Xcode] | |
2021-02-10 20:41:04:175 - [Xcode] t = 156.30s Find: Identity Binding | |
2021-02-10 20:41:04:176 - [Xcode] | |
2021-02-10 20:41:04:184 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2C000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:04:185 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-F926-000000000000","ELEMENT":"2C000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:04:186 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 242 ms - 137 | |
2021-02-10 20:41:04:186 - [HTTP] | |
2021-02-10 20:41:04:189 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/location | |
2021-02-10 20:41:04:189 - [HTTP] {} | |
2021-02-10 20:41:04:189 - [debug] [W3C (117ef254)] Calling AppiumDriver.getLocation() with args: ["2C000000-0000-0000-F926-000000000000","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:04:190 - [debug] [XCUITest] Executing command 'getLocation' | |
2021-02-10 20:41:04:192 - [debug] [WD Proxy] Matched '/element/2C000000-0000-0000-F926-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:41:04:192 - [debug] [WD Proxy] Proxying [GET /element/2C000000-0000-0000-F926-000000000000/rect] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/2C000000-0000-0000-F926-000000000000/rect] with no body | |
2021-02-10 20:41:04:197 - [Xcode] t = 156.32s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:04:197 - [Xcode] | |
2021-02-10 20:41:04:282 - [Xcode] t = 156.40s Find: Descendants matching type Any | |
2021-02-10 20:41:04:283 - [Xcode] | |
2021-02-10 20:41:04:284 - [Xcode] t = 156.40s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:284 - [Xcode] | |
2021-02-10 20:41:04:287 - [Xcode] t = 156.41s Find: Identity Binding | |
2021-02-10 20:41:04:287 - [Xcode] | |
2021-02-10 20:41:04:293 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":485,"x":239,"width":102,"height":45},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:04:294 - [debug] [W3C (117ef254)] Responding to client with driver.getLocation() result: {"x":239,"y":485} | |
2021-02-10 20:41:04:294 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/location 200 105 ms - 27 | |
2021-02-10 20:41:04:294 - [HTTP] | |
2021-02-10 20:41:04:298 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:04:298 - [HTTP] {} | |
2021-02-10 20:41:04:299 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:04:299 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:04:299 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:04:299 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:04:300 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:04:300 - [HTTP] | |
2021-02-10 20:41:04:302 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:04:302 - [HTTP] {} | |
2021-02-10 20:41:04:303 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:04:303 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:04:303 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:04:303 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:04:304 - [HTTP] | |
2021-02-10 20:41:04:313 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:04:314 - [HTTP] {"using":"-ios predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:41:04:314 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = 'disclaimer_dialog_agree_button'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:04:314 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:04:314 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:04:314 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:04:315 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:04:315 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:41:04:321 - [Xcode] 2021-02-10 20:41:04.241004+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:04:321 - [Xcode] | |
2021-02-10 20:41:04:323 - [Xcode] t = 156.44s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:323 - [Xcode] | |
2021-02-10 20:41:04:324 - [Xcode] t = 156.44s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:04:324 - [Xcode] | |
2021-02-10 20:41:04:412 - [Xcode] t = 156.53s Find: Descendants matching type Any | |
2021-02-10 20:41:04:412 - [Xcode] | |
2021-02-10 20:41:04:414 - [Xcode] t = 156.53s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:414 - [Xcode] | |
2021-02-10 20:41:04:423 - [Xcode] t = 156.54s Checking existence of `"disclaimer_dialog_agree_button" Other` | |
2021-02-10 20:41:04:423 - [Xcode] | |
2021-02-10 20:41:04:425 - [Xcode] t = 156.54s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:04:425 - [Xcode] | |
2021-02-10 20:41:04:515 - [Xcode] t = 156.63s Find: Descendants matching type Any | |
2021-02-10 20:41:04:515 - [Xcode] | |
2021-02-10 20:41:04:517 - [Xcode] t = 156.64s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:517 - [Xcode] | |
2021-02-10 20:41:04:520 - [Xcode] t = 156.64s Find: Identity Binding | |
2021-02-10 20:41:04:520 - [Xcode] | |
2021-02-10 20:41:04:531 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2C000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:04:531 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-F926-000000000000","ELEMENT":"2C000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:04:532 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 218 ms - 137 | |
2021-02-10 20:41:04:532 - [HTTP] | |
2021-02-10 20:41:04:535 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/rect | |
2021-02-10 20:41:04:535 - [HTTP] {} | |
2021-02-10 20:41:04:536 - [W3C (117ef254)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:04:536 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:04:537 - [debug] [WD Proxy] Matched '/wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:41:04:537 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/rect] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/2C000000-0000-0000-F926-000000000000/rect] with no body | |
2021-02-10 20:41:04:541 - [Xcode] t = 156.66s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:04:542 - [Xcode] | |
2021-02-10 20:41:04:628 - [Xcode] t = 156.75s Find: Descendants matching type Any | |
2021-02-10 20:41:04:628 - [Xcode] | |
2021-02-10 20:41:04:631 - [Xcode] t = 156.75s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:631 - [Xcode] | |
2021-02-10 20:41:04:634 - [Xcode] t = 156.75s Find: Identity Binding | |
2021-02-10 20:41:04:634 - [Xcode] | |
2021-02-10 20:41:04:640 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":485,"x":239,"width":102,"height":45},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:04:640 - [WD Proxy] Replacing sessionId E4066E22-82A9-4EF1-963C-A5A81D19D400 with 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:04:641 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/rect 200 106 ms - 102 | |
2021-02-10 20:41:04:642 - [HTTP] | |
2021-02-10 20:41:04:646 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:04:646 - [HTTP] {} | |
2021-02-10 20:41:04:647 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:04:647 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:04:647 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:04:647 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:04:648 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:04:648 - [HTTP] | |
2021-02-10 20:41:04:650 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:04:651 - [HTTP] {} | |
2021-02-10 20:41:04:651 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:04:651 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:04:652 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:04:652 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:04:652 - [HTTP] | |
2021-02-10 20:41:04:655 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:04:655 - [HTTP] {"using":"-ios predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:41:04:656 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = 'disclaimer_dialog_agree_button'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:04:656 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:04:656 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:04:656 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:04:657 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:04:657 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:41:04:664 - [Xcode] 2021-02-10 20:41:04.584089+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:04:665 - [Xcode] | |
2021-02-10 20:41:04:667 - [Xcode] t = 156.79s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:667 - [Xcode] | |
2021-02-10 20:41:04:668 - [Xcode] t = 156.79s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:04:668 - [Xcode] | |
2021-02-10 20:41:04:756 - [Xcode] t = 156.88s Find: Descendants matching type Any | |
2021-02-10 20:41:04:756 - [Xcode] | |
2021-02-10 20:41:04:758 - [Xcode] t = 156.88s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:759 - [Xcode] | |
2021-02-10 20:41:04:767 - [Xcode] t = 156.89s Checking existence of `"disclaimer_dialog_agree_button" Other` | |
2021-02-10 20:41:04:767 - [Xcode] | |
2021-02-10 20:41:04:770 - [Xcode] t = 156.89s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:04:770 - [Xcode] | |
2021-02-10 20:41:04:859 - [Xcode] t = 156.98s Find: Descendants matching type Any | |
2021-02-10 20:41:04:859 - [Xcode] | |
2021-02-10 20:41:04:861 - [Xcode] t = 156.98s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:861 - [Xcode] | |
2021-02-10 20:41:04:864 - [Xcode] t = 156.98s Find: Identity Binding | |
2021-02-10 20:41:04:864 - [Xcode] | |
2021-02-10 20:41:04:875 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2C000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:04:875 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-F926-000000000000","ELEMENT":"2C000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:04:876 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 221 ms - 137 | |
2021-02-10 20:41:04:876 - [HTTP] | |
2021-02-10 20:41:04:879 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/location | |
2021-02-10 20:41:04:879 - [HTTP] {} | |
2021-02-10 20:41:04:880 - [debug] [W3C (117ef254)] Calling AppiumDriver.getLocation() with args: ["2C000000-0000-0000-F926-000000000000","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:04:880 - [debug] [XCUITest] Executing command 'getLocation' | |
2021-02-10 20:41:04:883 - [debug] [WD Proxy] Matched '/element/2C000000-0000-0000-F926-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:41:04:884 - [debug] [WD Proxy] Proxying [GET /element/2C000000-0000-0000-F926-000000000000/rect] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/2C000000-0000-0000-F926-000000000000/rect] with no body | |
2021-02-10 20:41:04:893 - [Xcode] t = 157.01s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:04:893 - [Xcode] | |
2021-02-10 20:41:04:990 - [Xcode] t = 157.11s Find: Descendants matching type Any | |
2021-02-10 20:41:04:990 - [Xcode] | |
2021-02-10 20:41:04:992 - [Xcode] t = 157.11s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:04:992 - [Xcode] | |
2021-02-10 20:41:04:995 - [Xcode] t = 157.12s Find: Identity Binding | |
2021-02-10 20:41:04:995 - [Xcode] | |
2021-02-10 20:41:05:001 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":485,"x":239,"width":102,"height":45},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:05:002 - [debug] [W3C (117ef254)] Responding to client with driver.getLocation() result: {"x":239,"y":485} | |
2021-02-10 20:41:05:003 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/location 200 123 ms - 27 | |
2021-02-10 20:41:05:004 - [HTTP] | |
2021-02-10 20:41:05:008 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:05:008 - [HTTP] {} | |
2021-02-10 20:41:05:008 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:05:008 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:05:008 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:05:009 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:05:009 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:05:009 - [HTTP] | |
2021-02-10 20:41:05:012 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:05:012 - [HTTP] {} | |
2021-02-10 20:41:05:013 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:05:013 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:05:013 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:05:014 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:05:014 - [HTTP] | |
2021-02-10 20:41:05:017 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:05:017 - [HTTP] {"using":"-ios predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:41:05:017 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = 'disclaimer_dialog_agree_button'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:05:017 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:05:017 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:05:017 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:05:018 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:05:018 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:41:05:028 - [Xcode] 2021-02-10 20:41:04.947492+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:05:028 - [Xcode] | |
2021-02-10 20:41:05:031 - [Xcode] t = 157.15s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:05:031 - [Xcode] | |
2021-02-10 20:41:05:033 - [Xcode] t = 157.15s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:05:034 - [Xcode] | |
2021-02-10 20:41:05:121 - [Xcode] t = 157.24s Find: Descendants matching type Any | |
2021-02-10 20:41:05:121 - [Xcode] | |
2021-02-10 20:41:05:123 - [Xcode] t = 157.24s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:05:123 - [Xcode] | |
2021-02-10 20:41:05:131 - [Xcode] t = 157.25s Checking existence of `"disclaimer_dialog_agree_button" Other` | |
2021-02-10 20:41:05:131 - [Xcode] | |
2021-02-10 20:41:05:133 - [Xcode] t = 157.25s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:05:133 - [Xcode] | |
2021-02-10 20:41:05:227 - [Xcode] t = 157.35s Find: Descendants matching type Any | |
2021-02-10 20:41:05:227 - [Xcode] | |
2021-02-10 20:41:05:229 - [Xcode] t = 157.35s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:05:230 - [Xcode] | |
2021-02-10 20:41:05:233 - [Xcode] t = 157.35s Find: Identity Binding | |
2021-02-10 20:41:05:233 - [Xcode] | |
2021-02-10 20:41:05:246 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2C000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:05:246 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-F926-000000000000","ELEMENT":"2C000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:05:247 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 230 ms - 137 | |
2021-02-10 20:41:05:247 - [HTTP] | |
2021-02-10 20:41:05:251 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/rect | |
2021-02-10 20:41:05:251 - [HTTP] {} | |
2021-02-10 20:41:05:252 - [W3C (117ef254)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:05:252 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:05:253 - [debug] [WD Proxy] Matched '/wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:41:05:254 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/rect] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/2C000000-0000-0000-F926-000000000000/rect] with no body | |
2021-02-10 20:41:05:259 - [Xcode] t = 157.38s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:05:259 - [Xcode] | |
2021-02-10 20:41:05:344 - [Xcode] t = 157.46s Find: Descendants matching type Any | |
2021-02-10 20:41:05:344 - [Xcode] | |
2021-02-10 20:41:05:346 - [Xcode] t = 157.47s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:05:346 - [Xcode] | |
2021-02-10 20:41:05:349 - [Xcode] t = 157.47s Find: Identity Binding | |
2021-02-10 20:41:05:349 - [Xcode] | |
2021-02-10 20:41:05:355 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":485,"x":239,"width":102,"height":45},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:05:356 - [WD Proxy] Replacing sessionId E4066E22-82A9-4EF1-963C-A5A81D19D400 with 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:05:357 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/2C000000-0000-0000-F926-000000000000/rect 200 105 ms - 102 | |
2021-02-10 20:41:05:357 - [HTTP] | |
2021-02-10 20:41:05:378 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/touch/perform | |
2021-02-10 20:41:05:378 - [HTTP] {"actions":[{"action":"tap","options":{"x":290,"y":507}}]} | |
2021-02-10 20:41:05:379 - [debug] [W3C (117ef254)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":290,"y":507}}],"117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:05:379 - [debug] [XCUITest] Executing command 'performTouch' | |
2021-02-10 20:41:05:380 - [debug] [XCUITest] Received the following touch action: tap(options={"x":290,"y":507}) | |
2021-02-10 20:41:05:382 - [debug] [WD Proxy] Proxying [POST /wda/touch/perform] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/wda/touch/perform] with body: {"actions":[{"action":"tap","options":{"x":290,"y":507}}]} | |
2021-02-10 20:41:05:389 - [Xcode] 2021-02-10 20:41:05.309623+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:05:390 - [Xcode] | |
2021-02-10 20:41:05:392 - [Xcode] t = 157.51s Find the Application 'bundleId' | |
2021-02-10 20:41:05:392 - [Xcode] | |
2021-02-10 20:41:05:393 - [Xcode] t = 157.51s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:05:393 - [Xcode] | |
2021-02-10 20:41:05:668 - [Xcode] t = 157.79s Wait for bundleId to idle | |
2021-02-10 20:41:05:669 - [Xcode] | |
2021-02-10 20:41:07:148 - [iProxy@bad18ad0:8106] The connection has been closed | |
2021-02-10 20:41:10:696 - [Xcode] 2021-02-10 20:41:10.609818+0400 WebDriverAgentRunner-Runner[9972:7632206] The application bundleId is still waiting for its animations to finish after 2.000 seconds timeout. Making it to believe there are no animations | |
2021-02-10 20:41:10:696 - [Xcode] | |
2021-02-10 20:41:10:697 - [Xcode] 2021-02-10 20:41:10.610363+0400 WebDriverAgentRunner-Runner[9972:7632206] The timeout value could be customized via 'waitForIdleTimeout'/'animationCoolOffTimeout' settings | |
2021-02-10 20:41:10:697 - [Xcode] | |
2021-02-10 20:41:11:692 - [debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:11:693 - [debug] [W3C (117ef254)] Responding to client with driver.performTouch() result: null | |
2021-02-10 20:41:11:694 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/touch/perform 200 6315 ms - 14 | |
2021-02-10 20:41:11:694 - [HTTP] | |
2021-02-10 20:41:11:750 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:11:750 - [HTTP] {} | |
2021-02-10 20:41:11:751 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:11:751 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:11:751 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:11:752 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:11:752 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 2 ms - 784 | |
2021-02-10 20:41:11:753 - [HTTP] | |
2021-02-10 20:41:11:755 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:11:755 - [HTTP] {} | |
2021-02-10 20:41:11:756 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:11:756 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:11:756 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:11:756 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:11:757 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:11:757 - [HTTP] | |
2021-02-10 20:41:11:763 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:11:764 - [HTTP] {} | |
2021-02-10 20:41:11:764 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:11:764 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:11:764 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:11:764 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:11:765 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:11:765 - [HTTP] | |
2021-02-10 20:41:11:769 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:11:769 - [HTTP] {} | |
2021-02-10 20:41:11:769 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:11:769 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:11:770 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:11:771 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:11:771 - [HTTP] | |
2021-02-10 20:41:11:782 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:11:782 - [HTTP] {"using":"-ios predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:11:785 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'app_version'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:11:785 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:11:785 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:11:786 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:11:791 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:11:792 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:11:818 - [Xcode] 2021-02-10 20:41:11.732178+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:11:818 - [Xcode] | |
2021-02-10 20:41:11:819 - [Xcode] t = 163.94s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:11:819 - [Xcode] | |
2021-02-10 20:41:11:829 - [Xcode] t = 163.94s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:11:829 - [Xcode] | |
2021-02-10 20:41:11:953 - [Xcode] t = 164.07s Find: Descendants matching type Any | |
2021-02-10 20:41:11:953 - [Xcode] | |
2021-02-10 20:41:11:955 - [Xcode] t = 164.08s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:11:955 - [Xcode] | |
2021-02-10 20:41:11:963 - [Xcode] t = 164.08s Checking existence of `"app_version" StaticText` | |
2021-02-10 20:41:11:963 - [Xcode] | |
2021-02-10 20:41:11:966 - [Xcode] t = 164.09s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:11:966 - [Xcode] | |
2021-02-10 20:41:12:034 - [Xcode] t = 164.15s Find: Descendants matching type Any | |
2021-02-10 20:41:12:034 - [Xcode] | |
2021-02-10 20:41:12:036 - [Xcode] t = 164.16s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:036 - [Xcode] | |
2021-02-10 20:41:12:039 - [Xcode] t = 164.16s Find: Identity Binding | |
2021-02-10 20:41:12:039 - [Xcode] | |
2021-02-10 20:41:12:046 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"26000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:12:047 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000","ELEMENT":"26000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:12:048 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 266 ms - 137 | |
2021-02-10 20:41:12:048 - [HTTP] | |
2021-02-10 20:41:12:051 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/text | |
2021-02-10 20:41:12:051 - [HTTP] {} | |
2021-02-10 20:41:12:052 - [W3C (117ef254)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:12:052 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:12:053 - [debug] [WD Proxy] Matched '/wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/text' to command name 'getText' | |
2021-02-10 20:41:12:055 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/text] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/26000000-0000-0000-F926-000000000000/text] with no body | |
2021-02-10 20:41:12:069 - [Xcode] t = 164.19s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:069 - [Xcode] | |
2021-02-10 20:41:12:144 - [Xcode] t = 164.26s Find: Descendants matching type Any | |
2021-02-10 20:41:12:145 - [Xcode] | |
2021-02-10 20:41:12:148 - [Xcode] t = 164.27s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:148 - [Xcode] | |
2021-02-10 20:41:12:150 - [Xcode] t = 164.27s Find: Identity Binding | |
2021-02-10 20:41:12:150 - [Xcode] | |
2021-02-10 20:41:12:156 - [debug] [WD Proxy] Got response with status 200: {"value":"v4.26.0-dev (1031802)","sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:12:157 - [WD Proxy] Replacing sessionId E4066E22-82A9-4EF1-963C-A5A81D19D400 with 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:12:157 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/text 200 106 ms - 84 | |
2021-02-10 20:41:12:157 - [HTTP] | |
2021-02-10 20:41:12:164 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:12:164 - [HTTP] {} | |
2021-02-10 20:41:12:164 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:164 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:12:164 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:12:165 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:12:165 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:12:165 - [HTTP] | |
2021-02-10 20:41:12:168 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:12:168 - [HTTP] {} | |
2021-02-10 20:41:12:168 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:168 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:12:169 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:12:169 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:12:169 - [HTTP] | |
2021-02-10 20:41:12:173 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:12:173 - [HTTP] {"using":"-ios predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:12:173 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'app_version'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:174 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:12:174 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:12:174 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:12:177 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:12:177 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:12:193 - [Xcode] 2021-02-10 20:41:12.113630+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:12:194 - [Xcode] | |
2021-02-10 20:41:12:196 - [Xcode] t = 164.32s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:196 - [Xcode] | |
2021-02-10 20:41:12:198 - [Xcode] t = 164.32s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:198 - [Xcode] | |
2021-02-10 20:41:12:272 - [Xcode] t = 164.39s Find: Descendants matching type Any | |
2021-02-10 20:41:12:272 - [Xcode] | |
2021-02-10 20:41:12:274 - [Xcode] t = 164.39s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:274 - [Xcode] | |
2021-02-10 20:41:12:281 - [Xcode] t = 164.40s Checking existence of `"app_version" StaticText` | |
2021-02-10 20:41:12:281 - [Xcode] | |
2021-02-10 20:41:12:283 - [Xcode] t = 164.40s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:283 - [Xcode] | |
2021-02-10 20:41:12:359 - [Xcode] t = 164.48s Find: Descendants matching type Any | |
2021-02-10 20:41:12:359 - [Xcode] | |
2021-02-10 20:41:12:362 - [Xcode] t = 164.48s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:362 - [Xcode] | |
2021-02-10 20:41:12:365 - [Xcode] t = 164.48s Find: Identity Binding | |
2021-02-10 20:41:12:365 - [Xcode] | |
2021-02-10 20:41:12:374 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"26000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:12:375 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000","ELEMENT":"26000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:12:375 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 203 ms - 137 | |
2021-02-10 20:41:12:375 - [HTTP] | |
2021-02-10 20:41:12:378 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/location | |
2021-02-10 20:41:12:379 - [HTTP] {} | |
2021-02-10 20:41:12:379 - [debug] [W3C (117ef254)] Calling AppiumDriver.getLocation() with args: ["26000000-0000-0000-F926-000000000000","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:379 - [debug] [XCUITest] Executing command 'getLocation' | |
2021-02-10 20:41:12:390 - [debug] [WD Proxy] Matched '/element/26000000-0000-0000-F926-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:41:12:390 - [debug] [WD Proxy] Proxying [GET /element/26000000-0000-0000-F926-000000000000/rect] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/26000000-0000-0000-F926-000000000000/rect] with no body | |
2021-02-10 20:41:12:395 - [Xcode] t = 164.51s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:395 - [Xcode] | |
2021-02-10 20:41:12:472 - [Xcode] t = 164.59s Find: Descendants matching type Any | |
2021-02-10 20:41:12:472 - [Xcode] | |
2021-02-10 20:41:12:475 - [Xcode] t = 164.59s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:475 - [Xcode] | |
2021-02-10 20:41:12:477 - [Xcode] t = 164.60s Find: Identity Binding | |
2021-02-10 20:41:12:477 - [Xcode] | |
2021-02-10 20:41:12:483 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":28,"x":243,"width":117,"height":25},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:12:484 - [debug] [W3C (117ef254)] Responding to client with driver.getLocation() result: {"x":243,"y":28} | |
2021-02-10 20:41:12:485 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/location 200 106 ms - 26 | |
2021-02-10 20:41:12:485 - [HTTP] | |
2021-02-10 20:41:12:497 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:12:497 - [HTTP] {} | |
2021-02-10 20:41:12:498 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:498 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:12:498 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:12:498 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:12:499 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:12:499 - [HTTP] | |
2021-02-10 20:41:12:501 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:12:501 - [HTTP] {} | |
2021-02-10 20:41:12:502 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:502 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:12:502 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:12:503 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:12:503 - [HTTP] | |
2021-02-10 20:41:12:506 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:12:506 - [HTTP] {"using":"-ios predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:12:506 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'app_version'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:506 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:12:506 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:12:506 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:12:507 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:12:507 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:12:514 - [Xcode] 2021-02-10 20:41:12.433795+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:12:514 - [Xcode] | |
2021-02-10 20:41:12:517 - [Xcode] t = 164.64s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:518 - [Xcode] | |
2021-02-10 20:41:12:521 - [Xcode] t = 164.64s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:521 - [Xcode] | |
2021-02-10 20:41:12:589 - [Xcode] t = 164.71s Find: Descendants matching type Any | |
2021-02-10 20:41:12:590 - [Xcode] | |
2021-02-10 20:41:12:592 - [Xcode] t = 164.71s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:593 - [Xcode] | |
2021-02-10 20:41:12:601 - [Xcode] t = 164.72s Checking existence of `"app_version" StaticText` | |
2021-02-10 20:41:12:602 - [Xcode] | |
2021-02-10 20:41:12:603 - [Xcode] t = 164.72s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:604 - [Xcode] | |
2021-02-10 20:41:12:682 - [Xcode] t = 164.80s Find: Descendants matching type Any | |
2021-02-10 20:41:12:682 - [Xcode] | |
2021-02-10 20:41:12:685 - [Xcode] t = 164.80s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:685 - [Xcode] | |
2021-02-10 20:41:12:690 - [Xcode] t = 164.81s Find: Identity Binding | |
2021-02-10 20:41:12:690 - [Xcode] | |
2021-02-10 20:41:12:701 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"26000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:12:701 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000","ELEMENT":"26000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:12:702 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 196 ms - 137 | |
2021-02-10 20:41:12:702 - [HTTP] | |
2021-02-10 20:41:12:705 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/rect | |
2021-02-10 20:41:12:705 - [HTTP] {} | |
2021-02-10 20:41:12:705 - [W3C (117ef254)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:12:705 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:12:707 - [debug] [WD Proxy] Matched '/wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:41:12:707 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/rect] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/26000000-0000-0000-F926-000000000000/rect] with no body | |
2021-02-10 20:41:12:711 - [Xcode] t = 164.83s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:711 - [Xcode] | |
2021-02-10 20:41:12:778 - [Xcode] t = 164.90s Find: Descendants matching type Any | |
2021-02-10 20:41:12:778 - [Xcode] | |
2021-02-10 20:41:12:780 - [Xcode] t = 164.90s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:780 - [Xcode] | |
2021-02-10 20:41:12:783 - [Xcode] t = 164.90s Find: Identity Binding | |
2021-02-10 20:41:12:783 - [Xcode] | |
2021-02-10 20:41:12:788 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":28,"x":243,"width":117,"height":25},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:12:788 - [WD Proxy] Replacing sessionId E4066E22-82A9-4EF1-963C-A5A81D19D400 with 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:12:790 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/rect 200 84 ms - 101 | |
2021-02-10 20:41:12:790 - [HTTP] | |
2021-02-10 20:41:12:795 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:12:796 - [HTTP] {} | |
2021-02-10 20:41:12:796 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:796 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:12:796 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:12:797 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:12:797 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 2 ms - 784 | |
2021-02-10 20:41:12:797 - [HTTP] | |
2021-02-10 20:41:12:799 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:12:800 - [HTTP] {} | |
2021-02-10 20:41:12:800 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:800 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:12:800 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:12:801 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:12:801 - [HTTP] | |
2021-02-10 20:41:12:803 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:12:803 - [HTTP] {"using":"-ios predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:12:804 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'app_version'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:12:804 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:12:804 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:12:804 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:12:805 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:12:805 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:12:821 - [Xcode] 2021-02-10 20:41:12.739841+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:12:821 - [Xcode] | |
2021-02-10 20:41:12:823 - [Xcode] t = 164.94s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:823 - [Xcode] | |
2021-02-10 20:41:12:825 - [Xcode] t = 164.94s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:825 - [Xcode] | |
2021-02-10 20:41:12:897 - [Xcode] t = 165.02s Find: Descendants matching type Any | |
2021-02-10 20:41:12:898 - [Xcode] | |
2021-02-10 20:41:12:900 - [Xcode] t = 165.02s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:900 - [Xcode] | |
2021-02-10 20:41:12:908 - [Xcode] t = 165.03s Checking existence of `"app_version" StaticText` | |
2021-02-10 20:41:12:908 - [Xcode] | |
2021-02-10 20:41:12:910 - [Xcode] t = 165.03s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:12:910 - [Xcode] | |
2021-02-10 20:41:12:986 - [Xcode] t = 165.11s Find: Descendants matching type Any | |
2021-02-10 20:41:12:986 - [Xcode] | |
2021-02-10 20:41:12:988 - [Xcode] t = 165.11s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:12:988 - [Xcode] | |
2021-02-10 20:41:12:991 - [Xcode] t = 165.11s Find: Identity Binding | |
2021-02-10 20:41:12:991 - [Xcode] | |
2021-02-10 20:41:13:001 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"26000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:13:001 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000","ELEMENT":"26000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:13:002 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 198 ms - 137 | |
2021-02-10 20:41:13:002 - [HTTP] | |
2021-02-10 20:41:13:004 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/location | |
2021-02-10 20:41:13:004 - [HTTP] {} | |
2021-02-10 20:41:13:005 - [debug] [W3C (117ef254)] Calling AppiumDriver.getLocation() with args: ["26000000-0000-0000-F926-000000000000","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:13:005 - [debug] [XCUITest] Executing command 'getLocation' | |
2021-02-10 20:41:13:007 - [debug] [WD Proxy] Matched '/element/26000000-0000-0000-F926-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:41:13:007 - [debug] [WD Proxy] Proxying [GET /element/26000000-0000-0000-F926-000000000000/rect] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/26000000-0000-0000-F926-000000000000/rect] with no body | |
2021-02-10 20:41:13:012 - [Xcode] t = 165.13s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:13:012 - [Xcode] | |
2021-02-10 20:41:13:088 - [Xcode] t = 165.21s Find: Descendants matching type Any | |
2021-02-10 20:41:13:088 - [Xcode] | |
2021-02-10 20:41:13:090 - [Xcode] t = 165.21s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:13:090 - [Xcode] | |
2021-02-10 20:41:13:094 - [Xcode] t = 165.21s Find: Identity Binding | |
2021-02-10 20:41:13:094 - [Xcode] | |
2021-02-10 20:41:13:098 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":28,"x":243,"width":117,"height":25},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:13:099 - [debug] [W3C (117ef254)] Responding to client with driver.getLocation() result: {"x":243,"y":28} | |
2021-02-10 20:41:13:099 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/location 200 95 ms - 26 | |
2021-02-10 20:41:13:099 - [HTTP] | |
2021-02-10 20:41:13:102 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:13:102 - [HTTP] {} | |
2021-02-10 20:41:13:103 - [debug] [W3C (117ef254)] Calling AppiumDriver.getSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:13:103 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:13:103 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:13:103 - [debug] [W3C (117ef254)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","launchTimeout":300000,"newCommandTimeout":600,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:13:104 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1 ms - 784 | |
2021-02-10 20:41:13:104 - [HTTP] | |
2021-02-10 20:41:13:106 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context | |
2021-02-10 20:41:13:106 - [HTTP] {} | |
2021-02-10 20:41:13:106 - [debug] [W3C (117ef254)] Calling AppiumDriver.getCurrentContext() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:13:107 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:41:13:107 - [debug] [W3C (117ef254)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:41:13:107 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/context 200 1 ms - 22 | |
2021-02-10 20:41:13:107 - [HTTP] | |
2021-02-10 20:41:13:110 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:13:110 - [HTTP] {"using":"-ios predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:13:110 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'app_version'","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:13:111 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:13:111 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:13:111 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:13:111 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:13:112 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'app_version'"} | |
2021-02-10 20:41:13:118 - [Xcode] 2021-02-10 20:41:13.037901+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:13:118 - [Xcode] | |
2021-02-10 20:41:13:121 - [Xcode] t = 165.24s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:13:121 - [Xcode] | |
2021-02-10 20:41:13:123 - [Xcode] t = 165.24s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:13:123 - [Xcode] | |
2021-02-10 20:41:13:205 - [Xcode] t = 165.32s Find: Descendants matching type Any | |
2021-02-10 20:41:13:205 - [Xcode] | |
2021-02-10 20:41:13:207 - [Xcode] t = 165.33s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:13:208 - [Xcode] | |
2021-02-10 20:41:13:216 - [Xcode] t = 165.33s Checking existence of `"app_version" StaticText` | |
2021-02-10 20:41:13:216 - [Xcode] | |
2021-02-10 20:41:13:217 - [Xcode] t = 165.34s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:13:217 - [Xcode] | |
2021-02-10 20:41:13:294 - [Xcode] t = 165.41s Find: Descendants matching type Any | |
2021-02-10 20:41:13:294 - [Xcode] | |
2021-02-10 20:41:13:297 - [Xcode] t = 165.42s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:13:298 - [Xcode] | |
2021-02-10 20:41:13:298 - [Xcode] t = 165.42s Find: Identity Binding | |
2021-02-10 20:41:13:298 - [Xcode] | |
2021-02-10 20:41:13:308 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"26000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:13:308 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"26000000-0000-0000-F926-000000000000","ELEMENT":"26000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:13:309 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 198 ms - 137 | |
2021-02-10 20:41:13:309 - [HTTP] | |
2021-02-10 20:41:13:311 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/rect | |
2021-02-10 20:41:13:311 - [HTTP] {} | |
2021-02-10 20:41:13:312 - [W3C (117ef254)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:13:312 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:13:313 - [debug] [WD Proxy] Matched '/wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:41:13:313 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/26000000-0000-0000-F926-000000000000/rect] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/26000000-0000-0000-F926-000000000000/rect] with no body | |
2021-02-10 20:41:13:318 - [Xcode] t = 165.44s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:13:318 - [Xcode] | |
2021-02-10 20:41:13:385 - [Xcode] t = 165.50s Find: Descendants matching type Any | |
2021-02-10 20:41:13:386 - [Xcode] | |
2021-02-10 20:41:13:393 - [Xcode] t = 165.51s Find: Elements matching predicate 'wdName == "app_version" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR sele2021-02-10 20:4cted ==1:1 0)' | |
23:02391-6 02- -1[d0 ebu20g]:4 [WD 1:Proxy] G13:393 - [Xcoodet r] | |
esponse 202wit1-h02-10 20:4 st1:13:394 - [Xcode] atus 200t = 165.51s Find: Id: entity Binding | |
2021-{"value":{"y":28,"x":243,"width":117,"height":25},"sessionId":"E4066E22-802-10 20:41:13:394 - [2A9-4EXcode] | |
F1-963C-A5A81D19D400"} | |
2021-02-10 20:41:13:396 - [WD Proxy] Replacing sessionId E4066E22-82A9-4EF1-963C-A5A81D19D400 with 117ef254-0441-40f7-b740-c0b6aec7b977 | |
6000000-0000-0000-F926-000000000000/rect 200 85 ms - 101 | |
2021-02-10 20:41:13:397 - [HTTP] | |
2021-02-10 20:41:13:401 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/touch/perform | |
2021-02-10 20:41:13:401 - [HTTP] {"actions":[{"action":"tap","options":{"x":301,"y":40}}]} | |
2021-02-10 20:41:13:402 - [debug] [W3C (117ef254)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":301,"y":40}}],"117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:13:402 - [debug] [XCUITest] Executing command 'performTouch' | |
2021-02-10 20:41:13:402 - [debug] [XCUITest] Received the following touch action: tap(options={"x":301,"y":40}) | |
2021-02-10 20:41:13:405 - [debug] [WD Proxy] Proxying [POST /wda/touch/perform] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/wda/touch/perform] with body: {"actions":[{"action":"tap","options":{"x":301,"y":40}}]} | |
2021-02-10 20:41:13:411 - [Xcode] 2021-02-10 20:41:13.331609+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:13:412 - [Xcode] | |
2021-02-10 20:41:13:413 - [Xcode] t = 165.53s Find the Application 'bundleId' | |
2021-02-10 20:41:13:413 - [Xcode] | |
2021-02-10 20:41:13:413 - [Xcode] t = 165.53s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:13:413 - [Xcode] | |
2021-02-10 20:41:13:668 - [Xcode] t = 165.79s Wait for bundleId to idle | |
2021-02-10 20:41:13:668 - [Xcode] | |
2021-02-10 20:41:18:693 - [Xcode] 2021-02-10 20:41:18.610081+0400 WebDriverAgentRunner-Runner[9972:7631735] The application bundleId is still waiting for its animations to finish after 2.000 seconds timeout. Making it to believe there are no animations | |
2021-02-10 20:41:18:693 - [Xcode] | |
2021-02-10 20:41:18:693 - [Xcode] 2021-02-10 20:41:18.610352+0400 WebDriverAgentRunner-Runner[9972:7631735] The timeout value could be customized via 'waitForIdleTimeout'/'animationCoolOffTimeout' settings | |
2021-02-10 20:41:18:693 - [Xcode] | |
2021-02-10 20:41:19:685 - [debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:19:686 - [debug] [W3C (117ef254)] Responding to client with driver.performTouch() result: null | |
2021-02-10 20:41:19:687 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/touch/perform 200 6285 ms - 14 | |
2021-02-10 20:41:19:687 - [HTTP] | |
2021-02-10 20:41:19:690 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:19:690 - [HTTP] {"using":"-ios predicate string","value":"name == 'service_code' AND visible == true"} | |
2021-02-10 20:41:19:691 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'service_code' AND visible == true","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:19:691 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:19:691 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:19:691 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:19:692 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:19:692 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'service_code' AND visible == true"} | |
2021-02-10 20:41:19:709 - [Xcode] 2021-02-10 20:41:19.627517+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:19:709 - [Xcode] | |
2021-02-10 20:41:19:711 - [Xcode] t = 171.83s Get all elements bound by accessibility element for: Elements matching predicate '(wdName == "service_code" AND isWDVisible == 1) AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:19:711 - [Xcode] | |
2021-02-10 20:41:19:714 - [Xcode] t = 171.83s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:19:714 - [Xcode] | |
2021-02-10 20:41:19:839 - [Xcode] t = 171.96s Find: Descendants matching type Any | |
2021-02-10 20:41:19:839 - [Xcode] | |
2021-02-10 20:41:19:842 - [Xcode] t = 171.96s Find: Elements matching predicate '(wdName == "service_code" AND isWDVisible == 1) AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:19:842 - [Xcode] | |
2021-02-10 20:41:19:857 - [Xcode] t = 171.98s Checking existence of `"service_code" StaticText` | |
2021-02-10 20:41:19:857 - [Xcode] | |
2021-02-10 20:41:19:862 - [Xcode] t = 171.98s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:19:862 - [Xcode] | |
2021-02-10 20:41:19:931 - [Xcode] t = 172.05s Find: Descendants matching type Any | |
2021-02-10 20:41:19:931 - [Xcode] | |
2021-02-10 20:41:19:933 - [Xcode] t = 172.05s Find: Elements matching predicate '(wdName == "service_code" AND isWDVisible == 1) AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:19:933 - [Xcode] | |
2021-02-10 20:41:19:944 - [Xcode] t = 172.06s Find: Identity Binding | |
2021-02-10 20:41:19:944 - [Xcode] | |
2021-02-10 20:41:19:953 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"81000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"81000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:19:953 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"81000000-0000-0000-F926-000000000000","ELEMENT":"81000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:19:953 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 263 ms - 137 | |
2021-02-10 20:41:19:953 - [HTTP] | |
2021-02-10 20:41:19:956 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/81000000-0000-0000-F926-000000000000/displayed | |
2021-02-10 20:41:19:956 - [HTTP] {} | |
2021-02-10 20:41:19:956 - [W3C (117ef254)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:19:956 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:19:957 - [debug] [WD Proxy] Matched '/wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/81000000-0000-0000-F926-000000000000/displayed' to command name 'elementDisplayed' | |
2021-02-10 20:41:19:957 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/81000000-0000-0000-F926-000000000000/displayed] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/81000000-0000-0000-F926-000000000000/displayed] with no body | |
2021-02-10 20:41:19:963 - [Xcode] t = 172.08s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:19:963 - [Xcode] | |
2021-02-10 20:41:20:037 - [Xcode] t = 172.16s Find: Descendants matching type Any | |
2021-02-10 20:41:20:037 - [Xcode] | |
2021-02-10 20:41:20:039 - [Xcode] t = 172.16s Find: Elements matching predicate '(wdName == "service_code" AND isWDVisible == 1) AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:20:040 - [Xcode] | |
2021-02-10 20:41:20:048 - [Xcode] t = 172.17s Find: Identity Binding | |
2021-02-10 20:41:20:048 - [Xcode] | |
2021-02-10 20:41:20:065 - [debug] [WD Proxy] Got response with status 200: {"value":true,"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:20:065 - [WD Proxy] Replacing sessionId E4066E22-82A9-4EF1-963C-A5A81D19D400 with 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:20:067 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/81000000-0000-0000-F926-000000000000/displayed 200 110 ms - 65 | |
2021-02-10 20:41:20:067 - [HTTP] | |
2021-02-10 20:41:20:071 - [HTTP] --> POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element | |
2021-02-10 20:41:20:071 - [HTTP] {"using":"-ios predicate string","value":"name == 'service_code' AND visible == true"} | |
2021-02-10 20:41:20:072 - [debug] [W3C (117ef254)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name == 'service_code' AND visible == true","117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:20:073 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:20:073 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:20:073 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:20:075 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:20:076 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element] with body: {"using":"predicate string","value":"name == 'service_code' AND visible == true"} | |
2021-02-10 20:41:20:085 - [Xcode] 2021-02-10 20:41:20.003851+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:20:087 - [Xcode] | |
2021-02-10 20:41:20:087 - [Xcode] t = 172.21s Get all elements bound by accessibility element for: Elements matching predicate '(wdName == "service_code" AND isWDVisible == 1) AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:20:090 - [Xcode] t = 172.21s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:20:091 - [Xcode] | |
2021-02-10 20:41:20:165 - [Xcode] t = 172.28s Find: Descendants matching type Any | |
2021-02-10 20:41:20:167 - [Xcode] | |
2021-02-10 20:41:20:167 - [Xcode] t = 172.29s Find: Elements matching predicate '(wdName == "service_code" AND isWDVisible == 1) AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:20:167 - [Xcode] | |
2021-02-10 20:41:20:178 - [Xcode] t = 172.30s Checking existence of `"service_code" StaticText` | |
2021-02-10 20:41:20:179 - [Xcode] | |
2021-02-10 20:41:20:181 - [Xcode] t = 172.30s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:20:181 - [Xcode] | |
2021-02-10 20:41:20:258 - [Xcode] t = 172.38s Find: Descendants matching type Any | |
2021-02-10 20:41:20:258 - [Xcode] | |
2021-02-10 20:41:20:259 - [Xcode] t = 172.38s Find: Elements matching predicate '(wdName == "service_code" AND isWDVisible == 1) AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:20:259 - [Xcode] | |
2021-02-10 20:41:20:269 - [Xcode] t = 172.39s Find: Identity Binding | |
2021-02-10 20:41:20:269 - [Xcode] | |
2021-02-10 20:41:20:279 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"81000000-0000-0000-F926-000000000000","element-6066-11e4-a52e-4f735466cecf":"81000000-0000-0000-F926-000000000000"},"sessionId":"E4066E22-82A9-4EF1-963C-A5A81D19D400"} | |
2021-02-10 20:41:20:280 - [debug] [W3C (117ef254)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"81000000-0000-0000-F926-000000000000","ELEMENT":"81000000-0000-0000-F926-000000000000"} | |
2021-02-10 20:41:20:280 - [HTTP] <-- POST /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element 200 209 ms - 137 | |
2021-02-10 20:41:20:280 - [HTTP] | |
2021-02-10 20:41:20:283 - [HTTP] --> GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/81000000-0000-0000-F926-000000000000/text | |
2021-02-10 20:41:20:283 - [HTTP] {} | |
2021-02-10 20:41:20:283 - [W3C (117ef254)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:20:283 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:20:285 - [debug] [WD Proxy] Matched '/wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/81000000-0000-0000-F926-000000000000/text' to command name 'getText' | |
2021-02-10 20:41:20:285 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/81000000-0000-0000-F926-000000000000/text] to [GET http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400/element/81000000-0000-0000-F926-000000000000/text] with no body | |
2021-02-10 20:41:20:290 - [Xcode] t = 172.41s Requesting snapshot of accessibility hierarchy for app with pid 9977 | |
2021-02-10 20:41:20:291 - [Xcode] | |
2021-02-10 20:41:20:366 - [Xcode] t = 172.49s Find: Descendants matching type Any | |
2021-02-10 20:41:20:366 - [Xcode] | |
2021-02-10 20:41:20:368 - [Xcode] t = 172.49s Find: Elements matching predicate '(wdName == "service_code" AND isWDVisible == 1) AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:20:368 - [Xcode] | |
2021-02-10 20:41:20:377 - [Xcode] t = 172.50s Find: Identity Binding | |
2021-02-10 20:41:20:378 - [Xcode] | |
2021-02-10 20:41:20:383 - [debug] [WD Proxy] Got response with status 200: {"value":"Service","sessionId":"E4066E22-82A9-4EF1"} | |
2021-02-10 20:41:20:383 - [WD Proxy] Replacing sessionId E4066E22-82A9-4EF1-963C-A5A81D19D400 with 117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:20:384 - [HTTP] <-- GET /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977/element/81000000-0000-0000-F926-000000000000/text 200 101 ms - 82 | |
2021-02-10 20:41:20:384 - [HTTP] | |
2021-02-10 20:41:25:372 - [HTTP] --> DELETE /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 | |
2021-02-10 20:41:25:372 - [HTTP] {} | |
2021-02-10 20:41:25:372 - [debug] [W3C (117ef254)] Calling AppiumDriver.deleteSession() with args: ["117ef254-0441-40f7-b740-c0b6aec7b977"] | |
2021-02-10 20:41:25:372 - [debug] [BaseDriver] Event 'quitSessionRequested' logged at 1612975285372 (20:41:25 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:25:372 - [Appium] Removing session 117ef254-0441-40f7-b740-c0b6aec7b977 from our master session list | |
2021-02-10 20:41:25:577 - [ffmpeg] [libx264 @ 0x7f8681009a00] frame I:2 Avg QP:13.37 size: 42077 | |
2021-02-10 20:41:25:577 - [ffmpeg] [libx264 @ 0x7f8681009a00] frame P:64 Avg QP:10.20 size: 455 | |
2021-02-10 20:41:25:577 - [ffmpeg] [libx264 @ 0x7f8681009a00] frame B:189 Avg QP:10.41 size: 66 | |
2021-02-10 20:41:25:577 - [ffmpeg] [libx264 @ 0x7f8681009a00] consecutive B-frames: 1.2% 0.0% 0.0% 98.8% | |
2021-02-10 20:41:25:578 - [ffmpeg] [libx264 @ 0x7f8681009a00] | |
2021-02-10 20:41:25:578 - [ffmpeg] mb I I16..4: 41.6% 52.0% 6.4% | |
2021-02-10 20:41:25:579 - [ffmpeg] [libx264 @ 0x7f8681009a00] mb P I16..4: 0.6% 0.4% 0.0% P16..4: 0.3% 0.0% 0.0% 0.0% 0.0% skip:98.6% | |
2021-02-10 20:41:25:579 - [ffmpeg] [libx264 @ 0x7f8681009a00] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.4% 0.0% 0.0% direct: 0.0% skip:99.5% L0:66.3% L1:33.7% BI: 0.0% | |
2021-02-10 20:41:25:579 - [ffmpeg] [libx264 @ 0x7f8681009a00] 8x8 transform intra:48.4% inter:95.9% | |
2021-02-10 20:41:25:579 - [ffmpeg] [libx264 @ 0x7f8681009a00] coded y,uvDC,uvAC intra: 13.4% 5.4% 2.2% inter: 0.0% 0.0% 0.0% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] i16 v,h,dc,p: 66% 33% 1% 0% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 46% 18% 28% 1% 1% 1% 1% 1% 3% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 48% 20% 9% 3% 4% 5% 4% 4% 4% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] i8c dc,h,v,p: 76% 19% 4% 0% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] Weighted P-Frames: Y:1.6% UV:1.6% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] ref P L0: 90.8% 0.1% 7.9% 1.2% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] ref B L0: 49.0% 50.6% 0.4% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] ref B L1: 98.9% 1.1% | |
2021-02-10 20:41:25:580 - [ffmpeg] [libx264 @ 0x7f8681009a00] kb/s:39.46 | |
2021-02-10 20:41:25:581 - [ffmpeg] | |
2021-02-10 20:41:25:637 - [iProxy@bad18ad0:9100] read ECONNRESET | |
2021-02-10 20:41:25:638 - [ffmpeg] Exiting normally, received signal 15. | |
2021-02-10 20:41:25:638 - [ffmpeg] | |
2021-02-10 20:41:25:642 - [DevCon Factory] Releasing connections for udid device on 9100 port number | |
2021-02-10 20:41:25:642 - [DevCon Factory] Found cached connections to release: ["udid:9100"] | |
2021-02-10 20:41:25:642 - [DevCon Factory] Releasing the listener for 'udid:9100' | |
2021-02-10 20:41:25:643 - [debug] [iProxy@bad18ad0:9100] Closing the connection | |
2021-02-10 20:41:25:643 - [debug] [DevCon Factory] Cached connections count: 1 | |
2021-02-10 20:41:25:644 - [iProxy@bad18ad0:9100] The connection has been close2d0 | |
21-02-10 20:41:25:644 - [Xcode] 2021-02-10 20:41:25.564618+0400 WebDriverAgentRunner-Runner[9972:7632131] Disconnected a client from screenshots broadcast | |
2021-02-10 20:41:25:644 - [Xcode] | |
2021-02-10 20:41:25:648 - [debug] [WD Proxy] Matched '/session/117ef254-0441-40f7-b740-c0b6aec7b977' to command name 'deleteSession' | |
2021-02-10 20:41:25:648 - [debug] [WD Proxy] Proxying [DELETE /session/117ef254-0441-40f7-b740-c0b6aec7b977] to [DELETE http://127.0.0.1:8106/session/E4066E22-82A9-4EF1-963C-A5A81D19D400] with no body | |
2021-02-10 20:41:25:662 - [Xcode] t = 177.78s Terminate bundleId:9977 | |
2021-02-10 20:41:25:663 - [Xcode] | |
2021-02-10 20:41:26:673 - [debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":null} | |
2021-02-10 20:41:26:673 - [DevCon Factory] Releasing connections for udid device on any port number | |
2021-02-10 20:41:26:673 - [DevCon Factory] Found cached connections to release: ["udid:8106"] | |
2021-02-10 20:41:26:673 - [DevCon Factory] Releasing the listener for 'udid:8106' | |
2021-02-10 20:41:26:673 - [debug] [iProxy@bad18ad0:8106] Closing the connection | |
2021-02021-02-10 20:41:26:675 - [Xcode] t2-10 20:41:26:67 = 178.79s Wait 3 -for com. o b[ecome Not Running | |
20D2evC1-on 0F2-10 20:41:26:675 - [Xcode] | |
actory] Cached connections count: 0 | |
2021-02-10 20:41:26:674 - [debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on. | |
2021-02-10 20:41:26:674 - [debug] [BaseDriver] Event 'quitSessionFinished' logged at 1612975286674 (20:41:26 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:26:674 - [debug] [W3C (117ef254)] Received response: null | |
2021-02-10 20:41:26:674 - [debug] [W3C (117ef254)] But deleting session, so not returning | |
2021-02-10 20:41:26:674 - [debug] [W3C (117ef254)] Responding to client with driver.deleteSession() result: null | |
2021-02-10 20:41:26:675 - [HTTP] <-- DELETE /wd/hub/session/117ef254-0441-40f7-b740-c0b6aec7b977 200 1303 ms - 14 | |
2021-02-10 20:41:26:675 - [HTTP] | |
2021-02-10 20:41:26:692 - [HTTP] --> POST /wd/hub/session | |
2021-02-10 20:41:26:692 - [HTTP] {"desiredCapabilities":{"app":"ipa","appium:waitForQuiescence":false,"simpleIsVisibleCheck":true,"noReset":false,"bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"usePrebuiltWDA":true,"wdaLocalPort":8106,"showXcodeLog":true,"newCommandTimeout":600,"appium:wdaEventloopIdleDelay":3,"platformVersion":"14.3","automationName":"XCuiTest","useNewWDA":false,"wdaStartupRetries":3,"platformName":"iOS","udid":"udid","wdaConnectionTimeout":500000,"autoAcceptAlerts":false},"capabilities":{"firstMatch":[{"appium:app":"ipa","appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":3,"appium:autoAcceptAlerts":false,"appium:automationName":"XCuiTest","appium:bundleId":"bundleId","appium:deviceName":"iphone7","appium:fullReset":true,"appium:launchTimeout":300000,"appiu... | |
2021-02-10 20:41:26:693 - [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"ipa","appium:waitForQuiescence":false,"simpleIsVisibleCheck":true,"noReset":false,"bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"usePrebuiltWDA":true,"wdaLocalPort":8106,"showXcodeLog":true,"newCommandTimeout":600,"appium:wdaEventloopIdleDelay":3,"platformVersion":"14.3","automationName":"XCuiTest","useNewWDA":false,"wdaStartupRetries":3,"platformName":"iOS","udid":"udid","wdaConnectionTimeout":500000,"autoAcceptAlerts":false},null,{"firstMatch":[{"appium:app":"ipa","appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":3,"appium:autoAcceptAlerts":false,"appium:automationName":"XCuiTest","appium:bundleId":"bundleId","appium:deviceName":"iphone7","appium:fullReset":true,"appium:launchTimeout":300000,"appium:newCommandTimeout":600,"appium... | |
2021-02-10 20:41:26:693 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1612975286693 (20:41:26 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:26:705 - [Appium] Appium v1.20.0 creating new XCUITestDriver (v3.33.1) session | |
2021-02-10 20:41:26:705 - [debug] [Appium] There are no active sessions for cleanup | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] Creating session with W3C capabilities: { | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "alwaysMatch": { | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "platformName": "ios", | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "appium:app": "ipa", | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "appium:waitForQuiescence": false, | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "appium:wdaEventloopIdleDelay": 3, | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "appium:autoAcceptAlerts": false, | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "appium:automationName": "XCuiTest", | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "appium:bundleId": "bundleId", | |
2021-02-10 20:41:26:708 - [debug] [BaseDriver] "appium:deviceName": "iphone7", | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:fullReset": true, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:launchTimeout": 300000, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:newCommandTimeout": 600, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:noReset": false, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:platformVersion": "14.3", | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:showXcodeLog": true, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:simpleIsVisibleCheck": true, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:udid": "udid", | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:useNewWDA": false, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:usePrebuiltWDA": true, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:wdaConnectionTimeout": 500000, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:wdaLocalPort": 8106, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "appium:wdaStartupRetries": 3 | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] }, | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] "firstMatch": [ | |
2021-02-10 20:41:26:709 - [debug] [BaseDriver] {} | |
2021-02-10 20:41:26:711 - [debug] [BaseDriver] ] | |
2021-02-10 20:41:26:711 - [debug] [BaseDriver] } | |
2021-02-10 20:41:26:724 - [BaseDriver] Session created with session id: b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:26:743 - [debug] [XCUITest] Current user: 'user' | |
2021-02-10 20:41:26:758 - [debug] [XCUITest] Available devices: udid | |
2021-02-10 20:41:26:758 - [debug] [XCUITest] Creating iDevice object with udid 'udid' | |
2021-02-10 20:41:26:759 - [XCUITest] Determining device to run tests on: udid: 'udid', real device: true | |
2021-02-10 20:41:26:760 - [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1612975286760 (20:41:26 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:26:761 - [BaseDriver] Using local app 'ipa' | |
2021-02-10 20:41:26:920 - [BaseDriver] Will reuse previously cached application at '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' | |
2021-02-10 20:41:26:920 - [debug] [BaseDriver] Event 'appConfigured' logged at 1612975286920 (20:41:26 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:26:921 - [debug] [XCUITest] Checking whether app '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' is actually present on file system | |
2021-02-10 20:41:26:921 - [debug] [XCUITest] App is present | |
2021-02-10 20:41:26:921 - [debug] [BaseDriver] Event 'resetStarted' logged at 1612975286921 (20:41:26 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:26:921 - [debug] [XCUITest] Reset: running ios real device reset flow | |
2021-02-10 20:41:26:921 - [debug] [XCUITest] Reset: fullReset requested. Will try to uninstall the app 'bundleId'. | |
2021-02-10 20:41:27:610 - [debug] [XCUITest] Reset: removed 'bundleId' | |
2021-02-10 20:41:27:610 - [debug] [BaseDriver] Event 'resetComplete' logged at 1612975287610 (20:41:27 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:27:611 - [WebDriverAgent] Using WDA path: '<path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent' | |
2021-02-10 20:41:27:611 - [WebDriverAgent] Using WDA agent: '<path>.npm-global/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' | |
2021-02-10 20:41:27:801 - [debug] [XCUITest] Crash reports root '<path>Library/Logs/CrashReporter/MobileDevice/qamaster���s iPhone' does not exist. Got nothing to gather. | |
2021-02-10 20:41:27:802 - [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1612975287802 (20:41:27 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:27:802 - [XCUITest] Setting up real device | |
2021-02-10 20:41:27:802 - [debug] [XCUITest] Verifying application platform | |
2021-02-10 20:41:27:805 - [debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneOS"] | |
2021-02-10 20:41:27:976 - [debug] [XCUITest] Installing '/var/folders/ln/tk4trzln4qv0gb3xylqlpdzh0000gn/T/2021110-12215-1t9oc66.316k/app.app' on device with UUID 'udid'... | |
2021-02-10 20:41:29:067 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:41:29:067 - [HTTP] {} | |
2021-02-10 20:41:29:068 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:41:29:069 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
29:073 - [HTTP] <-- GET /wd/hub/status 200 4 ms - 68 | |
2021-02-10 20:41:29:073 - [HTTP] | |
2021-02-10 20:41:31:981 - [debug] [WebDriverAgent] Parsed BUILD_DIR configuration value: '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp/Build/Products' | |
2021-02-10 20:41:31:982 - [debug] [WebDriverAgent] Got derived data root: '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp' | |
2021-02-10 20:41:36:980 - [debug] [Support] Traversed 140 directories and 261 files in 8881ms | |
2021-02-10 20:41:36:981 - [debug] [XCUITest] Pushed the app files successfully after 9005ms | |
2021-02-10 20:41:37:789 - [XCUITest] App installation succeeded after 9813ms | |
2021-02-10 20:41:37:789 - [debug] [XCUITest] The app has been installed successfully. | |
2021-02-10 20:41:37:790 - [debug] [BaseDriver] Event 'appInstalled' logged at 1612975297790 (20:41:37 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:37:868 - [debug] [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8106 have been found | |
2021-02-10 20:41:37:869 - [DevCon Factory] Requesting connection for device udid on local port 8106, device port 8106 | |
2021-02-10 20:41:37:869 - [debug] [DevCon Factory] Cached connections count: 0 | |
2021-02-10 20:41:37:873 - [DevCon Factory] Successfully requested the connection for udid:8106 | |
2021-02-10 20:41:37:874 - [debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key '<path>Library/Developer/Xcode/DerivedData/WebDriverAgent-acakyusqytyydxbpirejospkejdp' | |
2021-02-10 20:41:37:877 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:41:37:877 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:41:37:894 - [debug] [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.2","version":"14.3"},"ios":{"ip":"192.168.0.108"},"ready":true,"build":{"upgradedAt":"1610398503742","time":"Feb 3 2021 14:39:36","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null} | |
2021-02-10 20:41:37:895 - [debug] [WebDriverAgent] Upgrade timestamp of the currently bundled WDA: 1610398503742 | |
2021-02-10 20:41:37:895 - [debug] [WebDriverAgent] Upgrade timestamp of the WDA on the device: 1610398503742 | |
2021-02-10 20:41:37:895 - [WebDriverAgent] Will reuse previously cached WDA instance at 'http://127.0.0.1:8106/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 8106 if this is an undesired behavior. | |
2021-02-10 20:41:37:895 - [debug] [XCUITest] Trying to start WebDriverAgent 3 times with 10000ms interval | |
2021-02-10 20:41:37:896 - [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1612975297896 (20:41:37 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:37:896 - [WebDriverAgent] Using provided WebdriverAgent at 'http://127.0.0.1:8106/' | |
2021-02-10 20:41:37:897 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2021-02-10 20:41:37:897 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8106/status] with no body | |
2021-02-10 20:41:37:902 - [debug] [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"14.2","version":"14.3"},"ios":{"ip":"192.168.0.108"},"ready":true,"build":{"upgradedAt":"1610398503742","time":"Feb 3 2021 14:39:36","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null} | |
2021-02-10 20:41:37:902 - [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1612975297902 (20:41:37 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:37:902 - [debug] [XCUITest] Sending createSession command to WDA | |
2021-02-10 20:41:37:903 - [debug] [WD Proxy] Matched '/session' to command name 'createSession' | |
2021-02-10 20:41:37:904 - [debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8106/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"bundleId","arguments":[],"environment":{},"eventloopIdleDelaySec":3,"shouldWaitForQuiescence":false,"shouldUseTestManagerForVisibilityDetection":true,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}} | |
2021-02-10 20:41:37:915 - [Xcode] t = 190.06s Open bundleId | |
2021-02-10 20:41:37:915 - [Xcode] t = 190.06s Launch bundleId | |
2021-02-10 20:41:37:915 - [Xcode] | |
2021-02-10 20:41:38:046 - [Xcode] t = 190.18s Wait for accessibility to load | |
2021-02-10 20:41:38:046 - [Xcode] | |
2021-02-10 20:41:38:150 - [Xcode] t = 190.29s Setting up automation session | |
2021-02-10 20:41:38:150 - [Xcode] | |
2021-02-10 20:41:38:463 - [Xcode] t = 190.60s Wait for bundleId to idle | |
2021-02-10 20:41:38:463 - [Xcode] | |
2021-02-10 20:41:41:472 - [Xcode] 2021-02-10 20:41:41.404020+0400 WebDriverAgentRunner-Runner[9972:7631066] Quiescence checks are disabled for bundleId application. Making it to believe it is idling | |
2021-02-10 20:41:41:473 - [Xcode] 2021-02-10 20:41:41.404253+0400 WebDriverAgentRunner-Runner[9972:7631066] Quiescence checks are disabled for bundleId application. Making it to believe there are no animations | |
2021-02-10 20:41:41:473 - [Xcode] | |
2021-02-10 20:41:45:495 - [Xcode] 2021-02-10 20:41:45.441350+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:45:495 - [Xcode] t = 197.64s Find the Application 'bundleId' | |
2021-02-10 20:41:45:496 - [Xcode] | |
2021-02-10 20:41:45:496 - [Xcode] t = 197.64s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:45:496 - [Xcode] | |
2021-02-10 20:41:45:589 - [debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72","capabilities":{"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId"}},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:41:45:590 - [WD Proxy] Determined the downstream protocol as 'W3C' | |
2021-02-10 20:41:45:590 - [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1612975305590 (20:41:45 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:45:590 - [debug] [BaseDriver] Event 'wdaStarted' logged at 1612975305590 (20:41:45 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:45:590 - [XCUITest] Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior. | |
2021-02-10 20:41:45:591 - [debug] [BaseDriver] Event 'orientationSet' logged at 1612975305590 (20:41:45 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:45:591 - [debug] [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it | |
2021-02-10 20:41:45:591 - [debug] [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it | |
2021-02-10 20:41:45:592 - [Appium] New XCUITestDriver session created successfully, session b2658eea-7664-4850-ad25-d243dd2b7036 added to master session list | |
2021-02-10 20:41:45:593 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1612975305593 (20:41:45 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:41:45:594 - [debug] [W3C (b2658eea)] Cached the protocol value 'W3C' for the new session b2658eea-7664-4850-ad25-d243dd2b7036 | |
Feb 10, 2021 8:41:45 PM io.appium.java_client.remote.AppiumCommandExecutor$1 lambda$0 | |
INFO: Detected dialect: W3C | |
2021-02-10 20:41:45:594 - [debug] [W3C (b2658eea)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"udid":"udid","useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3}} | |
2021-02-10 20:41:45:597 - [HTTP] <-- POST /wd/hub/session 200 18904 ms - 864 | |
2021-02-10 20:41:45:598 - [HTTP] | |
2021-02-10 20:41:45:609 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:45:609 - [HTTP] {} | |
2021-02-10 20:41:45:610 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:45:610 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:45:611 - [debug] [WD Proxy] Matched '/' to command name 'getSession' | |
2021-02-10 20:41:45:611 - [debug] [WD Proxy] Proxying [GET /] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72] with no body | |
2021-02-10 20:41:45:624 - [Xcode] 2021-02-10 20:41:45.570359+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:45:624 - [Xcode] t = 197.77s Find the Application 'bundleId' | |
2021-02-10 20:41:45:624 - [Xcode] t = 197.77s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:45:624 - [Xcode] | |
2021-02-10 20:41:45:694 - [debug] [WD Proxy] Got response with status 200: {"value":{"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72","capabilities":{"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId"}},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:41:45:706 - [debug] [WD Proxy] Proxying [GET /wda/screen] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/wda/screen] with no body | |
2021-02-10 20:41:45:715 - [Xcode] 2021-02-10 20:41:45.665301+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:45:715 - [Xcode] | |
2021-02-10 20:41:45:718 - [Xcode] t = 197.87s Get all elements bound by accessibility element for: Descendants matching type StatusBar | |
2021-02-10 20:41:45:718 - [Xcode] t = 197.87s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:41:45:718 - [Xcode] | |
2021-02-10 20:41:45:752 - [Xcode] t = 197.90s Find: Descendants matching type StatusBar | |
2021-02-10 20:41:45:752 - [Xcode] | |
2021-02-10 20:41:45:764 - [Xcode] t = 197.91s Checking existence of `StatusBar` | |
2021-02-10 20:41:45:764 - [Xcode] | |
2021-02-10 20:41:45:767 - [Xcode] t = 197.92s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:41:45:767 - [Xcode] | |
2021-02-10 20:41:45:798 - [Xcode] t = 197.95s Find: Descendants matching type StatusBar | |
2021-02-10 20:41:45:799 - [Xcode] | |
2021-02-10 20:41:45:799 - [Xcode] t = 197.95s Find: Identity Binding | |
2021-02-10 20:41:45:799 - [Xcode] | |
2021-02-10 20:41:45:802 - [Xcode] t = 197.95s Find the StatusBar | |
2021-02-10 20:41:45:802 - [Xcode] | |
2021-02-10 20:41:45:805 - [Xcode] t = 197.95s Requesting snapshot of accessibility hierarchy for app with pid 59 | |
2021-02-10 20:41:45:805 - [Xcode] | |
2021-02-10 20:41:45:840 - [Xcode] t = 197.99s Find: Descendants matching type StatusBar | |
2021-02-10 20:41:45:840 - [Xcode] | |
2021-02-10 20:41:45:841 - [Xcode] t = 197.99s Find: Identity Binding | |
2021-02-10 20:41:45:842 - [Xcode] | |
2021-02-10 20:41:45:845 - [debug] [WD Proxy] Got response with status 200: {"value":{"statusBarSize":{"width":375,"height":20},"scale":2},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:41:45:847 - [debug] [WD Proxy] Proxying [GET /window/size] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/window/size] with no body | |
2021-02-10 20:41:45:856 - [Xcode] 2021-02-10 20:41:45.804270+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:45:856 - [Xcode] | |
2021-02-10 20:41:45:858 - [Xcode] t = 198.01s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:45:858 - [Xcode] | |
2021-02-10 20:41:45:916 - [Xcode] 2021-02-10 20:41:45.867552+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:45:916 - [Xcode] | |
2021-02-10 20:41:45:918 - [debug] [WD Proxy] Got response with status 200: {"value":{"width":375,"height":667},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:41:45:918 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:45:918 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:45:920 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 310 ms - 817 | |
2021-02-10 20:41:45:920 - [HTTP] | |
2021-02-10 20:41:45:925 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:45:925 - [HTTP] {} | |
2021-02-10 20:41:45:925 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:45:925 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:45:925 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:45:926 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:45:926 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:41:45:926 - [HTTP] | |
2021-02-10 20:41:50:941 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:50:942 - [HTTP] {} | |
2021-02-10 20:41:50:942 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:50:942 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:50:942 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:50:943 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:50:944 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 2 ms - 817 | |
2021-02-10 20:41:50:944 - [HTTP] | |
2021-02-10 20:41:50:948 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:50:948 - [HTTP] {} | |
2021-02-10 20:41:50:948 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:50:948 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:50:948 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:50:949 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:50:949 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:41:50:950 - [HTTP] | |
2021-02-10 20:41:50:953 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:50:953 - [HTTP] {} | |
2021-02-10 20:41:50:953 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:50:954 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:50:954 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:50:954 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:50:955 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:41:50:955 - [HTTP] | |
2021-02-10 20:41:50:957 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:50:957 - [HTTP] {} | |
2021-02-10 20:41:50:957 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:50:957 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:50:957 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:50:958 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:50:958 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:41:50:958 - [HTTP] | |
2021-02-10 20:41:50:964 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:50:964 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:50:965 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:50:965 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:50:966 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:50:966 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:50:966 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:50:967 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:51:000 - [Xcode] 2021-02-10 20:41:50.943235+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:51:000 - [Xcode] t = 203.15s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:51:000 - [Xcode] | |
2021-02-10 20:41:51:013 - [Xcode] t = 203.16s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:51:013 - [Xcode] | |
2021-02-10 20:41:51:177 - [Xcode] t = 203.33s Find: Descendants matching type Any | |
2021-02-10 20:41:51:178 - [Xcode] | |
2021-02-10 20:41:51:180 - [Xcode] t = 203.33s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:51:181 - [Xcode] | |
2021-02-10 20:41:51:191 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
2021-02-10 20:41:51:192 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:51:194 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:51:194 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:51:194 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:51:194 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:51:194 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:51:194 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:51:194 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:51:194 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:51:195 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 231 ms - 1149 | |
2021-02-10 20:41:51:195 - [HTTP] | |
2021-02-10 20:41:51:703 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:51:703 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:51:704 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:51:704 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:51:704 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:51:704 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:51:705 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:51:705 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:51:736 - [Xcode] 2021-02-10 20:41:51.683712+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:51:736 - [Xcode] | |
2021-02-10 20:41:51:738 - [Xcode] t = 203.89s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:51:738 - [Xcode] | |
2021-02-10 20:41:51:753 - [Xcode] t = 203.90s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:51:753 - [Xcode] | |
2021-02-10 20:41:51:893 - [Xcode] t = 204.05s Find: Descendants matching type Any | |
2021-02-10 20:41:51:893 - [Xcode] | |
2021-02-10 20:41:51:896 - [Xcode] t = 204.05s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:51:896 - [Xcode] | |
2021-02-10 20:41:51:907 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
2021-02-10 20:41:51:908 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:51:909 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:51:909 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:51:909 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:51:909 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:51:909 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:51:909 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:51:909 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:51:909 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:51:910 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 206 ms - 1149 | |
2021-02-10 20:41:51:910 - [HTTP] | |
2021-02-10 20:41:52:418 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:52:418 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:52:418 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:52:418 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:52:419 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:52:419 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:52:419 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:52:420 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:52:457 - [Xcode] 2021-02-10 20:41:52.398535+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:52:457 - [Xcode] | |
2021-02-10 20:41:52:457 - [Xcode] t = 204.61s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:52:457 - [Xcode] | |
2021-02-10 20:41:52:463 - [Xcode] t = 204.61s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:52:463 - [Xcode] | |
2021-02-10 20:41:52:602 - [Xcode] t = 204.76s Find: Descendants matching type Any | |
2021-02-10 20:41:52:602 - [Xcode] | |
2021-02-10 20:41:52:604 - [Xcode] t = 204.76s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:52:604 - [Xcode] | |
2021-02-10 20:41:52:616 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
2021-02-10 20:41:52:616 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:52:617 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:52:617 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:52:617 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:52:617 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:52:618 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:52:618 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:52:618 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:52:618 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 200 ms - 1149 | |
2021-02-10 20:41:52:618 - [HTTP] | |
2021-02-10 20:41:52:624 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:52:624 - [HTTP] {"using":"-ios predicate string","value":"name = \"title\" AND label = \"Disclaimer\""} | |
2021-02-10 20:41:52:624 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = \"title\" AND label = \"Disclaimer\"","b2658eea-7664-4850-ad25-d243dd2b7036"]2 | |
2021-02-10 20:41:52:624 - [debug] [XCUITest] Ex021-02-10 20:41:52:636 - [Xcode] 2021-02-10 20:41:52.587289+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active appecutinlicg cation (out of om1 tomand 'ftalindElem itenems)t | |
20' | |
221-021-02-0210 -10 20:4120:52:6:436 1:5- [Xco2:625 - [dede] | |
bu2021-02-10 20:41:52:637g] [BaseD - [rXicover] Validde] lo cator str t = 204.79s Getategies for al thisl elements re bquestound : by acxpacessth, iibility element fd, nor: Elemeame, class name, -ios predints matching predicate '(catwdName == "title" AND wdLabel == "Disclaimer") AND (1e string, -ios class chain, accessibility id | |
2021-02-10 20:41:52:625 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:52:625 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:52:625 - [de ==bu 1 Og] [WDR identif Proxiy] Proxyier ng= [= 0PO ORST /eleme frnt] tame o [P==O 0 OR vaST htlue tp== 0 ://OR127 title == .00 OR .label 0.1== 0 :81OR 06ele/smenessitType == 0 on/OR enabled =A9= 0 OR 980placeh1FoldeC-rVC39alD-45E6-B945-4C9FDCBu6e == 0EE OR72/elemen set] lewictth ebdo d=y:= {0)"' | |
202u1-sing":"p02redic-ate 10 20:41strin:52g":63,"val7 -u [e"Xcode] | |
:"nam2021e = \"-02-10 20tit:41:52:639 - le\" [Xcode] AN t D label = \"Disc= laim 204.79s Requestiner\""} | |
g snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:52:639 - [Xcode] | |
2021-02-10 20:41:52:727 - [Xcode] t = 204.88s Find: Descendants matching type Any | |
2021-02-10 20:41:52:727 - [Xcode] | |
2021-02-10 20:41:52:730 - [Xcode] t = 204.88s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:52:730 - [Xcode] | |
2021-02-10 20:41:52:738 - [Xcode] t = 204.89s Checking existence of `"title" StaticText` | |
2021-02-10 20:41:52:738 - [Xcode] | |
2021-02-10 20:41:52:741 - [Xcode] t = 204.90s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:52:742 - [Xcode] | |
2021-02-10 20:41:52:835 - [Xcode] t = 204.99s Find: Descendants matching type Any | |
2021-02-10 20:41:52:835 - [Xcode] | |
2021-02-10 20:41:52:837 - [Xcode] t = 204.99s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:52:837 - [Xcode] | |
2021-02-10 20:41:52:840 - [Xcode] t = 204.99s Find: Identity Binding | |
2021-02-10 20:41:52:840 - [Xcode] | |
2021-02-10 20:41:52:853 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"1D000000-0000-0000-FA26-000000000000","element-6066-11e4-a52e-4f735466cecf":"1D000000-0000-0000-FA26-000000000000"},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:41:52:853 - [debug] [W3C (b2658eea)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1D000000-0000-0000-FA26-000000000000","ELEMENT":"1D000000-0000-0000-FA26-000000000000"} | |
2021-02-10 20:41:52:854 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 200 230 ms - 137 | |
2021-02-10 20:41:52:854 - [HTTP] | |
2021-02-10 20:41:52:857 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/1D000000-0000-0000-FA26-000000000000/displayed | |
2021-02-10 20:41:52:858 - [HTTP] {} | |
2021-02-10 20:41:52:858 - [W3C (b2658eea)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:41:52:858 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:41:52:859 - [debug] [WD Proxy] Matched '/wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/1D000000-0000-0000-FA26-000000000000/displayed' to command name 'elementDisplayed' | |
2021-02-10 20:41:52:859 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/1D000000-0000-0000-FA26-000000000000/displayed] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element/1D000000-0000-0000-FA26-000000000000/displayed] with no body | |
2021-02-10 20:41:52:864 - [Xcode] t = 205.02s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:52:864 - [Xcode] | |
2021-02-10 20:41:52:948 - [Xcode] t = 205.10s Find: Descendants matching type Any | |
2021-02-10 20:41:52:948 - [Xcode] | |
2021-02-10 20:41:52:952 - [Xcode] t = 205.11s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:52:953 - [Xcode] | |
2021-02-10 20:41:52:955 - [Xcode] t = 205.11s Find: Identity Binding | |
2021-02-10 20:41:52:955 - [Xcode] | |
2021-02-10 20:41:52:987 - [debug] [WD Proxy] Got response with status 200: {"value":true,"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:41:52:987 - [WD Proxy] Replacing sessionId A99801FC-C39D-45E6-B945-4C9FDCB6EE72 with b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:52:988 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/1D000000-0000-0000-FA26-000000000000/displayed 200 130 ms - 65 | |
2021-02-10 20:41:52:988 - [HTTP] | |
2021-02-10 20:41:52:992 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:52:992 - [HTTP] {} | |
2021-02-10 20:41:52:992 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:52:993 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:52:993 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:52:993 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:52:994 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:41:52:994 - [HTTP] | |
2021-02-10 20:41:52:996 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:41:52:996 - [HTTP] {} | |
2021-02-10 20:41:52:997 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:52:997 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:41:52:997 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:41:52:997 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:41:52:998 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:41:52:998 - [HTTP] | |
2021-02-10 20:41:53:001 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:53:001 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:53:002 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:53:002 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:53:002 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:53:002 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:53:003 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:53:003 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:53:010 - [Xcode] 2021-02-10 20:41:52.964999+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:53:010 - [Xcode] | |
2021-02-10 20:41:53:012 - [Xcode] t = 205.17s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:53:012 - [Xcode] | |
2021-02-10 20:41:53:014 - [Xcode] t = 205.17s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:53:014 - [Xcode] | |
2021-02-10 20:41:53:108 - [Xcode] t = 205.26s Find: Descendants matching type Any | |
2021-02-10 20:41:53:108 - [Xcode] | |
2021-02-10 20:41:53:112 - [Xcode] t = 205.27s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:53:112 - [Xcode] | |
2021-02-10 20:41:53:126 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
2021-02-10 20:41:53:126 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:53:127 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:53:127 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:53:127 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:53:127 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:53:127 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:53:127 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:53:127 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:53:127 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:53:128 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 126 ms - 1149 | |
2021-02-10 20:41:53:128 - [HTTP] | |
2021-02-10 20:41:53:633 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:53:633 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:53:634 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:53:634 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:53:634 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:53:634 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:53:635 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:53:635 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:53:676 - [Xcode] 2021-02-10 20:41:53.615524+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:53:676 - [Xcode] t = 205.82s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:53:676 - [Xcode] | |
2021-02-10 20:41:53:687 - [Xcode] t = 205.83s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:53:687 - [Xcode] | |
2021-02-10 20:41:53:833 - [Xcode] t = 205.99s Find: Descendants matching type Any | |
2021-02-10 20:41:53:833 - [Xcode] | |
2021-02-10 20:41:53:836 - [Xcode] t = 205.99s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:53:836 - [Xcode] | |
2021-02-10 20:41:53:847 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
2021-02-10 20:41:53:847 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:53:848 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:53:849 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:53:849 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:53:849 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:53:849 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:53:849 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:53:849 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:53:849 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:53:850 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 216 ms - 1149 | |
2021-02-10 20:41:53:850 - [HTTP] | |
2021-02-10 20:41:54:358 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:54:358 - [HTTP] {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:54:358 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["accessibility id","Allow","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:54:359 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:54:359 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:54:359 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:54:359 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:54:360 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"accessibility id","value":"Allow"} | |
2021-02-10 20:41:54:393 - [Xcode] 2021-02-10 20:41:54.345987+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:54:393 - [Xcode] | |
2021-02-10 20:41:54:400 - [Xcode] t = 206.55s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:54:401 - [Xcode] | |
2021-02-10 20:41:54:408 - [Xcode] t = 206.56s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:54:408 - [Xcode] | |
2021-02-10 20:41:54:553 - [Xcode] t = 206.71s Find: Descendants matching type Any | |
2021-02-10 20:41:54:553 - [Xcode] | |
2021-02-10 20:41:54:556 - [Xcode] t = 206.71s Find: Elements matching predicate 'wdName == "Allow" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:54:557 - [Xcode] | |
2021-02-10 20:41:54:568 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'accessibility id', value 'Allow'","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdispatch.dylib ... | |
to NoSuchElementError | |
2021-02-10 20:41:54:570 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:54:570 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:54:570 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:54:570 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:54:570 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:54:570 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:54:570 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:54:570 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:54:571 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 213 ms - 1149 | |
2021-02-10 20:41:54:571 - [HTTP] | |
2021-02-10 20:41:54:584 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:54:584 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:54:585 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:54:585 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:54:585 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:54:585 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:54:585 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:54:586 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:54:594 - [Xcode] 2021-02-10 20:41:54.549412+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:54:594 - [Xcode] | |
2021-02-10 20:41:54:597 - [Xcode] t = 206.75s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:54:597 - [Xcode] | |
2021-02-10 20:41:54:599 - [Xcode] t = 206.75s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:54:599 - [Xcode] | |
2021-02-10 20:41:54:690 - [Xcode] t = 206.85s Find: Descendants matching type Any | |
2021-02-10 20:41:54:690 - [Xcode] | |
2021-02-10 20:41:54:694 - [Xcode] t = 206.85s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:54:694 - [Xcode] | |
2021-02-10 20:41:54:708 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
2021-02-10 20:41:54:708 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:54:709 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:54:709 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:54:709 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:54:710 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:54:710 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:54:710 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:54:710 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:54:710 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:54:710 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 126 ms - 1149 | |
2021-02-10 20:41:54:710 - [HTTP] | |
2021-02-10 20:41:55:215 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:55:215 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:55:215 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:55:216 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:55:216 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:55:216 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:55:216 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:55:217 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:55:247 - [Xcode] 2021-02-10 20:41:55.196073+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:55:247 - [Xcode] | |
2021-02-10 20:41:55:258 - [Xcode] t = 207.40s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:55:259 - [Xcode] | |
2021-02-10 20:41:55:264 - [Xcode] t = 207.41s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:55:264 - [Xcode] | |
2021-02-10 20:41:55:403 - [Xcode] t = 207.56s Find: Descendants matching type Any | |
2021-02-10 20:41:55:403 - [Xcode] | |
2021-02-10 20:41:55:407 - [Xcode] t = 207.56s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:55:407 - [Xcode] | |
2021-02-10 20:41:55:419 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
2021-02-10 20:41:55:420 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:55:420 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:55:420 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:55:421 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:55:421 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:55:421 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:55:421 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:55:421 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:55:421 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:55:422 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 206 ms - 1149 | |
2021-02-10 20:41:55:422 - [HTTP] | |
2021-02-10 20:41:55:928 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:55:929 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:55:929 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:55:929 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:55:929 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:55:930 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:55:930 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:55:930 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:55:963 - [Xcode] 2021-02-10 20:41:55.908558+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:55:963 - [Xcode] t = 208.11s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:55:964 - [Xcode] | |
2021-02-10 20:41:55:974 - [Xcode] t = 208.12s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:55:974 - [Xcode] | |
2021-02-10 20:41:56:114 - [Xcode] t = 208.27s Find: Descendants matching type Any | |
2021-02-10 20:41:56:115 - [Xcode] | |
2021-02-10 20:41:56:117 - [Xcode] t = 208.27s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:56:117 - [Xcode] | |
2021-02-10 20:41:56:129 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
2021-02-10 20:41:56:129 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:56:130 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:56:130 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:56:130 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:56:130 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:56:130 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:56:130 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:56:130 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:56:130 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:56:131 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 203 ms - 1149 | |
2021-02-10 20:41:56:131 - [HTTP] | |
2021-02-10 20:41:56:637 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:56:638 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:56:638 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:56:638 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:56:638 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:56:638 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:56:639 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:56:639 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:56:667 - [Xcode] 2021-02-10 20:41:56.617255+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:56:667 - [Xcode] | |
2021-02-10 20:41:56:675 - [iProxy@bad18ad0:8106] The connection has been closed | |
2021-02-10 20:41:56:675 - [Xcode] t = 208.82s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:56:676 - [Xcode] | |
2021-02-10 20:41:56:685 - [Xcode] t = 208.83s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:56:685 - [Xcode] | |
2021-02-10 20:41:56:825 - [Xcode] t = 208.98s Find: Descendants matching type Any | |
2021-02-10 20:41:56:825 - [Xcode] | |
2021-02-10 20:41:56:828 - [Xcode] t = 208.98s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:56:828 - [Xcode] | |
2021-02-10 20:41:56:839 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
2021-02-10 20:41:56:839 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:56:840 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:56:840 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:56:840 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:56:840 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:56:840 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:56:840 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:56:841 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:56:841 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:56:841 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 204 ms - 1149 | |
2021-02-10 20:41:56:841 - [HTTP] | |
2021-02-10 20:41:57:347 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:57:347 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:57:348 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:57:348 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:57:348 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:57:348 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:57:349 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:57:349 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:57:382 - [Xcode] 2021-02-10 20:41:57.329200+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:57:382 - [Xcode] | |
2021-02-10 20:41:57:386 - [Xcode] t = 209.53s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:57:386 - [Xcode] | |
2021-02-10 20:41:57:393 - [Xcode] t = 209.54s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:57:393 - [Xcode] | |
2021-02-10 20:41:57:534 - [Xcode] t = 209.69s Find: Descendants matching type Any | |
2021-02-10 20:41:57:534 - [Xcode] | |
2021-02-10 20:41:57:537 - [Xcode] t = 209.69s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:57:537 - [Xcode] | |
2021-02-10 20:41:57:549 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
2021-02-10 20:41:57:549 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:57:550 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:57:550 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:57:550 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:57:550 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:57:550 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:57:550 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:57:550 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:57:550 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:57:551 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 204 ms - 1149 | |
2021-02-10 20:41:57:551 - [HTTP] | |
2021-02-10 20:41:58:058 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:58:058 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:58:059 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:58:059 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:58:059 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:58:059 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:58:061 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:58:061 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:58:072 - [Xcode] 2021-02-10 20:41:58.024606+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:58:072 - [Xcode] | |
2021-02-10 20:41:58:073 - [Xcode] t = 210.23s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:58:073 - [Xcode] t = 210.23s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:58:073 - [Xcode] | |
2021-02-10 20:41:58:156 - [Xcode] t = 210.31s Find: Descendants matching type Any | |
2021-02-10 20:41:58:157 - [Xcode] | |
2021-02-10 20:41:58:158 - [Xcode] t = 210.31s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:58:158 - [Xcode] | |
2021-02-10 20:41:58:167 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
2021-02-10 20:41:58:167 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:58:168 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:58:168 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:58:168 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:58:168 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:58:168 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:58:168 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:58:169 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:58:169 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:58:169 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 111 ms - 1149 | |
2021-02-10 20:41:58:169 - [HTTP] | |
2021-02-10 20:41:58:676 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:58:676 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:58:676 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:58:677 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:58:677 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:58:677 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:58:678 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:58:678 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:58:699 - [Xcode] 2021-02-10 20:41:58.651821+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:58:699 - [Xcode] | |
2021-02-10 20:41:58:700 - [Xcode] t = 210.86s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:58:700 - [Xcode] | |
2021-02-10 20:41:58:712 - [Xcode] t = 210.86s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:58:712 - [Xcode] | |
2021-02-10 20:41:58:844 - [Xcode] t = 211.00s Find: Descendants matching type Any | |
2021-02-10 20:41:58:844 - [Xcode] | |
2021-02-10 20:41:58:847 - [Xcode] t = 211.00s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:58:847 - [Xcode] | |
2021-02-10 20:41:58:860 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
2021-02-10 20:41:58:860 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:58:861 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:58:861 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:58:861 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:58:861 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:58:861 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:58:861 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:58:861 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:58:861 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:58:862 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 186 ms - 1149 | |
2021-02-10 20:41:58:862 - [HTTP] | |
2021-02-10 20:41:59:076 - [HTTP] --> GET /wd/hub/status | |
2021-02-10 20:41:59:076 - [HTTP] {} | |
2021-02-10 20:41:59:076 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2021-02-10 20:41:59:077 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.20.0"}} | |
2021-02-10 20:41:59:078 - [HTTP] <-- GET /wd/hub/status 200 2 ms - 68 | |
2021-02-10 20:41:59:078 - [HTTP] | |
2021-02-10 20:41:59:370 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:41:59:370 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:59:370 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:41:59:370 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:41:59:371 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:41:59:371 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:41:59:371 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:41:59:371 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:41:59:398 - [Xcode] 2021-02-10 20:41:59.348917+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:41:59:398 - [Xcode] | |
2021-02-10 20:41:59:403 - [Xcode] t = 211.55s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:59:403 - [Xcode] | |
2021-02-10 20:41:59:414 - [Xcode] t = 211.56s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:41:59:414 - [Xcode] | |
2021-02-10 20:41:59:553 - [Xcode] t = 211.71s Find: Descendants matching type Any | |
2021-02-10 20:41:59:553 - [Xcode] | |
2021-02-10 20:41:59:556 - [Xcode] t = 211.71s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:41:59:556 - [Xcode] | |
2021-02-10 20:41:59:568 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
2021-02-10 20:41:59:568 - [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
2021-02-10 20:41:59:569 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:41:59:569 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:41:59:569 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:41:59:569 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:41:59:569 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:41:59:569 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:41:59:569 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:41:59:569 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:41:59:570 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 200 ms - 1149 | |
2021-02-10 20:41:59:570 - [HTTP] | |
2021-02-10 20:42:00:076 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:42:00:076 - [HTTP] {"using":"-ios predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:42:00:077 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label CONTAINS 'Access the Camera'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:00:077 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:42:00:077 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:42:00:077 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:42:00:078 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:42:00:078 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"label CONTAINS 'Access the Camera'"} | |
2021-02-10 20:42:00:091 - [Xcode] 2021-02-10 20:42:00.045486+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:42:00:091 - [Xcode] | |
2021-02-10 20:42:00:093 - [Xcode] t = 212.25s Get all elements bound by accessibility element for: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:00:093 - [Xcode] | |
2021-02-10 20:42:00:097 - [Xcode] t = 212.25s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:00:097 - [Xcode] | |
2021-02-10 20:42:00:254 - [Xcode] t = 212.41s Find: Descendants matching type Any | |
2021-02-10 20:42:00:254 - [Xcode] | |
2021-02-10 20:42:00:257 - [Xcode] t = 212.41s Find: Elements matching predicate 'wdLabel CONTAINS "Access the Camera" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:00:257 - [Xcode] | |
2021-02-10 20:42:00:269 - [WD Proxy] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'predicate string', value 'label CONTAINS 'Access the Camera''","traceback":"(\n\t0 WebDriverAgentLib 0x00000001077308a8 FBNoSuchElementErrorResponseForRequest + 340\n\t1 WebDriverAgentLib 0x0000000107730658 +[FBFindElementCommands handleFindElement:] + 380\n\t2 WebDriverAgentLib 0x00000001076f1c90 -[FBRoute_TargetAction mountRequest:intoResponse:] + 212\n\t3 WebDriverAgentLib 0x00000001076d0618 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 500\n\t4 WebDriverAgentLib 0x00000001077156cc -[RoutingHTTPServer handleRoute:withRequest:response:] + 184\n\t5 WebDriverAgentLib 0x0000000107716204 __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 72\n\t6 libdispatch.dylib 0x0000000197ef2280 04B54A98-8EAD-371E-8C12-AD116CB118E2 + 397952\n\t7 libdisp... | |
ror code 'no such element' to NoSuchElementError | |
2021-02-10 20:42:00:270 - [debug] [W3C (b2658eea)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
2021-02-10 20:42:00:270 - [debug] [W3C (b2658eea)] at XCUITestDriver.doNativeFind (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:126:11) | |
2021-02-10 20:42:00:271 - [debug] [W3C (b2658eea)] at runMicrotasks (<anonymous>) | |
2021-02-10 20:42:00:271 - [debug] [W3C (b2658eea)] at processTicksAndRejections (node:internal/process/task_queues:93:5) | |
2021-02-10 20:42:00:271 - [debug] [W3C (b2658eea)] at XCUITestDriver.findNativeElementOrElements (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:86:10) | |
2021-02-10 20:42:00:271 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrEls (<path>.npm-global/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12) | |
2021-02-10 20:42:00:271 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElOrElsWithProcessing (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:33:12) | |
2021-02-10 20:42:00:271 - [debug] [W3C (b2658eea)] at XCUITestDriver.findElement (<path>.npm-global/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/commands/find.js:53:10) | |
2021-02-10 20:42:00:271 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 404 195 ms - 1149 | |
2021-02-10 20:42:00:271 - [HTTP] | |
2021-02-10 20:42:00:280 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/screenshot | |
2021-02-10 20:42:00:281 - [HTTP] {} | |
2021-02-10 20:42:00:281 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getScreenshot() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:00:281 - [debug] [XCUITest] Executing command 'getScreenshot' | |
2021-02-10 20:42:00:281 - [debug] [XCUITest] Taking screenshot with WDA | |
2021-02-10 20:42:00:281 - [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' | |
2021-02-10 20:42:00:282 - [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/screenshot] with no body | |
2021-02-10 20:42:00:335 - [Xcode] 2021-02-10 20:42:00.292088+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:42:00:335 - [Xcode] | |
2021-02-10 20:42:00:418 - [debug] [WD Proxy] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAAAAHGlET1QAAAACAAAAAAAA\r\nApsAAAAoAAACmwAAApsAAfs0VpuHOQAAQABJREFUeAHsnYd/FLfW/ndtQ3qltwQI\r\nkEASUkgP3QV3m95CbwYDNq67O22LbUqSm5ub5N63/N7/9fedOfZk8dpmHSDehcfo\r\nM2g1R9LRMyPpmaOjmYTjBgpCQAgIASEgBISAEKh8BFwvi5IZx7eIKZyofL2loRAQ\r\nAkJACAgBISAEQEBURvYnISAEhIAQEAJC4MkgAKuYV3giVExU5slcvCdyMVSIEBAC\r\nQkAICAEhMF8ERGVEZYSAEBACQkAICIEngwAOK/MK82UtM8qLyjyZizcjuEoUAkJA\r\nCAgBISAEnjYCojKiMkJACAgBISAEhMCTQQBWMa/wRFiOqMyTuXhP5GKoECFQaQhg\r\nKEYlMxdXmm7SRwg8kwgYD6Bp1vtmbKOdiiVnlHmyiX9nXX9B8wqiMjZcptKuNYOf\r\nxD0/Zyo+sm3IpzMe8uSyQvwgH2QLZCTdLjxxK5AyOUv6I4uVgBB4bhGwLhn3HXAo\r\nTZkNHPogwnS32QSULgSEwIwIxKShuOvNJkkXYy6z8DRmNOvy1E5FBPvZc/3miZM/\r\nHD5yvLPrUFt7V0trxxMPrW2d7R3dXd2Hqej6jVsoQBtNgdmgIB31ignDwrxXBiWA\r\nI5GosbBo8YsNjc1cm2LNZmyDJY6mHCQpxBp8u2/g7LmLAEEh+/Y3AveRoycuXLxC\r\n+shoxu4Vjgy4yJdZxRy165QQePYQoDfZY0DcX0ix8MjG8hRBLsv+SGEJCAE... | |
2021-02-10 20:42:00:419 - [debug] [W3C (b2658eea)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAu4AAAU2CAIAAABFtaRRAAAAAXNSR0IArs4c6QAA\r\nAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKAC\r\nAAQAAAABAAAC7qADAAQAAAABAAAFNgAAAACw0axrAAAAHGlET1QAAAACAAAAAAAA\r\nApsAAAAoAAACmwAAApsAAfs0VpuHOQAAQABJREFUeAHsnYd/FLfW/ndtQ3qltwQI\r\nkEASUkgP3QV3m95CbwYDNq67O22LbUqSm5ub5N63/N7/9fedOfZk8dpmHSDehcfo\r\nM2g1R9LRMyPpmaOjmYTjBgpCQAgIASEgBISAEKh8BFwvi5IZx7eIKZyofL2loRAQ\r\nAkJACAgBISAEQEBURvYnISAEhIAQEAJC4MkgAKuYV3giVExU5slcvCdyMVSIEBAC\r\nQkAICAEhMF8ERGVEZYSAEBACQkAICIEngwAOK/MK82UtM8qLyjyZizcjuEoUAkJA\r\nCAgBISAEnjYCojKiMkJACAgBISAEhMCTQQBWMa/wRFiOqMyTuXhP5GKoECFQaQhg\r\nKEYlMxdXmm7SRwg8kwgYD6Bp1vtmbKOdiiVnlHmyiX9nXX9B8wqiMjZcptKuNYOf\r\nxD0/Zyo+sm3IpzMe8uSyQvwgH2QLZCTdLjxxK5AyOUv6I4uVgBB4bhGwLhn3HXAo\r\nTZkNHPogwnS32QSULgSEwIwIxKShuOvNJkkXYy6z8DRmNOvy1E5FBPvZc/3miZM/\r\nHD5yvLPrUFt7V0trxxMPrW2d7R3dXd2Hqej6jVsoQBtNgdmgIB31ignDwrxXBiWA\r\nI5GosbBo8YsNjc1cm2LNZmyDJY6mHCQpxBp8u2/g7LmLAEEh+/Y3AveRoycuXLxC\r\n+shoxu4Vjgy4yJdZxRy165QQePYQoDfZY0DcX0ix8MjG8hRBLsv+SGEJCAEhECMQ\r\n... | |
2021-02-10 20:42:00:423 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/screenshot 200 142 ms - 391156 | |
2021-02-10 20:42:00:423 - [HTTP] | |
getScreenshotAs(OutputType.BYTES) = 276100 | |
2021-02-10 20:42:00:449 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:42:00:450 - [HTTP] {"using":"-ios predicate string","value":"name = \"title\" AND label = \"Disclaimer\""} | |
2021-02-10 20:42:00:450 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = \"title\" AND label = \"Disclaimer\"","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:00:450 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:42:00:450 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:42:00:450 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:42:00:451 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:42:00:451 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"name = \"title\" AND label = \"Disclaimer\""} | |
2021-02-10 20:42:00:457 - [Xcode] 2021-02-10 20:42:00.415046+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:42:00:457 - [Xcode] | |
2021-02-10 20:42:00:459 - [Xcode] t = 212.62s Get all elements bound by accessibility element for: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:00:460 - [Xcode] | |
2021-02-10 20:42:00:462 - [Xcode] t = 212.62s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:00:462 - [Xcode] | |
2021-02-10 20:42:00:551 - [Xcode] t = 212.71s Find: Descendants matching type Any | |
2021-02-10 20:42:00:552 - [Xcode] | |
2021-02-10 20:42:00:554 - [Xcode] t = 212.71s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:00:554 - [Xcode] | |
2021-02-10 20:42:00:562 - [Xcode] t = 212.72s Checking existence of `"title" StaticText` | |
2021-02-10 20:42:00:562 - [Xcode] | |
2021-02-10 20:42:00:564 - [Xcode] t = 212.72s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:00:565 - [Xcode] | |
2021-02-10 20:42:00:653 - [Xcode] t = 212.81s Find: Descendants matching type Any | |
2021-02-10 20:42:00:653 - [Xcode] | |
2021-02-10 20:42:00:655 - [Xcode] t = 212.81s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:00:655 - [Xcode] | |
2021-02-10 20:42:00:659 - [Xcode] t = 212.82s Find: Identity Binding | |
2021-02-10 20:42:00:659 - [Xcode] | |
2021-02-10 20:42:00:669 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"1D000000-0000-0000-FA26-000000000000","element-6066-11e4-a52e-4f735466cecf":"1D000000-0000-0000-FA26-000000000000"},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:00:670 - [debug] [W3C (b2658eea)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1D000000-0000-0000-FA26-000000000000","ELEMENT":"1D000000-0000-0000-FA26-000000000000"} | |
2021-02-10 20:42:00:671 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 200 221 ms - 137 | |
2021-02-10 20:42:00:671 - [HTTP] | |
2021-02-10 20:42:00:675 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/1D000000-0000-0000-FA26-000000000000/displayed | |
2021-02-10 20:42:00:675 - [HTTP] {} | |
2021-02-10 20:42:00:675 - [W3C (b2658eea)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:42:00:676 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:42:00:680 - [debug] [WD Proxy] Matched '/wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/1D000000-0000-0000-FA26-000000000000/displayed' to command name 'elementDisplayed' | |
2021-02-10 20:42:00:680 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/1D000000-0000-0000-FA26-000000000000/displayed] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element/1D000000-0000-0000-FA26-000000000000/displayed] with no body | |
2021-02-10 20:42:00:685 - [Xcode] t = 212.84s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:00:685 - [Xcode] | |
2021-02-10 20:42:00:771 - [Xcode] t = 212.93s Find: Descendants matching type Any | |
2021-02-10 20:42:00:771 - [Xcode] | |
2021-02-10 20:42:00:774 - [Xcode] t = 212.93s Find: Elements matching predicate '(wdName == "title" AND wdLabel == "Disclaimer") AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:00:774 - [Xcode] | |
2021-02-10 20:42:00:777 - [Xcode] t = 212.93s Find: Identity Binding | |
2021-02-10 20:42:00:777 - [Xcode] | |
2021-02-10 20:42:00:794 - [debug] [WD Proxy] Got response with status 200: {"value":true,"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:00:794 - [WD Proxy] Replacing sessionId A99801FC-C39D-45E6-B945-4C9FDCB6EE72 with b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:42:00:794 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/1D000000-0000-0000-FA26-000000000000/displayed 200 120 ms - 65 | |
2021-02-10 20:42:00:795 - [HTTP] | |
2021-02-10 20:42:00:801 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:42:00:801 - [HTTP] {} | |
2021-02-10 20:42:00:802 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:00:802 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:42:00:802 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:42:00:802 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:42:00:803 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:42:00:803 - [HTTP] | |
2021-02-10 20:42:00:805 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/context | |
2021-02-10 20:42:00:805 - [HTTP] {} | |
2021-02-10 20:42:00:805 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getCurrentContext() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:00:805 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:42:00:805 - [debug] [W3C (b2658eea)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:42:00:806 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/context 200 1 ms - 22 | |
2021-02-10 20:42:00:806 - [HTTP] | |
2021-02-10 20:42:00:809 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:42:00:809 - [HTTP] {"using":"-ios predicate string","value":"name = 'content'"} | |
2021-02-10 20:42:00:809 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = 'content'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:00:809 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:42:00:809 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:42:00:809 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:42:00:810 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:42:00:810 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"name = 'content'"} | |
2021-02-10 20:42:00:816 - [Xcode] 2021-02-10 20:42:00.773848+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:42:00:817 - [Xcode] | |
2021-02-10 20:42:00:818 - [Xcode] t = 212.97s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:00:818 - [Xcode] | |
2021-02-10 20:42:00:819 - [Xcode] t = 212.98s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:00:819 - [Xcode] | |
2021-02-10 20:42:00:907 - [Xcode] t = 213.06s Find: Descendants matching type Any | |
2021-02-10 20:42:00:907 - [Xcode] | |
2021-02-10 20:42:00:910 - [Xcode] t = 213.07s Find: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:00:910 - [Xcode] | |
2021-02-10 20:42:00:917 - [Xcode] t = 213.07s Checking existence of `"content" StaticText` | |
2021-02-10 20:42:00:917 - [Xcode] | |
2021-02-10 20:42:00:919 - [Xcode] t = 213.08s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:00:919 - [Xcode] | |
2021-02-10 20:42:01:010 - [Xcode] t = 213.16s Find: Descendants matching type Any | |
2021-02-10 20:42:01:010 - [Xcode] | |
2021-02-10 20:42:01:011 - [Xcode] t = 213.17s Find: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:011 - [Xcode] | |
2021-02-10 20:42:01:014 - [Xcode] t = 213.17s Find: Identity Binding | |
2021-02-10 20:42:01:014 - [Xcode] | |
2021-02-10 20:42:01:024 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"24000000-0000-0000-FA26-000000000000","element-6066-11e4-a52e-4f735466cecf":"24000000-0000-0000-FA26-000000000000"},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:01:024 - [debug] [W3C (b2658eea)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"24000000-0000-0000-FA26-000000000000","ELEMENT":"24000000-0000-0000-FA26-000000000000"} | |
2021-02-10 20:42:01:025 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 200 216 ms - 137 | |
2021-02-10 20:42:01:025 - [HTTP] | |
2021-02-10 20:42:01:028 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/24000000-0000-0000-FA26-000000000000/displayed | |
2021-02-10 20:42:01:028 - [HTTP] {} | |
2021-02-10 20:42:01:028 - [W3C (b2658eea)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:42:01:028 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:42:01:029 - [debug] [WD Proxy] Matched '/wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/24000000-0000-0000-FA26-000000000000/displayed' to command name 'elementDisplayed' | |
2021-02-10 20:42:01:029 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/24000000-0000-0000-FA26-000000000000/displayed] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element/24000000-0000-0000-FA26-000000000000/displayed] with no body | |
2021-02-10 20:42:01:033 - [Xcode] t = 213.19s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:033 - [Xcode] | |
2021-02-10 20:42:01:122 - [Xcode] t = 213.28s Find: Descendants matching type Any | |
2021-02-10 20:42:01:122 - [Xcode] | |
2021-02-10 20:42:01:125 - [Xcode] t = 213.28s Find: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:125 - [Xcode] | |
2021-02-10 20:42:01:128 - [Xcode] t = 213.29s Find: Identity Binding | |
2021-02-10 20:42:01:128 - [Xcode] | |
2021-02-10 20:42:01:147 - [debug] [WD Proxy] Got response with status 200: {"value":true,"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:01:147 - [WD Proxy] Replacing sessionId A99801FC-C39D-45E6-B945-4C9FDCB6EE72 with b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:42:01:148 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/24000000-0000-0000-FA26-000000000000/displayed 200 120 ms - 65 | |
2021-02-10 20:42:01:148 - [HTTP] | |
2021-02-10 20:42:01:155 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:42:01:155 - [HTTP] {} | |
2021-02-10 20:42:01:156 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:156 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:42:01:156 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:42:01:156 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:42:01:157 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:42:01:157 - [HTTP] | |
2021-02-10 20:42:01:160 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/context | |
2021-02-10 20:42:01:160 - [HTTP] {} | |
2021-02-10 20:42:01:160 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getCurrentContext() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:160 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:42:01:160 - [debug] [W3C (b2658eea)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:42:01:161 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/context 200 1 ms - 22 | |
2021-02-10 20:42:01:161 - [HTTP] | |
2021-02-10 20:42:01:164 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:42:01:164 - [HTTP] {"using":"-ios predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:42:01:164 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = 'disclaimer_dialog_agree_button'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:164 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:42:01:164 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:42:01:164 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:42:01:165 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:42:01:165 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:42:01:175 - [Xcode] 2021-02-10 20:42:01.131852+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:42:01:175 - [Xcode] | |
2021-02-10 20:42:01:176 - [Xcode] t = 213.33s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:176 - [Xcode] | |
2021-02-10 20:42:01:177 - [Xcode] t = 213.33s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:177 - [Xcode] | |
2021-02-10 20:42:01:264 - [Xcode] t = 213.42s Find: Descendants matching type Any | |
2021-02-10 20:42:01:265 - [Xcode] | |
2021-02-10 20:42:01:267 - [Xcode] t = 213.42s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:267 - [Xcode] | |
2021-02-10 20:42:01:276 - [Xcode] t = 213.43s Checking existence of `"disclaimer_dialog_agree_button" Other` | |
2021-02-10 20:42:01:276 - [Xcode] | |
2021-02-10 20:42:01:277 - [Xcode] t = 213.43s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:277 - [Xcode] | |
2021-02-10 20:42:01:364 - [Xcode] t = 213.52s Find: Descendants matching type Any | |
2021-02-10 20:42:01:364 - [Xcode] | |
2021-02-10 20:42:01:367 - [Xcode] t = 213.52s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:367 - [Xcode] | |
2021-02-10 20:42:01:371 - [Xcode] t = 213.53s Find: Identity Binding | |
2021-02-10 20:42:01:371 - [Xcode] | |
2021-02-10 20:42:01:380 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2C000000-0000-0000-FA26-000000000000","element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-FA26-000000000000"},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:01:381 - [debug] [W3C (b2658eea)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-FA26-000000000000","ELEMENT":"2C000000-0000-0000-FA26-000000000000"} | |
2021-02-10 20:42:01:381 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 200 217 ms - 137 | |
2021-02-10 20:42:01:381 - [HTTP] | |
2021-02-10 20:42:01:384 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/2C000000-0000-0000-FA26-000000000000/displayed | |
2021-02-10 20:42:01:384 - [HTTP] {} | |
2021-02-10 20:42:01:384 - [W3C (b2658eea)] Driver proxy active, passing request on via HTTP proxy | |
2021-02-10 20:42:01:384 - [debug] [XCUITest] Executing command 'proxyReqRes' | |
2021-02-10 20:42:01:385 - [debug] [WD Proxy] Matched '/wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/2C000000-0000-0000-FA26-000000000000/displayed' to command name 'elementDisplayed' | |
2021-02-10 20:42:01:385 - [debug] [WD Proxy] Proxying [GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/2C000000-0000-0000-FA26-000000000000/displayed] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element/2C000000-0000-0000-FA26-000000000000/displayed] with no body | |
2021-02-10 20:42:01:389 - [Xcode] t = 213.55s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:389 - [Xcode] | |
2021-02-10 20:42:01:474 - [Xcode] t = 213.63s Find: Descendants matching type Any | |
2021-02-10 20:42:01:474 - [Xcode] | |
2021-02-10 20:42:01:478 - [Xcode] t = 213.64s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:478 - [Xcode] | |
2021-02-10 20:42:01:481 - [Xcode] t = 213.64s Find: Identity Binding | |
2021-02-10 20:42:01:481 - [Xcode] | |
2021-02-10 20:42:01:498 - [debug] [WD Proxy] Got response with status 200: {"value":true,"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:01:498 - [WD Proxy] Replacing sessionId A99801FC-C39D-45E6-B945-4C9FDCB6EE72 with b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:42:01:499 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/2C000000-0000-0000-FA26-000000000000/displayed 200 114 ms - 65 | |
2021-02-10 20:42:01:499 - [HTTP] | |
2021-02-10 20:42:01:502 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:42:01:502 - [HTTP] {} | |
2021-02-10 20:42:01:502 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:502 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:42:01:502 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:42:01:503 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:42:01:503 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:42:01:503 - [HTTP] | |
2021-02-10 20:42:01:505 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/context | |
2021-02-10 20:42:01:506 - [HTTP] {} | |
2021-02-10 20:42:01:506 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getCurrentContext() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:506 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:42:01:506 - [debug] [W3C (b2658eea)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:42:01:506 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/context 200 1 ms - 22 | |
2021-02-10 20:42:01:507 - [HTTP] | |
2021-02-10 20:42:01:509 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:42:01:509 - [HTTP] {"using":"-ios predicate string","value":"name = 'content'"} | |
2021-02-10 20:42:01:509 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = 'content'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:509 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:42:01:509 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:42:01:509 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:42:01:510 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:42:01:510 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"name = 'content'"} | |
2021-02-10 20:42:01:517 - [Xcode] 2021-02-10 20:42:01.474623+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:42:01:517 - [Xcode] | |
2021-02-10 20:42:01:518 - [Xcode] t = 213.68s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:519 - [Xcode] | |
2021-02-10 20:42:01:521 - [Xcode] t = 213.68s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:521 - [Xcode] | |
2021-02-10 20:42:01:607 - [Xcode] t = 213.76s Find: Descendants matching type Any | |
2021-02-10 20:42:01:607 - [Xcode] | |
2021-02-10 20:42:01:610 - [Xcode] t = 213.77s Find: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:610 - [Xcode] | |
2021-02-10 20:42:01:618 - [Xcode] t = 213.78s Checking existence of `"content" StaticText` | |
2021-02-10 20:42:01:618 - [Xcode] | |
2021-02-10 20:42:01:621 - [Xcode] t = 213.78s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:621 - [Xcode] | |
2021-02-10 20:42:01:711 - [Xcode] t = 213.87s Find: Descendants matching type Any | |
2021-02-10 20:42:01:711 - [Xcode] | |
2021-02-10 20:42:01:713 - [Xcode] t = 213.87s Find: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:713 - [Xcode] | |
2021-02-10 20:42:01:716 - [Xcode] t = 213.87s Find: Identity Binding | |
2021-02-10 20:42:01:716 - [Xcode] | |
2021-02-10 20:42:01:727 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"24000000-0000-0000-FA26-000000000000","element-6066-11e4-a52e-4f735466cecf":"24000000-0000-0000-FA26-000000000000"},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:01:727 - [debug] [W3C (b2658eea)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"24000000-0000-0000-FA26-000000000000","ELEMENT":"24000000-0000-0000-FA26-000000000000"} | |
2021-02-10 20:42:01:728 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 200 218 ms - 137 | |
2021-02-10 20:42:01:728 - [HTTP] | |
2021-02-10 20:42:01:730 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/24000000-0000-0000-FA26-000000000000/location | |
2021-02-10 20:42:01:730 - [HTTP] {} | |
2021-02-10 20:42:01:731 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getLocation() with args: ["24000000-0000-0000-FA26-000000000000","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:731 - [debug] [XCUITest] Executing command 'getLocation' | |
2021-02-10 20:42:01:740 - [debug] [WD Proxy] Matched '/element/24000000-0000-0000-FA26-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:42:01:741 - [debug] [WD Proxy] Proxying [GET /element/24000000-0000-0000-FA26-000000000000/rect] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element/24000000-0000-0000-FA26-000000000000/rect] with no body | |
2021-02-10 20:42:01:745 - [Xcode] t = 213.90s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:745 - [Xcode] | |
2021-02-10 20:42:01:832 - [Xcode] t = 213.99s Find: Descendants matching type Any | |
2021-02-10 20:42:01:832 - [Xcode] | |
2021-02-10 20:42:01:834 - [Xcode] t = 213.99s Find: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:834 - [Xcode] | |
2021-02-10 20:42:01:837 - [Xcode] t = 214.00s Find: Identity Binding | |
2021-02-10 20:42:01:837 - [Xcode] | |
2021-02-10 20:42:01:844 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":261,"x":50,"width":275,"height":193},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:01:844 - [debug] [W3C (b2658eea)] Responding to client with driver.getLocation() result: {"x":50,"y":261} | |
2021-02-10 20:42:01:845 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/24000000-0000-0000-FA26-000000000000/location 200 114 ms - 26 | |
2021-02-10 20:42:01:845 - [HTTP] | |
2021-02-10 20:42:01:848 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/24000000-0000-0000-FA26-000000000000/size | |
2021-02-10 20:42:01:848 - [HTTP] {} | |
2021-02-10 20:42:01:848 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSize() with args: ["24000000-0000-0000-FA26-000000000000","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:848 - [debug] [XCUITest] Executing command 'getSize' | |
2021-02-10 20:42:01:850 - [debug] [WD Proxy] Matched '/element/24000000-0000-0000-FA26-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:42:01:850 - [debug] [WD Proxy] Proxying [GET /element/24000000-0000-0000-FA26-000000000000/rect] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element/24000000-0000-0000-FA26-000000000000/rect] with no body | |
2021-02-10 20:42:01:857 - [Xcode] t = 214.01s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:857 - [Xcode] | |
2021-02-10 20:42:01:948 - [Xcode] t = 214.10s Find: Descendants matching type Any | |
2021-02-10 20:42:01:948 - [Xcode] | |
2021-02-10 20:42:01:951 - [Xcode] t = 214.11s Find: Elements matching predicate 'wdName == "content" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:951 - [Xcode] | |
2021-02-10 20:42:01:954 - [Xcode] t = 214.11s Find: Identity Binding | |
2021-02-10 20:42:01:954 - [Xcode] | |
2021-02-10 20:42:01:961 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":261,"x":50,"width":275,"height":193},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:01:961 - [debug] [W3C (b2658eea)] Responding to client with driver.getSize() result: {"width":275,"height":193} | |
2021-02-10 20:42:01:962 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/24000000-0000-0000-FA26-000000000000/size 200 114 ms - 36 | |
2021-02-10 20:42:01:962 - [HTTP] | |
2021-02-10 20:42:01:965 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:42:01:965 - [HTTP] {} | |
2021-02-10 20:42:01:966 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:966 - [debug] [XCUITest] Executing command 'getSession' | |
2021-02-10 20:42:01:966 - [XCUITest] Merging WDA caps over Appium caps for session detail response | |
2021-02-10 20:42:01:966 - [debug] [W3C (b2658eea)] Responding to client with driver.getSession() result: {"udid":"udid","platformName":"ios","app":"ipa","waitForQuiescence":false,"wdaEventloopIdleDelay":3,"autoAcceptAlerts":false,"automationName":"XCuiTest","bundleId":"bundleId","deviceName":"iphone7","fullReset":true,"launchTimeout":300000,"newCommandTimeout":600,"noReset":false,"platformVersion":"14.3","showXcodeLog":true,"simpleIsVisibleCheck":true,"useNewWDA":false,"usePrebuiltWDA":true,"wdaConnectionTimeout":500000,"wdaLocalPort":8106,"wdaStartupRetries":3,"device":"iphone","browserName":"app","sdkVersion":"14.3","CFBundleIdentifier":"bundleId","pixelRatio":2,"statBarHeight":20,"viewportRect":{"left":0,"top":40,"width":750,"height":1294}} | |
2021-02-10 20:42:01:967 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1 ms - 817 | |
2021-02-10 20:42:01:967 - [HTTP] | |
2021-02-10 20:42:01:969 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/context | |
2021-02-10 20:42:01:969 - [HTTP] {} | |
2021-02-10 20:42:01:970 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getCurrentContext() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:970 - [debug] [XCUITest] Executing command 'getCurrentContext' | |
2021-02-10 20:42:01:970 - [debug] [W3C (b2658eea)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" | |
2021-02-10 20:42:01:971 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/context 200 1 ms - 22 | |
2021-02-10 20:42:01:971 - [HTTP] | |
2021-02-10 20:42:01:973 - [HTTP] --> POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element | |
2021-02-10 20:42:01:973 - [HTTP] {"using":"-ios predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:42:01:973 - [debug] [W3C (b2658eea)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","name = 'disclaimer_dialog_agree_button'","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:01:974 - [debug] [XCUITest] Executing command 'findElement' | |
2021-02-10 20:42:01:974 - [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id | |
2021-02-10 20:42:01:974 - [debug] [BaseDriver] Waiting up to 0 ms for condition | |
2021-02-10 20:42:01:974 - [debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
2021-02-10 20:42:01:975 - [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element] with body: {"using":"predicate string","value":"name = 'disclaimer_dialog_agree_button'"} | |
2021-02-10 20:42:01:982 - [Xcode] 2021-02-10 20:42:01.938831+0400 WebDriverAgentRunner-Runner[9972:7631066] Getting the most recent active application (out of 1 total items) | |
2021-02-10 20:42:01:982 - [Xcode] | |
2021-02-10 20:42:01:983 - [Xcode] t = 214.14s Get all elements bound by accessibility element for: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:01:983 - [Xcode] | |
2021-02-10 20:42:01:985 - [Xcode] t = 214.14s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:01:985 - [Xcode] | |
2021-02-10 20:42:02:073 - [Xcode] t = 214.23s Find: Descendants matching type Any | |
2021-02-10 20:42:02:073 - [Xcode] | |
2021-02-10 20:42:02:076 - [Xcode] t = 214.23s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:02:076 - [Xcode] | |
2021-02-10 20:42:02:085 - [Xcode] t = 214.24s Checking existence of `"disclaimer_dialog_agree_button" Other` | |
2021-02-10 20:42:02:085 - [Xcode] | |
2021-02-10 20:42:02:087 - [Xcode] t = 214.24s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:02:087 - [Xcode] | |
2021-02-10 20:42:02:176 - [Xcode] t = 214.33s Find: Descendants matching type Any | |
2021-02-10 20:42:02:176 - [Xcode] | |
2021-02-10 20:42:02:178 - [Xcode] t = 214.34s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:02:178 - [Xcode] | |
2021-02-10 20:42:02:181 - [Xcode] t = 214.34s Find: Identity Binding | |
2021-02-10 20:42:02:181 - [Xcode] | |
2021-02-10 20:42:02:192 - [debug] [WD Proxy] Got response with status 200: {"value":{"ELEMENT":"2C000000-0000-0000-FA26-000000000000","element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-FA26-000000000000"},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:02:192 - [debug] [W3C (b2658eea)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-FA26-000000000000","ELEMENT":"2C000000-0000-0000-FA26-000000000000"} | |
2021-02-10 20:42:02:193 - [HTTP] <-- POST /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element 200 219 ms - 137 | |
2021-02-10 20:42:02:193 - [HTTP] | |
2021-02-10 20:42:02:198 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/2C000000-0000-0000-FA26-000000000000/location | |
2021-02-10 20:42:02:198 - [HTTP] {} | |
2021-02-10 20:42:02:199 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getLocation() with args: ["2C000000-0000-0000-FA26-000000000000","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:02:199 - [debug] [XCUITest] Executing command 'getLocation' | |
2021-02-10 20:42:02:202 - [debug] [WD Proxy] Matched '/element/2C000000-0000-0000-FA26-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:42:02:202 - [debug] [WD Proxy] Proxying [GET /element/2C000000-0000-0000-FA26-000000000000/rect] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element/2C000000-0000-0000-FA26-000000000000/rect] with no body | |
2021-02-10 20:42:02:209 - [Xcode] t = 214.37s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:02:209 - [Xcode] | |
2021-02-10 20:42:02:295 - [Xcode] t = 214.45s Find: Descendants matching type Any | |
2021-02-10 20:42:02:295 - [Xcode] | |
2021-02-10 20:42:02:297 - [Xcode] t = 214.46s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:02:298 - [Xcode] | |
2021-02-10 20:42:02:303 - [Xcode] t = 214.46s Find: Identity Binding | |
2021-02-10 20:42:02:303 - [Xcode] | |
2021-02-10 20:42:02:307 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":485,"x":239,"width":102,"height":45},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:02:308 - [debug] [W3C (b2658eea)] Responding to client with driver.getLocation() result: {"x":239,"y":485} | |
2021-02-10 20:42:02:309 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/2C000000-0000-0000-FA26-000000000000/location 200 111 ms - 27 | |
2021-02-10 20:42:02:309 - [HTTP] | |
2021-02-10 20:42:02:312 - [HTTP] --> GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/2C000000-0000-0000-FA26-000000000000/size | |
2021-02-10 20:42:02:312 - [HTTP] {} | |
2021-02-10 20:42:02:313 - [debug] [W3C (b2658eea)] Calling AppiumDriver.getSize() with args: ["2C000000-0000-0000-FA26-000000000000","b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:02:313 - [debug] [XCUITest] Executing command 'getSize' | |
2021-02-10 20:42:02:315 - [debug] [WD Proxy] Matched '/element/2C000000-0000-0000-FA26-000000000000/rect' to command name 'getElementRect' | |
2021-02-10 20:42:02:315 - [debug] [WD Proxy] Proxying [GET /element/2C000000-0000-0000-FA26-000000000000/rect] to [GET http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72/element/2C000000-0000-0000-FA26-000000000000/rect] with no body | |
2021-02-10 20:42:02:320 - [Xcode] t = 214.48s Requesting snapshot of accessibility hierarchy for app with pid 9978 | |
2021-02-10 20:42:02:321 - [Xcode] | |
2021-02-10 20:42:02:408 - [Xcode] t = 214.57s Find: Descendants matching type Any | |
2021-02-10 20:42:02:408 - [Xcode] | |
2021-02-10 20:42:02:412 - [Xcode] t = 214.57s Find: Elements matching predicate 'wdName == "disclaimer_dialog_agree_button" AND (1 == 1 OR identifier == 0 OR frame == 0 OR value == 0 OR title == 0 OR label == 0 OR elementType == 0 OR enabled == 0 OR placeholderValue == 0 OR selected == 0)' | |
2021-02-10 20:42:02:412 - [Xcode] | |
2021-02-10 20:42:02:414 - [Xcode] t = 214.57s Find: Identity Binding | |
2021-02-10 20:42:02:415 - [Xcode] | |
2021-02-10 20:42:02:421 - [debug] [WD Proxy] Got response with status 200: {"value":{"y":485,"x":239,"width":102,"height":45},"sessionId":"A99801FC-C39D-45E6-B945-4C9FDCB6EE72"} | |
2021-02-10 20:42:02:421 - [debug] [W3C (b2658eea)] Responding to client with driver.getSize() result: {"width":102,"height":45} | |
2021-02-10 20:42:02:422 - [HTTP] <-- GET /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036/element/2C000000-0000-0000-FA26-000000000000/size 200 110 ms - 35 | |
2021-02-10 20:42:02:422 - [HTTP] | |
2021-02-10 20:42:07:215 - [HTTP] --> DELETE /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 | |
2021-02-10 20:42:07:215 - [HTTP] {} | |
2021-02-10 20:42:07:215 - [debug] [W3C (b2658eea)] Calling AppiumDriver.deleteSession() with args: ["b2658eea-7664-4850-ad25-d243dd2b7036"] | |
2021-02-10 20:42:07:215 - [debug] [BaseDriver] Event 'quitSessionRequested' logged at 1612975327215 (20:42:07 GMT+0400 (Mars Standard Time)) | |
2021-02-10 20:42:07:216 - [Appium] Removing session b2658eea-7664-4850-ad25-d243dd2b7036 from our master session list | |
2021-02-10 20:42:07:216 - [debug] [WD Proxy] Matched '/session/b2658eea-7664-4850-ad25-d243dd2b7036' to command name 'deleteSession' | |
2021-02-10 20:42:07:216 - [debug] [WD Proxy] Proxying [DELETE /session/b2658eea-7664-4850-ad25-d243dd2b7036] to [DELETE http://127.0.0.1:8106/session/A99801FC-C39D-45E6-B945-4C9FDCB6EE72] with no body | |
2021-02-10 20:42:07:228 - [Xcode] t = 219.38s Terminate bundleId:9978 | |
2021-02-10 20:42:07:228 - [Xcode] | |
2021-02-10 20:42:08:255 - [debug] [WD Proxy] Got response with status 200: {"value":null,"sessionId":null} | |
2021-02-10 20:42:08:255 - [DevCon Factory] Releasing connections for udid device on any port number | |
2021-02-10 20:42:08:255 - [DevCon Factory] Found cached connections to release: ["udid:8106"] | |
2021-02-10 20:42:08:256 - [DevCon Factory] Releasing the listener for 'udid:8106' | |
2021-02-10 20:42:08:256 - [debug] [iProxy@bad18ad0:8106] Closing the connection | |
2021-02-10 20:42:08:256 - [debug] [DevCon Factory] Cached connections count: 0 | |
2021-02-10 20:42:08:257 - [debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on. | |
2021-02-10 20:42:08:257 - [debug] [BaseDriver] Event 'q2u0i21-02-10 20:42:08:259 -tSessionFinished' logged at 1612975328257 (2 [Xcode] t = 220.41s Wait for com.app.mobile.io0:42s.dev to become Not Run:08 GMTnin+04g | |
2021-02-10 20:42:08:258 - [debug] [W3C (b2658eea)] But deleting session, so not returning | |
2021-02-10 20:42:08:258 - [debug] [W3C (b2658eea)] Responding to client with driver.deleteSession() result: null | |
2021-02-10 20:42:08:259 - [HTTP] <-- DELETE /wd/hub/session/b2658eea-7664-4850-ad25-d243dd2b7036 200 1043 ms - 14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment