Skip to content

Instantly share code, notes, and snippets.

@imurchie
Created March 25, 2020 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imurchie/7f0b67facb1c1eac6c912df7d344cf5e to your computer and use it in GitHub Desktop.
Save imurchie/7f0b67facb1c1eac6c912df7d344cf5e to your computer and use it in GitHub Desktop.
$ PLATFORM_VERSION=13.3 DEVICE_NAME="iPhone 11 Pro" _LOG_TIMESTAMP=1 npm run e2e-test:web
> appium-xcuitest-driver@3.18.0 e2e-test:web /Users/isaacmurchie/code/appium-xcuitest-driver
> npm run build && _FORCE_LOGS=1 npm run mocha -- -t 0 -R spec build/test/functional/web --exit
> appium-xcuitest-driver@3.18.0 build /Users/isaacmurchie/code/appium-xcuitest-driver
> gulp transpile
[10:08:42] Using gulpfile ~/code/appium-xcuitest-driver/gulpfile.js
[10:08:42] Starting 'transpile'...
[10:08:45] Finished 'transpile' after 2.83 s
> appium-xcuitest-driver@3.18.0 mocha /Users/isaacmurchie/code/appium-xcuitest-driver
> mocha "-t" "0" "-R" "spec" "build/test/functional/web" "--exit"
safari - windows and frames
info [10-08-51:753] XCUITest XCUITestDriver server listening on http://localhost:4994
info [10-08-51:794] HTTP --> POST /wd/hub/session
info [10-08-51:794] HTTP {"desiredCapabilities":{"safariInitialUrl":"http://localhost:4994/test/guinea-pig","safariAllowPopups":true,"nativeWebTap":true,"showXcodeLog":true,"browserName":"Safari","platformName":"iOS","platformVersion":"13.3","deviceName":"iPhone 11 Pro","automationName":"XCUITest","launchWithIDB":false,"noReset":true,"maxTypingFrequency":30,"clearSystemFiles":true,"wdaLaunchTimeout":240000,"wdaConnectionTimeout":480000,"useNewWDA":true,"webviewConnectTimeout":30000}}
dbug [10-08-51:795] MJSONWP Calling XCUITestDriver.createSession() with args: [{"safariInitialUrl":"http://localhost:4994/test/guinea-pig","safariAllowPopups":true,"nativeWebTap":true,"showXcodeLog":true,"browserName":"Safari","platformName":"iOS","platformVersion":"13.3","deviceName":"iPhone 11 Pro","automationName":"XCUITest","launchWithIDB":false,"noReset":true,"maxTypingFrequency":30,"clearSystemFiles":true,"wdaLaunchTimeout":240000,"wdaConnectionTimeout":480000,"useNewWDA":true,"webviewConnectTimeout":30000},null,null]
dbug [10-08-51:796] XCUITest Executing command 'createSession'
dbug [10-08-51:797] BaseDriver Event 'newSessionRequested' logged at 1585145331796 (10:08:51 GMT-0400 (Eastern Daylight Time))
dbug [10-08-51:798] BaseDriver Creating session with MJSONWP desired capabilities: {
dbug [10-08-51:798] BaseDriver "safariInitialUrl": "http://localhost:4994/test/guinea-pig",
dbug [10-08-51:798] BaseDriver "safariAllowPopups": true,
dbug [10-08-51:798] BaseDriver "nativeWebTap": true,
dbug [10-08-51:798] BaseDriver "showXcodeLog": true,
dbug [10-08-51:798] BaseDriver "browserName": "Safari",
dbug [10-08-51:798] BaseDriver "platformName": "iOS",
dbug [10-08-51:798] BaseDriver "platformVersion": "13.3",
dbug [10-08-51:798] BaseDriver "deviceName": "iPhone 11 Pro",
dbug [10-08-51:798] BaseDriver "automationName": "XCUITest",
dbug [10-08-51:798] BaseDriver "launchWithIDB": false,
dbug [10-08-51:798] BaseDriver "noReset": true,
dbug [10-08-51:798] BaseDriver "maxTypingFrequency": 30,
dbug [10-08-51:798] BaseDriver "clearSystemFiles": true,
dbug [10-08-51:798] BaseDriver "wdaLaunchTimeout": 240000,
dbug [10-08-51:798] BaseDriver "wdaConnectionTimeout": 480000,
dbug [10-08-51:798] BaseDriver "useNewWDA": true,
dbug [10-08-51:798] BaseDriver "webviewConnectTimeout": 30000
dbug [10-08-51:798] BaseDriver }
info [10-08-51:804] BaseDriver Session created with session id: 2d124603-aee8-4a1e-8464-2ad17c22ebf9
dbug [10-08-51:823] XCUITest Current user: 'isaacmurchie'
info [10-08-51:870] XCUITest iOS SDK Version set to '13.2'
WARN [10-08-53:007] XCUITest Unable to find device 'iPhone 11 Pro'. Found 'appiumTest-49B66DC8-482C-42F0-93DD-1E836F10571E-iPhone 11 Pro' (udid: '7206E944-FA5F-45D8-9BB1-B997F241CD72') instead
info [10-08-53:008] iOSSim Constructing iOS simulator for Xcode version 11.3.1 with udid '7206E944-FA5F-45D8-9BB1-B997F241CD72'
info [10-08-53:009] XCUITest Determining device to run tests on: udid: '7206E944-FA5F-45D8-9BB1-B997F241CD72', real device: false
dbug [10-08-53:012] BaseDriver Event 'xcodeDetailsRetrieved' logged at 1585145333011 (10:08:53 GMT-0400 (Eastern Daylight Time))
info [10-08-53:012] XCUITest Safari test requested
dbug [10-08-53:012] BaseDriver Event 'appConfigured' logged at 1585145333012 (10:08:53 GMT-0400 (Eastern Daylight Time))
dbug [10-08-53:012] BaseDriver Event 'resetStarted' logged at 1585145333012 (10:08:53 GMT-0400 (Eastern Daylight Time))
dbug [10-08-53:012] XCUITest Reset: noReset is on. Leaving simulator as is
dbug [10-08-53:012] BaseDriver Event 'resetComplete' logged at 1585145333012 (10:08:53 GMT-0400 (Eastern Daylight Time))
dbug [10-08-53:432] IOSSimulatorLog Starting log capture for iOS Simulator with udid '7206E944-FA5F-45D8-9BB1-B997F241CD72' using simctl
dbug [10-08-54:149] BaseDriver Event 'logCaptureStarted' logged at 1585145334149 (10:08:54 GMT-0400 (Eastern Daylight Time))
info [10-08-54:149] XCUITest Setting up simulator
dbug [10-08-54:150] iOS No reason to set locale
dbug [10-08-54:150] iOS Setting iOS and app preferences
dbug [10-08-54:411] iOSSim Checking whether simulator has been run before: yes
dbug [10-08-54:412] iOS Setting javascript window opening to 'true'
dbug [10-08-54:412] iOSSim Updating Safari user settings
dbug [10-08-54:429] iOSSim Checking whether simulator has been run before: yes
dbug [10-08-54:430] iOSSim Building bundle path map
dbug [10-08-54:468] iOS Setting did not need to be updated
dbug [10-08-54:469] iOSSim Setting preferences of 7206E944-FA5F-45D8-9BB1-B997F241CD72 Simulator to {"ConnectHardwareKeyboard":false}
dbug [10-08-54:469] iOSSim Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
dbug [10-08-54:515] iOSSim Updated 7206E944-FA5F-45D8-9BB1-B997F241CD72 Simulator preferences at '/Users/isaacmurchie/Library/Preferences/com.apple.iphonesimulator.plist' with {"DevicePreferences":{"7206E944-FA5F-45D8-9BB1-B997F241CD72":{"ConnectHardwareKeyboard":false}},"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false}
dbug [10-08-54:808] iOSSim Got Simulator UI client PID: 94568
info [10-08-54:808] iOSSim Both Simulator with UDID '7206E944-FA5F-45D8-9BB1-B997F241CD72' and the UI client are currently running
dbug [10-08-54:808] BaseDriver Event 'simStarted' logged at 1585145334808 (10:08:54 GMT-0400 (Eastern Daylight Time))
info [10-08-54:810] WebDriverAgent Using WDA path: '/Users/isaacmurchie/code/WebDriverAgent'
info [10-08-54:812] WebDriverAgent Using WDA agent: '/Users/isaacmurchie/code/WebDriverAgent/WebDriverAgent.xcodeproj'
dbug [10-08-54:983] WebDriverAgent No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
info [10-08-54:983] DevCon Factory Requesting connection for device 7206E944-FA5F-45D8-9BB1-B997F241CD72 on local port 8100, device port 8100
dbug [10-08-54:983] DevCon Factory Cached connections count: 0
info [10-08-54:983] DevCon Factory Successfully requested the connection for 7206E944-FA5F-45D8-9BB1-B997F241CD72:8100
dbug [10-08-54:985] XCUITest Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
dbug [10-08-54:986] XCUITest Capability 'useNewWDA' set to true, so uninstalling WDA before proceeding
info [10-08-54:986] WebDriverAgent Shutting down sub-processes
dbug [10-08-54:987] iOSSim Building bundle path map
dbug [10-08-55:000] iOSSim The simulator has '1' bundles which have 'WebDriverAgentRunner-Runner' as their 'CFBundleName':
dbug [10-08-55:000] iOSSim 'com.facebook.WebDriverAgentRunner.xctrunner'
dbug [10-08-55:000] WebDriverAgent Uninstalling WDAs: 'com.facebook.WebDriverAgentRunner.xctrunner'
dbug [10-08-56:283] BaseDriver Event 'wdaUninstalled' logged at 1585145336283 (10:08:56 GMT-0400 (Eastern Daylight Time))
dbug [10-08-56:283] XCUITest Trying to start WebDriverAgent 2 times with 10000ms interval
dbug [10-08-56:283] XCUITest These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
dbug [10-08-56:284] BaseDriver Event 'wdaStartAttempted' logged at 1585145336284 (10:08:56 GMT-0400 (Eastern Daylight Time))
info [10-08-56:284] WebDriverAgent Launching WebDriverAgent on the device
info [10-08-56:287] WebDriverAgent Fetching dependencies
info [10-08-56:293] WebDriverAgent Dependencies up-to-date
dbug [10-08-56:294] WebDriverAgent Killing running processes 'xcodebuild.*7206E944-FA5F-45D8-9BB1-B997F241CD72, 7206E944-FA5F-45D8-9BB1-B997F241CD72.*XCTRunner, xctest.*7206E944-FA5F-45D8-9BB1-B997F241CD72' for the device 7206E944-FA5F-45D8-9BB1-B997F241CD72...
dbug [10-08-56:358] WebDriverAgent 'pgrep -if xcodebuild.*7206E944-FA5F-45D8-9BB1-B997F241CD72' didn't detect any matching processes. Return code: 1
dbug [10-08-56:367] WebDriverAgent 'pgrep -if 7206E944-FA5F-45D8-9BB1-B997F241CD72.*XCTRunner' didn't detect any matching processes. Return code: 1
dbug [10-08-56:375] WebDriverAgent 'pgrep -if xctest.*7206E944-FA5F-45D8-9BB1-B997F241CD72' didn't detect any matching processes. Return code: 1
dbug [10-08-56:376] WebDriverAgent Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/isaacmurchie/code/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=7206E944-FA5F-45D8-9BB1-B997F241CD72 IPHONEOS_DEPLOYMENT_TARGET=13.3 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/isaacmurchie/code/WebDriverAgent'
dbug [10-08-56:383] WebDriverAgent Output from xcodebuild will be logged. To change this, use 'showXcodeLog' desired capability
ERR! [10-08-57:779] Xcode Build settings from command line:
ERR! [10-08-57:779] Xcode
dbug [10-08-57:781] WebDriverAgent Waiting up to 240000ms for WebDriverAgent to start
dbug [10-08-57:793] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-08-57:802] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
ERR! [10-08-57:809] Xcode COMPILER_INDEX_STORE_ENABLE = NO
ERR! [10-08-57:809] Xcode GCC_TREAT_WARNINGS_AS_ERRORS = 0
ERR! [10-08-57:809] Xcode IPHONEOS_DEPLOYMENT_TARGET = 13.3
ERR! [10-08-57:809] Xcode
ERR! [10-08-57:810] Xcode
info [10-08-57:821] WD Proxy Got response with unknown status: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
dbug [10-08-58:826] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-08-58:827] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
info [10-08-58:828] WD Proxy Got response with unknown status: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
ERR! [10-08-58:999] Xcode note: Using new build system
ERR! [10-08-58:999] Xcode
ERR! [10-08-59:015] Xcode note: Planning build
ERR! [10-08-59:015] Xcode
ERR! [10-08-59:099] Xcode 2020-03-25 10:08:59.098 xcodebuild[42356:31350058] iPhoneConnect: 📱<DVTiOSDevice (0x7fdf3702c910), SaucePhone, iPhone, 13.4 (17E5241d), c54f33062fadce06c5002aa1ebd0522ced95a45f> unable to mount developer disk image, (Error Domain=com.apple.dtdevicekit Code=601 "Could not locate device support files." UserInfo={DeviceType=iPhone9,2, NSLocalizedDescription=Could not locate device support files., NSLocalizedRecoverySuggestion=This iPhone 7 Plus (Model 1661, 1784, 1785, 1786) is running iOS 13.4 (17E5241d), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at developer.apple.com.}) {
ERR! [10-08-59:099] Xcode DeviceType = "iPhone9,2";
ERR! [10-08-59:099] Xcode NSLocalizedDescription = "Could not locate device support files.";
ERR! [10-08-59:099] Xcode NSLocalizedRecoverySuggestion = "This iPhone 7 Plus (Model 1661, 1784, 1785, 1786) is running iOS 13.4 (17E5241d), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at developer.apple.com.";
ERR! [10-08-59:100] Xcode }
ERR! [10-08-59:100] Xcode
ERR! [10-08-59:100] Xcode 2020-03-25 10:08:59.099 xcodebuild[42356:31349989] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fdf3702c910), SaucePhone, iPhone, 13.4 (17E5241d), c54f33062fadce06c5002aa1ebd0522ced95a45f> -- An error occurred whilst preparing device for development -- Could not locate device support files.
ERR! [10-08-59:100] Xcode Domain: com.apple.dtdevicekit
ERR! [10-08-59:101] Xcode Code: 601
ERR! [10-08-59:101] Xcode Recovery Suggestion: This iPhone 7 Plus (Model 1661, 1784, 1785, 1786) is running iOS 13.4 (17E5241d), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at developer.apple.com.
ERR! [10-08-59:101] Xcode User Info: {
ERR! [10-08-59:101] Xcode DeviceType = "iPhone9,2";
ERR! [10-08-59:101] Xcode }
ERR! [10-08-59:101] Xcode --
ERR! [10-08-59:143] Xcode 2020-03-25 10:08:59.099 xcodebuild[42356:31349989] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fdf3702c910), SaucePhone, iPhone, 13.4 (17E5241d), c54f33062fadce06c5002aa1ebd0522ced95a45f> == Underlying device preparation errors ==
ERR! [10-08-59:144] Xcode 2020-03-25 10:08:59.099 xcodebuild[42356:31349989] [MT] iPhoneConnect: Could not locate device support files.
ERR! [10-08-59:144] Xcode Domain: com.apple.dtdevicekit
ERR! [10-08-59:144] Xcode Code: 601
ERR! [10-08-59:144] Xcode Recovery Suggestion: This iPhone 7 Plus (Model 1661, 1784, 1785, 1786) is running iOS 13.4 (17E5241d), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at developer.apple.com.
ERR! [10-08-59:144] Xcode User Info: {
ERR! [10-08-59:144] Xcode DeviceType = "iPhone9,2";
ERR! [10-08-59:144] Xcode }
ERR! [10-08-59:144] Xcode --
ERR! [10-08-59:144] Xcode 2020-03-25 10:08:59.099 xcodebuild[42356:31349989] [MT] iPhoneConnect: Could not locate device support files.
ERR! [10-08-59:145] Xcode Domain: com.apple.dtdevicekit
ERR! [10-08-59:145] Xcode Code: 601
ERR! [10-08-59:145] Xcode Recovery Suggestion: This iPhone 7 Plus (Model 1661, 1784, 1785, 1786) is running iOS 13.4 (17E5241d), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at developer.apple.com.
ERR! [10-08-59:145] Xcode User Info: {
ERR! [10-08-59:145] Xcode DeviceType = "iPhone9,2";
ERR! [10-08-59:145] Xcode }
ERR! [10-08-59:146] Xcode --
ERR! [10-08-59:146] Xcode 2020-03-25 10:08:59.099 xcodebuild[42356:31349989] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fdf3702c910), SaucePhone, iPhone, 13.4 (17E5241d), c54f33062fadce06c5002aa1ebd0522ced95a45f> == END: Underlying device preparation errors ==
ERR! [10-08-59:146] Xcode
ERR! [10-08-59:155] Xcode note: Using build description from disk
ERR! [10-08-59:155] Xcode
ERR! [10-08-59:274] Xcode warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 13.3, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'WebDriverAgentLib' from project 'WebDriverAgent')
ERR! [10-08-59:275] Xcode
ERR! [10-08-59:275] Xcode warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 13.3, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'WebDriverAgentRunner' from project 'WebDriverAgent')
ERR! [10-08-59:275] Xcode
ERR! [10-08-59:275] Xcode
ERR! [10-08-59:275] Xcode
ERR! [10-08-59:276] Xcode ** TEST BUILD SUCCEEDED **
ERR! [10-08-59:276] Xcode
ERR! [10-08-59:277] Xcode
dbug [10-08-59:290] WebDriverAgent Log file for xcodebuild test: /Users/isaacmurchie/Library/Developer/Xcode/DerivedData/WebDriverAgent-enyguvsqcmgfbwebwiaaemdsticv/Logs/Test/Test-WebDriverAgentRunner-2020.03.25_10-08-58--0400.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-61D5C70C-6A32-4D28-BE55-E211F2793C11/WebDriverAgentRunner-1840CC6C-F81E-41DE-87CD-8B6C0AA9E93F/Session-WebDriverAgentRunner-2020-03-25_100859-5TZjTA.log
ERR! [10-08-59:290] Xcode 2020-03-25 10:08:59.290 xcodebuild[42356:31350057] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
ERR! [10-08-59:291] Xcode /Users/isaacmurchie/Library/Developer/Xcode/DerivedData/WebDriverAgent-enyguvsqcmgfbwebwiaaemdsticv/Logs/Test/Test-WebDriverAgentRunner-2020.03.25_10-08-58--0400.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-61D5C70C-6A32-4D28-BE55-E211F2793C11/WebDriverAgentRunner-1840CC6C-F81E-41DE-87CD-8B6C0AA9E93F/Session-WebDriverAgentRunner-2020-03-25_100859-5TZjTA.log
ERR! [10-08-59:291] Xcode
ERR! [10-08-59:291] Xcode 2020-03-25 10:08:59.290 xcodebuild[42356:31349989] [MT] IDETestOperationsObserverDebug: (B45A2E4B-1AED-4BEA-88C8-41A6F2B73188) Beginning test session WebDriverAgentRunner-B45A2E4B-1AED-4BEA-88C8-41A6F2B73188 at 2020-03-25 10:08:59.291 with Xcode 11C505 on target <DVTiPhoneSimulator: 0x7fdf372ae790> {
ERR! [10-08-59:291] Xcode SimDevice: appiumTest-49B66DC8-482C-42F0-93DD-1E836F10571E-iPhone 11 Pro (7206E944-FA5F-45D8-9BB1-B997F241CD72, iOS 13.3, Booted)
ERR! [10-08-59:291] Xcode } (13.3 (17C45))
ERR! [10-08-59:291] Xcode
ERR! [10-08-59:444] Xcode 2020-03-25 10:08:59.444 xcodebuild[42356:31349989] [MT] IDETestOperationsObserverDebug: (B45A2E4B-1AED-4BEA-88C8-41A6F2B73188) Finished requesting crash reports. Continuing with testing.
ERR! [10-08-59:444] Xcode
dbug [10-08-59:829] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-08-59:829] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
info [10-08-59:831] WD Proxy Got response with unknown status: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
dbug [10-09-00:836] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-09-00:836] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
info [10-09-00:839] WD Proxy Got response with unknown status: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
dbug [10-09-01:840] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-09-01:840] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
info [10-09-01:843] WD Proxy Got response with unknown status: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
dbug [10-09-02:847] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-09-02:847] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
info [10-09-02:849] WD Proxy Got response with unknown status: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
dbug [10-09-03:852] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-09-03:852] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
info [10-09-03:854] WD Proxy Got response with unknown status: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
ERR! [10-09-04:252] Xcode 2020-03-25 10:09:04.252082-0400 WebDriverAgentRunner-Runner[42367:31350514] Running tests...
ERR! [10-09-04:252] Xcode
dbug [10-09-04:858] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-09-04:858] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
info [10-09-04:859] WD Proxy Got response with unknown status: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8100}
ERR! [10-09-04:880] Xcode Test Suite 'All tests' started at 2020-03-25 10:09:04.880
ERR! [10-09-04:880] Xcode
ERR! [10-09-04:881] Xcode Test Suite 'WebDriverAgentRunner.xctest' started at 2020-03-25 10:09:04.880
ERR! [10-09-04:881] Xcode
ERR! [10-09-04:881] Xcode Test Suite 'UITestingUITests' started at 2020-03-25 10:09:04.881
ERR! [10-09-04:881] Xcode
ERR! [10-09-04:935] Xcode Test Case '-[UITestingUITests testRunner]' started.
ERR! [10-09-04:936] Xcode
ERR! [10-09-04:937] Xcode t = 0.00s Start Test at 2020-03-25 10:09:04.936
ERR! [10-09-04:937] Xcode
ERR! [10-09-04:939] Xcode t = 0.00s Set Up
ERR! [10-09-04:940] Xcode
ERR! [10-09-04:940] Xcode 2020-03-25 10:09:04.940416-0400 WebDriverAgentRunner-Runner[42367:31350514] Built at Mar 25 2020 09:16:28
ERR! [10-09-04:941] Xcode
ERR! [10-09-04:963] Xcode 2020-03-25 10:09:04.962776-0400 WebDriverAgentRunner-Runner[42367:31350514] ServerURLHere->http://192.168.86.70:8100<-ServerURLHere
ERR! [10-09-04:963] Xcode
ERR! [10-09-04:963] Xcode 2020-03-25 10:09:04.963435-0400 WebDriverAgentRunner-Runner[42367:31350941] Using singleton test manager
ERR! [10-09-04:964] Xcode
dbug [10-09-05:864] WD Proxy Matched '/status' to command name 'getStatus'
dbug [10-09-05:864] WD Proxy Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
dbug [10-09-05:871] WD Proxy Got response with status 200: {
dbug [10-09-05:871] WD Proxy "value" : {
dbug [10-09-05:871] WD Proxy "message" : "WebDriverAgent is ready to accept commands",
dbug [10-09-05:871] WD Proxy "state" : "success",
dbug [10-09-05:871] WD Proxy "os" : {
dbug [10-09-05:871] WD Proxy "name" : "iOS",
dbug [10-09-05:871] WD Proxy "version" : "13.3",
dbug [10-09-05:871] WD Proxy "sdkVersion" : "13.0"
dbug [10-09-05:871] WD Proxy },
dbug [10-09-05:871] WD Proxy "ios" : {
dbug [10-09-05:871] WD Proxy "simulatorVersion" : "13.3",
dbug [10-09-05:871] WD Proxy "ip" : "192.168.86.70"
dbug [10-09-05:871] WD Proxy },
dbug [10-09-05:871] WD Proxy "ready" : true,
dbug [10-09-05:871] WD Proxy "build" : {
dbug [10-09-05:871] WD Proxy "upgradedAt" : "1578507327589",
dbug [10-09-05:871] WD Proxy "time" : "Mar 25 2020 09:16:28",
dbug [10-09-05:871] WD Proxy "productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
dbug [10-09-05:871] WD Proxy }
dbug [10-09-05:871] WD Proxy },
dbug [10-09-05:871] WD Proxy "sessionId" : "9C948963-AFBE-4BBC-95E7-995101446B42"
dbug [10-09-05:871] WD Proxy }
dbug [10-09-05:872] WebDriverAgent WebDriverAgent information:
dbug [10-09-05:872] WebDriverAgent {
dbug [10-09-05:872] WebDriverAgent "message": "WebDriverAgent is ready to accept commands",
dbug [10-09-05:872] WebDriverAgent "state": "success",
dbug [10-09-05:872] WebDriverAgent "os": {
dbug [10-09-05:872] WebDriverAgent "name": "iOS",
dbug [10-09-05:872] WebDriverAgent "version": "13.3",
dbug [10-09-05:872] WebDriverAgent "sdkVersion": "13.0"
dbug [10-09-05:872] WebDriverAgent },
dbug [10-09-05:872] WebDriverAgent "ios": {
dbug [10-09-05:872] WebDriverAgent "simulatorVersion": "13.3",
dbug [10-09-05:872] WebDriverAgent "ip": "192.168.86.70"
dbug [10-09-05:872] WebDriverAgent },
dbug [10-09-05:872] WebDriverAgent "ready": true,
dbug [10-09-05:872] WebDriverAgent "build": {
dbug [10-09-05:872] WebDriverAgent "upgradedAt": "1578507327589",
dbug [10-09-05:872] WebDriverAgent "time": "Mar 25 2020 09:16:28",
dbug [10-09-05:872] WebDriverAgent "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
dbug [10-09-05:872] WebDriverAgent }
dbug [10-09-05:872] WebDriverAgent }
dbug [10-09-05:874] WebDriverAgent WebDriverAgent successfully started after 9490ms
dbug [10-09-05:875] BaseDriver Event 'wdaSessionAttempted' logged at 1585145345875 (10:09:05 GMT-0400 (Eastern Daylight Time))
dbug [10-09-05:875] XCUITest Sending createSession command to WDA
dbug [10-09-05:877] WD Proxy Matched '/session' to command name 'createSession'
dbug [10-09-05:877] WD Proxy Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.apple.mobilesafari","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":30,"shouldUseSingletonTestManager":true}],"alwaysMatch":{}}}
ERR! [10-09-05:888] Xcode t = 0.95s Open com.apple.mobilesafari
ERR! [10-09-05:888] Xcode
ERR! [10-09-05:888] Xcode t = 0.95s Launch com.apple.mobilesafari
ERR! [10-09-05:889] Xcode
ERR! [10-09-06:002] Xcode t = 1.06s Setting up automation session
ERR! [10-09-06:003] Xcode
ERR! [10-09-09:327] Xcode t = 4.39s Wait for com.apple.mobilesafari to idle
ERR! [10-09-09:328] Xcode
ERR! [10-09-11:496] Xcode t = 6.56s Find the Application 'com.apple.mobilesafari'
ERR! [10-09-11:496] Xcode
ERR! [10-09-11:497] Xcode t = 6.56s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-11:498] Xcode
dbug [10-09-11:622] WD Proxy Got response with status 200: {"value":{"sessionId":"87022CBD-28B9-41FB-BCE3-DFC713E8A08C","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"13.3","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"87022CBD-28B9-41FB-BCE3-DFC713E8A08C"}
info [10-09-11:622] WD Proxy Determined the downstream protocol as 'W3C'
dbug [10-09-11:622] BaseDriver Event 'wdaSessionStarted' logged at 1585145351622 (10:09:11 GMT-0400 (Eastern Daylight Time))
info [10-09-14:000] HTTP <-- GET /test/guinea-pig2.html 304 6 ms - -
info [10-09-14:000] HTTP
dbug [10-09-17:281] WebDriverAgent Parsed BUILD_DIR configuration value: '/Users/isaacmurchie/Library/Developer/Xcode/DerivedData/WebDriverAgent-enyguvsqcmgfbwebwiaaemdsticv/Build/Products'
dbug [10-09-17:281] WebDriverAgent Got derived data root: '/Users/isaacmurchie/Library/Developer/Xcode/DerivedData/WebDriverAgent-enyguvsqcmgfbwebwiaaemdsticv'
dbug [10-09-17:281] BaseDriver Event 'wdaStarted' logged at 1585145357281 (10:09:17 GMT-0400 (Eastern Daylight Time))
info [10-09-17:282] XCUITest Skipping setting of the initial display orientation. Set the "orientation" capability to either "LANDSCAPE" or "PORTRAIT", if this is an undesired behavior.
dbug [10-09-17:282] BaseDriver Event 'orientationSet' logged at 1585145357282 (10:09:17 GMT-0400 (Eastern Daylight Time))
dbug [10-09-20:389] iOSSim Safari successfully opened 'http://localhost:4994/test/guinea-pig' in 1.832s
dbug [10-09-20:390] XCUITest Waiting for initial webview
dbug [10-09-20:390] iOS Navigating to most recently opened webview
dbug [10-09-20:391] iOS Retrieving contexts and views
dbug [10-09-20:391] XCUITest Selecting by url: true (expected url: 'http://localhost:4994/test/guinea-pig')
info [10-09-20:447] RemoteDebugger Remote Debugger version 8.8.1
dbug [10-09-20:450] RemoteDebugger useNewSafari --> false
dbug [10-09-20:455] RemoteDebugger Checking which communication style to use (Safari on platform version '13.3')
dbug [10-09-20:456] RemoteDebugger Platform version equal or higher than '12.2': true
WARN [10-09-20:456] RemoteDebugger Setting communication protocol: using Target-based communication
dbug [10-09-20:457] RemoteDebugger Connecting to remote debugger through unix domain socket: '/private/tmp/com.apple.launchd.jIViXsnrlO/com.apple.webinspectord_sim.socket'
dbug [10-09-20:461] RemoteDebugger Debugger socket connected
dbug [10-09-20:463] RemoteDebugger Sending connection key request
dbug [10-09-20:466] RemoteDebugger Sending '_rpc_reportIdentifier:' message (id: 0): 'setConnectionKey'
dbug [10-09-20:484] RemoteDebugger Received connected applications list: PID:42376, PID:42370, PID:42372
dbug [10-09-20:489] RemoteDebugger Received connected driver list: {}
dbug [10-09-20:493] RemoteDebugger Sending to Web Inspector took 29ms
dbug [10-09-20:493] RemoteDebugger Waiting up to 30000ms for applications to be reported
dbug [10-09-20:493] RemoteDebugger Sending connection key request
dbug [10-09-20:494] RemoteDebugger Sending '_rpc_reportIdentifier:' message (id: 2): 'setConnectionKey'
dbug [10-09-20:500] RemoteDebugger Sending to Web Inspector took 6ms
dbug [10-09-20:501] RemoteDebugger Selecting application
dbug [10-09-20:503] RemoteDebugger Current applications available:
dbug [10-09-20:503] RemoteDebugger Application: "PID:42376"
dbug [10-09-20:503] RemoteDebugger id: "PID:42376"
dbug [10-09-20:504] RemoteDebugger isProxy: true
dbug [10-09-20:504] RemoteDebugger name: "com.apple.WebKit.WebContent"
dbug [10-09-20:504] RemoteDebugger bundleId: "process-com.apple.WebKit.WebContent"
dbug [10-09-20:504] RemoteDebugger hostId: "PID:42370"
dbug [10-09-20:504] RemoteDebugger isActive: true
dbug [10-09-20:505] RemoteDebugger isAutomationEnabled: "Unknown"
dbug [10-09-20:505] RemoteDebugger Application: "PID:42370"
dbug [10-09-20:505] RemoteDebugger id: "PID:42370"
dbug [10-09-20:505] RemoteDebugger isProxy: false
dbug [10-09-20:505] RemoteDebugger name: "Safari"
dbug [10-09-20:529] RemoteDebugger bundleId: "com.apple.mobilesafari"
dbug [10-09-20:529] RemoteDebugger hostId: undefined
dbug [10-09-20:529] RemoteDebugger isActive: true
dbug [10-09-20:530] RemoteDebugger isAutomationEnabled: true
dbug [10-09-20:530] RemoteDebugger Application: "PID:42372"
dbug [10-09-20:530] RemoteDebugger id: "PID:42372"
dbug [10-09-20:530] RemoteDebugger isProxy: true
dbug [10-09-20:531] RemoteDebugger name: "com.apple.WebKit.WebContent"
dbug [10-09-20:531] RemoteDebugger bundleId: "process-com.apple.WebKit.WebContent"
dbug [10-09-20:531] RemoteDebugger hostId: "PID:42370"
dbug [10-09-20:531] RemoteDebugger isActive: false
dbug [10-09-20:554] RemoteDebugger isAutomationEnabled: "Unknown"
dbug [10-09-20:555] RemoteDebugger Checking for bundle identifiers: com.apple.WebKit.WebContent, process-com.apple.WebKit.WebContent, process-SafariViewService, com.apple.SafariViewService, *, com.apple.mobilesafari
dbug [10-09-20:556] RemoteDebugger Found app id key 'PID:42376' for bundle 'com.apple.WebKit.WebContent'
dbug [10-09-20:557] RemoteDebugger Found app id key 'PID:42376' for bundle 'process-com.apple.WebKit.WebContent'
dbug [10-09-20:557] RemoteDebugger Found app id key 'PID:42376' for bundle 'process-SafariViewService'
dbug [10-09-20:557] RemoteDebugger Found app id key 'PID:42376' for bundle 'com.apple.SafariViewService'
dbug [10-09-20:558] RemoteDebugger Found app id key 'PID:42376' for bundle '*'
dbug [10-09-20:558] RemoteDebugger Found app id key 'PID:42370' for bundle 'com.apple.mobilesafari'
dbug [10-09-20:607] RemoteDebugger Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:42376'
dbug [10-09-20:607] RemoteDebugger Found separate bundleId 'process-com.apple.WebKit.WebContent' acting as proxy for 'com.apple.mobilesafari', with app id 'PID:42372'
dbug [10-09-20:610] RemoteDebugger Trying out the possible app ids: PID:42376, PID:42370, PID:42372 (try #1 of 20)
dbug [10-09-20:610] RemoteDebugger Attempting app 'PID:42376'
dbug [10-09-20:611] RemoteDebugger Sending '_rpc_forwardGetListing:' message to app 'PID:42376' (id: 4): 'connectToApp'
dbug [10-09-20:626] RemoteDebugger Received response from send (id: 4): '["PID:42376",{}]'
dbug [10-09-20:627] RemoteDebugger Sending to Web Inspector took 16ms
dbug [10-09-20:627] RemoteDebugger Empty page dictionary received
dbug [10-09-20:648] RemoteDebugger Error checking application: 'Empty page dictionary received'. Retrying connection
dbug [10-09-20:649] RemoteDebugger Attempting app 'PID:42370'
dbug [10-09-20:649] RemoteDebugger Sending '_rpc_forwardGetListing:' message to app 'PID:42370' (id: 6): 'connectToApp'
dbug [10-09-20:655] RemoteDebugger Received response from send (id: 6): '["PID:42370",{"1":{"WIRTitleKey":"I am another page title","WIRTypeKey":"WIRTypeWeb","WIRURLKey":"http://localhost:4994/test/guinea-pig2.html","WIRPageIdentifierKey":1},"3":{"WIRTitleKey":"","WIRTy...'
dbug [10-09-20:657] RemoteDebugger Page changed: {
dbug [10-09-20:657] RemoteDebugger "1": {
dbug [10-09-20:657] RemoteDebugger "WIRTitleKey": "I am another page title",
dbug [10-09-20:657] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-20:657] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig2.html",
dbug [10-09-20:657] RemoteDebugger "WIRPageIdentifierKey": 1
dbug [10-09-20:657] RemoteDebugger },
dbug [10-09-20:657] RemoteDebugger "3": {
dbug [10-09-20:657] RemoteDebugger "WIRTitleKey": "",
dbug [10-09-20:657] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-20:657] RemoteDebugger "WIRURLKey": "about:blank",
dbug [10-09-20:657] RemoteDebugger "WIRPageIdentifierKey": 3
dbug [10-09-20:657] RemoteDebugger },
dbug [10-09-20:657] RemoteDebugger "4": {
dbug [10-09-20:657] RemoteDebugger "WIRTitleKey": "I am a page title",
dbug [10-09-20:657] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-20:657] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig",
dbug [10-09-20:657] RemoteDebugger "WIRPageIdentifierKey": 4
dbug [10-09-20:657] RemoteDebugger }
dbug [10-09-20:657] RemoteDebugger }
dbug [10-09-20:712] XCUITest Remote debugger notified us of a new page listing: {"appIdKey":"42370","pageArray":[{"id":1,"title":"I am another page title","url":"http://localhost:4994/test/guinea-pig2.html","isKey":false},{"id":3,"title":"","url":"about:blank","isKey":false},{"id":4,"title":"I am a page title","url":"http://localhost:4994/test/guinea-pig","isKey":false}]}
dbug [10-09-20:712] XCUITest No key id found. Choosing first id from page array
dbug [10-09-20:712] XCUITest We do not appear to have window set yet, ignoring
dbug [10-09-20:713] RemoteDebugger Sending to Web Inspector took 64ms
dbug [10-09-20:713] RemoteDebugger Received altered app id, updating from 'null' to 'PID:42370'
dbug [10-09-20:714] RemoteDebugger Current applications available:
dbug [10-09-20:714] RemoteDebugger Application: "PID:42376"
dbug [10-09-20:714] RemoteDebugger id: "PID:42376"
dbug [10-09-20:714] RemoteDebugger isProxy: true
dbug [10-09-20:714] RemoteDebugger name: "com.apple.WebKit.WebContent"
dbug [10-09-20:714] RemoteDebugger bundleId: "process-com.apple.WebKit.WebContent"
dbug [10-09-20:715] RemoteDebugger hostId: "PID:42370"
dbug [10-09-20:715] RemoteDebugger isActive: true
dbug [10-09-20:715] RemoteDebugger isAutomationEnabled: "Unknown"
dbug [10-09-20:715] RemoteDebugger Application: "PID:42370"
dbug [10-09-20:715] RemoteDebugger id: "PID:42370"
dbug [10-09-20:715] RemoteDebugger isProxy: false
dbug [10-09-20:716] RemoteDebugger name: "Safari"
dbug [10-09-20:716] RemoteDebugger bundleId: "com.apple.mobilesafari"
dbug [10-09-20:716] RemoteDebugger hostId: undefined
dbug [10-09-20:716] RemoteDebugger isActive: true
dbug [10-09-20:716] RemoteDebugger isAutomationEnabled: true
dbug [10-09-20:716] RemoteDebugger pageArray:
dbug [10-09-20:717] RemoteDebugger - id: 1
dbug [10-09-20:717] RemoteDebugger title: "I am another page title"
dbug [10-09-20:717] RemoteDebugger url: "http://localhost:4994/test/guinea-pig2.html"
dbug [10-09-20:717] RemoteDebugger isKey: false
dbug [10-09-20:717] RemoteDebugger - id: 3
dbug [10-09-20:717] RemoteDebugger title: ""
dbug [10-09-20:717] RemoteDebugger url: "about:blank"
dbug [10-09-20:718] RemoteDebugger isKey: false
dbug [10-09-20:718] RemoteDebugger - id: 4
dbug [10-09-20:718] RemoteDebugger title: "I am a page title"
dbug [10-09-20:718] RemoteDebugger url: "http://localhost:4994/test/guinea-pig"
dbug [10-09-20:718] RemoteDebugger isKey: false
dbug [10-09-20:718] RemoteDebugger Application: "PID:42372"
dbug [10-09-20:719] RemoteDebugger id: "PID:42372"
dbug [10-09-20:719] RemoteDebugger isProxy: true
dbug [10-09-20:719] RemoteDebugger name: "com.apple.WebKit.WebContent"
dbug [10-09-20:719] RemoteDebugger bundleId: "process-com.apple.WebKit.WebContent"
dbug [10-09-20:719] RemoteDebugger hostId: "PID:42370"
dbug [10-09-20:719] RemoteDebugger isActive: false
dbug [10-09-20:719] RemoteDebugger isAutomationEnabled: "Unknown"
dbug [10-09-20:720] RemoteDebugger Finally selecting app PID:42370: [{"id":1,"title":"I am another page title","url":"http://localhost:4994/test/guinea-pig2.html","isKey":false},{"id":3,"title":"","url":"about:blank","isKey":false},{"id":4,"title":"I am a page title","url":"http://localhost:4994/test/guinea-pig","isKey":false}]
dbug [10-09-20:720] RemoteDebugger Selected app after 219ms
dbug [10-09-20:721] iOS Picking webview 'WEBVIEW_42370.4'
dbug [10-09-20:721] XCUITest Attempting to set context to 'WEBVIEW_42370.4' from 'NATIVE_APP'
dbug [10-09-20:722] RemoteDebugger Selecting page '4' on app 'PID:42370' and forwarding socket setup
dbug [10-09-20:723] RemoteDebugger Sending '_rpc_forwardIndicateWebView:' message to app 'PID:42370', page '4' (id: 8): 'indicateWebView'
dbug [10-09-20:728] RemoteDebugger Sending to Web Inspector took 5ms
dbug [10-09-20:728] RemoteDebugger Sending '_rpc_forwardIndicateWebView:' message to app 'PID:42370', page '4' (id: 10): 'indicateWebView'
dbug [10-09-20:732] RemoteDebugger Sending to Web Inspector took 4ms
dbug [10-09-20:732] RemoteDebugger Sending '_rpc_forwardSocketSetup:' message to app 'PID:42370', page '4' (id: 12): 'setSenderKey'
dbug [10-09-20:736] RemoteDebugger Sending to Web Inspector took 4ms
dbug [10-09-20:781] RemoteDebugger Sender key set
dbug [10-09-20:783] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4' (id: 14): 'Target.exists'
dbug [10-09-20:790] RemoteDebugger Target created for app 'PID:42370' and page '4': {"targetId":"page-26","type":"page"}
dbug [10-09-20:790] RemoteDebugger Sending to Web Inspector took 9ms
dbug [10-09-20:791] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 16): 'Inspector.enable'
dbug [10-09-20:795] RemoteDebugger Sending to Web Inspector took 4ms
dbug [10-09-20:795] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 18): 'Page.enable'
dbug [10-09-20:801] RemoteDebugger Sending to Web Inspector took 6ms
dbug [10-09-20:802] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 20): 'Network.enable'
dbug [10-09-20:810] RemoteDebugger Sending to Web Inspector took 8ms
dbug [10-09-20:810] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 22): 'Runtime.enable'
dbug [10-09-20:822] RemoteDebugger Sending to Web Inspector took 12ms
dbug [10-09-20:822] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 24): 'Heap.enable'
dbug [10-09-20:830] RemoteDebugger Sending to Web Inspector took 8ms
dbug [10-09-20:830] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 26): 'Debugger.enable'
dbug [10-09-20:841] RemoteDebugger Sending to Web Inspector took 11ms
dbug [10-09-20:842] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 28): 'Console.enable'
dbug [10-09-20:847] RemoteDebugger Sending to Web Inspector took 6ms
dbug [10-09-20:847] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 30): 'Inspector.initialized'
dbug [10-09-20:855] RemoteDebugger Sending to Web Inspector took 7ms
dbug [10-09-20:855] RemoteDebugger Checking document readyState
dbug [10-09-20:856] RemoteDebugger Sending javascript command: 'document.readyState;'
dbug [10-09-20:857] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 32): 'Runtime.evaluate'
dbug [10-09-20:907] RemoteDebugger Received data response from send (id: 32): '"complete"'
dbug [10-09-20:908] RemoteDebugger Sending to Web Inspector took 52ms
dbug [10-09-20:909] RemoteDebugger Document readyState is 'complete'
dbug [10-09-20:909] RemoteDebugger Selected page after 187ms
dbug [10-09-20:909] RemoteDebugger Starting to listen for JavaScript console
dbug [10-09-20:910] RemoteDebugger Starting to listen for network events
dbug [10-09-20:910] RemoteDebugger Unregistering from page readiness notifications
dbug [10-09-20:910] BaseDriver Event 'initialWebviewNavigated' logged at 1585145360910 (10:09:20 GMT-0400 (Eastern Daylight Time))
dbug [10-09-20:916] BaseDriver The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
dbug [10-09-20:916] BaseDriver The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
dbug [10-09-20:916] BaseDriver Event 'newSessionStarted' logged at 1585145360916 (10:09:20 GMT-0400 (Eastern Daylight Time))
dbug [10-09-20:918] MJSONWP (2d124603) Cached the protocol value 'MJSONWP' for the new session 2d124603-aee8-4a1e-8464-2ad17c22ebf9
dbug [10-09-20:918] MJSONWP (2d124603) Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"Safari","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"safariInitialUrl":"http://localhost:4994/test/guinea-pig","safariAllowPopups":true,"nativeWebTap":true,"showXcodeLog":true,"platformName":"iOS","platformVersion":"13.3","deviceName":"iPhone 11 Pro","automationName":"XCUITest","launchWithIDB":false,"noReset":true,"maxTypingFrequency":30,"clearSystemFiles":true,"wdaLaunchTimeout":240000,"wdaConnectionTimeout":480000,"useNewWDA":true,"webviewConnectTimeout":30000,"udid":"7206E944-FA5F-45D8-9BB1-B997F241CD72"}
info [10-09-20:957] HTTP <-- POST /wd/hub/session 200 29161 ms - 736
info [10-09-20:957] HTTP
dbug [10-09-20:957] RemoteDebugger We were notified we might have connected to the wrong app. Using id PID:42386 instead of PID:42370
dbug [10-09-20:972] RemoteDebugger We were notified we might have connected to the wrong app. Using id PID:42386 instead of PID:42370
dbug [10-09-20:975] RemoteDebugger Notified that new application 'PID:42386' has connected
dbug [10-09-20:978] RemoteDebugger Page changed: {
dbug [10-09-20:978] RemoteDebugger "1": {
dbug [10-09-20:978] RemoteDebugger "WIRTitleKey": "I am another page title",
dbug [10-09-20:978] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-20:978] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig2.html",
dbug [10-09-20:978] RemoteDebugger "WIRPageIdentifierKey": 1
dbug [10-09-20:978] RemoteDebugger },
dbug [10-09-20:978] RemoteDebugger "3": {
dbug [10-09-20:978] RemoteDebugger "WIRTitleKey": "",
dbug [10-09-20:978] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-20:978] RemoteDebugger "WIRURLKey": "about:blank",
dbug [10-09-20:978] RemoteDebugger "WIRPageIdentifierKey": 3
dbug [10-09-20:978] RemoteDebugger },
dbug [10-09-20:978] RemoteDebugger "4": {
dbug [10-09-20:978] RemoteDebugger "WIRTitleKey": "I am a page title",
dbug [10-09-20:978] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-20:978] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig",
dbug [10-09-20:978] RemoteDebugger "WIRPageIdentifierKey": 4,
dbug [10-09-20:978] RemoteDebugger "WIRConnectionIdentifierKey": "5c2ada96-5ebd-4027-a2b9-4bc18307de97"
dbug [10-09-20:978] RemoteDebugger }
dbug [10-09-20:978] RemoteDebugger }
dbug [10-09-21:004] XCUITest Remote debugger notified us of a new page listing: {"appIdKey":"42370","pageArray":[{"id":1,"title":"I am another page title","url":"http://localhost:4994/test/guinea-pig2.html","isKey":false},{"id":3,"title":"","url":"about:blank","isKey":false},{"id":4,"title":"I am a page title","url":"http://localhost:4994/test/guinea-pig","isKey":true}]}
dbug [10-09-21:004] XCUITest Checking if page needs to load
dbug [10-09-21:018] XCUITest New page listing is same as old, doing nothing
windows
info [10-09-21:037] HTTP --> POST /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/timeouts/implicit_wait
info [10-09-21:037] HTTP {"ms":1000}
dbug [10-09-21:039] MJSONWP (2d124603) Calling XCUITestDriver.implicitWait() with args: [1000,"2d124603-aee8-4a1e-8464-2ad17c22ebf9"]
dbug [10-09-21:039] XCUITest Executing command 'implicitWait'
dbug [10-09-21:040] BaseDriver Set implicit wait to 1000ms
dbug [10-09-21:040] MJSONWP (2d124603) Responding to client with driver.implicitWait() result: null
info [10-09-21:041] HTTP <-- POST /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/timeouts/implicit_wait 200 3 ms - 76
info [10-09-21:041] HTTP
info [10-09-21:047] HTTP --> POST /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/url
info [10-09-21:047] HTTP {"url":"http://localhost:4994/test/guinea-pig"}
dbug [10-09-21:052] MJSONWP (2d124603) Calling XCUITestDriver.setUrl() with args: ["http://localhost:4994/test/guinea-pig","2d124603-aee8-4a1e-8464-2ad17c22ebf9"]
dbug [10-09-21:053] XCUITest Executing command 'setUrl'
dbug [10-09-21:053] iOS Attempting to set url 'http://localhost:4994/test/guinea-pig'
dbug [10-09-21:053] RemoteDebugger Navigating to new URL: 'http://localhost:4994/test/guinea-pig'
dbug [10-09-21:054] RemoteDebugger Waiting for frame navigated message...
dbug [10-09-21:054] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 34): 'Page.navigate'
dbug [10-09-21:066] RemoteDebugger Received data response from send (id: 34): '{}'
dbug [10-09-21:066] RemoteDebugger Sending to Web Inspector took 12ms
info [10-09-21:073] HTTP --> GET /test/guinea-pig
info [10-09-21:073] HTTP {}
dbug [10-09-21:082] HTTP Sending guinea pig response with params: {"throwError":"","serverTime":1585145361,"userAgent":"Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1","comment":"None"}
info [10-09-21:093] HTTP <-- GET /test/guinea-pig 200 18 ms - 3576
info [10-09-21:093] HTTP
info [10-09-21:103] HTTP <-- GET /js/jquery.min.js 304 1 ms - -
info [10-09-21:103] HTTP
dbug [10-09-21:105] RemoteDebugger Frame navigated in 52ms from: 'Page.frameNavigated' event
dbug [10-09-21:126] RemoteDebugger Web Inspector garbage collected
dbug [10-09-21:306] RemoteDebugger Received page change notice for app 'PID:42370' but the listing has not changed. Ignoring.
dbug [10-09-22:070] RemoteDebugger Waiting for dom...
dbug [10-09-22:070] RemoteDebugger Page loaded, verifying whether ready
dbug [10-09-22:571] RemoteDebugger Checking document readyState
dbug [10-09-22:571] RemoteDebugger Sending javascript command: 'document.readyState;'
dbug [10-09-22:571] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 36): 'Runtime.evaluate'
dbug [10-09-22:578] RemoteDebugger Received data response from send (id: 36): '"complete"'
dbug [10-09-22:578] RemoteDebugger Web Inspector garbage collected
dbug [10-09-22:578] RemoteDebugger Sending to Web Inspector took 7ms
dbug [10-09-22:578] RemoteDebugger Document readyState is 'complete'
dbug [10-09-22:578] RemoteDebugger Page is ready
dbug [10-09-22:578] RemoteDebugger Page load completed in 509ms
dbug [10-09-22:579] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 38): 'Console.enable'
dbug [10-09-22:582] RemoteDebugger Received data response from send (id: 38): '{}'
dbug [10-09-22:582] RemoteDebugger Sending to Web Inspector took 4ms
dbug [10-09-22:583] MJSONWP (2d124603) Responding to client with driver.setUrl() result: null
info [10-09-22:583] HTTP <-- POST /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/url 200 1536 ms - 76
info [10-09-22:583] HTTP
info [10-09-22:589] HTTP --> GET /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/title
info [10-09-22:589] HTTP {}
dbug [10-09-22:590] MJSONWP (2d124603) Calling XCUITestDriver.title() with args: ["2d124603-aee8-4a1e-8464-2ad17c22ebf9"]
dbug [10-09-22:590] XCUITest Executing command 'title'
dbug [10-09-22:591] RemoteDebugger Executing atom 'title'
dbug [10-09-22:594] RemoteDebugger Executing 'title' atom in default context
dbug [10-09-22:595] RemoteDebugger Sending javascript command: '(function(){return function(){var g=this;functi...'
dbug [10-09-22:595] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 40): 'Runtime.evaluate'
dbug [10-09-22:613] RemoteDebugger Received data response from send (id: 40): '"{\"status\":0,\"value\":\"I am a page title\"}"'
dbug [10-09-22:613] RemoteDebugger Sending to Web Inspector took 19ms
dbug [10-09-22:614] RemoteDebugger Received result for atom 'title' execution: "I am a page title"
dbug [10-09-22:615] MJSONWP (2d124603) Responding to client with driver.title() result: "I am a page title"
info [10-09-22:615] HTTP <-- GET /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/title 200 26 ms - 91
info [10-09-22:615] HTTP
info [10-09-22:622] HTTP --> POST /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/execute
info [10-09-22:622] HTTP {"script":"window.open('/test/guinea-pig2.html', null)","args":[]}
dbug [10-09-22:623] MJSONWP (2d124603) Calling XCUITestDriver.execute() with args: ["window.open('/test/guinea-pig2.html', null)",[],"2d124603-aee8-4a1e-8464-2ad17c22ebf9"]
dbug [10-09-22:623] XCUITest Executing command 'execute'
dbug [10-09-22:623] RemoteDebugger Executing atom 'execute_script'
dbug [10-09-22:627] RemoteDebugger Executing 'execute_script' atom in default context
dbug [10-09-22:627] RemoteDebugger Sending javascript command: '(function(){return function(){var f=this;
dbug [10-09-22:627] RemoteDebugger funct...'
dbug [10-09-22:628] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '4', target 'page-26' (id: 42): 'Runtime.evaluate'
dbug [10-09-23:631] WD Proxy Matched '/alert/text' to command name 'getAlertText'
dbug [10-09-23:632] WD Proxy Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/87022CBD-28B9-41FB-BCE3-DFC713E8A08C/alert/text] with no body
ERR! [10-09-23:642] Xcode t = 18.71s Get all elements bound by accessibility element for: Descendants matching type Alert
ERR! [10-09-23:642] Xcode
ERR! [10-09-23:643] Xcode t = 18.71s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-23:643] Xcode
dbug [10-09-24:264] RemoteDebugger Notified that new application 'PID:42409' has connected
dbug [10-09-27:313] RemoteDebugger Page changed: {
dbug [10-09-27:313] RemoteDebugger "1": {
dbug [10-09-27:313] RemoteDebugger "WIRTitleKey": "I am another page title",
dbug [10-09-27:313] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-27:313] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig2.html",
dbug [10-09-27:313] RemoteDebugger "WIRPageIdentifierKey": 1
dbug [10-09-27:313] RemoteDebugger },
dbug [10-09-27:313] RemoteDebugger "3": {
dbug [10-09-27:313] RemoteDebugger "WIRTitleKey": "Gmail",
dbug [10-09-27:313] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-27:313] RemoteDebugger "WIRURLKey": "https://accounts.google.com/ServiceLogin?service=mail&passive=true&continue=https://mail.google.com/mail/&ss=1&scc=1&ltmpl=ecobh&nui=5&btmpl=mobile&emr=1&osid=1#",
dbug [10-09-27:313] RemoteDebugger "WIRPageIdentifierKey": 3
dbug [10-09-27:313] RemoteDebugger },
dbug [10-09-27:313] RemoteDebugger "4": {
dbug [10-09-27:313] RemoteDebugger "WIRTitleKey": "I am a page title",
dbug [10-09-27:313] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-27:313] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig",
dbug [10-09-27:313] RemoteDebugger "WIRPageIdentifierKey": 4,
dbug [10-09-27:313] RemoteDebugger "WIRConnectionIdentifierKey": "5c2ada96-5ebd-4027-a2b9-4bc18307de97"
dbug [10-09-27:313] RemoteDebugger }
dbug [10-09-27:313] RemoteDebugger }
dbug [10-09-27:314] XCUITest Remote debugger notified us of a new page listing: {"appIdKey":"42370","pageArray":[{"id":1,"title":"I am another page title","url":"http://localhost:4994/test/guinea-pig2.html","isKey":false},{"id":3,"title":"Gmail","url":"https://accounts.google.com/ServiceLogin?service=mail&passive=true&continue=https://mail.google.com/mail/&ss=1&scc=1&ltmpl=ecobh&nui=5&btmpl=mobile&emr=1&osid=1#","isKey":false},{"id":4,"title":"I am a page title","url":"http://localhost:4994/test/guinea-pig","isKey":true}]}
dbug [10-09-27:314] XCUITest Checking if page needs to load
dbug [10-09-27:315] XCUITest New page listing is same as old, doing nothing
dbug [10-09-27:924] RemoteDebugger Application 'PID:42386' disconnected. Removing from app dictionary.
dbug [10-09-27:924] RemoteDebugger Current app is 'PID:42370'
dbug [10-09-27:946] RemoteDebugger Page changed: {
dbug [10-09-27:946] RemoteDebugger "1": {
dbug [10-09-27:946] RemoteDebugger "WIRTitleKey": "I am another page title",
dbug [10-09-27:946] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-27:946] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig2.html",
dbug [10-09-27:946] RemoteDebugger "WIRPageIdentifierKey": 1
dbug [10-09-27:946] RemoteDebugger },
dbug [10-09-27:946] RemoteDebugger "4": {
dbug [10-09-27:946] RemoteDebugger "WIRTitleKey": "I am a page title",
dbug [10-09-27:946] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-09-27:946] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig",
dbug [10-09-27:946] RemoteDebugger "WIRPageIdentifierKey": 4,
dbug [10-09-27:946] RemoteDebugger "WIRConnectionIdentifierKey": "5c2ada96-5ebd-4027-a2b9-4bc18307de97"
dbug [10-09-27:946] RemoteDebugger }
dbug [10-09-27:946] RemoteDebugger }
dbug [10-09-27:951] XCUITest Remote debugger notified us of a new page listing: {"appIdKey":"42370","pageArray":[{"id":1,"title":"I am another page title","url":"http://localhost:4994/test/guinea-pig2.html","isKey":false},{"id":4,"title":"I am a page title","url":"http://localhost:4994/test/guinea-pig","isKey":true}]}
dbug [10-09-27:952] XCUITest Checking if page needs to load
dbug [10-09-27:952] XCUITest New page listing is same as old, doing nothing
ERR! [10-09-28:680] Xcode t = 23.74s Find: Descendants matching type Alert
ERR! [10-09-28:680] Xcode
ERR! [10-09-28:682] Xcode t = 23.75s Get all elements bound by accessibility element for: Descendants matching type Sheet
ERR! [10-09-28:682] Xcode
ERR! [10-09-28:683] Xcode t = 23.75s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-28:683] Xcode
ERR! [10-09-33:711] Xcode t = 28.78s Find: Descendants matching type Sheet
ERR! [10-09-33:711] Xcode
ERR! [10-09-33:713] Xcode t = 28.78s Find the Application 'com.apple.mobilesafari'
ERR! [10-09-33:713] Xcode
ERR! [10-09-33:714] Xcode t = 28.78s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-33:714] Xcode
ERR! [10-09-38:745] Xcode t = 33.81s Find the Application 'com.apple.mobilesafari'
ERR! [10-09-38:745] Xcode
ERR! [10-09-38:746] Xcode t = 33.81s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-38:746] Xcode
ERR! [10-09-43:776] Xcode t = 38.84s Get all elements bound by accessibility element for: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-09-43:776] Xcode
ERR! [10-09-43:778] Xcode t = 38.84s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-43:778] Xcode
ERR! [10-09-48:831] Xcode t = 43.90s Find: Descendants matching type ScrollView
ERR! [10-09-48:831] Xcode
ERR! [10-09-48:832] Xcode t = 43.90s Find: Descendants matching type WebView
ERR! [10-09-48:832] Xcode
ERR! [10-09-48:833] Xcode t = 43.90s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-09-48:834] Xcode
ERR! [10-09-48:835] Xcode t = 43.90s Find: Descendants matching type Other
ERR! [10-09-48:835] Xcode
ERR! [10-09-48:836] Xcode t = 43.90s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-09-48:836] Xcode
ERR! [10-09-48:842] Xcode t = 43.91s Checking existence of `Other`
ERR! [10-09-48:842] Xcode
ERR! [10-09-48:843] Xcode t = 43.91s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-48:843] Xcode
ERR! [10-09-53:889] Xcode t = 48.95s Find: Descendants matching type ScrollView
ERR! [10-09-53:889] Xcode
ERR! [10-09-53:890] Xcode t = 48.95s Find: Descendants matching type WebView
ERR! [10-09-53:890] Xcode
ERR! [10-09-53:891] Xcode t = 48.96s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-09-53:892] Xcode
ERR! [10-09-53:893] Xcode t = 48.96s Find: Descendants matching type Other
ERR! [10-09-53:893] Xcode
ERR! [10-09-53:894] Xcode t = 48.96s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-09-53:894] Xcode
ERR! [10-09-53:895] Xcode t = 48.96s Find: Identity Binding
ERR! [10-09-53:896] Xcode
ERR! [10-09-53:897] Xcode t = 48.96s Checking existence of `Other`
ERR! [10-09-53:898] Xcode
ERR! [10-09-53:898] Xcode t = 48.96s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-53:899] Xcode
ERR! [10-09-58:943] Xcode t = 54.01s Find: Descendants matching type ScrollView
ERR! [10-09-58:944] Xcode
ERR! [10-09-58:945] Xcode t = 54.01s Find: Descendants matching type WebView
ERR! [10-09-58:945] Xcode
ERR! [10-09-58:946] Xcode t = 54.01s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-09-58:946] Xcode
ERR! [10-09-58:947] Xcode t = 54.01s Find: Descendants matching type Other
ERR! [10-09-58:947] Xcode
ERR! [10-09-58:948] Xcode t = 54.01s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-09-58:949] Xcode
ERR! [10-09-58:950] Xcode t = 54.01s Find: Identity Binding
ERR! [10-09-58:950] Xcode
ERR! [10-09-58:952] Xcode t = 54.02s Find the Other
ERR! [10-09-58:952] Xcode
ERR! [10-09-58:953] Xcode t = 54.02s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-09-58:953] Xcode
ERR! [10-10-03:995] Xcode t = 59.06s Find: Descendants matching type ScrollView
ERR! [10-10-03:995] Xcode
ERR! [10-10-03:996] Xcode t = 59.06s Find: Descendants matching type WebView
ERR! [10-10-03:996] Xcode
ERR! [10-10-03:997] Xcode t = 59.06s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-03:998] Xcode
ERR! [10-10-03:999] Xcode t = 59.06s Find: Descendants matching type Other
ERR! [10-10-03:999] Xcode
ERR! [10-10-04:000] Xcode t = 59.06s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-04:000] Xcode
ERR! [10-10-04:001] Xcode t = 59.07s Find: Identity Binding
ERR! [10-10-04:002] Xcode
ERR! [10-10-04:005] Xcode t = 59.07s Get all elements bound by accessibility element for: Descendants matching type StaticText
ERR! [10-10-04:005] Xcode
ERR! [10-10-04:006] Xcode t = 59.07s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-04:006] Xcode
ERR! [10-10-09:052] Xcode t = 64.12s Find: Descendants matching type ScrollView
ERR! [10-10-09:052] Xcode
ERR! [10-10-09:053] Xcode t = 64.12s Find: Descendants matching type WebView
ERR! [10-10-09:054] Xcode
ERR! [10-10-09:055] Xcode t = 64.12s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-09:055] Xcode
ERR! [10-10-09:056] Xcode t = 64.12s Find: Descendants matching type Other
ERR! [10-10-09:056] Xcode
ERR! [10-10-09:057] Xcode t = 64.12s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-09:057] Xcode
ERR! [10-10-09:058] Xcode t = 64.12s Find: Identity Binding
ERR! [10-10-09:058] Xcode
ERR! [10-10-09:059] Xcode t = 64.12s Find: Descendants matching type StaticText
ERR! [10-10-09:059] Xcode
ERR! [10-10-09:073] Xcode t = 64.14s Checking existence of `"This site is attempting to open a pop-up window" StaticText`
ERR! [10-10-09:073] Xcode
ERR! [10-10-09:075] Xcode t = 64.14s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-09:075] Xcode
ERR! [10-10-14:119] Xcode t = 69.18s Find: Descendants matching type ScrollView
ERR! [10-10-14:120] Xcode
ERR! [10-10-14:121] Xcode t = 69.19s Find: Descendants matching type WebView
ERR! [10-10-14:121] Xcode
ERR! [10-10-14:122] Xcode t = 69.19s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-14:122] Xcode
ERR! [10-10-14:124] Xcode t = 69.19s Find: Descendants matching type Other
ERR! [10-10-14:124] Xcode
ERR! [10-10-14:125] Xcode t = 69.19s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-14:125] Xcode
ERR! [10-10-14:126] Xcode t = 69.19s Find: Identity Binding
ERR! [10-10-14:127] Xcode
ERR! [10-10-14:128] Xcode t = 69.19s Find: Descendants matching type StaticText
ERR! [10-10-14:128] Xcode
ERR! [10-10-14:129] Xcode t = 69.19s Find: Identity Binding
ERR! [10-10-14:129] Xcode
ERR! [10-10-14:131] Xcode t = 69.20s Find the "This site is attempting to open a pop-up window" StaticText
ERR! [10-10-14:131] Xcode
ERR! [10-10-14:132] Xcode t = 69.20s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-14:132] Xcode
ERR! [10-10-19:178] Xcode t = 74.24s Find: Descendants matching type ScrollView
ERR! [10-10-19:178] Xcode
ERR! [10-10-19:179] Xcode t = 74.24s Find: Descendants matching type WebView
ERR! [10-10-19:179] Xcode
ERR! [10-10-19:180] Xcode t = 74.25s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-19:180] Xcode
ERR! [10-10-19:181] Xcode t = 74.25s Find: Descendants matching type Other
ERR! [10-10-19:181] Xcode
ERR! [10-10-19:182] Xcode t = 74.25s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-19:183] Xcode
ERR! [10-10-19:184] Xcode t = 74.25s Find: Identity Binding
ERR! [10-10-19:184] Xcode
ERR! [10-10-19:185] Xcode t = 74.25s Find: Descendants matching type StaticText
ERR! [10-10-19:185] Xcode
ERR! [10-10-19:186] Xcode t = 74.25s Find: Identity Binding
ERR! [10-10-19:186] Xcode
ERR! [10-10-19:209] Xcode t = 74.27s Checking existence of `"This site is attempting to open a pop-up window" StaticText`
ERR! [10-10-19:210] Xcode
ERR! [10-10-19:212] Xcode t = 74.28s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-19:213] Xcode
ERR! [10-10-24:254] Xcode t = 79.32s Find: Descendants matching type ScrollView
ERR! [10-10-24:254] Xcode
ERR! [10-10-24:255] Xcode t = 79.32s Find: Descendants matching type WebView
ERR! [10-10-24:255] Xcode
ERR! [10-10-24:256] Xcode t = 79.32s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-24:256] Xcode
ERR! [10-10-24:257] Xcode t = 79.32s Find: Descendants matching type Other
ERR! [10-10-24:258] Xcode
ERR! [10-10-24:259] Xcode t = 79.32s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-24:259] Xcode
ERR! [10-10-24:260] Xcode t = 79.32s Find: Identity Binding
ERR! [10-10-24:260] Xcode
ERR! [10-10-24:261] Xcode t = 79.33s Find: Descendants matching type StaticText
ERR! [10-10-24:261] Xcode
ERR! [10-10-24:262] Xcode t = 79.33s Find: Identity Binding
ERR! [10-10-24:262] Xcode
ERR! [10-10-24:265] Xcode t = 79.33s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-24:265] Xcode
ERR! [10-10-29:310] Xcode t = 84.37s Find: Descendants matching type ScrollView
ERR! [10-10-29:310] Xcode
ERR! [10-10-29:311] Xcode t = 84.38s Find: Descendants matching type WebView
ERR! [10-10-29:311] Xcode
ERR! [10-10-29:312] Xcode t = 84.38s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-29:312] Xcode
ERR! [10-10-29:313] Xcode t = 84.38s Find: Descendants matching type Other
ERR! [10-10-29:313] Xcode
ERR! [10-10-29:314] Xcode t = 84.38s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-29:314] Xcode
ERR! [10-10-29:315] Xcode t = 84.38s Find: Identity Binding
ERR! [10-10-29:315] Xcode
ERR! [10-10-29:316] Xcode t = 84.38s Find: Descendants matching type StaticText
ERR! [10-10-29:316] Xcode
ERR! [10-10-29:317] Xcode t = 84.38s Find: Identity Binding
ERR! [10-10-29:318] Xcode
ERR! [10-10-29:319] Xcode t = 84.38s Checking existence of `"This site is attempting to open a pop-up window" StaticText`
ERR! [10-10-29:319] Xcode
ERR! [10-10-29:320] Xcode t = 84.38s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-29:320] Xcode
ERR! [10-10-34:363] Xcode t = 89.43s Find: Descendants matching type ScrollView
ERR! [10-10-34:363] Xcode
ERR! [10-10-34:364] Xcode t = 89.43s Find: Descendants matching type WebView
ERR! [10-10-34:364] Xcode
ERR! [10-10-34:365] Xcode t = 89.43s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-34:366] Xcode
ERR! [10-10-34:366] Xcode t = 89.43s Find: Descendants matching type Other
ERR! [10-10-34:367] Xcode
ERR! [10-10-34:368] Xcode t = 89.43s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-34:368] Xcode
ERR! [10-10-34:369] Xcode t = 89.43s Find: Identity Binding
ERR! [10-10-34:369] Xcode
ERR! [10-10-34:370] Xcode t = 89.43s Find: Descendants matching type StaticText
ERR! [10-10-34:370] Xcode
ERR! [10-10-34:371] Xcode t = 89.44s Find: Identity Binding
ERR! [10-10-34:372] Xcode
ERR! [10-10-34:374] Xcode t = 89.44s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-34:374] Xcode
ERR! [10-10-39:418] Xcode t = 94.48s Find: Descendants matching type ScrollView
ERR! [10-10-39:418] Xcode
ERR! [10-10-39:419] Xcode t = 94.48s Find: Descendants matching type WebView
ERR! [10-10-39:419] Xcode
ERR! [10-10-39:420] Xcode t = 94.49s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-39:421] Xcode
ERR! [10-10-39:422] Xcode t = 94.49s Find: Descendants matching type Other
ERR! [10-10-39:422] Xcode
ERR! [10-10-39:423] Xcode t = 94.49s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-39:423] Xcode
ERR! [10-10-39:424] Xcode t = 94.49s Find: Identity Binding
ERR! [10-10-39:424] Xcode
ERR! [10-10-39:425] Xcode t = 94.49s Find: Descendants matching type StaticText
ERR! [10-10-39:425] Xcode
ERR! [10-10-39:426] Xcode t = 94.49s Find: Identity Binding
ERR! [10-10-39:426] Xcode
ERR! [10-10-39:427] Xcode t = 94.49s Checking existence of `"Block" StaticText`
ERR! [10-10-39:427] Xcode
ERR! [10-10-39:428] Xcode t = 94.49s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-39:429] Xcode
ERR! [10-10-44:469] Xcode t = 99.53s Find: Descendants matching type ScrollView
ERR! [10-10-44:469] Xcode
ERR! [10-10-44:470] Xcode t = 99.53s Find: Descendants matching type WebView
ERR! [10-10-44:470] Xcode
ERR! [10-10-44:471] Xcode t = 99.54s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-44:471] Xcode
ERR! [10-10-44:472] Xcode t = 99.54s Find: Descendants matching type Other
ERR! [10-10-44:472] Xcode
ERR! [10-10-44:473] Xcode t = 99.54s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-44:473] Xcode
ERR! [10-10-44:474] Xcode t = 99.54s Find: Identity Binding
ERR! [10-10-44:475] Xcode
ERR! [10-10-44:475] Xcode t = 99.54s Find: Descendants matching type StaticText
ERR! [10-10-44:475] Xcode
ERR! [10-10-44:476] Xcode t = 99.54s Find: Identity Binding
ERR! [10-10-44:683] Xcode
ERR! [10-10-44:683] Xcode t = 99.54s Find the "Block" StaticText
ERR! [10-10-44:683] Xcode t = 99.54s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-44:683] Xcode
ERR! [10-10-49:521] Xcode t = 104.59s Find: Descendants matching type ScrollView
ERR! [10-10-49:521] Xcode
ERR! [10-10-49:522] Xcode t = 104.59s Find: Descendants matching type WebView
ERR! [10-10-49:522] Xcode
ERR! [10-10-49:523] Xcode t = 104.59s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-49:524] Xcode
ERR! [10-10-49:524] Xcode t = 104.59s Find: Descendants matching type Other
ERR! [10-10-49:525] Xcode
ERR! [10-10-49:526] Xcode t = 104.59s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-49:526] Xcode
ERR! [10-10-49:527] Xcode t = 104.59s Find: Identity Binding
ERR! [10-10-49:527] Xcode
ERR! [10-10-49:528] Xcode t = 104.59s Find: Descendants matching type StaticText
ERR! [10-10-49:528] Xcode
ERR! [10-10-49:529] Xcode t = 104.59s Find: Identity Binding
ERR! [10-10-49:529] Xcode
ERR! [10-10-49:541] Xcode t = 104.61s Checking existence of `"Block" StaticText`
ERR! [10-10-49:541] Xcode
ERR! [10-10-49:543] Xcode t = 104.61s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-49:543] Xcode
ERR! [10-10-54:586] Xcode t = 109.65s Find: Descendants matching type ScrollView
ERR! [10-10-54:586] Xcode
ERR! [10-10-54:588] Xcode t = 109.65s Find: Descendants matching type WebView
ERR! [10-10-54:588] Xcode
ERR! [10-10-54:589] Xcode t = 109.65s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-54:589] Xcode
ERR! [10-10-54:591] Xcode t = 109.66s Find: Descendants matching type Other
ERR! [10-10-54:591] Xcode
ERR! [10-10-54:592] Xcode t = 109.66s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-54:592] Xcode
ERR! [10-10-54:593] Xcode t = 109.66s Find: Identity Binding
ERR! [10-10-54:593] Xcode
ERR! [10-10-54:594] Xcode t = 109.66s Find: Descendants matching type StaticText
ERR! [10-10-54:594] Xcode
ERR! [10-10-54:595] Xcode t = 109.66s Find: Identity Binding
ERR! [10-10-54:595] Xcode
ERR! [10-10-54:597] Xcode t = 109.66s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-54:598] Xcode
ERR! [10-10-59:640] Xcode t = 114.71s Find: Descendants matching type ScrollView
ERR! [10-10-59:641] Xcode
ERR! [10-10-59:641] Xcode t = 114.71s Find: Descendants matching type WebView
ERR! [10-10-59:641] Xcode
ERR! [10-10-59:642] Xcode t = 114.71s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-10-59:642] Xcode
ERR! [10-10-59:644] Xcode t = 114.71s Find: Descendants matching type Other
ERR! [10-10-59:644] Xcode
ERR! [10-10-59:645] Xcode t = 114.71s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-10-59:645] Xcode
ERR! [10-10-59:646] Xcode t = 114.71s Find: Identity Binding
ERR! [10-10-59:646] Xcode
ERR! [10-10-59:647] Xcode t = 114.71s Find: Descendants matching type StaticText
ERR! [10-10-59:647] Xcode
ERR! [10-10-59:648] Xcode t = 114.71s Find: Identity Binding
ERR! [10-10-59:648] Xcode
ERR! [10-10-59:650] Xcode t = 114.71s Checking existence of `"Block" StaticText`
ERR! [10-10-59:650] Xcode
ERR! [10-10-59:651] Xcode t = 114.72s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-10-59:651] Xcode
ERR! [10-11-04:692] Xcode t = 119.76s Find: Descendants matching type ScrollView
ERR! [10-11-04:693] Xcode
ERR! [10-11-04:694] Xcode t = 119.76s Find: Descendants matching type WebView
ERR! [10-11-04:694] Xcode
ERR! [10-11-04:695] Xcode t = 119.76s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-11-04:695] Xcode
ERR! [10-11-04:696] Xcode t = 119.76s Find: Descendants matching type Other
ERR! [10-11-04:696] Xcode
ERR! [10-11-04:697] Xcode t = 119.76s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-11-04:697] Xcode
ERR! [10-11-04:698] Xcode t = 119.76s Find: Identity Binding
ERR! [10-11-04:698] Xcode
ERR! [10-11-04:699] Xcode t = 119.76s Find: Descendants matching type StaticText
ERR! [10-11-04:699] Xcode
ERR! [10-11-04:700] Xcode t = 119.77s Find: Identity Binding
ERR! [10-11-04:701] Xcode
ERR! [10-11-04:703] Xcode t = 119.77s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-04:703] Xcode
ERR! [10-11-09:745] Xcode t = 124.81s Find: Descendants matching type ScrollView
ERR! [10-11-09:745] Xcode
ERR! [10-11-09:746] Xcode t = 124.81s Find: Descendants matching type WebView
ERR! [10-11-09:746] Xcode
ERR! [10-11-09:747] Xcode t = 124.81s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-11-09:747] Xcode
ERR! [10-11-09:748] Xcode t = 124.81s Find: Descendants matching type Other
ERR! [10-11-09:748] Xcode
ERR! [10-11-09:749] Xcode t = 124.81s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-11-09:750] Xcode
ERR! [10-11-09:751] Xcode t = 124.82s Find: Identity Binding
ERR! [10-11-09:751] Xcode
ERR! [10-11-09:752] Xcode t = 124.82s Find: Descendants matching type StaticText
ERR! [10-11-09:752] Xcode
ERR! [10-11-09:753] Xcode t = 124.82s Find: Identity Binding
ERR! [10-11-09:753] Xcode
ERR! [10-11-09:754] Xcode t = 124.82s Checking existence of `"Allow" StaticText`
ERR! [10-11-09:754] Xcode
ERR! [10-11-09:755] Xcode t = 124.82s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-09:756] Xcode
ERR! [10-11-14:797] Xcode t = 129.86s Find: Descendants matching type ScrollView
ERR! [10-11-14:797] Xcode
ERR! [10-11-14:798] Xcode t = 129.86s Find: Descendants matching type WebView
ERR! [10-11-14:798] Xcode
ERR! [10-11-14:799] Xcode t = 129.86s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-11-14:799] Xcode
ERR! [10-11-14:800] Xcode t = 129.87s Find: Descendants matching type Other
ERR! [10-11-14:800] Xcode
ERR! [10-11-14:801] Xcode t = 129.87s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-11-14:802] Xcode
ERR! [10-11-14:803] Xcode t = 129.87s Find: Identity Binding
ERR! [10-11-14:803] Xcode
ERR! [10-11-14:804] Xcode t = 129.87s Find: Descendants matching type StaticText
ERR! [10-11-14:804] Xcode
ERR! [10-11-14:805] Xcode t = 129.87s Find: Identity Binding
ERR! [10-11-14:805] Xcode
ERR! [10-11-14:807] Xcode t = 129.87s Find the "Allow" StaticText
ERR! [10-11-14:807] Xcode
ERR! [10-11-14:808] Xcode t = 129.87s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-14:808] Xcode
ERR! [10-11-19:847] Xcode t = 134.91s Find: Descendants matching type ScrollView
ERR! [10-11-19:847] Xcode
ERR! [10-11-19:848] Xcode t = 134.91s Find: Descendants matching type WebView
ERR! [10-11-19:848] Xcode
ERR! [10-11-19:849] Xcode t = 134.91s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-11-19:849] Xcode
ERR! [10-11-19:850] Xcode t = 134.91s Find: Descendants matching type Other
ERR! [10-11-19:850] Xcode
ERR! [10-11-19:851] Xcode t = 134.92s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-11-19:851] Xcode
ERR! [10-11-19:852] Xcode t = 134.92s Find: Identity Binding
ERR! [10-11-19:852] Xcode
ERR! [10-11-19:853] Xcode t = 134.92s Find: Descendants matching type StaticText
ERR! [10-11-19:853] Xcode
ERR! [10-11-19:854] Xcode t = 134.92s Find: Identity Binding
ERR! [10-11-19:854] Xcode
ERR! [10-11-19:865] Xcode t = 134.93s Checking existence of `"Allow" StaticText`
ERR! [10-11-19:866] Xcode
ERR! [10-11-19:867] Xcode t = 134.93s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-19:867] Xcode
ERR! [10-11-24:912] Xcode t = 139.98s Find: Descendants matching type ScrollView
ERR! [10-11-24:913] Xcode
ERR! [10-11-24:914] Xcode t = 139.98s Find: Descendants matching type WebView
ERR! [10-11-24:914] Xcode
ERR! [10-11-24:915] Xcode t = 139.98s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-11-24:915] Xcode
ERR! [10-11-24:916] Xcode t = 139.98s Find: Descendants matching type Other
ERR! [10-11-24:916] Xcode
ERR! [10-11-24:917] Xcode t = 139.98s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-11-24:917] Xcode
ERR! [10-11-24:918] Xcode t = 139.98s Find: Identity Binding
ERR! [10-11-24:918] Xcode
ERR! [10-11-24:919] Xcode t = 139.98s Find: Descendants matching type StaticText
ERR! [10-11-24:920] Xcode
ERR! [10-11-24:921] Xcode t = 139.99s Find: Identity Binding
ERR! [10-11-24:921] Xcode
ERR! [10-11-24:923] Xcode t = 139.99s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-24:923] Xcode
ERR! [10-11-29:964] Xcode t = 145.03s Find: Descendants matching type ScrollView
ERR! [10-11-29:964] Xcode
ERR! [10-11-29:965] Xcode t = 145.03s Find: Descendants matching type WebView
ERR! [10-11-29:965] Xcode
ERR! [10-11-29:966] Xcode t = 145.03s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-11-29:966] Xcode
ERR! [10-11-29:967] Xcode t = 145.03s Find: Descendants matching type Other
ERR! [10-11-29:967] Xcode
ERR! [10-11-29:968] Xcode t = 145.03s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-11-29:969] Xcode
ERR! [10-11-29:970] Xcode t = 145.03s Find: Identity Binding
ERR! [10-11-29:970] Xcode
ERR! [10-11-29:970] Xcode t = 145.04s Find: Descendants matching type StaticText
ERR! [10-11-29:971] Xcode
ERR! [10-11-29:971] Xcode t = 145.04s Find: Identity Binding
ERR! [10-11-29:972] Xcode
ERR! [10-11-29:973] Xcode t = 145.04s Checking existence of `"Allow" StaticText`
ERR! [10-11-29:973] Xcode
ERR! [10-11-29:974] Xcode t = 145.04s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-29:974] Xcode
ERR! [10-11-35:013] Xcode t = 150.08s Find: Descendants matching type ScrollView
ERR! [10-11-35:014] Xcode
ERR! [10-11-35:015] Xcode t = 150.08s Find: Descendants matching type WebView
ERR! [10-11-35:015] Xcode
ERR! [10-11-35:016] Xcode t = 150.08s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-11-35:016] Xcode
ERR! [10-11-35:017] Xcode t = 150.08s Find: Descendants matching type Other
ERR! [10-11-35:017] Xcode
ERR! [10-11-35:018] Xcode t = 150.08s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-11-35:018] Xcode
ERR! [10-11-35:019] Xcode t = 150.08s Find: Identity Binding
ERR! [10-11-35:019] Xcode
ERR! [10-11-35:020] Xcode t = 150.08s Find: Descendants matching type StaticText
ERR! [10-11-35:020] Xcode
ERR! [10-11-35:021] Xcode t = 150.09s Find: Identity Binding
ERR! [10-11-35:021] Xcode
ERR! [10-11-35:023] Xcode t = 150.09s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-35:023] Xcode
ERR! [10-11-40:066] Xcode t = 155.13s Find: Descendants matching type ScrollView
ERR! [10-11-40:066] Xcode
ERR! [10-11-40:067] Xcode t = 155.13s Find: Descendants matching type WebView
ERR! [10-11-40:067] Xcode
ERR! [10-11-40:068] Xcode t = 155.13s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c45fc0)'
ERR! [10-11-40:068] Xcode
ERR! [10-11-40:069] Xcode t = 155.13s Find: Descendants matching type Other
ERR! [10-11-40:069] Xcode
ERR! [10-11-40:070] Xcode t = 155.14s Find: Elements matching predicate 'BLOCKPREDICATE(0x600001c46180)'
ERR! [10-11-40:070] Xcode
ERR! [10-11-40:071] Xcode t = 155.14s Find: Identity Binding
ERR! [10-11-40:071] Xcode
ERR! [10-11-40:072] Xcode t = 155.14s Find: Descendants matching type StaticText
ERR! [10-11-40:072] Xcode
ERR! [10-11-40:073] Xcode t = 155.14s Find: Identity Binding
ERR! [10-11-40:073] Xcode
dbug [10-11-40:077] WD Proxy Got response with status 200: {
dbug [10-11-40:077] WD Proxy "value" : "This site is attempting to open a pop-up window\nBlock\nAllow",
dbug [10-11-40:077] WD Proxy "sessionId" : "87022CBD-28B9-41FB-BCE3-DFC713E8A08C"
dbug [10-11-40:077] WD Proxy }
dbug [10-11-40:077] MJSONWP (2d124603) Responding to client with driver.execute() result: ""
info [10-11-40:078] HTTP <-- POST /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/execute 200 137453 ms - 74
info [10-11-40:078] HTTP
info [10-11-40:083] HTTP --> POST /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/accept_alert
info [10-11-40:083] HTTP {}
dbug [10-11-40:084] MJSONWP (2d124603) Calling XCUITestDriver.postAcceptAlert() with args: ["2d124603-aee8-4a1e-8464-2ad17c22ebf9"]
dbug [10-11-40:084] XCUITest Executing command 'postAcceptAlert'
dbug [10-11-40:087] WD Proxy Matched '/alert/accept' to command name 'postAcceptAlert'
dbug [10-11-40:087] WD Proxy Proxying [POST /alert/accept] to [POST http://127.0.0.1:8100/session/87022CBD-28B9-41FB-BCE3-DFC713E8A08C/alert/accept] with body: {}
ERR! [10-11-40:098] Xcode t = 155.16s Get all elements bound by accessibility element for: Descendants matching type Alert
ERR! [10-11-40:098] Xcode
ERR! [10-11-40:099] Xcode t = 155.16s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-40:099] Xcode
ERR! [10-11-45:129] Xcode t = 160.19s Find: Descendants matching type Alert
ERR! [10-11-45:129] Xcode
ERR! [10-11-45:131] Xcode t = 160.20s Get all elements bound by accessibility element for: Descendants matching type Sheet
ERR! [10-11-45:131] Xcode
ERR! [10-11-45:132] Xcode t = 160.20s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-45:132] Xcode
ERR! [10-11-50:160] Xcode t = 165.22s Find: Descendants matching type Sheet
ERR! [10-11-50:160] Xcode
ERR! [10-11-50:162] Xcode t = 165.23s Find the Application 'com.apple.mobilesafari'
ERR! [10-11-50:162] Xcode
ERR! [10-11-50:162] Xcode t = 165.23s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-50:163] Xcode
ERR! [10-11-55:197] Xcode t = 170.26s Find the Application 'com.apple.mobilesafari'
ERR! [10-11-55:197] Xcode
ERR! [10-11-55:198] Xcode t = 170.26s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-11-55:198] Xcode
ERR! [10-12-00:232] Xcode t = 175.30s Get all elements bound by accessibility element for: Elements matching predicate 'BLOCKPREDICATE(0x6000011bab00)'
ERR! [10-12-00:232] Xcode
ERR! [10-12-00:233] Xcode t = 175.30s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-00:234] Xcode
ERR! [10-12-05:278] Xcode t = 180.34s Find: Descendants matching type ScrollView
ERR! [10-12-05:279] Xcode
ERR! [10-12-05:280] Xcode t = 180.34s Find: Descendants matching type WebView
ERR! [10-12-05:280] Xcode
ERR! [10-12-05:281] Xcode t = 180.35s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bbf40)'
ERR! [10-12-05:281] Xcode
ERR! [10-12-05:282] Xcode t = 180.35s Find: Descendants matching type Other
ERR! [10-12-05:282] Xcode
ERR! [10-12-05:283] Xcode t = 180.35s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bab00)'
ERR! [10-12-05:283] Xcode
ERR! [10-12-05:288] Xcode t = 180.35s Checking existence of `Other`
ERR! [10-12-05:288] Xcode
ERR! [10-12-05:289] Xcode t = 180.35s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-05:289] Xcode
ERR! [10-12-10:331] Xcode t = 185.40s Find: Descendants matching type ScrollView
ERR! [10-12-10:331] Xcode
ERR! [10-12-10:332] Xcode t = 185.40s Find: Descendants matching type WebView
ERR! [10-12-10:333] Xcode
ERR! [10-12-10:333] Xcode t = 185.40s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bbf40)'
ERR! [10-12-10:333] Xcode
ERR! [10-12-10:334] Xcode t = 185.40s Find: Descendants matching type Other
ERR! [10-12-10:334] Xcode
ERR! [10-12-10:335] Xcode t = 185.40s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bab00)'
ERR! [10-12-10:336] Xcode
ERR! [10-12-10:337] Xcode t = 185.40s Find: Identity Binding
ERR! [10-12-10:337] Xcode
ERR! [10-12-10:338] Xcode t = 185.40s Checking existence of `Other`
ERR! [10-12-10:339] Xcode
ERR! [10-12-10:340] Xcode t = 185.40s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-10:340] Xcode
ERR! [10-12-15:381] Xcode t = 190.45s Find: Descendants matching type ScrollView
ERR! [10-12-15:381] Xcode
ERR! [10-12-15:382] Xcode t = 190.45s Find: Descendants matching type WebView
ERR! [10-12-15:382] Xcode
ERR! [10-12-15:383] Xcode t = 190.45s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bbf40)'
ERR! [10-12-15:384] Xcode
ERR! [10-12-15:384] Xcode t = 190.45s Find: Descendants matching type Other
ERR! [10-12-15:385] Xcode
ERR! [10-12-15:386] Xcode t = 190.45s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bab00)'
ERR! [10-12-15:386] Xcode
ERR! [10-12-15:387] Xcode t = 190.45s Find: Identity Binding
ERR! [10-12-15:387] Xcode
ERR! [10-12-15:389] Xcode t = 190.45s Find the Other
ERR! [10-12-15:389] Xcode
ERR! [10-12-15:390] Xcode t = 190.46s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-15:390] Xcode
ERR! [10-12-20:429] Xcode t = 195.49s Find: Descendants matching type ScrollView
ERR! [10-12-20:429] Xcode
ERR! [10-12-20:430] Xcode t = 195.49s Find: Descendants matching type WebView
ERR! [10-12-20:430] Xcode
ERR! [10-12-20:431] Xcode t = 195.50s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bbf40)'
ERR! [10-12-20:431] Xcode
ERR! [10-12-20:432] Xcode t = 195.50s Find: Descendants matching type Other
ERR! [10-12-20:432] Xcode
ERR! [10-12-20:432] Xcode t = 195.50s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bab00)'
ERR! [10-12-20:433] Xcode
ERR! [10-12-20:433] Xcode t = 195.50s Find: Identity Binding
ERR! [10-12-20:433] Xcode
ERR! [10-12-20:437] Xcode t = 195.50s Checking existence of `Other at {{20.0, 355.0}, {335.0, 113.0}}`
ERR! [10-12-20:437] Xcode
ERR! [10-12-20:438] Xcode t = 195.50s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-20:438] Xcode
ERR! [10-12-25:468] Xcode t = 200.53s Find: Descendants matching type ScrollView
ERR! [10-12-25:468] Xcode
ERR! [10-12-25:469] Xcode t = 200.53s Find: Descendants matching type WebView
ERR! [10-12-25:469] Xcode
ERR! [10-12-25:470] Xcode t = 200.54s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bbf40)'
ERR! [10-12-25:470] Xcode
ERR! [10-12-25:471] Xcode t = 200.54s Find: Descendants matching type Other
ERR! [10-12-25:472] Xcode
ERR! [10-12-25:473] Xcode t = 200.54s Find: Elements matching predicate 'BLOCKPREDICATE(0x6000011bab00)'
ERR! [10-12-25:473] Xcode
ERR! [10-12-25:479] Xcode t = 200.54s Find: Identity Binding
ERR! [10-12-25:479] Xcode t = 200.54s Get all elements bound by accessibility element for: Descendants matching type Alert
ERR! [10-12-25:480] Xcode
ERR! [10-12-25:480] Xcode t = 200.54s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-25:480] Xcode
ERR! [10-12-30:510] Xcode t = 205.58s Find: Descendants matching type Alert
ERR! [10-12-30:510] Xcode
ERR! [10-12-30:512] Xcode t = 205.58s Get all elements bound by accessibility element for: Descendants matching type Sheet
ERR! [10-12-30:513] Xcode
ERR! [10-12-30:513] Xcode t = 205.58s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-30:513] Xcode
ERR! [10-12-35:544] Xcode t = 210.61s Find: Descendants matching type Sheet
ERR! [10-12-35:544] Xcode
ERR! [10-12-35:546] Xcode t = 210.61s Find the Application 'com.apple.mobilesafari'
ERR! [10-12-35:546] Xcode
ERR! [10-12-35:546] Xcode t = 210.61s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-35:547] Xcode
ERR! [10-12-40:583] Xcode t = 215.65s Find the Application 'com.apple.mobilesafari'
ERR! [10-12-40:583] Xcode
ERR! [10-12-40:584] Xcode t = 215.65s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-40:584] Xcode
ERR! [10-12-45:615] Xcode t = 220.68s Get all elements bound by accessibility element for: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-12-45:616] Xcode
ERR! [10-12-45:617] Xcode t = 220.68s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-45:617] Xcode
ERR! [10-12-50:664] Xcode t = 225.73s Find: Descendants matching type ScrollView
ERR! [10-12-50:664] Xcode
ERR! [10-12-50:665] Xcode t = 225.73s Find: Descendants matching type WebView
ERR! [10-12-50:665] Xcode
ERR! [10-12-50:666] Xcode t = 225.73s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-12-50:666] Xcode
ERR! [10-12-50:667] Xcode t = 225.73s Find: Descendants matching type Other
ERR! [10-12-50:667] Xcode
ERR! [10-12-50:668] Xcode t = 225.73s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-12-50:669] Xcode
ERR! [10-12-50:673] Xcode t = 225.74s Checking existence of `Other`
ERR! [10-12-50:673] Xcode
ERR! [10-12-50:674] Xcode t = 225.74s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-50:675] Xcode
ERR! [10-12-55:717] Xcode t = 230.78s Find: Descendants matching type ScrollView
ERR! [10-12-55:718] Xcode
ERR! [10-12-55:718] Xcode t = 230.78s Find: Descendants matching type WebView
ERR! [10-12-55:718] Xcode
ERR! [10-12-55:719] Xcode t = 230.78s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-12-55:719] Xcode
ERR! [10-12-55:720] Xcode t = 230.79s Find: Descendants matching type Other
ERR! [10-12-55:720] Xcode
ERR! [10-12-55:721] Xcode t = 230.79s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-12-55:722] Xcode
ERR! [10-12-55:723] Xcode t = 230.79s Find: Identity Binding
ERR! [10-12-55:723] Xcode
ERR! [10-12-55:724] Xcode t = 230.79s Checking existence of `Other`
ERR! [10-12-55:724] Xcode
ERR! [10-12-55:725] Xcode t = 230.79s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-12-55:725] Xcode
ERR! [10-13-00:767] Xcode t = 235.83s Find: Descendants matching type ScrollView
ERR! [10-13-00:767] Xcode
ERR! [10-13-00:768] Xcode t = 235.83s Find: Descendants matching type WebView
ERR! [10-13-00:768] Xcode
ERR! [10-13-00:769] Xcode t = 235.83s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-13-00:769] Xcode
ERR! [10-13-00:770] Xcode t = 235.84s Find: Descendants matching type Other
ERR! [10-13-00:771] Xcode
ERR! [10-13-00:772] Xcode t = 235.84s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-13-00:772] Xcode
ERR! [10-13-00:774] Xcode t = 235.84s Find: Identity Binding
ERR! [10-13-00:774] Xcode
ERR! [10-13-00:776] Xcode t = 235.84s Find the Other
ERR! [10-13-00:777] Xcode
ERR! [10-13-00:778] Xcode t = 235.84s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-00:778] Xcode
ERR! [10-13-05:820] Xcode t = 240.88s Find: Descendants matching type ScrollView
ERR! [10-13-05:820] Xcode
ERR! [10-13-05:821] Xcode t = 240.89s Find: Descendants matching type WebView
ERR! [10-13-05:822] Xcode
ERR! [10-13-05:823] Xcode t = 240.89s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-13-05:823] Xcode
ERR! [10-13-05:824] Xcode t = 240.89s Find: Descendants matching type Other
ERR! [10-13-05:824] Xcode
ERR! [10-13-05:825] Xcode t = 240.89s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-13-05:825] Xcode
ERR! [10-13-05:826] Xcode t = 240.89s Find: Identity Binding
ERR! [10-13-05:826] Xcode
ERR! [10-13-05:829] Xcode t = 240.89s Get all elements bound by accessibility element for: Descendants matching type Button
ERR! [10-13-05:829] Xcode
ERR! [10-13-05:830] Xcode t = 240.89s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-05:830] Xcode
ERR! [10-13-10:872] Xcode t = 245.94s Find: Descendants matching type ScrollView
ERR! [10-13-10:872] Xcode
ERR! [10-13-10:873] Xcode t = 245.94s Find: Descendants matching type WebView
ERR! [10-13-10:874] Xcode
ERR! [10-13-10:874] Xcode t = 245.94s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-13-10:875] Xcode
ERR! [10-13-10:875] Xcode t = 245.94s Find: Descendants matching type Other
ERR! [10-13-10:875] Xcode
ERR! [10-13-10:877] Xcode t = 245.94s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-13-10:877] Xcode
ERR! [10-13-10:878] Xcode t = 245.94s Find: Identity Binding
ERR! [10-13-10:878] Xcode
ERR! [10-13-10:879] Xcode t = 245.94s Find: Descendants matching type Button
ERR! [10-13-10:879] Xcode
ERR! [10-13-10:890] Xcode t = 245.95s Find the Other at {{20.0, 355.0}, {335.0, 113.0}}
ERR! [10-13-11:131] Xcode
ERR! [10-13-11:132] Xcode t = 245.96s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-11:132] Xcode
ERR! [10-13-15:933] Xcode t = 251.00s Find: Descendants matching type ScrollView
ERR! [10-13-15:934] Xcode
ERR! [10-13-15:935] Xcode t = 251.00s Find: Descendants matching type WebView
ERR! [10-13-15:935] Xcode
ERR! [10-13-15:936] Xcode t = 251.00s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-13-15:936] Xcode
ERR! [10-13-15:937] Xcode t = 251.00s Find: Descendants matching type Other
ERR! [10-13-15:937] Xcode
ERR! [10-13-15:938] Xcode t = 251.00s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-13-15:938] Xcode
ERR! [10-13-15:939] Xcode t = 251.00s Find: Identity Binding
ERR! [10-13-15:939] Xcode
ERR! [10-13-15:941] Xcode t = 251.01s Get all elements bound by accessibility element for: Descendants matching type Alert
ERR! [10-13-15:941] Xcode
ERR! [10-13-15:942] Xcode t = 251.01s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-15:942] Xcode
ERR! [10-13-20:972] Xcode t = 256.04s Find: Descendants matching type Alert
ERR! [10-13-20:972] Xcode
ERR! [10-13-20:974] Xcode t = 256.04s Get all elements bound by accessibility element for: Descendants matching type Sheet
ERR! [10-13-20:974] Xcode
ERR! [10-13-20:975] Xcode t = 256.04s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-20:975] Xcode
ERR! [10-13-26:003] Xcode t = 261.07s Find: Descendants matching type Sheet
ERR! [10-13-26:003] Xcode
ERR! [10-13-26:005] Xcode t = 261.07s Find the Application 'com.apple.mobilesafari'
ERR! [10-13-26:006] Xcode
ERR! [10-13-26:006] Xcode t = 261.07s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-26:007] Xcode
ERR! [10-13-31:041] Xcode t = 266.11s Find the Application 'com.apple.mobilesafari'
ERR! [10-13-31:041] Xcode
ERR! [10-13-31:041] Xcode t = 266.11s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-31:042] Xcode
ERR! [10-13-36:075] Xcode t = 271.14s Get all elements bound by accessibility element for: Elements matching predicate 'BLOCKPREDICATE(0x60000116a580)'
ERR! [10-13-36:075] Xcode
ERR! [10-13-36:076] Xcode t = 271.14s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-36:077] Xcode
ERR! [10-13-41:118] Xcode t = 276.18s Find: Descendants matching type ScrollView
ERR! [10-13-41:118] Xcode
ERR! [10-13-41:119] Xcode t = 276.18s Find: Descendants matching type WebView
ERR! [10-13-41:119] Xcode
ERR! [10-13-41:120] Xcode t = 276.18s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116bf40)'
ERR! [10-13-41:120] Xcode
ERR! [10-13-41:121] Xcode t = 276.19s Find: Descendants matching type Other
ERR! [10-13-41:121] Xcode
ERR! [10-13-41:122] Xcode t = 276.19s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116a580)'
ERR! [10-13-41:122] Xcode
ERR! [10-13-41:126] Xcode t = 276.19s Checking existence of `Other`
ERR! [10-13-41:127] Xcode
ERR! [10-13-41:128] Xcode t = 276.19s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-41:128] Xcode
ERR! [10-13-46:166] Xcode t = 281.23s Find: Descendants matching type ScrollView
ERR! [10-13-46:166] Xcode
ERR! [10-13-46:167] Xcode t = 281.23s Find: Descendants matching type WebView
ERR! [10-13-46:168] Xcode
ERR! [10-13-46:169] Xcode t = 281.23s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116bf40)'
ERR! [10-13-46:169] Xcode
ERR! [10-13-46:169] Xcode t = 281.23s Find: Descendants matching type Other
ERR! [10-13-46:170] Xcode
ERR! [10-13-46:171] Xcode t = 281.24s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116a580)'
ERR! [10-13-46:172] Xcode
ERR! [10-13-46:172] Xcode t = 281.24s Find: Identity Binding
ERR! [10-13-46:172] Xcode
ERR! [10-13-46:174] Xcode t = 281.24s Checking existence of `Other`
ERR! [10-13-46:174] Xcode
ERR! [10-13-46:176] Xcode t = 281.24s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-46:176] Xcode
ERR! [10-13-51:214] Xcode t = 286.28s Find: Descendants matching type ScrollView
ERR! [10-13-51:214] Xcode
ERR! [10-13-51:215] Xcode t = 286.28s Find: Descendants matching type WebView
ERR! [10-13-51:215] Xcode
ERR! [10-13-51:216] Xcode t = 286.28s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116bf40)'
ERR! [10-13-51:216] Xcode
ERR! [10-13-51:217] Xcode t = 286.28s Find: Descendants matching type Other
ERR! [10-13-51:217] Xcode
ERR! [10-13-51:218] Xcode t = 286.28s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116a580)'
ERR! [10-13-51:219] Xcode
ERR! [10-13-51:220] Xcode t = 286.28s Find: Identity Binding
ERR! [10-13-51:220] Xcode
ERR! [10-13-51:221] Xcode t = 286.29s Find the Other
ERR! [10-13-51:221] Xcode
ERR! [10-13-51:223] Xcode t = 286.29s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-51:223] Xcode
ERR! [10-13-56:263] Xcode t = 291.33s Find: Descendants matching type ScrollView
ERR! [10-13-56:263] Xcode
ERR! [10-13-56:264] Xcode t = 291.33s Find: Descendants matching type WebView
ERR! [10-13-56:264] Xcode
ERR! [10-13-56:265] Xcode t = 291.33s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116bf40)'
ERR! [10-13-56:265] Xcode
ERR! [10-13-56:266] Xcode t = 291.33s Find: Descendants matching type Other
ERR! [10-13-56:266] Xcode
ERR! [10-13-56:267] Xcode t = 291.33s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116a580)'
ERR! [10-13-56:269] Xcode
ERR! [10-13-56:269] Xcode t = 291.33s Find: Identity Binding
ERR! [10-13-56:269] Xcode
ERR! [10-13-56:273] Xcode t = 291.34s Find the Other at {{20.0, 355.0}, {335.0, 113.0}}
ERR! [10-13-56:274] Xcode
ERR! [10-13-56:275] Xcode t = 291.34s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-13-56:275] Xcode
ERR! [10-14-01:319] Xcode t = 296.38s Find: Descendants matching type ScrollView
ERR! [10-14-01:320] Xcode
ERR! [10-14-01:321] Xcode t = 296.39s Find: Descendants matching type WebView
ERR! [10-14-01:321] Xcode
ERR! [10-14-01:322] Xcode t = 296.39s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116bf40)'
ERR! [10-14-01:322] Xcode
ERR! [10-14-01:323] Xcode t = 296.39s Find: Descendants matching type Other
ERR! [10-14-01:324] Xcode
ERR! [10-14-01:325] Xcode t = 296.39s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116a580)'
ERR! [10-14-01:325] Xcode
ERR! [10-14-01:327] Xcode t = 296.39s Find: Identity Binding
ERR! [10-14-01:327] Xcode
ERR! [10-14-01:329] Xcode t = 296.39s Find the Application 'com.apple.mobilesafari'
ERR! [10-14-01:329] Xcode
ERR! [10-14-01:330] Xcode t = 296.39s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-14-01:330] Xcode
ERR! [10-14-06:365] Xcode t = 301.43s Find the "Allow" Button
ERR! [10-14-06:365] Xcode
ERR! [10-14-06:366] Xcode t = 301.43s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-14-06:366] Xcode
ERR! [10-14-11:407] Xcode t = 306.47s Find: Descendants matching type ScrollView
ERR! [10-14-11:407] Xcode
ERR! [10-14-11:408] Xcode t = 306.47s Find: Descendants matching type WebView
ERR! [10-14-11:408] Xcode
ERR! [10-14-11:409] Xcode t = 306.47s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-14-11:409] Xcode
ERR! [10-14-11:410] Xcode t = 306.47s Find: Descendants matching type Other
ERR! [10-14-11:410] Xcode
ERR! [10-14-11:411] Xcode t = 306.48s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-14-11:411] Xcode
ERR! [10-14-11:412] Xcode t = 306.48s Find: Identity Binding
ERR! [10-14-11:412] Xcode
ERR! [10-14-11:413] Xcode t = 306.48s Find: Descendants matching type Button
ERR! [10-14-11:413] Xcode
ERR! [10-14-11:414] Xcode t = 306.48s Find: Identity Binding
ERR! [10-14-11:414] Xcode
ERR! [10-14-12:446] Xcode t = 306.59s Find the "Allow" Button
ERR! [10-14-12:447] Xcode t = 306.59s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-14-12:447] Xcode
ERR! [10-14-16:564] Xcode t = 311.63s Find: Descendants matching type ScrollView
ERR! [10-14-16:564] Xcode
ERR! [10-14-16:565] Xcode t = 311.63s Find: Descendants matching type WebView
ERR! [10-14-16:565] Xcode
ERR! [10-14-16:566] Xcode t = 311.63s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-14-16:567] Xcode
ERR! [10-14-16:567] Xcode t = 311.63s Find: Descendants matching type Other
ERR! [10-14-16:567] Xcode
ERR! [10-14-16:568] Xcode t = 311.63s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-14-16:568] Xcode
ERR! [10-14-16:569] Xcode t = 311.63s Find: Identity Binding
ERR! [10-14-16:570] Xcode
ERR! [10-14-16:570] Xcode t = 311.64s Find: Descendants matching type Button
ERR! [10-14-16:570] Xcode
ERR! [10-14-16:571] Xcode t = 311.64s Find: Identity Binding
ERR! [10-14-16:571] Xcode
ERR! [10-14-16:577] Xcode t = 311.64s Tap "Allow" Button
ERR! [10-14-16:577] Xcode
ERR! [10-14-16:577] Xcode t = 311.64s Wait for com.apple.mobilesafari to idle
ERR! [10-14-16:577] Xcode
ERR! [10-14-16:582] Xcode t = 311.65s Find the "Allow" Button
ERR! [10-14-16:582] Xcode
ERR! [10-14-16:583] Xcode t = 311.65s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-14-16:583] Xcode
ERR! [10-14-21:622] Xcode t = 316.69s Find: Descendants matching type ScrollView
ERR! [10-14-21:622] Xcode
ERR! [10-14-21:623] Xcode t = 316.69s Find: Descendants matching type WebView
ERR! [10-14-21:623] Xcode
ERR! [10-14-21:625] Xcode t = 316.69s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116e380)'
ERR! [10-14-21:625] Xcode
ERR! [10-14-21:626] Xcode t = 316.69s Find: Descendants matching type Other
ERR! [10-14-21:626] Xcode
ERR! [10-14-21:628] Xcode t = 316.69s Find: Elements matching predicate 'BLOCKPREDICATE(0x60000116d1c0)'
ERR! [10-14-21:628] Xcode
ERR! [10-14-21:629] Xcode t = 316.69s Find: Identity Binding
ERR! [10-14-21:629] Xcode
ERR! [10-14-21:630] Xcode t = 316.69s Find: Descendants matching type Button
ERR! [10-14-21:630] Xcode
ERR! [10-14-21:631] Xcode t = 316.70s Find: Identity Binding
ERR! [10-14-21:632] Xcode
ERR! [10-14-21:636] Xcode t = 316.70s Check for interrupting elements affecting "Allow" Button
ERR! [10-14-21:636] Xcode
ERR! [10-14-21:643] Xcode t = 316.71s Requesting snapshot of accessibility hierarchy for app with pid 42370
ERR! [10-14-21:643] Xcode
dbug [10-14-22:630] XCUITest Error received while executing atom: operation timed out
ERR! [10-14-26:673] Xcode t = 321.74s Find: Descendants matching type Alert
ERR! [10-14-26:673] Xcode
ERR! [10-14-26:676] Xcode t = 321.74s Synthesize event
ERR! [10-14-26:676] Xcode
ERR! [10-14-26:740] Xcode t = 321.80s Wait for com.apple.mobilesafari to idle
ERR! [10-14-26:741] Xcode
dbug [10-14-26:896] RemoteDebugger Received data response from send (id: 42): '{"status":0,"value":null}'
dbug [10-14-26:897] RemoteDebugger Sending to Web Inspector took 304265ms
dbug [10-14-26:897] RemoteDebugger Received result for atom 'execute_script' execution: null
dbug [10-14-26:928] WD Proxy Got response with status 200: {"value":null,"sessionId":"87022CBD-28B9-41FB-BCE3-DFC713E8A08C"}
dbug [10-14-26:935] MJSONWP (2d124603) Responding to client with driver.postAcceptAlert() result: null
info [10-14-26:938] HTTP <-- POST /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/accept_alert 200 166851 ms - 76
info [10-14-26:938] HTTP
dbug [10-14-27:016] RemoteDebugger Page changed: {
dbug [10-14-27:016] RemoteDebugger "1": {
dbug [10-14-27:016] RemoteDebugger "WIRTitleKey": "I am another page title",
dbug [10-14-27:016] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-14-27:016] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig2.html",
dbug [10-14-27:016] RemoteDebugger "WIRPageIdentifierKey": 1
dbug [10-14-27:016] RemoteDebugger },
dbug [10-14-27:016] RemoteDebugger "4": {
dbug [10-14-27:016] RemoteDebugger "WIRTitleKey": "I am a page title",
dbug [10-14-27:016] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-14-27:016] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig",
dbug [10-14-27:016] RemoteDebugger "WIRPageIdentifierKey": 4,
dbug [10-14-27:016] RemoteDebugger "WIRConnectionIdentifierKey": "5c2ada96-5ebd-4027-a2b9-4bc18307de97"
dbug [10-14-27:016] RemoteDebugger },
dbug [10-14-27:016] RemoteDebugger "5": {
dbug [10-14-27:016] RemoteDebugger "WIRTitleKey": "",
dbug [10-14-27:016] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-14-27:016] RemoteDebugger "WIRURLKey": "about:blank",
dbug [10-14-27:016] RemoteDebugger "WIRPageIdentifierKey": 5
dbug [10-14-27:016] RemoteDebugger }
dbug [10-14-27:016] RemoteDebugger }
dbug [10-14-27:052] XCUITest Remote debugger notified us of a new page listing: {"appIdKey":"42370","pageArray":[{"id":1,"title":"I am another page title","url":"http://localhost:4994/test/guinea-pig2.html","isKey":false},{"id":4,"title":"I am a page title","url":"http://localhost:4994/test/guinea-pig","isKey":true},{"id":5,"title":"","url":"about:blank","isKey":false}]}
dbug [10-14-27:052] XCUITest We have new pages, selecting page '5'
dbug [10-14-27:052] RemoteDebugger Selecting page '5' on app 'PID:42370' and forwarding socket setup
dbug [10-14-27:053] RemoteDebugger Sending '_rpc_forwardIndicateWebView:' message to app 'PID:42370', page '5' (id: 44): 'indicateWebView'
dbug [10-14-27:059] RemoteDebugger Sending to Web Inspector took 6ms
dbug [10-14-27:059] RemoteDebugger Sending '_rpc_forwardIndicateWebView:' message to app 'PID:42370', page '5' (id: 46): 'indicateWebView'
info [10-14-27:066] HTTP <-- GET /test/guinea-pig2.html 304 1 ms - -
info [10-14-27:066] HTTP
dbug [10-14-27:067] RemoteDebugger Sending to Web Inspector took 8ms
dbug [10-14-27:067] RemoteDebugger Sending '_rpc_forwardSocketSetup:' message to app 'PID:42370', page '5' (id: 48): 'setSenderKey'
info [10-14-27:072] HTTP --> GET /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/title
info [10-14-27:072] HTTP {}
dbug [10-14-27:075] MJSONWP (2d124603) Calling XCUITestDriver.title() with args: ["2d124603-aee8-4a1e-8464-2ad17c22ebf9"]
dbug [10-14-27:075] XCUITest Executing command 'title'
dbug [10-14-27:075] RemoteDebugger Executing atom 'title'
dbug [10-14-27:077] RemoteDebugger Executing 'title' atom in default context
dbug [10-14-27:077] RemoteDebugger Sending javascript command: '(function(){return function(){var g=this;functi...'
dbug [10-14-27:078] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5' (id: 50): 'Runtime.evaluate'
dbug [10-14-27:084] RemoteDebugger Target created for app 'PID:42370' and page '5': {"targetId":"page-33","type":"page"}
dbug [10-14-27:084] RemoteDebugger Sending to Web Inspector took 17ms
dbug [10-14-27:093] RemoteDebugger Sender key set
dbug [10-14-27:094] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5' (id: 52): 'Target.exists'
dbug [10-14-27:100] RemoteDebugger Sending to Web Inspector took 5ms
dbug [10-14-27:101] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 54): 'Inspector.enable'
dbug [10-14-27:106] RemoteDebugger Sending to Web Inspector took 7ms
dbug [10-14-27:107] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 56): 'Page.enable'
dbug [10-14-27:111] RemoteDebugger Sending to Web Inspector took 5ms
dbug [10-14-27:112] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 58): 'Network.enable'
dbug [10-14-27:117] RemoteDebugger Handling message (id: '51')
WARN [10-14-27:118] RemoteDebugger Setting communication protocol: using Target-based communication
dbug [10-14-27:119] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 60): 'Runtime.evaluate'
dbug [10-14-27:123] RemoteDebugger Sending to Web Inspector took 12ms
dbug [10-14-27:124] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 62): 'Runtime.enable'
dbug [10-14-27:129] RemoteDebugger Sending to Web Inspector took 6ms
dbug [10-14-27:130] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 64): 'Heap.enable'
dbug [10-14-27:134] RemoteDebugger Sending to Web Inspector took 5ms
dbug [10-14-27:135] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 66): 'Debugger.enable'
dbug [10-14-27:139] RemoteDebugger Sending to Web Inspector took 4ms
dbug [10-14-27:139] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 68): 'Console.enable'
dbug [10-14-27:143] RemoteDebugger Sending to Web Inspector took 4ms
dbug [10-14-27:143] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 70): 'Inspector.initialized'
dbug [10-14-27:148] RemoteDebugger Received data response from send (id: 60): '"{\"status\":0,\"value\":\"\"}"'
dbug [10-14-27:150] RemoteDebugger Sending to Web Inspector took 72ms
dbug [10-14-27:150] RemoteDebugger Received result for atom 'title' execution: ""
dbug [10-14-27:150] RemoteDebugger Sending to Web Inspector took 8ms
dbug [10-14-27:150] RemoteDebugger Checking document readyState
dbug [10-14-27:151] RemoteDebugger Sending javascript command: 'document.readyState;'
dbug [10-14-27:153] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 72): 'Runtime.evaluate'
dbug [10-14-27:158] MJSONWP (2d124603) Responding to client with driver.title() result: ""
info [10-14-27:159] HTTP <-- GET /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/title 200 87 ms - 74
info [10-14-27:159] HTTP
dbug [10-14-27:219] RemoteDebugger Received data response from send (id: 72): '"complete"'
dbug [10-14-27:219] RemoteDebugger Sending to Web Inspector took 66ms
dbug [10-14-27:220] RemoteDebugger Document readyState is 'complete'
dbug [10-14-27:220] RemoteDebugger Selected page after 167ms
dbug [10-14-27:287] RemoteDebugger Page changed: {
dbug [10-14-27:287] RemoteDebugger "1": {
dbug [10-14-27:287] RemoteDebugger "WIRTitleKey": "I am another page title",
dbug [10-14-27:287] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-14-27:287] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig2.html",
dbug [10-14-27:287] RemoteDebugger "WIRPageIdentifierKey": 1
dbug [10-14-27:287] RemoteDebugger },
dbug [10-14-27:287] RemoteDebugger "4": {
dbug [10-14-27:287] RemoteDebugger "WIRTitleKey": "I am a page title",
dbug [10-14-27:287] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-14-27:287] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig",
dbug [10-14-27:287] RemoteDebugger "WIRPageIdentifierKey": 4,
dbug [10-14-27:287] RemoteDebugger "WIRConnectionIdentifierKey": "5c2ada96-5ebd-4027-a2b9-4bc18307de97"
dbug [10-14-27:287] RemoteDebugger },
dbug [10-14-27:287] RemoteDebugger "5": {
dbug [10-14-27:287] RemoteDebugger "WIRTitleKey": "I am another page title",
dbug [10-14-27:287] RemoteDebugger "WIRTypeKey": "WIRTypeWeb",
dbug [10-14-27:287] RemoteDebugger "WIRURLKey": "http://localhost:4994/test/guinea-pig2.html",
dbug [10-14-27:287] RemoteDebugger "WIRPageIdentifierKey": 5,
dbug [10-14-27:287] RemoteDebugger "WIRConnectionIdentifierKey": "5c2ada96-5ebd-4027-a2b9-4bc18307de97"
dbug [10-14-27:287] RemoteDebugger }
dbug [10-14-27:287] RemoteDebugger }
dbug [10-14-27:308] XCUITest Remote debugger notified us of a new page listing: {"appIdKey":"42370","pageArray":[{"id":1,"title":"I am another page title","url":"http://localhost:4994/test/guinea-pig2.html","isKey":false},{"id":4,"title":"I am a page title","url":"http://localhost:4994/test/guinea-pig","isKey":true},{"id":5,"title":"I am another page title","url":"http://localhost:4994/test/guinea-pig2.html","isKey":true}]}
dbug [10-14-27:329] XCUITest Checking if page needs to load
dbug [10-14-27:330] XCUITest New page listing is same as old, doing nothing
dbug [10-14-27:330] XCUITest Redirected from 'http://localhost:4994/test/guinea-pig' to 'http://localhost:4994/test/guinea-pig2.html'
info [10-14-27:669] HTTP --> GET /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/title
info [10-14-27:669] HTTP {}
dbug [10-14-27:670] MJSONWP (2d124603) Calling XCUITestDriver.title() with args: ["2d124603-aee8-4a1e-8464-2ad17c22ebf9"]
dbug [10-14-27:670] XCUITest Executing command 'title'
dbug [10-14-27:670] RemoteDebugger Executing atom 'title'
dbug [10-14-27:671] RemoteDebugger Executing 'title' atom in default context
dbug [10-14-27:671] RemoteDebugger Sending javascript command: '(function(){return function(){var g=this;functi...'
dbug [10-14-27:671] RemoteDebugger Sending '_rpc_forwardSocketData:' message to app 'PID:42370', page '5', target 'page-33' (id: 74): 'Runtime.evaluate'
dbug [10-14-27:793] RemoteDebugger Received data response from send (id: 74): '"{\"status\":0,\"value\":\"I am another page title\"}"'
dbug [10-14-27:794] RemoteDebugger Sending to Web Inspector took 123ms
dbug [10-14-27:794] RemoteDebugger Received result for atom 'title' execution: "I am another page title"
dbug [10-14-27:794] RemoteDebugger Web Inspector garbage collected
dbug [10-14-27:796] MJSONWP (2d124603) Responding to client with driver.title() result: "I am another page title"
info [10-14-27:796] HTTP <-- GET /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9/title 200 127 ms - 97
info [10-14-27:796] HTTP
✓ should be able to open js popup windows (305182ms)
info [10-14-27:814] HTTP --> DELETE /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9
info [10-14-27:814] HTTP {}
dbug [10-14-27:814] MJSONWP (2d124603) Calling XCUITestDriver.deleteSession() with args: ["2d124603-aee8-4a1e-8464-2ad17c22ebf9"]
dbug [10-14-27:815] XCUITest Executing command 'deleteSession'
dbug [10-14-27:815] BaseDriver Event 'quitSessionRequested' logged at 1585145667815 (10:14:27 GMT-0400 (Eastern Daylight Time))
dbug [10-14-27:819] WD Proxy Matched '/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9' to command name 'deleteSession'
dbug [10-14-27:820] WD Proxy Proxying [DELETE /session/2d124603-aee8-4a1e-8464-2ad17c22ebf9] to [DELETE http://127.0.0.1:8100/session/87022CBD-28B9-41FB-BCE3-DFC713E8A08C] with no body
ERR! [10-14-27:823] Xcode t = 322.89s Terminate com.apple.mobilesafari:42370
ERR! [10-14-27:823] Xcode
dbug [10-14-27:829] RemoteDebugger Application 'PID:42370' disconnected. Removing from app dictionary.
dbug [10-14-27:829] RemoteDebugger Current app is 'PID:42370'
dbug [10-14-27:829] RemoteDebugger No longer have app id. Attempting to find new one.
dbug [10-14-27:830] RemoteDebugger Application 'PID:42376' disconnected. Removing from app dictionary.
dbug [10-14-27:830] RemoteDebugger Current app is 'undefined'
dbug [10-14-27:834] RemoteDebugger Application 'PID:42372' disconnected. Removing from app dictionary.
dbug [10-14-27:834] RemoteDebugger Current app is 'undefined'
dbug [10-14-27:836] RemoteDebugger Application 'PID:42409' disconnected. Removing from app dictionary.
dbug [10-14-27:837] RemoteDebugger Current app is 'undefined'
ERR! [10-14-28:844] Xcode t = 323.91s Wait for com.apple.mobilesafari to become Not Running
ERR! [10-14-28:845] Xcode
dbug [10-14-28:848] WD Proxy Got response with status 200: {
dbug [10-14-28:848] WD Proxy "value" : null,
dbug [10-14-28:848] WD Proxy "sessionId" : "308F63FF-3C40-418A-B259-CCEED9D98458"
dbug [10-14-28:848] WD Proxy }
info [10-14-28:848] WebDriverAgent Shutting down sub-processes
info [10-14-28:848] WebDriverAgent Shutting down 'xcodebuild' process (pid '42356')
info [10-14-28:848] WebDriverAgent Sending 'SIGTERM'...
ERR! [10-14-28:850] Xcode ** BUILD INTERRUPTED **
ERR! [10-14-28:850] Xcode
ERR! [10-14-28:864] WebDriverAgent xcodebuild exited with code 'null' and signal 'SIGTERM'
ERR! [10-14-28:865] Xcode Contents of xcodebuild log file '/Users/isaacmurchie/Library/Developer/Xcode/DerivedData/WebDriverAgent-enyguvsqcmgfbwebwiaaemdsticv/Logs/Test/Test-WebDriverAgentRunner-2020.03.25_10-08-58--0400.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-61D5C70C-6A32-4D28-BE55-E211F2793C11/WebDriverAgentRunner-1840CC6C-F81E-41DE-87CD-8B6C0AA9E93F/Session-WebDriverAgentRunner-2020-03-25_100859-5TZjTA.log':
ERR! [10-14-28:867] WebDriverAgent Unable to access xcodebuild log file: 'ENOENT: no such file or directory, open '/Users/isaacmurchie/Library/Developer/Xcode/DerivedData/WebDriverAgent-enyguvsqcmgfbwebwiaaemdsticv/Logs/Test/Test-WebDriverAgentRunner-2020.03.25_10-08-58--0400.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-61D5C70C-6A32-4D28-BE55-E211F2793C11/WebDriverAgentRunner-1840CC6C-F81E-41DE-87CD-8B6C0AA9E93F/Session-WebDriverAgentRunner-2020-03-25_100859-5TZjTA.log''
info [10-14-28:905] DevCon Factory Releasing connections for 7206E944-FA5F-45D8-9BB1-B997F241CD72 device on any port number
info [10-14-28:906] DevCon Factory Found cached connections to release: ["7206E944-FA5F-45D8-9BB1-B997F241CD72:8100"]
dbug [10-14-28:906] DevCon Factory Cached connections count: 0
dbug [10-14-28:943] XCUITest Did not find the temporary XCTest logs root at '/var/folders/4f/p80yvcn97qsb4l2ym_jmfpmh0000gp/T/com.apple.dt.XCTest*/'
info [10-14-28:943] XCUITest Cleaning test logs in '/Users/isaacmurchie/Library/Developer/Xcode/DerivedData/WebDriverAgent-enyguvsqcmgfbwebwiaaemdsticv/Logs' folder
dbug [10-14-28:944] iOS Clearing log files
dbug [10-14-28:974] iOS Deleting '/Users/isaacmurchie/Library/Developer/Xcode/DerivedData/WebDriverAgent-enyguvsqcmgfbwebwiaaemdsticv/Logs'. Freeing 16K.
dbug [10-14-28:980] iOS Finished clearing log files
dbug [10-14-28:980] XCUITest Found a remote debugger session. Removing...
dbug [10-14-28:980] RemoteDebugger Disconnecting from remote debugger
dbug [10-14-28:980] RemoteDebugger Cleaning up listeners
dbug [10-14-28:981] IOSSimulatorLog Stopping iOS log capture
dbug [10-14-29:002] BaseDriver Event 'quitSessionFinished' logged at 1585145669002 (10:14:29 GMT-0400 (Eastern Daylight Time))
dbug [10-14-29:002] MJSONWP (2d124603) Received response: null
dbug [10-14-29:002] MJSONWP (2d124603) But deleting session, so not returning
dbug [10-14-29:002] MJSONWP (2d124603) Responding to client with driver.deleteSession() result: null
dbug [10-14-29:004] MJSONWP (2d124603) Destroying socket connection
info [10-14-29:005] HTTP <-- DELETE /wd/hub/session/2d124603-aee8-4a1e-8464-2ad17c22ebf9 200 1189 ms - 76
info [10-14-29:005] HTTP
1 passing (6m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment