Skip to content

Instantly share code, notes, and snippets.

@rerorero
Created June 16, 2023 10:44
Show Gist options
  • Save rerorero/e1b92a1bb9bb31c80bd635b5018cf796 to your computer and use it in GitHub Desktop.
Save rerorero/e1b92a1bb9bb31c80bd635b5018cf796 to your computer and use it in GitHub Desktop.
2023-06-16 10:24:06:332 [Appium] [Appium] Welcome to Appium v2.0.0-rc.3 (REV 83ac1a24d3b6dccbcd5ccb45662e65c7b736b49f)
2023-06-16 10:24:06:333 [Appium] [Appium] Non-default server args:
2023-06-16 10:24:06:334 [Appium] [Appium] {
2023-06-16 10:24:06:334 [Appium] [Appium] logNoColors: true
2023-06-16 10:24:06:334 [Appium] [Appium] }
2023-06-16 10:24:06:334 [Appium] [Appium] Attempting to load driver uiautomator2...
2023-06-16 10:24:06:335 [Appium] [Appium] Requiring driver at /Users/rerorero/go/src/github.com/autifyhq/mobile-web/node_modules/appium-uiautomator2-driver
2023-06-16 10:24:06:622 [Appium] [Appium] Attempting to load driver xcuitest...
2023-06-16 10:24:06:623 [Appium] [Appium] Requiring driver at /Users/rerorero/go/src/github.com/autifyhq/mobile-web/node_modules/appium-xcuitest-driver
2023-06-16 10:24:06:920 [Appium] [Appium] Appium REST http interface listener started on http://0.0.0.0:4723
2023-06-16 10:24:06:921 [Appium] [Appium] You can provide the following URLS in your client code to connect to this server:
2023-06-16 10:24:06:921 [Appium] [Appium] http://127.0.0.1:4723/
2023-06-16 10:24:06:922 [Appium] [Appium] http://192.168.11.2:4723/
2023-06-16 10:24:06:922 [Appium] [Appium] http://172.29.29.115:4723/
2023-06-16 10:24:06:922 [Appium] [Appium] Available drivers:
2023-06-16 10:24:06:922 [Appium] [Appium] - uiautomator2@2.12.0 (automationName 'UiAutomator2')
2023-06-16 10:24:06:922 [Appium] [Appium] - xcuitest@4.32.3 (automationName 'XCUITest')
2023-06-16 10:24:06:922 [Appium] [Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
2023-06-16 10:24:20:361 [HTTP] [HTTP] --> POST /session
2023-06-16 10:24:20:362 [HTTP] [HTTP] {"capabilities":{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:platformVersion":"14.4","appium:deviceName":"iPhone 12 Pro","appium:mjpegServerPort":9100,"appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","appium:automationName":"XCUITest","appium:platformVersion":"14.4","appium:deviceName":"iPhone 12 Pro","appium:mjpegServerPort":9100,"appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}}
2023-06-16 10:24:20:363 [AppiumDriver@b271] [AppiumDriver@b271] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","appium:automationName":"XCUITest","appium:platformVersion":"14.4","appium:deviceName":"iPhone 12 Pro","appium:mjpegServerPort":9100,"appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:platformVersion":"14.4","appium:deviceName":"iPhone 12 Pro","appium:mjpegServerPort":9100,"appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}]
2023-06-16 10:24:20:364 [AppiumDriver@b271] [AppiumDriver@b271] Event 'newSessionRequested' logged at 1686911060364 (19:24:20 GMT+0900 (日本標準時))
2023-06-16 10:24:20:367 [Appium] [Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS'
2023-06-16 10:24:20:367 [Appium] [Appium] The 'xcuitest' driver was installed and matched caps.
2023-06-16 10:24:20:367 [Appium] [Appium] Will require it at /Users/rerorero/go/src/github.com/autifyhq/mobile-web/node_modules/appium-xcuitest-driver
2023-06-16 10:24:20:368 [Appium] [Appium] Requiring driver at /Users/rerorero/go/src/github.com/autifyhq/mobile-web/node_modules/appium-xcuitest-driver
2023-06-16 10:24:20:368 [AppiumDriver@b271] [AppiumDriver@b271] Appium v2.0.0-rc.3 creating new XCUITestDriver (v4.32.3) session
2023-06-16 10:24:20:368 [AppiumDriver@b271] [AppiumDriver@b271] Checking BaseDriver versions for Appium and XCUITestDriver
2023-06-16 10:24:20:368 [AppiumDriver@b271] [AppiumDriver@b271] Appium's BaseDriver version is 9.3.13
2023-06-16 10:24:20:368 [AppiumDriver@b271] [AppiumDriver@b271] XCUITestDriver's BaseDriver version is 9.3.13
2023-06-16 10:24:20:369 [XCUITestDriver@0890] [XCUITestDriver@0890] Creating session with W3C capabilities: {
2023-06-16 10:24:20:369 [XCUITestDriver@0890] [XCUITestDriver@0890] "alwaysMatch": {
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "platformName": "iOS",
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "appium:automationName": "XCUITest",
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "appium:platformVersion": "14.4",
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "appium:deviceName": "iPhone 12 Pro",
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "appium:mjpegServerPort": 9100,
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "appium:includeSafariInWebviews": true,
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "appium:newCommandTimeout": 3600,
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "appium:connectHardwareKeyboard": true
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] },
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] "firstMatch": [
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] {}
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] ]
2023-06-16 10:24:20:370 [XCUITestDriver@0890] [XCUITestDriver@0890] }
2023-06-16 10:24:20:376 [XCUITestDriver@0890] [XCUITestDriver@0890] The desired capabilities include neither an app nor a bundleId. WebDriverAgent will be started without the default app
2023-06-16 10:24:20:376 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Session created with session id: da1f8efa-f566-4ebc-a471-9125b7e0a7ce
2023-06-16 10:24:20:387 [XCUITest] [XCUITest] Current user: 'rerorero'
2023-06-16 10:24:20:397 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] iOS SDK Version set to '16.2'
2023-06-16 10:24:20:583 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Simulator udid not provided
2023-06-16 10:24:20:583 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Using desired caps to create a new simulator
2023-06-16 10:24:20:674 [simctl] [simctl] Creating simulator with name 'appiumTest-973F06EA-C71D-4D3F-A268-4592908A0387-iPhone 12 Pro', device type id 'iPhone 12 Pro' and runtime id 'com.apple.CoreSimulator.SimRuntime.iOS-14-4'
2023-06-16 10:24:20:922 [iOSSim] [iOSSim] Constructing iOS simulator for Xcode version 14.2 with udid 'E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED'
2023-06-16 10:24:20:923 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Created simulator with udid 'E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED'.
2023-06-16 10:24:20:923 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Determining device to run tests on: udid: 'E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED', real device: false
2023-06-16 10:24:20:923 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'xcodeDetailsRetrieved' logged at 1686911060923 (19:24:20 GMT+0900 (日本標準時))
2023-06-16 10:24:20:923 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'appConfigured' logged at 1686911060923 (19:24:20 GMT+0900 (日本標準時))
2023-06-16 10:24:20:923 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'resetStarted' logged at 1686911060923 (19:24:20 GMT+0900 (日本標準時))
2023-06-16 10:24:20:923 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'resetComplete' logged at 1686911060923 (19:24:20 GMT+0900 (日本標準時))
2023-06-16 10:24:20:924 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Using WDA path: '/Users/rerorero/go/src/github.com/autifyhq/mobile-web/node_modules/appium-webdriveragent'
2023-06-16 10:24:20:924 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Using WDA agent: '/Users/rerorero/go/src/github.com/autifyhq/mobile-web/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2023-06-16 10:24:21:029 [XCUITest] [XCUITest] Continuing without capturing device logs: iOS Simulator with udid 'E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED' is not running
2023-06-16 10:24:21:029 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Setting up simulator
2023-06-16 10:24:21:030 [iOSSim] [iOSSim] Setting preferences of E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED Simulator to {"ConnectHardwareKeyboard":true}
2023-06-16 10:24:21:030 [iOSSim] [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false}
2023-06-16 10:24:21:241 [iOSSim] [iOSSim] Updated E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED Simulator preferences at '/Users/rerorero/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false,"DevicePreferences":{"E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED":{"ConnectHardwareKeyboard":true}}}
2023-06-16 10:24:21:426 [iOSSim] [iOSSim] Got Simulator UI client PID: 87826
2023-06-16 10:24:23:202 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Parsed BUILD_DIR configuration value: '/Users/rerorero/Library/Developer/Xcode/DerivedData/WebDriverAgent-fljtrgsbrjisvjbxcgeezxaaibhh/Build/Products'
2023-06-16 10:24:23:202 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Got derived data root: '/Users/rerorero/Library/Developer/Xcode/DerivedData/WebDriverAgent-fljtrgsbrjisvjbxcgeezxaaibhh'
2023-06-16 10:24:33:005 [iOSSim] [iOSSim] Simulator with UDID E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED booted in 11.763s
2023-06-16 10:24:33:040 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'simStarted' logged at 1686911073039 (19:24:33 GMT+0900 (日本標準時))
2023-06-16 10:24:33:187 [IOSSimulatorLog] [IOSSimulatorLog] Starting log capture for iOS Simulator with udid 'E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED' using simctl
2023-06-16 10:24:33:451 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'logCaptureStarted' logged at 1686911073451 (19:24:33 GMT+0900 (日本標準時))
2023-06-16 10:24:33:545 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2023-06-16 10:24:33:545 [DevCon Factory] [DevCon Factory] Requesting connection for device E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED on local port 8100
2023-06-16 10:24:33:545 [DevCon Factory] [DevCon Factory] Cached connections count: 0
2023-06-16 10:24:33:546 [DevCon Factory] [DevCon Factory] Successfully requested the connection for E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED:8100
2023-06-16 10:24:33:546 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2023-06-16 10:24:33:547 [WD Proxy] [WD Proxy] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:33:548 [WD Proxy] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:33:567 [WD Proxy] [WD Proxy] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:33:567 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] WDA is not listening at 'http://127.0.0.1:8100/'
2023-06-16 10:24:33:567 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] WDA is currently not running. There is nothing to cache
2023-06-16 10:24:33:568 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Trying to start WebDriverAgent 2 times with 10000ms interval
2023-06-16 10:24:33:568 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2023-06-16 10:24:33:568 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'wdaStartAttempted' logged at 1686911073568 (19:24:33 GMT+0900 (日本標準時))
2023-06-16 10:24:33:568 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Launching WebDriverAgent on the device
2023-06-16 10:24:33:571 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Cleaning up the WebDriverAgent project after the module upgrade has happened (5.0.0 < 5.5.1)
2023-06-16 10:24:33:572 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Cleaning the project scheme 'WebDriverAgentLib' to make sure there are no leftovers from previous installs
2023-06-16 10:24:34:932 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Cleaning the project scheme 'WebDriverAgentRunner' to make sure there are no leftovers from previous installs
2023-06-16 10:24:36:009 [WebDriverAgent] [WebDriverAgent] Killing running processes 'xcodebuild.*E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED, E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED.*XCTRunner, xctest.*E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED' for the device E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED...
2023-06-16 10:24:36:342 [WebDriverAgent] [WebDriverAgent] 'pgrep -if xcodebuild.*E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED' didn't detect any matching processes. Return code: 1
2023-06-16 10:24:36:344 [WebDriverAgent] [WebDriverAgent] 'pgrep -if xctest.*E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED' didn't detect any matching processes. Return code: 1
2023-06-16 10:24:36:345 [WebDriverAgent] [WebDriverAgent] 'pgrep -if E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED.*XCTRunner' didn't detect any matching processes. Return code: 1
2023-06-16 10:24:36:345 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/rerorero/go/src/github.com/autifyhq/mobile-web/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/rerorero/Library/Developer/Xcode/DerivedData/WebDriverAgent-fljtrgsbrjisvjbxcgeezxaaibhh -destination id=E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED IPHONEOS_DEPLOYMENT_TARGET=14.4 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/rerorero/go/src/github.com/autifyhq/mobile-web/node_modules/appium-webdriveragent'
2023-06-16 10:24:36:347 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability
2023-06-16 10:24:36:725 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Waiting up to 60000ms for WebDriverAgent to start
2023-06-16 10:24:36:726 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:36:726 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:36:728 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:37:729 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:37:729 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:37:730 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:38:730 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:38:730 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:38:731 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:39:736 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:39:736 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:39:737 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:40:738 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:40:738 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:40:740 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:41:742 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:41:744 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:41:745 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:42:747 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:42:747 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:42:748 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:43:767 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:43:767 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:43:768 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:44:772 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:44:772 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:44:777 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:45:788 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:45:789 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:45:804 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:46:808 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:46:809 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:46:811 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:47:816 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:47:816 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:47:816 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:48:821 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:48:821 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:48:823 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:49:825 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:49:825 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:49:826 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:50:831 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:50:831 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:50:832 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:51:833 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:51:833 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:51:834 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:52:835 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:52:835 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:52:836 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:53:836 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:53:836 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:53:837 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:54:837 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:54:837 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:54:838 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:55:838 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:55:839 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:55:839 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:56:839 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:56:839 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:56:840 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:57:842 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:57:842 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:57:843 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:58:843 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:58:843 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:58:844 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:24:59:844 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:24:59:844 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:24:59:845 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:25:00:845 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:25:00:845 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:25:00:846 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:25:01:847 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:25:01:847 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:25:01:852 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:25:02:853 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:25:02:854 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:25:02:855 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] connect ECONNREFUSED 127.0.0.1:8100
2023-06-16 10:25:03:857 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/status' to command name 'getStatus'
2023-06-16 10:25:03:857 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"14.4"},"ios":{"simulatorVersion":"14.4","ip":"192.168.11.2"},"ready":true,"build":{"upgradedAt":"1686910507050","time":"Jun 16 2023 19:24:40","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] WebDriverAgent information:
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] {
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "message": "WebDriverAgent is ready to accept commands",
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "state": "success",
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "os": {
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "testmanagerdVersion": 28,
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "name": "iOS",
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "sdkVersion": "16.1",
2023-06-16 10:25:03:970 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "version": "14.4"
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] },
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "ios": {
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "simulatorVersion": "14.4",
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "ip": "192.168.11.2"
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] },
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "ready": true,
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "build": {
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "upgradedAt": "1686910507050",
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "time": "Jun 16 2023 19:24:40",
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] }
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] }
2023-06-16 10:25:03:971 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] WebDriverAgent successfully started after 27625ms
2023-06-16 10:25:03:972 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'wdaSessionAttempted' logged at 1686911103972 (19:25:03 GMT+0900 (日本標準時))
2023-06-16 10:25:03:972 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Sending createSession command to WDA
2023-06-16 10:25:03:973 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/session' to command name 'createSession'
2023-06-16 10:25:03:974 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":false}],"alwaysMatch":{}}}
2023-06-16 10:25:04:018 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Got response with status 200: {"value":{"sessionId":"A8F896AE-380B-4DA4-9F2D-03D93E35069A","capabilities":{"device":"iphone","browserName":" ","sdkVersion":"14.4","CFBundleIdentifier":"com.apple.springboard"}},"sessionId":"A8F896AE-380B-4DA4-9F2D-03D93E35069A"}
2023-06-16 10:25:04:018 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Determined the downstream protocol as 'W3C'
2023-06-16 10:25:04:018 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'wdaSessionStarted' logged at 1686911104018 (19:25:04 GMT+0900 (日本標準時))
2023-06-16 10:25:04:018 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Event 'wdaStarted' logged at 1686911104018 (19:25:04 GMT+0900 (日本標準時))
2023-06-16 10:25:04:018 [BaseDriver] [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2023-06-16 10:25:04:018 [BaseDriver] [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2023-06-16 10:25:04:019 [AppiumDriver@b271] [AppiumDriver@b271] New XCUITestDriver session created successfully, session da1f8efa-f566-4ebc-a471-9125b7e0a7ce added to master session list
2023-06-16 10:25:04:019 [AppiumDriver@b271] [AppiumDriver@b271] Event 'newSessionStarted' logged at 1686911104019 (19:25:04 GMT+0900 (日本標準時))
2023-06-16 10:25:04:019 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Cached the protocol value 'W3C' for the new session da1f8efa-f566-4ebc-a471-9125b7e0a7ce
2023-06-16 10:25:04:019 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","automationName":"XCUITest","platformVersion":"14.4","deviceName":"iPhone 12 Pro","mjpegServerPort":9100,"includeSafariInWebviews":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED"}}
2023-06-16 10:25:04:020 [HTTP] [HTTP] <-- POST /session 200 43660 ms - 534
2023-06-16 10:25:04:020 [HTTP] [HTTP]
2023-06-16 10:25:04:625 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/screenshot
2023-06-16 10:25:04:625 [HTTP] [HTTP] {}
2023-06-16 10:25:04:627 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getScreenshot() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:04:629 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getScreenshot'
2023-06-16 10:25:04:629 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Taking screenshot with WDA
2023-06-16 10:25:04:632 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/screenshot' to command name 'getScreenshot'
2023-06-16 10:25:04:633 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/A8F896AE-380B-4DA4-9F2D-03D93E35069A/screenshot] with no body
2023-06-16 10:25:09:142 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:09:142 [HTTP] [HTTP] {}
2023-06-16 10:25:09:144 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:09:144 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:12:768 [Xcode] [Xcode] 2023-06-16 19:25:12.765222+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:12:769 [Xcode] [Xcode]
2023-06-16 10:25:13:701 [Xcode] [Xcode] 2023-06-16 19:25:13.701251+0900 WebDriverAgentRunner-Runner[85604:2599353] Starting screenshots broadcast for the client at ::1:54118
2023-06-16 10:25:13:702 [Xcode] [Xcode]
2023-06-16 10:25:13:709 [Xcode] [Xcode] 2023-06-16 19:25:13.708609+0900 WebDriverAgentRunner-Runner[85604:2599347] Disconnected a client from screenshots broadcast
2023-06-16 10:25:13:709 [Xcode] [Xcode]
2023-06-16 10:25:13:874 [Xcode] [Xcode] 2023-06-16 19:25:13.872195+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:13:874 [Xcode] [Xcode]
2023-06-16 10:25:14:979 [Xcode] [Xcode] 2023-06-16 19:25:14.975515+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:14:980 [Xcode] [Xcode]
2023-06-16 10:25:16:087 [Xcode] [Xcode] 2023-06-16 19:25:16.084960+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:16:088 [Xcode] [Xcode]
2023-06-16 10:25:17:196 [Xcode] [Xcode] 2023-06-16 19:25:17.195107+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:17:196 [Xcode] [Xcode]
2023-06-16 10:25:18:298 [Xcode] [Xcode] 2023-06-16 19:25:18.295119+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:18:299 [Xcode] [Xcode]
2023-06-16 10:25:19:402 [Xcode] [Xcode] 2023-06-16 19:25:19.398280+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:19:406 [Xcode] [Xcode]
2023-06-16 10:25:20:508 [Xcode] [Xcode] 2023-06-16 19:25:20.505644+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:20:508 [Xcode] [Xcode]
2023-06-16 10:25:21:612 [Xcode] [Xcode] 2023-06-16 19:25:21.610841+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:21:613 [Xcode] [Xcode]
2023-06-16 10:25:22:721 [Xcode] [Xcode] 2023-06-16 19:25:22.714597+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:22:722 [Xcode] [Xcode]
2023-06-16 10:25:23:839 [Xcode] [Xcode] 2023-06-16 19:25:23.836709+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:23:839 [Xcode] [Xcode]
2023-06-16 10:25:24:645 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Got response with status 500: {"value":{"error":"unable to capture screen","message":"Error Domain=com.facebook.WebDriverAgent Code=1 \"Cannot take a screenshot within 20000 ms timeout\" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}","traceback":""},"sessionId":"A8F896AE-380B-4DA4-9F2D-03D93E35069A"}
2023-06-16 10:25:24:646 [W3C] [W3C] Matched W3C error code 'unable to capture screen' to UnableToCaptureScreen
2023-06-16 10:25:24:647 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Error getting screenshot: Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:24:647 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Falling back to 'simctl io screenshot' API
2023-06-16 10:25:24:945 [Xcode] [Xcode] 2023-06-16 19:25:24.944686+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:24:945 [Xcode] [Xcode]
2023-06-16 10:25:25:035 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABJIAAAnkCAYAAABWQUsDAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAEkqADAAQAAAABAAAJ5AAAAADL9lqOAABAAElEQVR4AVz9a5Itybae561r7XMgtQAGijL9URvUBxkIGn+oEQJBo5kasHuihqkXkhFn71q1qvQ+34jIKtAzZ84ID/dx+cbFLxFz5uf/z//7//bH509fPv3+x++fvn37+umPP/749OXLl73/8enTpy9fv3z6+dtvn75+/97Z509d6K0eX799+ud//a+r+vz5y6evtav605eO0fjx88enb19/qc+naP/89PPnb5++f//bp99//9n132v/fe1c//b9X+Lxz9G6PziPTTTx/3Xvx/rLrqGTmCuj9w3t5IzueHT85UvHdfqcYD9+/Wfnp9/Xr18/ff5Cl8+1/f3T91/+dfL9/vPfPn2Nzh9kRLnrv8X727df0vf79Puj9p9H5/dPv/7z/5fsf9s1Ov/88Y/4fzsZ0vcE/OPT7z9P/8+fv3bt67BDJ8kgOl5/hJGDL9mAvOj9UT/vp+vXo0evb/9SL/LDKBl//rp2X9NX+T3s1cfoo+9kTpcv386Ov3ecYp9++7U6QNb+528/hpG2yufshA7fGK50qnypX5Wffv98vvJ7/qFMm+yFHlwnd/p+lDPrTj/zsY5+/sjuFbb5Gs7zA5Si81lfOMAqGSJ4suqXLGxyfvM5/wyTMBzd+oxmeJPjSnXZNaJr5x2/3/jdU/DE7yc/gkH0q+g3GvRKrlEeLnRM75dXfvPbj38Lm18S48Gp/n/U5vOXb9Pn52//SO6f+Yx6fsRGxxOdr1/+Nt78T+G/zPgze36JhhP0YEFWvgEDMfczH3j9RP3n/PAT+ebnSY3QH2JUv/CEy1zk2+iMp35df+3/yjE9k+cru9eGDo7Hp3qYH87XH93RL36O...
2023-06-16 10:25:25:057 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:25:058 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 200 15917 ms - 42
2023-06-16 10:25:25:058 [HTTP] [HTTP]
2023-06-16 10:25:25:062 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:25:062 [HTTP] [HTTP] {}
2023-06-16 10:25:25:062 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:25:062 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:25:063 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:25:063 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 1 ms - -
2023-06-16 10:25:25:063 [HTTP] [HTTP]
2023-06-16 10:25:25:066 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:25:066 [HTTP] [HTTP] {}
2023-06-16 10:25:25:066 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:25:066 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:25:067 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:25:067 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 1 ms - -
2023-06-16 10:25:25:067 [HTTP] [HTTP]
2023-06-16 10:25:25:069 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:25:069 [HTTP] [HTTP] {}
2023-06-16 10:25:25:069 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:25:069 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:25:069 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:25:070 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 1 ms - -
2023-06-16 10:25:25:070 [HTTP] [HTTP]
2023-06-16 10:25:25:079 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/screenshot 200 20432 ms - 5422360
2023-06-16 10:25:25:079 [HTTP] [HTTP]
2023-06-16 10:25:25:095 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/window/rect
2023-06-16 10:25:25:095 [HTTP] [HTTP] {}
2023-06-16 10:25:25:098 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getWindowRect() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:25:098 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getWindowRect'
2023-06-16 10:25:25:104 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/A8F896AE-380B-4DA4-9F2D-03D93E35069A/window/size] with no body
2023-06-16 10:25:25:523 [Xcode] [Xcode] 2023-06-16 19:25:25.522620+0900 WebDriverAgentRunner-Runner[85604:2599339] Getting the most recent active application (out of 1 total items)
2023-06-16 10:25:25:525 [Xcode] [Xcode]
2023-06-16 10:25:25:527 [Xcode] [Xcode] t = 22.53s Requesting snapshot of accessibility hierarchy for app with pid 84901
2023-06-16 10:25:25:527 [Xcode] [Xcode]
2023-06-16 10:25:25:554 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Got response with status 200: {"value":{"width":390,"height":844},"sessionId":"A8F896AE-380B-4DA4-9F2D-03D93E35069A"}
2023-06-16 10:25:25:554 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getWindowRect() result: {"width":390,"height":844,"x":0,"y":0}
2023-06-16 10:25:25:555 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/window/rect 200 460 ms - 48
2023-06-16 10:25:25:555 [HTTP] [HTTP]
2023-06-16 10:25:25:559 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/source
2023-06-16 10:25:25:559 [HTTP] [HTTP] {}
2023-06-16 10:25:25:560 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getPageSource() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:25:560 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getPageSource'
2023-06-16 10:25:25:560 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/source?scope=AppiumAUT' to command name 'getPageSource'
2023-06-16 10:25:25:561 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [GET /source?scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/A8F896AE-380B-4DA4-9F2D-03D93E35069A/source?scope=AppiumAUT] with no body
2023-06-16 10:25:25:564 [Xcode] [Xcode] 2023-06-16 19:25:25.563461+0900 WebDriverAgentRunner-Runner[85604:2599339] Getting the most recent active application (out of 1 total items)
2023-06-16 10:25:25:564 [Xcode] [Xcode]
2023-06-16 10:25:25:564 [Xcode] [Xcode] 2023-06-16 19:25:25.564074+0900 WebDriverAgentRunner-Runner[85604:2599339] The following attributes were requested to be included into the XML: {(
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBYAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBLabelAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBIndexAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBXAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBNameAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBHeightAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBAccessibleAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBValueAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBVisibleAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBWidthAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBEnabledAttribute,
2023-06-16 10:25:25:564 [Xcode] [Xcode] FBTypeAttribute
2023-06-16 10:25:25:564 [Xcode] [Xcode] )}
2023-06-16 10:25:25:564 [Xcode] [Xcode] 2023-06-16 19:25:25.564217+0900 WebDriverAgentRunner-Runner[85604:2599339] Waiting up to 2s until com.apple.springboard is in idle state (including animations)
2023-06-16 10:25:25:565 [Xcode] [Xcode] t = 22.57s Wait for com.apple.springboard to idle
2023-06-16 10:25:25:565 [Xcode] [Xcode]
2023-06-16 10:25:25:567 [Xcode] [Xcode] t = 22.57s Requesting snapshot of accessibility hierarchy for app with pid 84901
2023-06-16 10:25:25:568 [Xcode] [Xcode]
2023-06-16 10:25:25:950 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\" \" label=\" \" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"0\"/>\n </XCUIElementTypeOther>\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"1\"/>\n </XCUIElementTypeWin...
2023-06-16 10:25:25:950 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\" \" label=\" \" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"0\"/>\n </XCUIElementTypeOther>\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"390\" height=\"844\" index=\"1\"/>\n </XCUIElementTypeWindow>\n ...
2023-06-16 10:25:25:951 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/source 200 391 ms - 12759
2023-06-16 10:25:25:951 [HTTP] [HTTP]
2023-06-16 10:25:26:041 [Xcode] [Xcode] 2023-06-16 19:25:26.040984+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:26:042 [Xcode] [Xcode]
2023-06-16 10:25:27:109 [Xcode] [Xcode] 2023-06-16 19:25:27.106604+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:27:109 [Xcode] [Xcode]
2023-06-16 10:25:28:215 [Xcode] [Xcode] 2023-06-16 19:25:28.214133+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:28:215 [Xcode] [Xcode]
2023-06-16 10:25:29:136 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:29:138 [HTTP] [HTTP] {}
2023-06-16 10:25:29:139 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:29:140 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:29:141 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:29:148 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:25:29:149 [HTTP] [HTTP]
2023-06-16 10:25:29:316 [Xcode] [Xcode] 2023-06-16 19:25:29.314275+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:29:316 [Xcode] [Xcode]
2023-06-16 10:25:30:425 [Xcode] [Xcode] 2023-06-16 19:25:30.422830+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:30:426 [Xcode] [Xcode]
2023-06-16 10:25:31:542 [Xcode] [Xcode] 2023-06-16 19:25:31.539253+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:31:542 [Xcode] [Xcode]
2023-06-16 10:25:32:651 [Xcode] [Xcode] 2023-06-16 19:25:32.648174+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:32:652 [Xcode] [Xcode]
2023-06-16 10:25:33:751 [Xcode] [Xcode] 2023-06-16 19:25:33.748692+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:33:751 [Xcode] [Xcode]
2023-06-16 10:25:34:148 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:34:149 [HTTP] [HTTP] {}
2023-06-16 10:25:34:153 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:34:153 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:34:155 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:34:164 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 9 ms - -
2023-06-16 10:25:34:165 [HTTP] [HTTP]
2023-06-16 10:25:34:857 [Xcode] [Xcode] 2023-06-16 19:25:34.853503+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:34:858 [Xcode] [Xcode]
2023-06-16 10:25:35:965 [Xcode] [Xcode] 2023-06-16 19:25:35.962603+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:35:966 [Xcode] [Xcode]
2023-06-16 10:25:37:082 [Xcode] [Xcode] 2023-06-16 19:25:37.080518+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:37:082 [Xcode] [Xcode]
2023-06-16 10:25:38:214 [Xcode] [Xcode] 2023-06-16 19:25:38.183568+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:38:214 [Xcode] [Xcode]
2023-06-16 10:25:39:134 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:39:134 [HTTP] [HTTP] {}
2023-06-16 10:25:39:135 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:39:135 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:39:139 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:39:142 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 6 ms - -
2023-06-16 10:25:39:142 [HTTP] [HTTP]
2023-06-16 10:25:39:326 [Xcode] [Xcode] 2023-06-16 19:25:39.319195+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:39:326 [Xcode] [Xcode]
2023-06-16 10:25:40:443 [Xcode] [Xcode] 2023-06-16 19:25:40.440806+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:40:444 [Xcode] [Xcode]
2023-06-16 10:25:41:570 [Xcode] [Xcode] 2023-06-16 19:25:41.569052+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:41:571 [Xcode] [Xcode]
2023-06-16 10:25:42:652 [Xcode] [Xcode] 2023-06-16 19:25:42.650379+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:42:652 [Xcode] [Xcode]
2023-06-16 10:25:43:753 [Xcode] [Xcode] 2023-06-16 19:25:43.750073+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:43:753 [Xcode] [Xcode]
2023-06-16 10:25:44:136 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:44:138 [HTTP] [HTTP] {}
2023-06-16 10:25:44:138 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:44:139 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:44:141 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:44:144 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:25:44:145 [HTTP] [HTTP]
2023-06-16 10:25:44:855 [Xcode] [Xcode] 2023-06-16 19:25:44.851828+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:44:856 [Xcode] [Xcode]
2023-06-16 10:25:45:948 [Xcode] [Xcode] 2023-06-16 19:25:45.945031+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:45:948 [Xcode] [Xcode]
2023-06-16 10:25:47:055 [Xcode] [Xcode] 2023-06-16 19:25:47.051152+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:47:055 [Xcode] [Xcode]
2023-06-16 10:25:48:163 [Xcode] [Xcode] 2023-06-16 19:25:48.162229+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:48:165 [Xcode] [Xcode]
2023-06-16 10:25:49:132 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:49:132 [HTTP] [HTTP] {}
2023-06-16 10:25:49:137 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:49:138 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:49:141 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:49:143 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 11 ms - -
2023-06-16 10:25:49:143 [HTTP] [HTTP]
2023-06-16 10:25:49:274 [Xcode] [Xcode] 2023-06-16 19:25:49.269390+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:49:274 [Xcode] [Xcode]
2023-06-16 10:25:50:384 [Xcode] [Xcode] 2023-06-16 19:25:50.378802+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:50:385 [Xcode] [Xcode]
2023-06-16 10:25:51:496 [Xcode] [Xcode] 2023-06-16 19:25:51.495286+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:51:496 [Xcode] [Xcode]
2023-06-16 10:25:52:603 [Xcode] [Xcode] 2023-06-16 19:25:52.602456+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:52:603 [Xcode] [Xcode]
2023-06-16 10:25:53:703 [Xcode] [Xcode] 2023-06-16 19:25:53.700956+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:53:704 [Xcode] [Xcode]
2023-06-16 10:25:54:135 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:54:139 [HTTP] [HTTP] {}
2023-06-16 10:25:54:141 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:54:142 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:54:143 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:54:146 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 10 ms - -
2023-06-16 10:25:54:146 [HTTP] [HTTP]
2023-06-16 10:25:54:802 [Xcode] [Xcode] 2023-06-16 19:25:54.800128+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:54:802 [Xcode] [Xcode]
2023-06-16 10:25:55:893 [Xcode] [Xcode] 2023-06-16 19:25:55.891710+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:55:894 [Xcode] [Xcode]
2023-06-16 10:25:56:989 [Xcode] [Xcode] 2023-06-16 19:25:56.987382+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:56:989 [Xcode] [Xcode]
2023-06-16 10:25:58:094 [Xcode] [Xcode] 2023-06-16 19:25:58.091881+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:58:094 [Xcode] [Xcode]
2023-06-16 10:25:59:126 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:25:59:127 [HTTP] [HTTP] {}
2023-06-16 10:25:59:128 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:25:59:128 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:25:59:130 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:25:59:133 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:25:59:134 [HTTP] [HTTP]
2023-06-16 10:25:59:201 [Xcode] [Xcode] 2023-06-16 19:25:59.198196+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:25:59:201 [Xcode] [Xcode]
2023-06-16 10:26:00:276 [Xcode] [Xcode] 2023-06-16 19:26:00.275207+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:00:276 [Xcode] [Xcode]
2023-06-16 10:26:01:375 [Xcode] [Xcode] 2023-06-16 19:26:01.374469+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:01:376 [Xcode] [Xcode]
2023-06-16 10:26:02:479 [Xcode] [Xcode] 2023-06-16 19:26:02.474484+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:02:479 [Xcode] [Xcode]
2023-06-16 10:26:03:584 [Xcode] [Xcode] 2023-06-16 19:26:03.582090+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:03:585 [Xcode] [Xcode]
2023-06-16 10:26:04:133 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:04:134 [HTTP] [HTTP] {}
2023-06-16 10:26:04:140 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:04:140 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:04:144 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:04:146 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 12 ms - -
2023-06-16 10:26:04:146 [HTTP] [HTTP]
2023-06-16 10:26:04:659 [Xcode] [Xcode] 2023-06-16 19:26:04.657445+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:04:659 [Xcode] [Xcode]
2023-06-16 10:26:05:772 [Xcode] [Xcode] 2023-06-16 19:26:05.767332+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:05:773 [Xcode] [Xcode]
2023-06-16 10:26:06:880 [Xcode] [Xcode] 2023-06-16 19:26:06.879026+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:06:880 [Xcode] [Xcode]
2023-06-16 10:26:07:978 [Xcode] [Xcode] 2023-06-16 19:26:07.975641+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:07:978 [Xcode] [Xcode]
2023-06-16 10:26:09:080 [Xcode] [Xcode] 2023-06-16 19:26:09.077514+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:09:081 [Xcode] [Xcode]
2023-06-16 10:26:09:134 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:09:134 [HTTP] [HTTP] {}
2023-06-16 10:26:09:138 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:09:138 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:09:138 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:09:140 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 6 ms - -
2023-06-16 10:26:09:140 [HTTP] [HTTP]
2023-06-16 10:26:10:191 [Xcode] [Xcode] 2023-06-16 19:26:10.190564+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:10:191 [Xcode] [Xcode]
2023-06-16 10:26:11:293 [Xcode] [Xcode] 2023-06-16 19:26:11.289504+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:11:294 [Xcode] [Xcode]
2023-06-16 10:26:12:391 [Xcode] [Xcode] 2023-06-16 19:26:12.388035+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:12:392 [Xcode] [Xcode]
2023-06-16 10:26:13:500 [Xcode] [Xcode] 2023-06-16 19:26:13.496199+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:13:500 [Xcode] [Xcode]
2023-06-16 10:26:14:126 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:14:127 [HTTP] [HTTP] {}
2023-06-16 10:26:14:128 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:14:128 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:14:136 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:14:137 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 11 ms - -
2023-06-16 10:26:14:137 [HTTP] [HTTP]
2023-06-16 10:26:14:607 [Xcode] [Xcode] 2023-06-16 19:26:14.601054+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:14:607 [Xcode] [Xcode]
2023-06-16 10:26:15:709 [Xcode] [Xcode] 2023-06-16 19:26:15.708235+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:15:710 [Xcode] [Xcode]
2023-06-16 10:26:16:810 [Xcode] [Xcode] 2023-06-16 19:26:16.806843+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:16:811 [Xcode] [Xcode]
2023-06-16 10:26:17:922 [Xcode] [Xcode] 2023-06-16 19:26:17.910656+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:17:922 [Xcode] [Xcode]
2023-06-16 10:26:19:046 [Xcode] [Xcode] 2023-06-16 19:26:19.042178+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:19:046 [Xcode] [Xcode]
2023-06-16 10:26:19:134 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:19:135 [HTTP] [HTTP] {}
2023-06-16 10:26:19:137 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:19:138 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:19:139 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:19:141 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 5 ms - -
2023-06-16 10:26:19:141 [HTTP] [HTTP]
2023-06-16 10:26:20:152 [Xcode] [Xcode] 2023-06-16 19:26:20.149286+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:20:152 [Xcode] [Xcode]
2023-06-16 10:26:21:257 [Xcode] [Xcode] 2023-06-16 19:26:21.256189+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:21:257 [Xcode] [Xcode]
2023-06-16 10:26:22:340 [Xcode] [Xcode] 2023-06-16 19:26:22.339176+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:22:341 [Xcode] [Xcode]
2023-06-16 10:26:23:432 [Xcode] [Xcode] 2023-06-16 19:26:23.427254+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:23:435 [Xcode] [Xcode]
2023-06-16 10:26:24:127 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:24:128 [HTTP] [HTTP] {}
2023-06-16 10:26:24:129 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:24:130 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:24:138 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:24:141 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 13 ms - -
2023-06-16 10:26:24:141 [HTTP] [HTTP]
2023-06-16 10:26:24:537 [Xcode] [Xcode] 2023-06-16 19:26:24.536239+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:24:537 [Xcode] [Xcode]
2023-06-16 10:26:25:643 [Xcode] [Xcode] 2023-06-16 19:26:25.641530+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:25:645 [Xcode] [Xcode]
2023-06-16 10:26:26:752 [Xcode] [Xcode] 2023-06-16 19:26:26.750516+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:26:752 [Xcode] [Xcode]
2023-06-16 10:26:27:857 [Xcode] [Xcode] 2023-06-16 19:26:27.855138+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:27:857 [Xcode] [Xcode]
2023-06-16 10:26:28:963 [Xcode] [Xcode] 2023-06-16 19:26:28.960175+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:28:963 [Xcode] [Xcode]
2023-06-16 10:26:29:138 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:29:139 [HTTP] [HTTP] {}
2023-06-16 10:26:29:140 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:29:140 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:29:141 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:29:146 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 4 ms - -
2023-06-16 10:26:29:146 [HTTP] [HTTP]
2023-06-16 10:26:30:074 [Xcode] [Xcode] 2023-06-16 19:26:30.067237+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:30:074 [Xcode] [Xcode]
2023-06-16 10:26:31:186 [Xcode] [Xcode] 2023-06-16 19:26:31.183666+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:31:187 [Xcode] [Xcode]
2023-06-16 10:26:32:291 [Xcode] [Xcode] 2023-06-16 19:26:32.290903+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:32:292 [Xcode] [Xcode]
2023-06-16 10:26:33:399 [Xcode] [Xcode] 2023-06-16 19:26:33.393375+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:33:400 [Xcode] [Xcode]
2023-06-16 10:26:34:145 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:34:145 [HTTP] [HTTP] {}
2023-06-16 10:26:34:145 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:34:146 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:34:149 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:34:153 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:26:34:153 [HTTP] [HTTP]
2023-06-16 10:26:34:511 [Xcode] [Xcode] 2023-06-16 19:26:34.505436+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:34:512 [Xcode] [Xcode]
2023-06-16 10:26:35:628 [Xcode] [Xcode] 2023-06-16 19:26:35.625307+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:35:629 [Xcode] [Xcode]
2023-06-16 10:26:36:729 [Xcode] [Xcode] 2023-06-16 19:26:36.728375+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:36:729 [Xcode] [Xcode]
2023-06-16 10:26:37:827 [Xcode] [Xcode] 2023-06-16 19:26:37.825546+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:37:828 [Xcode] [Xcode]
2023-06-16 10:26:38:913 [Xcode] [Xcode] 2023-06-16 19:26:38.911007+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:38:914 [Xcode] [Xcode]
2023-06-16 10:26:39:146 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:39:146 [HTTP] [HTTP] {}
2023-06-16 10:26:39:147 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:39:147 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:39:149 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:39:150 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 4 ms - -
2023-06-16 10:26:39:150 [HTTP] [HTTP]
2023-06-16 10:26:40:028 [Xcode] [Xcode] 2023-06-16 19:26:40.023506+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:40:028 [Xcode] [Xcode]
2023-06-16 10:26:41:118 [Xcode] [Xcode] 2023-06-16 19:26:41.109996+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:41:118 [Xcode] [Xcode]
2023-06-16 10:26:42:232 [Xcode] [Xcode] 2023-06-16 19:26:42.228875+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:42:232 [Xcode] [Xcode]
2023-06-16 10:26:43:337 [Xcode] [Xcode] 2023-06-16 19:26:43.336422+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:43:338 [Xcode] [Xcode]
2023-06-16 10:26:44:152 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:44:152 [HTTP] [HTTP] {}
2023-06-16 10:26:44:153 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:44:153 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:44:154 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:44:155 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 3 ms - -
2023-06-16 10:26:44:155 [HTTP] [HTTP]
2023-06-16 10:26:44:444 [Xcode] [Xcode] 2023-06-16 19:26:44.440149+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:44:445 [Xcode] [Xcode]
2023-06-16 10:26:45:571 [Xcode] [Xcode] 2023-06-16 19:26:45.567343+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:45:571 [Xcode] [Xcode]
2023-06-16 10:26:46:659 [Xcode] [Xcode] 2023-06-16 19:26:46.651671+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:46:660 [Xcode] [Xcode]
2023-06-16 10:26:47:770 [Xcode] [Xcode] 2023-06-16 19:26:47.768387+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:47:770 [Xcode] [Xcode]
2023-06-16 10:26:48:866 [Xcode] [Xcode] 2023-06-16 19:26:48.859994+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:48:866 [Xcode] [Xcode]
2023-06-16 10:26:49:155 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:49:155 [HTTP] [HTTP] {}
2023-06-16 10:26:49:155 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:49:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:49:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:49:163 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:26:49:163 [HTTP] [HTTP]
2023-06-16 10:26:49:960 [Xcode] [Xcode] 2023-06-16 19:26:49.958132+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:49:960 [Xcode] [Xcode]
2023-06-16 10:26:51:062 [Xcode] [Xcode] 2023-06-16 19:26:51.059830+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:51:062 [Xcode] [Xcode]
2023-06-16 10:26:52:165 [Xcode] [Xcode] 2023-06-16 19:26:52.164405+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:52:166 [Xcode] [Xcode]
2023-06-16 10:26:53:264 [Xcode] [Xcode] 2023-06-16 19:26:53.263180+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:53:264 [Xcode] [Xcode]
2023-06-16 10:26:54:155 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:54:155 [HTTP] [HTTP] {}
2023-06-16 10:26:54:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:54:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:54:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:54:158 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:26:54:158 [HTTP] [HTTP]
2023-06-16 10:26:54:360 [Xcode] [Xcode] 2023-06-16 19:26:54.358896+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:54:360 [Xcode] [Xcode]
2023-06-16 10:26:55:467 [Xcode] [Xcode] 2023-06-16 19:26:55.465949+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:55:467 [Xcode] [Xcode]
2023-06-16 10:26:56:567 [Xcode] [Xcode] 2023-06-16 19:26:56.565952+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:56:567 [Xcode] [Xcode]
2023-06-16 10:26:57:670 [Xcode] [Xcode] 2023-06-16 19:26:57.669416+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:57:670 [Xcode] [Xcode]
2023-06-16 10:26:58:765 [Xcode] [Xcode] 2023-06-16 19:26:58.763867+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:58:765 [Xcode] [Xcode]
2023-06-16 10:26:59:161 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:26:59:162 [HTTP] [HTTP] {}
2023-06-16 10:26:59:165 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:26:59:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:26:59:167 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:26:59:169 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:26:59:169 [HTTP] [HTTP]
2023-06-16 10:26:59:869 [Xcode] [Xcode] 2023-06-16 19:26:59.867687+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:26:59:870 [Xcode] [Xcode]
2023-06-16 10:27:00:959 [Xcode] [Xcode] 2023-06-16 19:27:00.953050+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:00:961 [Xcode] [Xcode]
2023-06-16 10:27:02:071 [Xcode] [Xcode] 2023-06-16 19:27:02.069344+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:02:073 [Xcode] [Xcode]
2023-06-16 10:27:03:171 [Xcode] [Xcode] 2023-06-16 19:27:03.169041+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:03:171 [Xcode] [Xcode]
2023-06-16 10:27:04:156 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:04:156 [HTTP] [HTTP] {}
2023-06-16 10:27:04:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:04:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:04:163 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:04:167 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 8 ms - -
2023-06-16 10:27:04:167 [HTTP] [HTTP]
2023-06-16 10:27:04:280 [Xcode] [Xcode] 2023-06-16 19:27:04.273329+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:04:281 [Xcode] [Xcode]
2023-06-16 10:27:05:395 [Xcode] [Xcode] 2023-06-16 19:27:05.392666+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:05:395 [Xcode] [Xcode]
2023-06-16 10:27:06:504 [Xcode] [Xcode] 2023-06-16 19:27:06.503565+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:06:505 [Xcode] [Xcode]
2023-06-16 10:27:07:610 [Xcode] [Xcode] 2023-06-16 19:27:07.608246+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:07:610 [Xcode] [Xcode]
2023-06-16 10:27:08:722 [Xcode] [Xcode] 2023-06-16 19:27:08.717791+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:08:723 [Xcode] [Xcode]
2023-06-16 10:27:09:163 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:09:164 [HTTP] [HTTP] {}
2023-06-16 10:27:09:165 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:09:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:09:167 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:09:168 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 8 ms - -
2023-06-16 10:27:09:169 [HTTP] [HTTP]
2023-06-16 10:27:09:842 [Xcode] [Xcode] 2023-06-16 19:27:09.840325+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:09:843 [Xcode] [Xcode]
2023-06-16 10:27:10:969 [Xcode] [Xcode] 2023-06-16 19:27:10.968025+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:10:969 [Xcode] [Xcode]
2023-06-16 10:27:12:078 [Xcode] [Xcode] 2023-06-16 19:27:12.074395+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:12:078 [Xcode] [Xcode]
2023-06-16 10:27:13:189 [Xcode] [Xcode] 2023-06-16 19:27:13.188380+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:13:190 [Xcode] [Xcode]
2023-06-16 10:27:14:157 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:14:158 [HTTP] [HTTP] {}
2023-06-16 10:27:14:160 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:14:160 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:14:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:14:168 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 10 ms - -
2023-06-16 10:27:14:168 [HTTP] [HTTP]
2023-06-16 10:27:14:284 [Xcode] [Xcode] 2023-06-16 19:27:14.283352+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:14:284 [Xcode] [Xcode]
2023-06-16 10:27:15:391 [Xcode] [Xcode] 2023-06-16 19:27:15.387207+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:15:391 [Xcode] [Xcode]
2023-06-16 10:27:16:505 [Xcode] [Xcode] 2023-06-16 19:27:16.502352+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:16:506 [Xcode] [Xcode]
2023-06-16 10:27:17:612 [Xcode] [Xcode] 2023-06-16 19:27:17.611498+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:17:612 [Xcode] [Xcode]
2023-06-16 10:27:18:719 [Xcode] [Xcode] 2023-06-16 19:27:18.713601+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:18:719 [Xcode] [Xcode]
2023-06-16 10:27:19:154 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:19:154 [HTTP] [HTTP] {}
2023-06-16 10:27:19:155 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:19:155 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:19:155 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:19:156 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:27:19:156 [HTTP] [HTTP]
2023-06-16 10:27:19:834 [Xcode] [Xcode] 2023-06-16 19:27:19.830842+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:19:834 [Xcode] [Xcode]
2023-06-16 10:27:20:940 [Xcode] [Xcode] 2023-06-16 19:27:20.937278+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:20:940 [Xcode] [Xcode]
2023-06-16 10:27:22:048 [Xcode] [Xcode] 2023-06-16 19:27:22.045145+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:22:049 [Xcode] [Xcode]
2023-06-16 10:27:23:178 [Xcode] [Xcode] 2023-06-16 19:27:23.177395+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:23:178 [Xcode] [Xcode]
2023-06-16 10:27:24:159 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:24:160 [HTTP] [HTTP] {}
2023-06-16 10:27:24:161 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:24:162 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:24:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:24:173 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 13 ms - -
2023-06-16 10:27:24:174 [HTTP] [HTTP]
2023-06-16 10:27:24:281 [Xcode] [Xcode] 2023-06-16 19:27:24.278629+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:24:282 [Xcode] [Xcode]
2023-06-16 10:27:25:385 [Xcode] [Xcode] 2023-06-16 19:27:25.382640+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:25:387 [Xcode] [Xcode]
2023-06-16 10:27:26:494 [Xcode] [Xcode] 2023-06-16 19:27:26.490788+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:26:497 [Xcode] [Xcode]
2023-06-16 10:27:27:607 [Xcode] [Xcode] 2023-06-16 19:27:27.604604+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:27:607 [Xcode] [Xcode]
2023-06-16 10:27:28:733 [Xcode] [Xcode] 2023-06-16 19:27:28.732249+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:28:734 [Xcode] [Xcode]
2023-06-16 10:27:29:167 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:29:168 [HTTP] [HTTP] {}
2023-06-16 10:27:29:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:29:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:29:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:29:172 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 4 ms - -
2023-06-16 10:27:29:172 [HTTP] [HTTP]
2023-06-16 10:27:29:835 [Xcode] [Xcode] 2023-06-16 19:27:29.834787+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:29:836 [Xcode] [Xcode]
2023-06-16 10:27:30:939 [Xcode] [Xcode] 2023-06-16 19:27:30.938163+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:30:939 [Xcode] [Xcode]
2023-06-16 10:27:32:040 [Xcode] [Xcode] 2023-06-16 19:27:32.039062+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:32:040 [Xcode] [Xcode]
2023-06-16 10:27:33:141 [Xcode] [Xcode] 2023-06-16 19:27:33.140497+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:33:143 [Xcode] [Xcode]
2023-06-16 10:27:34:166 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:34:167 [HTTP] [HTTP] {}
2023-06-16 10:27:34:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:34:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:34:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:34:171 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 8 ms - -
2023-06-16 10:27:34:171 [HTTP] [HTTP]
2023-06-16 10:27:34:246 [Xcode] [Xcode] 2023-06-16 19:27:34.245750+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:34:247 [Xcode] [Xcode]
2023-06-16 10:27:35:349 [Xcode] [Xcode] 2023-06-16 19:27:35.347306+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:35:350 [Xcode] [Xcode]
2023-06-16 10:27:36:452 [Xcode] [Xcode] 2023-06-16 19:27:36.450802+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:36:453 [Xcode] [Xcode]
2023-06-16 10:27:37:545 [Xcode] [Xcode] 2023-06-16 19:27:37.543913+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:37:546 [Xcode] [Xcode]
2023-06-16 10:27:38:652 [Xcode] [Xcode] 2023-06-16 19:27:38.649655+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:38:652 [Xcode] [Xcode]
2023-06-16 10:27:39:158 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:39:159 [HTTP] [HTTP] {}
2023-06-16 10:27:39:159 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:39:159 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:39:163 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:39:169 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 6 ms - -
2023-06-16 10:27:39:169 [HTTP] [HTTP]
2023-06-16 10:27:39:757 [Xcode] [Xcode] 2023-06-16 19:27:39.754916+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:39:757 [Xcode] [Xcode]
2023-06-16 10:27:40:860 [Xcode] [Xcode] 2023-06-16 19:27:40.856893+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:40:866 [Xcode] [Xcode]
2023-06-16 10:27:41:959 [Xcode] [Xcode] 2023-06-16 19:27:41.954644+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:41:961 [Xcode] [Xcode]
2023-06-16 10:27:43:071 [Xcode] [Xcode] 2023-06-16 19:27:43.068625+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:43:072 [Xcode] [Xcode]
2023-06-16 10:27:44:170 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:44:171 [HTTP] [HTTP] {}
2023-06-16 10:27:44:172 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:44:172 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:44:176 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:44:179 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:27:44:180 [HTTP] [HTTP]
2023-06-16 10:27:44:186 [Xcode] [Xcode] 2023-06-16 19:27:44.185553+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:44:187 [Xcode] [Xcode]
2023-06-16 10:27:45:291 [Xcode] [Xcode] 2023-06-16 19:27:45.287635+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:45:291 [Xcode] [Xcode]
2023-06-16 10:27:46:405 [Xcode] [Xcode] 2023-06-16 19:27:46.402252+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:46:406 [Xcode] [Xcode]
2023-06-16 10:27:47:509 [Xcode] [Xcode] 2023-06-16 19:27:47.504793+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:47:509 [Xcode] [Xcode]
2023-06-16 10:27:48:610 [Xcode] [Xcode] 2023-06-16 19:27:48.609003+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:48:610 [Xcode] [Xcode]
2023-06-16 10:27:49:155 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:49:156 [HTTP] [HTTP] {}
2023-06-16 10:27:49:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:49:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:49:158 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:49:159 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 3 ms - -
2023-06-16 10:27:49:160 [HTTP] [HTTP]
2023-06-16 10:27:49:713 [Xcode] [Xcode] 2023-06-16 19:27:49.710371+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:49:713 [Xcode] [Xcode]
2023-06-16 10:27:50:823 [Xcode] [Xcode] 2023-06-16 19:27:50.818794+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:50:823 [Xcode] [Xcode]
2023-06-16 10:27:51:937 [Xcode] [Xcode] 2023-06-16 19:27:51.928739+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:51:937 [Xcode] [Xcode]
2023-06-16 10:27:53:040 [Xcode] [Xcode] 2023-06-16 19:27:53.038325+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:53:041 [Xcode] [Xcode]
2023-06-16 10:27:54:148 [Xcode] [Xcode] 2023-06-16 19:27:54.143912+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:54:149 [Xcode] [Xcode]
2023-06-16 10:27:54:176 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:54:178 [HTTP] [HTTP] {}
2023-06-16 10:27:54:182 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:54:186 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:54:189 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:54:190 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 15 ms - -
2023-06-16 10:27:54:190 [HTTP] [HTTP]
2023-06-16 10:27:55:303 [Xcode] [Xcode] 2023-06-16 19:27:55.294175+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:55:304 [Xcode] [Xcode]
2023-06-16 10:27:56:407 [Xcode] [Xcode] 2023-06-16 19:27:56.403776+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:56:408 [Xcode] [Xcode]
2023-06-16 10:27:57:514 [Xcode] [Xcode] 2023-06-16 19:27:57.510792+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:57:515 [Xcode] [Xcode]
2023-06-16 10:27:58:610 [Xcode] [Xcode] 2023-06-16 19:27:58.607367+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:58:611 [Xcode] [Xcode]
2023-06-16 10:27:59:152 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:27:59:152 [HTTP] [HTTP] {}
2023-06-16 10:27:59:152 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:27:59:152 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:27:59:153 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:27:59:157 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:27:59:157 [HTTP] [HTTP]
2023-06-16 10:27:59:721 [Xcode] [Xcode] 2023-06-16 19:27:59.714678+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:27:59:721 [Xcode] [Xcode]
2023-06-16 10:28:00:847 [Xcode] [Xcode] 2023-06-16 19:28:00.844206+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:00:848 [Xcode] [Xcode]
2023-06-16 10:28:01:947 [Xcode] [Xcode] 2023-06-16 19:28:01.945290+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:01:948 [Xcode] [Xcode]
2023-06-16 10:28:03:050 [Xcode] [Xcode] 2023-06-16 19:28:03.045936+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:03:050 [Xcode] [Xcode]
2023-06-16 10:28:04:151 [Xcode] [Xcode] 2023-06-16 19:28:04.145943+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:04:152 [Xcode] [Xcode]
2023-06-16 10:28:04:171 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:04:171 [HTTP] [HTTP] {}
2023-06-16 10:28:04:171 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:04:171 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:04:172 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:04:174 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 3 ms - -
2023-06-16 10:28:04:174 [HTTP] [HTTP]
2023-06-16 10:28:05:273 [Xcode] [Xcode] 2023-06-16 19:28:05.272202+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:05:273 [Xcode] [Xcode]
2023-06-16 10:28:06:380 [Xcode] [Xcode] 2023-06-16 19:28:06.375798+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:06:380 [Xcode] [Xcode]
2023-06-16 10:28:07:491 [Xcode] [Xcode] 2023-06-16 19:28:07.487895+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:07:491 [Xcode] [Xcode]
2023-06-16 10:28:08:604 [Xcode] [Xcode] 2023-06-16 19:28:08.603053+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:08:604 [Xcode] [Xcode]
2023-06-16 10:28:09:157 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:09:158 [HTTP] [HTTP] {}
2023-06-16 10:28:09:160 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:09:161 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:09:163 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:09:169 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:28:09:169 [HTTP] [HTTP]
2023-06-16 10:28:09:704 [Xcode] [Xcode] 2023-06-16 19:28:09.701854+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:09:704 [Xcode] [Xcode]
2023-06-16 10:28:10:808 [Xcode] [Xcode] 2023-06-16 19:28:10.806094+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:10:808 [Xcode] [Xcode]
2023-06-16 10:28:11:913 [Xcode] [Xcode] 2023-06-16 19:28:11.909228+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:11:913 [Xcode] [Xcode]
2023-06-16 10:28:13:010 [Xcode] [Xcode] 2023-06-16 19:28:13.007194+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:13:010 [Xcode] [Xcode]
2023-06-16 10:28:14:105 [Xcode] [Xcode] 2023-06-16 19:28:14.104134+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:14:106 [Xcode] [Xcode]
2023-06-16 10:28:14:157 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:14:157 [HTTP] [HTTP] {}
2023-06-16 10:28:14:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:14:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:14:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:14:158 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 1 ms - -
2023-06-16 10:28:14:158 [HTTP] [HTTP]
2023-06-16 10:28:15:207 [Xcode] [Xcode] 2023-06-16 19:28:15.205012+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:15:208 [Xcode] [Xcode]
2023-06-16 10:28:16:311 [Xcode] [Xcode] 2023-06-16 19:28:16.309230+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:16:311 [Xcode] [Xcode]
2023-06-16 10:28:17:405 [Xcode] [Xcode] 2023-06-16 19:28:17.403785+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:17:406 [Xcode] [Xcode]
2023-06-16 10:28:18:508 [Xcode] [Xcode] 2023-06-16 19:28:18.506508+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:18:508 [Xcode] [Xcode]
2023-06-16 10:28:19:151 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:19:152 [HTTP] [HTTP] {}
2023-06-16 10:28:19:152 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:19:152 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:19:153 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:19:154 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:28:19:154 [HTTP] [HTTP]
2023-06-16 10:28:19:608 [Xcode] [Xcode] 2023-06-16 19:28:19.607755+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:19:609 [Xcode] [Xcode]
2023-06-16 10:28:20:708 [Xcode] [Xcode] 2023-06-16 19:28:20.707017+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:20:708 [Xcode] [Xcode]
2023-06-16 10:28:21:810 [Xcode] [Xcode] 2023-06-16 19:28:21.808987+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:21:810 [Xcode] [Xcode]
2023-06-16 10:28:22:908 [Xcode] [Xcode] 2023-06-16 19:28:22.907030+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:22:908 [Xcode] [Xcode]
2023-06-16 10:28:24:008 [Xcode] [Xcode] 2023-06-16 19:28:24.006721+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:24:009 [Xcode] [Xcode]
2023-06-16 10:28:24:156 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:24:156 [HTTP] [HTTP] {}
2023-06-16 10:28:24:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:24:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:24:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:24:158 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:28:24:158 [HTTP] [HTTP]
2023-06-16 10:28:25:113 [Xcode] [Xcode] 2023-06-16 19:28:25.111913+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:25:114 [Xcode] [Xcode]
2023-06-16 10:28:26:209 [Xcode] [Xcode] 2023-06-16 19:28:26.208013+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:26:209 [Xcode] [Xcode]
2023-06-16 10:28:27:305 [Xcode] [Xcode] 2023-06-16 19:28:27.303978+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:27:305 [Xcode] [Xcode]
2023-06-16 10:28:28:405 [Xcode] [Xcode] 2023-06-16 19:28:28.403960+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:28:406 [Xcode] [Xcode]
2023-06-16 10:28:29:161 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:29:162 [HTTP] [HTTP] {}
2023-06-16 10:28:29:162 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:29:163 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:29:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:29:170 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 9 ms - -
2023-06-16 10:28:29:170 [HTTP] [HTTP]
2023-06-16 10:28:29:511 [Xcode] [Xcode] 2023-06-16 19:28:29.508547+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:29:513 [Xcode] [Xcode]
2023-06-16 10:28:30:603 [Xcode] [Xcode] 2023-06-16 19:28:30.601854+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:30:603 [Xcode] [Xcode]
2023-06-16 10:28:31:680 [Xcode] [Xcode] 2023-06-16 19:28:31.677676+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:31:681 [Xcode] [Xcode]
2023-06-16 10:28:32:783 [Xcode] [Xcode] 2023-06-16 19:28:32.779716+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:32:783 [Xcode] [Xcode]
2023-06-16 10:28:33:886 [Xcode] [Xcode] 2023-06-16 19:28:33.882856+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:33:887 [Xcode] [Xcode]
2023-06-16 10:28:34:167 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:34:167 [HTTP] [HTTP] {}
2023-06-16 10:28:34:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:34:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:34:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:34:171 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 4 ms - -
2023-06-16 10:28:34:171 [HTTP] [HTTP]
2023-06-16 10:28:34:992 [Xcode] [Xcode] 2023-06-16 19:28:34.988750+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:34:993 [Xcode] [Xcode]
2023-06-16 10:28:36:101 [Xcode] [Xcode] 2023-06-16 19:28:36.099882+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:36:102 [Xcode] [Xcode]
2023-06-16 10:28:37:208 [Xcode] [Xcode] 2023-06-16 19:28:37.205920+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:37:209 [Xcode] [Xcode]
2023-06-16 10:28:38:322 [Xcode] [Xcode] 2023-06-16 19:28:38.318631+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:38:323 [Xcode] [Xcode]
2023-06-16 10:28:39:155 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:39:156 [HTTP] [HTTP] {}
2023-06-16 10:28:39:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:39:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:39:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:39:158 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 4 ms - -
2023-06-16 10:28:39:158 [HTTP] [HTTP]
2023-06-16 10:28:39:417 [Xcode] [Xcode] 2023-06-16 19:28:39.414475+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:39:417 [Xcode] [Xcode]
2023-06-16 10:28:40:522 [Xcode] [Xcode] 2023-06-16 19:28:40.517851+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:40:523 [Xcode] [Xcode]
2023-06-16 10:28:41:631 [Xcode] [Xcode] 2023-06-16 19:28:41.628341+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:41:634 [Xcode] [Xcode]
2023-06-16 10:28:42:740 [Xcode] [Xcode] 2023-06-16 19:28:42.737316+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:42:740 [Xcode] [Xcode]
2023-06-16 10:28:43:847 [Xcode] [Xcode] 2023-06-16 19:28:43.844998+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:43:848 [Xcode] [Xcode]
2023-06-16 10:28:44:153 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:44:154 [HTTP] [HTTP] {}
2023-06-16 10:28:44:154 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:44:154 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:44:155 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:44:155 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:28:44:155 [HTTP] [HTTP]
2023-06-16 10:28:44:955 [Xcode] [Xcode] 2023-06-16 19:28:44.951552+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:44:956 [Xcode] [Xcode]
2023-06-16 10:28:46:053 [Xcode] [Xcode] 2023-06-16 19:28:46.049433+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:46:053 [Xcode] [Xcode]
2023-06-16 10:28:47:157 [Xcode] [Xcode] 2023-06-16 19:28:47.153423+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:47:158 [Xcode] [Xcode]
2023-06-16 10:28:48:270 [Xcode] [Xcode] 2023-06-16 19:28:48.261287+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:48:271 [Xcode] [Xcode]
2023-06-16 10:28:49:164 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:49:165 [HTTP] [HTTP] {}
2023-06-16 10:28:49:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:49:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:49:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:49:176 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:28:49:176 [HTTP] [HTTP]
2023-06-16 10:28:49:362 [Xcode] [Xcode] 2023-06-16 19:28:49.358791+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:49:362 [Xcode] [Xcode]
2023-06-16 10:28:50:474 [Xcode] [Xcode] 2023-06-16 19:28:50.471942+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:50:475 [Xcode] [Xcode]
2023-06-16 10:28:51:578 [Xcode] [Xcode] 2023-06-16 19:28:51.577793+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:51:578 [Xcode] [Xcode]
2023-06-16 10:28:52:679 [Xcode] [Xcode] 2023-06-16 19:28:52.675743+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:52:680 [Xcode] [Xcode]
2023-06-16 10:28:53:773 [Xcode] [Xcode] 2023-06-16 19:28:53.770167+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:53:773 [Xcode] [Xcode]
2023-06-16 10:28:54:169 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:54:169 [HTTP] [HTTP] {}
2023-06-16 10:28:54:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:54:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:54:172 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:54:173 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 6 ms - -
2023-06-16 10:28:54:173 [HTTP] [HTTP]
2023-06-16 10:28:54:867 [Xcode] [Xcode] 2023-06-16 19:28:54.866614+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:54:867 [Xcode] [Xcode]
2023-06-16 10:28:55:953 [Xcode] [Xcode] 2023-06-16 19:28:55.951021+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:55:954 [Xcode] [Xcode]
2023-06-16 10:28:57:059 [Xcode] [Xcode] 2023-06-16 19:28:57.056757+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:57:062 [Xcode] [Xcode]
2023-06-16 10:28:58:170 [Xcode] [Xcode] 2023-06-16 19:28:58.167297+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:58:171 [Xcode] [Xcode]
2023-06-16 10:28:59:167 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:28:59:168 [HTTP] [HTTP] {}
2023-06-16 10:28:59:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:28:59:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:28:59:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:28:59:171 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 3 ms - -
2023-06-16 10:28:59:172 [HTTP] [HTTP]
2023-06-16 10:28:59:276 [Xcode] [Xcode] 2023-06-16 19:28:59.273506+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:28:59:277 [Xcode] [Xcode]
2023-06-16 10:29:00:393 [Xcode] [Xcode] 2023-06-16 19:29:00.387767+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:00:394 [Xcode] [Xcode]
2023-06-16 10:29:01:508 [Xcode] [Xcode] 2023-06-16 19:29:01.504743+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:01:509 [Xcode] [Xcode]
2023-06-16 10:29:02:604 [Xcode] [Xcode] 2023-06-16 19:29:02.596022+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:02:604 [Xcode] [Xcode]
2023-06-16 10:29:03:713 [Xcode] [Xcode] 2023-06-16 19:29:03.710017+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:03:713 [Xcode] [Xcode]
2023-06-16 10:29:04:153 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:04:153 [HTTP] [HTTP] {}
2023-06-16 10:29:04:153 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:04:154 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:04:154 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:04:156 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:29:04:157 [HTTP] [HTTP]
2023-06-16 10:29:04:850 [Xcode] [Xcode] 2023-06-16 19:29:04.847691+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:04:851 [Xcode] [Xcode]
2023-06-16 10:29:05:943 [Xcode] [Xcode] 2023-06-16 19:29:05.939885+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:05:943 [Xcode] [Xcode]
2023-06-16 10:29:07:049 [Xcode] [Xcode] 2023-06-16 19:29:07.046926+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:07:050 [Xcode] [Xcode]
2023-06-16 10:29:08:158 [Xcode] [Xcode] 2023-06-16 19:29:08.155033+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:08:158 [Xcode] [Xcode]
2023-06-16 10:29:09:172 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:09:172 [HTTP] [HTTP] {}
2023-06-16 10:29:09:173 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:09:173 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:09:178 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:09:180 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 8 ms - -
2023-06-16 10:29:09:180 [HTTP] [HTTP]
2023-06-16 10:29:09:282 [Xcode] [Xcode] 2023-06-16 19:29:09.270727+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:09:282 [Xcode] [Xcode]
2023-06-16 10:29:10:389 [Xcode] [Xcode] 2023-06-16 19:29:10.385933+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:10:390 [Xcode] [Xcode]
2023-06-16 10:29:11:500 [Xcode] [Xcode] 2023-06-16 19:29:11.494023+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:11:502 [Xcode] [Xcode]
2023-06-16 10:29:12:617 [Xcode] [Xcode] 2023-06-16 19:29:12.613619+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:12:617 [Xcode] [Xcode]
2023-06-16 10:29:13:715 [Xcode] [Xcode] 2023-06-16 19:29:13.714661+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:13:716 [Xcode] [Xcode]
2023-06-16 10:29:14:161 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:14:165 [HTTP] [HTTP] {}
2023-06-16 10:29:14:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:14:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:14:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:14:173 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 10 ms - -
2023-06-16 10:29:14:174 [HTTP] [HTTP]
2023-06-16 10:29:14:810 [Xcode] [Xcode] 2023-06-16 19:29:14.808300+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:14:810 [Xcode] [Xcode]
2023-06-16 10:29:15:909 [Xcode] [Xcode] 2023-06-16 19:29:15.908806+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:15:910 [Xcode] [Xcode]
2023-06-16 10:29:17:012 [Xcode] [Xcode] 2023-06-16 19:29:17.010493+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:17:012 [Xcode] [Xcode]
2023-06-16 10:29:18:112 [Xcode] [Xcode] 2023-06-16 19:29:18.110784+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:18:112 [Xcode] [Xcode]
2023-06-16 10:29:19:157 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:19:158 [HTTP] [HTTP] {}
2023-06-16 10:29:19:158 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:19:158 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:19:159 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:19:161 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 3 ms - -
2023-06-16 10:29:19:162 [HTTP] [HTTP]
2023-06-16 10:29:19:216 [Xcode] [Xcode] 2023-06-16 19:29:19.214594+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:19:217 [Xcode] [Xcode]
2023-06-16 10:29:20:319 [Xcode] [Xcode] 2023-06-16 19:29:20.317231+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:20:319 [Xcode] [Xcode]
2023-06-16 10:29:21:408 [Xcode] [Xcode] 2023-06-16 19:29:21.407017+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:21:408 [Xcode] [Xcode]
2023-06-16 10:29:22:513 [Xcode] [Xcode] 2023-06-16 19:29:22.511544+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:22:514 [Xcode] [Xcode]
2023-06-16 10:29:23:617 [Xcode] [Xcode] 2023-06-16 19:29:23.614576+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:23:618 [Xcode] [Xcode]
2023-06-16 10:29:24:166 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:24:166 [HTTP] [HTTP] {}
2023-06-16 10:29:24:167 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:24:167 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:24:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:24:172 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 4 ms - -
2023-06-16 10:29:24:172 [HTTP] [HTTP]
2023-06-16 10:29:24:731 [Xcode] [Xcode] 2023-06-16 19:29:24.728856+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:24:731 [Xcode] [Xcode]
2023-06-16 10:29:25:831 [Xcode] [Xcode] 2023-06-16 19:29:25.828202+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:25:832 [Xcode] [Xcode]
2023-06-16 10:29:26:937 [Xcode] [Xcode] 2023-06-16 19:29:26.934856+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:26:938 [Xcode] [Xcode]
2023-06-16 10:29:28:047 [Xcode] [Xcode] 2023-06-16 19:29:28.044947+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:28:049 [Xcode] [Xcode]
2023-06-16 10:29:29:154 [Xcode] [Xcode] 2023-06-16 19:29:29.149543+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:29:154 [Xcode] [Xcode]
2023-06-16 10:29:29:168 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:29:168 [HTTP] [HTTP] {}
2023-06-16 10:29:29:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:29:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:29:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:29:169 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:29:29:169 [HTTP] [HTTP]
2023-06-16 10:29:30:275 [Xcode] [Xcode] 2023-06-16 19:29:30.272712+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:30:277 [Xcode] [Xcode]
2023-06-16 10:29:31:384 [Xcode] [Xcode] 2023-06-16 19:29:31.380575+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:31:384 [Xcode] [Xcode]
2023-06-16 10:29:32:518 [Xcode] [Xcode] 2023-06-16 19:29:32.512611+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:32:518 [Xcode] [Xcode]
2023-06-16 10:29:33:624 [Xcode] [Xcode] 2023-06-16 19:29:33.622019+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:33:624 [Xcode] [Xcode]
2023-06-16 10:29:34:163 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:34:164 [HTTP] [HTTP] {}
2023-06-16 10:29:34:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:34:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:34:171 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:34:172 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 9 ms - -
2023-06-16 10:29:34:172 [HTTP] [HTTP]
2023-06-16 10:29:34:738 [Xcode] [Xcode] 2023-06-16 19:29:34.736716+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:34:738 [Xcode] [Xcode]
2023-06-16 10:29:35:845 [Xcode] [Xcode] 2023-06-16 19:29:35.838930+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:35:846 [Xcode] [Xcode]
2023-06-16 10:29:36:953 [Xcode] [Xcode] 2023-06-16 19:29:36.952277+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:36:953 [Xcode] [Xcode]
2023-06-16 10:29:38:058 [Xcode] [Xcode] 2023-06-16 19:29:38.054319+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:38:059 [Xcode] [Xcode]
2023-06-16 10:29:39:157 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:39:157 [HTTP] [HTTP] {}
2023-06-16 10:29:39:158 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:39:158 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:39:160 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:39:161 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 4 ms - -
2023-06-16 10:29:39:162 [HTTP] [HTTP]
2023-06-16 10:29:39:180 [Xcode] [Xcode] 2023-06-16 19:29:39.177535+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:39:189 [Xcode] [Xcode]
2023-06-16 10:29:40:292 [Xcode] [Xcode] 2023-06-16 19:29:40.290427+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:40:293 [Xcode] [Xcode]
2023-06-16 10:29:41:413 [Xcode] [Xcode] 2023-06-16 19:29:41.408414+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:41:413 [Xcode] [Xcode]
2023-06-16 10:29:42:538 [Xcode] [Xcode] 2023-06-16 19:29:42.523661+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:42:538 [Xcode] [Xcode]
2023-06-16 10:29:43:619 [Xcode] [Xcode] 2023-06-16 19:29:43.617193+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:43:619 [Xcode] [Xcode]
2023-06-16 10:29:44:156 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:44:156 [HTTP] [HTTP] {}
2023-06-16 10:29:44:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:44:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:44:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:44:159 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:29:44:159 [HTTP] [HTTP]
2023-06-16 10:29:44:728 [Xcode] [Xcode] 2023-06-16 19:29:44.727488+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:44:729 [Xcode] [Xcode]
2023-06-16 10:29:45:826 [Xcode] [Xcode] 2023-06-16 19:29:45.824953+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:45:826 [Xcode] [Xcode]
2023-06-16 10:29:46:935 [Xcode] [Xcode] 2023-06-16 19:29:46.931967+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:46:935 [Xcode] [Xcode]
2023-06-16 10:29:48:042 [Xcode] [Xcode] 2023-06-16 19:29:48.040387+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:48:043 [Xcode] [Xcode]
2023-06-16 10:29:49:149 [Xcode] [Xcode] 2023-06-16 19:29:49.146844+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:49:149 [Xcode] [Xcode]
2023-06-16 10:29:49:167 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:49:167 [HTTP] [HTTP] {}
2023-06-16 10:29:49:171 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:49:171 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:49:172 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:49:175 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 6 ms - -
2023-06-16 10:29:49:175 [HTTP] [HTTP]
2023-06-16 10:29:50:289 [Xcode] [Xcode] 2023-06-16 19:29:50.287846+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:50:289 [Xcode] [Xcode]
2023-06-16 10:29:51:392 [Xcode] [Xcode] 2023-06-16 19:29:51.391456+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:51:392 [Xcode] [Xcode]
2023-06-16 10:29:52:520 [Xcode] [Xcode] 2023-06-16 19:29:52.518333+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:52:520 [Xcode] [Xcode]
2023-06-16 10:29:53:635 [Xcode] [Xcode] 2023-06-16 19:29:53.630049+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:53:636 [Xcode] [Xcode]
2023-06-16 10:29:54:162 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:54:162 [HTTP] [HTTP] {}
2023-06-16 10:29:54:163 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:54:164 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:54:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:54:171 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 8 ms - -
2023-06-16 10:29:54:171 [HTTP] [HTTP]
2023-06-16 10:29:54:741 [Xcode] [Xcode] 2023-06-16 19:29:54.740376+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:54:741 [Xcode] [Xcode]
2023-06-16 10:29:55:840 [Xcode] [Xcode] 2023-06-16 19:29:55.839440+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:55:840 [Xcode] [Xcode]
2023-06-16 10:29:56:946 [Xcode] [Xcode] 2023-06-16 19:29:56.944801+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:56:946 [Xcode] [Xcode]
2023-06-16 10:29:58:052 [Xcode] [Xcode] 2023-06-16 19:29:58.050934+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:58:052 [Xcode] [Xcode]
2023-06-16 10:29:59:157 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:29:59:157 [HTTP] [HTTP] {}
2023-06-16 10:29:59:158 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:29:59:158 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:29:59:158 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:29:59:162 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 4 ms - -
2023-06-16 10:29:59:162 [HTTP] [HTTP]
2023-06-16 10:29:59:170 [Xcode] [Xcode] 2023-06-16 19:29:59.168722+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:29:59:170 [Xcode] [Xcode]
2023-06-16 10:30:00:270 [Xcode] [Xcode] 2023-06-16 19:30:00.269380+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:00:271 [Xcode] [Xcode]
2023-06-16 10:30:01:366 [Xcode] [Xcode] 2023-06-16 19:30:01.364963+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:01:366 [Xcode] [Xcode]
2023-06-16 10:30:02:477 [Xcode] [Xcode] 2023-06-16 19:30:02.474392+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:02:478 [Xcode] [Xcode]
2023-06-16 10:30:03:586 [Xcode] [Xcode] 2023-06-16 19:30:03.584200+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:03:586 [Xcode] [Xcode]
2023-06-16 10:30:04:165 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:04:166 [HTTP] [HTTP] {}
2023-06-16 10:30:04:167 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:04:167 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:04:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:04:175 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:30:04:175 [HTTP] [HTTP]
2023-06-16 10:30:04:693 [Xcode] [Xcode] 2023-06-16 19:30:04.690944+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:04:694 [Xcode] [Xcode]
2023-06-16 10:30:05:801 [Xcode] [Xcode] 2023-06-16 19:30:05.799591+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:05:801 [Xcode] [Xcode]
2023-06-16 10:30:06:914 [Xcode] [Xcode] 2023-06-16 19:30:06.913099+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:06:914 [Xcode] [Xcode]
2023-06-16 10:30:08:031 [Xcode] [Xcode] 2023-06-16 19:30:08.027151+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:08:032 [Xcode] [Xcode]
2023-06-16 10:30:09:135 [Xcode] [Xcode] 2023-06-16 19:30:09.133076+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:09:136 [Xcode] [Xcode]
2023-06-16 10:30:09:176 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:09:177 [HTTP] [HTTP] {}
2023-06-16 10:30:09:178 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:09:178 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:09:178 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:09:180 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 3 ms - -
2023-06-16 10:30:09:180 [HTTP] [HTTP]
2023-06-16 10:30:10:242 [Xcode] [Xcode] 2023-06-16 19:30:10.240326+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:10:242 [Xcode] [Xcode]
2023-06-16 10:30:11:347 [Xcode] [Xcode] 2023-06-16 19:30:11.345287+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:11:348 [Xcode] [Xcode]
2023-06-16 10:30:12:447 [Xcode] [Xcode] 2023-06-16 19:30:12.445420+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:12:453 [Xcode] [Xcode]
2023-06-16 10:30:13:577 [Xcode] [Xcode] 2023-06-16 19:30:13.560169+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:13:577 [Xcode] [Xcode]
2023-06-16 10:30:14:156 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:14:156 [HTTP] [HTTP] {}
2023-06-16 10:30:14:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:14:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:14:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:14:158 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:30:14:158 [HTTP] [HTTP]
2023-06-16 10:30:14:686 [Xcode] [Xcode] 2023-06-16 19:30:14.684088+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:14:686 [Xcode] [Xcode]
2023-06-16 10:30:15:800 [Xcode] [Xcode] 2023-06-16 19:30:15.794368+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:15:802 [Xcode] [Xcode]
2023-06-16 10:30:16:909 [Xcode] [Xcode] 2023-06-16 19:30:16.904072+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:16:909 [Xcode] [Xcode]
2023-06-16 10:30:18:046 [Xcode] [Xcode] 2023-06-16 19:30:18.043726+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:18:047 [Xcode] [Xcode]
2023-06-16 10:30:19:171 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:19:171 [HTTP] [HTTP] {}
2023-06-16 10:30:19:171 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:19:172 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:19:172 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:19:173 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 3 ms - -
2023-06-16 10:30:19:173 [HTTP] [HTTP]
2023-06-16 10:30:19:187 [Xcode] [Xcode] 2023-06-16 19:30:19.179738+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:19:187 [Xcode] [Xcode]
2023-06-16 10:30:20:316 [Xcode] [Xcode] 2023-06-16 19:30:20.313517+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:20:316 [Xcode] [Xcode]
2023-06-16 10:30:21:434 [Xcode] [Xcode] 2023-06-16 19:30:21.432826+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:21:434 [Xcode] [Xcode]
2023-06-16 10:30:22:536 [Xcode] [Xcode] 2023-06-16 19:30:22.535599+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:22:537 [Xcode] [Xcode]
2023-06-16 10:30:23:635 [Xcode] [Xcode] 2023-06-16 19:30:23.627988+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:23:635 [Xcode] [Xcode]
2023-06-16 10:30:24:165 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:24:168 [HTTP] [HTTP] {}
2023-06-16 10:30:24:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:24:170 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:24:171 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:24:172 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 8 ms - -
2023-06-16 10:30:24:173 [HTTP] [HTTP]
2023-06-16 10:30:24:743 [Xcode] [Xcode] 2023-06-16 19:30:24.742919+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:24:743 [Xcode] [Xcode]
2023-06-16 10:30:25:848 [Xcode] [Xcode] 2023-06-16 19:30:25.845949+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:25:849 [Xcode] [Xcode]
2023-06-16 10:30:26:985 [Xcode] [Xcode] 2023-06-16 19:30:26.983359+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:26:986 [Xcode] [Xcode]
2023-06-16 10:30:28:075 [Xcode] [Xcode] 2023-06-16 19:30:28.071567+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:28:077 [Xcode] [Xcode]
2023-06-16 10:30:29:156 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:29:156 [HTTP] [HTTP] {}
2023-06-16 10:30:29:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:29:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:29:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:29:159 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:30:29:159 [HTTP] [HTTP]
2023-06-16 10:30:29:182 [Xcode] [Xcode] 2023-06-16 19:30:29.174147+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:29:187 [Xcode] [Xcode]
2023-06-16 10:30:30:290 [Xcode] [Xcode] 2023-06-16 19:30:30.288591+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:30:290 [Xcode] [Xcode]
2023-06-16 10:30:31:392 [Xcode] [Xcode] 2023-06-16 19:30:31.390235+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:31:393 [Xcode] [Xcode]
2023-06-16 10:30:32:501 [Xcode] [Xcode] 2023-06-16 19:30:32.499991+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:32:501 [Xcode] [Xcode]
2023-06-16 10:30:33:604 [Xcode] [Xcode] 2023-06-16 19:30:33.603148+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:33:604 [Xcode] [Xcode]
2023-06-16 10:30:34:155 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:34:155 [HTTP] [HTTP] {}
2023-06-16 10:30:34:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:34:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:34:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:34:157 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 1 ms - -
2023-06-16 10:30:34:157 [HTTP] [HTTP]
2023-06-16 10:30:34:708 [Xcode] [Xcode] 2023-06-16 19:30:34.707362+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:34:708 [Xcode] [Xcode]
2023-06-16 10:30:35:801 [Xcode] [Xcode] 2023-06-16 19:30:35.800194+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:35:802 [Xcode] [Xcode]
2023-06-16 10:30:36:894 [Xcode] [Xcode] 2023-06-16 19:30:36.892325+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:36:894 [Xcode] [Xcode]
2023-06-16 10:30:38:003 [Xcode] [Xcode] 2023-06-16 19:30:38.001104+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:38:003 [Xcode] [Xcode]
2023-06-16 10:30:39:108 [Xcode] [Xcode] 2023-06-16 19:30:39.106987+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:39:109 [Xcode] [Xcode]
2023-06-16 10:30:39:166 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:39:166 [HTTP] [HTTP] {}
2023-06-16 10:30:39:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:39:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:39:166 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:39:167 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 1 ms - -
2023-06-16 10:30:39:167 [HTTP] [HTTP]
2023-06-16 10:30:40:213 [Xcode] [Xcode] 2023-06-16 19:30:40.210117+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:40:214 [Xcode] [Xcode]
2023-06-16 10:30:41:347 [Xcode] [Xcode] 2023-06-16 19:30:41.344651+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:41:347 [Xcode] [Xcode]
2023-06-16 10:30:42:460 [Xcode] [Xcode] 2023-06-16 19:30:42.458222+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:42:467 [Xcode] [Xcode]
2023-06-16 10:30:43:577 [Xcode] [Xcode] 2023-06-16 19:30:43.573471+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:43:577 [Xcode] [Xcode]
2023-06-16 10:30:44:160 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:44:161 [HTTP] [HTTP] {}
2023-06-16 10:30:44:162 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:44:162 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:44:164 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:44:169 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:30:44:170 [HTTP] [HTTP]
2023-06-16 10:30:44:700 [Xcode] [Xcode] 2023-06-16 19:30:44.695558+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:44:701 [Xcode] [Xcode]
2023-06-16 10:30:45:809 [Xcode] [Xcode] 2023-06-16 19:30:45.806202+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:45:809 [Xcode] [Xcode]
2023-06-16 10:30:46:925 [Xcode] [Xcode] 2023-06-16 19:30:46.920208+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:46:925 [Xcode] [Xcode]
2023-06-16 10:30:48:029 [Xcode] [Xcode] 2023-06-16 19:30:48.025923+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:48:029 [Xcode] [Xcode]
2023-06-16 10:30:49:139 [Xcode] [Xcode] 2023-06-16 19:30:49.136142+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:49:140 [Xcode] [Xcode]
2023-06-16 10:30:49:163 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:49:163 [HTTP] [HTTP] {}
2023-06-16 10:30:49:172 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:49:173 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:49:174 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:49:177 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 13 ms - -
2023-06-16 10:30:49:177 [HTTP] [HTTP]
2023-06-16 10:30:50:251 [Xcode] [Xcode] 2023-06-16 19:30:50.247212+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:50:251 [Xcode] [Xcode]
2023-06-16 10:30:51:377 [Xcode] [Xcode] 2023-06-16 19:30:51.374101+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:51:377 [Xcode] [Xcode]
2023-06-16 10:30:52:483 [Xcode] [Xcode] 2023-06-16 19:30:52.481465+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:52:484 [Xcode] [Xcode]
2023-06-16 10:30:53:592 [Xcode] [Xcode] 2023-06-16 19:30:53.589737+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:53:593 [Xcode] [Xcode]
2023-06-16 10:30:54:156 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:54:156 [HTTP] [HTTP] {}
2023-06-16 10:30:54:156 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:54:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:54:157 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:54:158 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:30:54:161 [HTTP] [HTTP]
2023-06-16 10:30:54:704 [Xcode] [Xcode] 2023-06-16 19:30:54.702068+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:54:705 [Xcode] [Xcode]
2023-06-16 10:30:55:795 [Xcode] [Xcode] 2023-06-16 19:30:55.791546+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:55:795 [Xcode] [Xcode]
2023-06-16 10:30:56:905 [Xcode] [Xcode] 2023-06-16 19:30:56.904110+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:56:905 [Xcode] [Xcode]
2023-06-16 10:30:58:008 [Xcode] [Xcode] 2023-06-16 19:30:58.006280+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:58:008 [Xcode] [Xcode]
2023-06-16 10:30:59:117 [Xcode] [Xcode] 2023-06-16 19:30:59.113853+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:30:59:117 [Xcode] [Xcode]
2023-06-16 10:30:59:163 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:30:59:163 [HTTP] [HTTP] {}
2023-06-16 10:30:59:164 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:30:59:164 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:30:59:164 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:30:59:165 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 1 ms - -
2023-06-16 10:30:59:165 [HTTP] [HTTP]
2023-06-16 10:31:00:233 [Xcode] [Xcode] 2023-06-16 19:31:00.222518+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:31:00:233 [Xcode] [Xcode]
2023-06-16 10:31:01:337 [Xcode] [Xcode] 2023-06-16 19:31:01.336106+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:31:01:338 [Xcode] [Xcode]
2023-06-16 10:31:02:441 [Xcode] [Xcode] 2023-06-16 19:31:02.435772+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:31:02:442 [Xcode] [Xcode]
2023-06-16 10:31:03:551 [Xcode] [Xcode] 2023-06-16 19:31:03.548058+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:31:03:552 [Xcode] [Xcode]
2023-06-16 10:31:04:165 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:31:04:165 [HTTP] [HTTP] {}
2023-06-16 10:31:04:167 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:31:04:168 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:31:04:169 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:31:04:170 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 7 ms - -
2023-06-16 10:31:04:170 [HTTP] [HTTP]
2023-06-16 10:31:04:655 [Xcode] [Xcode] 2023-06-16 19:31:04.651737+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:31:04:655 [Xcode] [Xcode]
2023-06-16 10:31:05:765 [Xcode] [Xcode] 2023-06-16 19:31:05.761757+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:31:05:768 [Xcode] [Xcode]
2023-06-16 10:31:06:881 [Xcode] [Xcode] 2023-06-16 19:31:06.879516+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:31:06:881 [Xcode] [Xcode]
2023-06-16 10:31:07:188 [Xcode] [Xcode] 2023-06-16 19:31:07.186941+0900 WebDriverAgentRunner-Runner[85604:2600800] Disconnected a client from screenshots broadcast
2023-06-16 10:31:07:188 [Xcode] [Xcode]
2023-06-16 10:31:07:987 [Xcode] [Xcode] 2023-06-16 19:31:07.983867+0900 WebDriverAgentRunner-Runner[85604:2599354] Error Domain=com.facebook.WebDriverAgent Code=1 "Cannot take a screenshot within 20000 ms timeout" UserInfo={NSLocalizedDescription=Cannot take a screenshot within 20000 ms timeout}
2023-06-16 10:31:07:987 [Xcode] [Xcode]
2023-06-16 10:31:09:949 [HTTP] [HTTP] --> GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts
2023-06-16 10:31:09:950 [HTTP] [HTTP] {}
2023-06-16 10:31:09:950 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.getTimeouts() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:31:09:950 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Executing command 'getTimeouts'
2023-06-16 10:31:09:950 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2023-06-16 10:31:09:951 [HTTP] [HTTP] <-- GET /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce/timeouts 304 2 ms - -
2023-06-16 10:31:09:951 [HTTP] [HTTP]
2023-06-16 10:31:12:277 [HTTP] [HTTP] --> DELETE /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce
2023-06-16 10:31:12:277 [HTTP] [HTTP] {}
2023-06-16 10:31:12:278 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Calling AppiumDriver.deleteSession() with args: ["da1f8efa-f566-4ebc-a471-9125b7e0a7ce"]
2023-06-16 10:31:12:279 [AppiumDriver@b271] [AppiumDriver@b271] Event 'quitSessionRequested' logged at 1686911472279 (19:31:12 GMT+0900 (日本標準時))
2023-06-16 10:31:12:283 [AppiumDriver@b271] [AppiumDriver@b271] Removing session da1f8efa-f566-4ebc-a471-9125b7e0a7ce from our master session list
2023-06-16 10:31:12:285 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Matched '/session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce' to command name 'deleteSession'
2023-06-16 10:31:12:286 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Proxying [DELETE /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce] to [DELETE http://127.0.0.1:8100/session/A8F896AE-380B-4DA4-9F2D-03D93E35069A] with no body
2023-06-16 10:31:12:296 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Got response with status 200: {"value":null,"sessionId":null}
2023-06-16 10:31:12:296 [DevCon Factory] [DevCon Factory] Releasing connections for E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED device on any port number
2023-06-16 10:31:12:296 [DevCon Factory] [DevCon Factory] Found cached connections to release: ["E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED:8100"]
2023-06-16 10:31:12:296 [DevCon Factory] [DevCon Factory] Cached connections count: 0
2023-06-16 10:31:12:296 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2023-06-16 10:31:12:296 [XCUITestDriver@0890 (da1f8efa)] [XCUITestDriver@0890 (da1f8efa)] Deleting simulator created for this run (udid: 'E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED')
2023-06-16 10:31:12:296 [WebDriverAgent] [WebDriverAgent] Killing running processes 'xcodebuild.*E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED, E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED.*XCTRunner, xctest.*E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED' for the device E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED...
2023-06-16 10:31:12:718 [WebDriverAgent] [WebDriverAgent] 'pgrep -if E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED.*XCTRunner' didn't detect any matching processes. Return code: 1
2023-06-16 10:31:12:718 [WebDriverAgent] [WebDriverAgent] 'pgrep -if xctest.*E9A9671A-911E-4A87-AA2D-2AAD4E7EDCED' didn't detect any matching processes. Return code: 1
2023-06-16 10:31:12:739 [Xcode] [Xcode] Testing started
2023-06-16 10:31:12:739 [Xcode] [Xcode] In flight operation: <DVTOperationGroup: 0x14634b010; state = AREfc>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <DVTOperationGroup: 0x14634acc0; state = AREf!c, blocking { waiting for record to finish saving }>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <DVTOperation: 0x14634aa40; name = 'Remove Log If Needed', state = aReFc>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <DVTOperationGroup: 0x14634a6f0; state = AREfc>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <DVTOperationGroup: 0x14634a0d0; state = AREfc>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <DVTOperation: 0x146349f90; state = arefc>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <DVTOperation: 0x146349e50; state = arefc>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <DVTOperationGroup: 0x14617b090; state = AREf!c, blocking { Blocking finish to clean up test session. }>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <DVTOperation: 0x14617b620; state = aReFc>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <XCTHOperationGroup: 0x14617b760>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <XCTHOperationGroup: 0x14617bad0>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <XCTHOperationGroup: 0x14617be40>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <XCTHOperationGroup: 0x14617c660>{name = 'com.apple.dt.xctest.target-runner'}(Finishing blocked for reasons:
2023-06-16 10:31:12:740 [Xcode] [Xcode] waiting for workers to materialize
2023-06-16 10:31:12:740 [Xcode] [Xcode] )
2023-06-16 10:31:12:740 [Xcode] [Xcode] <XCTHOperationGroup: 0x14607a920>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <XCTHOperationGroup: 0x1146279e0>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <IDERunOperation: 0x1460775e0; state = aReF!c, blocking { XCTHTestOperationCoordinator processing delay, Blocking finish to allow restarting of crashed test operations., Waiting for -runningDidFinish call. }>
2023-06-16 10:31:12:740 [Xcode] [Xcode] worker: <IDERunOperationWorkerGroup: 0x600003f4e300, unfinished subworkers :
2023-06-16 10:31:12:740 [Xcode] [Xcode] <_IDEInstalliPhoneSimulatorWorker: 0x60000210ab00 -- ExtensionIdentifier: Xcode.IDEiPhoneSimulatorSupport.DeviceService.Install>
2023-06-16 10:31:12:740 [Xcode] [Xcode] <IDELaunchiPhoneSimulatorLauncher: 0x600003b22640 -- ExtensionIdentifier: Xcode.IDEiPhoneSimulatorSupport.Launch>
2023-06-16 10:31:12:740 [Xcode] [Xcode] >
2023-06-16 10:31:12:740 [Xcode] [Xcode]
2023-06-16 10:31:12:740 [Xcode] [Xcode] tracker: <IDEExecutionOperationTracker: 0x6000026021b0: Testing project WebDriverAgent with scheme WebDriverAgentRunner
2023-06-16 10:31:12:740 [Xcode] [Xcode] subtrackers=(
2023-06-16 10:31:12:740 [Xcode] [Xcode] "<IDEExecutionRunnableTracker: 0x600002b6d500: subtrackers=none>"
2023-06-16 10:31:12:740 [Xcode] [Xcode] )>
2023-06-16 10:31:12:740 [Xcode] [Xcode]
2023-06-16 10:31:12:741 [Xcode] [Xcode] <XCTHOperation: 0x14617d980>
2023-06-16 10:31:12:741 [Xcode] [Xcode] <DVTOperation: 0x146349d10; state = aReFc>
2023-06-16 10:31:12:741 [Xcode] [Xcode] <IDESchemeActionResultOperation: 0x14634fdc0; state = Arefc>
2023-06-16 10:31:12:741 [Xcode] [Xcode] <DVTOperation: 0x1463301b0; state = aReFc>
2023-06-16 10:31:12:741 [Xcode] [Xcode] <_IDETestingFinalizeLogsOperation: 0x14634ab80; name = 'Finalize test log', state = aref!c, blocking { waiting for test log to finish recording }>
2023-06-16 10:31:12:741 [Xcode] [Xcode] <DVTOperationGroup: 0x14634b010; state = AREfc> created at:
2023-06-16 10:31:12:741 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 1 -[DVTOperationGroup init] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 2 +[DVTOperationGroup operationGroupWithSuboperations:] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 3 -[IDEScheme _groupAndImposeDependenciesForOrderedOperations:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:741 [Xcode] [Xcode]
2023-06-16 10:31:12:741 [Xcode] [Xcode] <DVTOperationGroup: 0x14634acc0; state = AREf!c> created at:
2023-06-16 10:31:12:741 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 1 -[DVTOperationGroup init] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 2 +[DVTOperationGroup operationGroupWithSuboperations:] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:741 [Xcode] [Xcode]
2023-06-16 10:31:12:741 [Xcode] [Xcode] <DVTOperation: 0x14634aa40; name = 'Remove Log If Needed', state = aReFc> created at:
2023-06-16 10:31:12:741 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 1 +[DVTOperation(DVTConveniences) operationWithBlock:] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 2 -[IDETestSchemeAction _removeLogIfNeededOperationWithLogStore:logRecord:buildOperation:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:741 [Xcode] [Xcode]
2023-06-16 10:31:12:741 [Xcode] [Xcode] <DVTOperationGroup: 0x14634a6f0; state = AREfc> created at:
2023-06-16 10:31:12:741 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 1 -[DVTOperationGroup init] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 2 +[DVTOperationGroup operationGroupWithSuboperations:] (in DVTFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:741 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:742 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:742 [Xcode] [Xcode]
2023-06-16 10:31:12:743 [Xcode] [Xcode] <DVTOperationGroup: 0x14634a0d0; state = AREfc> created at:
2023-06-16 10:31:12:743 [Xcode] [Xcode] 0 -[DVTOperation init] (in DV
2023-06-16 10:31:12:751 [Xcode] [Xcode] TFoundation)
2023-06-16 10:31:12:751 [Xcode] [Xcode] 1 -[DVTOperationGroup init] (in DVTFoundation)
2023-06-16 10:31:12:751 [Xcode] [Xcode] 2 +[DVTOperationGroup operationGroupWithSuboperations:] (in DVTFoundation)
2023-06-16 10:31:12:751 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:751 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:752 [Xcode] [Xcode]
2023-06-16 10:31:12:752 [Xcode] [Xcode] <DVTOperation: 0x146349f90; state = arefc> created at:
2023-06-16 10:31:12:752 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 1 +[DVTOperation(DVTConveniences) operationWithBlock:] (in DVTFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 2 -[IDESchemeAction setUpActionDependenciesForCorePhaseOperation:shouldRunPostActionsBlock:prePhaseEnvironmentPopulationBlock:postPhaseEnvironmentPopulationBlock:handlePreActionsActivityLogSection:handlePostActionsActivityLogSection:buildParameters:schemeActionResultOperation:error:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:752 [Xcode] [Xcode]
2023-06-16 10:31:12:752 [Xcode] [Xcode] <DVTOperation: 0x146349e50; state = arefc> created at:
2023-06-16 10:31:12:752 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 1 +[DVTOperation(DVTConveniences) operationWithBlock:] (in DVTFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 2 -[IDESchemeAction setUpActionDependenciesForCorePhaseOperation:shouldRunPostActionsBlock:prePhaseEnvironmentPopulationBlock:postPhaseEnvironmentPopulationBlock:handlePreActionsActivityLogSection:handlePostActionsActivityLogSection:buildParameters:schemeActionResultOperation:error:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:752 [Xcode] [Xcode]
2023-06-16 10:31:12:752 [Xcode] [Xcode] <DVTOperationGroup: 0x14617b090; state = AREf!c> created at:
2023-06-16 10:31:12:752 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 1 -[DVTOperationGroup init] (in DVTFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 2 -[IDETestRunSession testOperationForTestRunSpecificationGroups:executionEnvironment:actionRecord:schemeIdentifier:outSchemeActionResultOperation:launchParametersBlock:actionCallbackBlock:error:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 3 -[IDETestManager testOperationForTestRunSpecificationGroups:executionEnvironment:runDestinationPool:actionRecord:schemeIdentifier:outSchemeActionResultOperation:launchParametersBlock:actionCallbackBlock:error:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 4 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 5 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 7 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 9 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 10 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 11 start (in dyld)
2023-06-16 10:31:12:752 [Xcode] [Xcode]
2023-06-16 10:31:12:752 [Xcode] [Xcode] <DVTOperation: 0x14617b620; state = aReFc> created at:
2023-06-16 10:31:12:752 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 1 +[DVTOperation(DVTConveniences) operationWithBlock:] (in DVTFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 2 -[IDETestRunSession testOperationForTestRunSpecificationGroups:executionEnvironment:actionRecord:schemeIdentifier:outSchemeActionResultOperation:launchParametersBlock:actionCallbackBlock:error:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 3 -[IDETestManager testOperationForTestRunSpecificationGroups:executionEnvironment:runDestinationPool:actionRecord:schemeIdentifier:outSchemeActionResultOperation:launchParametersBlock:actionCallbackBlock:error:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 4 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 5 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 7 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:752 [Xcode] [Xcode] 9 -
2023-06-16 10:31:12:768 [Xcode] [Xcode] [Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:768 [Xcode] [Xcode] 10 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 11 start (in dyld)
2023-06-16 10:31:12:769 [Xcode] [Xcode]
2023-06-16 10:31:12:769 [Xcode] [Xcode] <IDERunOperation: 0x1460775e0; state = aReF!c> created at:
2023-06-16 10:31:12:769 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 1 -[IDERunOperation initWithWorker:] (in IDEFoundation)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 2 +[IDETestRunnerLaunchOperationFactory testRunOperationWithLaunchParameters:testRunSpecification:testConfiguration:executionEnvironment:schemeActionRecord:runDestination:localDeviceRunDestination:error:] (in IDEFoundation)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 3 __194-[IDETestRunSession testOperationForTestRunSpecificationGroups:executionEnvironment:actionRecord:schemeIdentifier:outSchemeActionResultOperation:launchParametersBlock:actionCallbackBlock:error:]_block_invoke_2.173 (in IDEFoundation)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 4 thunk for @escaping @callee_unowned @convention(block) (@unowned XCTHRunDestination, @unowned XCTHTestRunSpecification, @unowned XCTestConfiguration, @unowned XCTHLaunchParameters, @unowned AutoreleasingUnsafeMutablePointer<NSError?>?) -> (@autoreleased (NSOperation & XCTHRunOperation)?) (in XCTHarness)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 5 thunk for @escaping @callee_guaranteed (@guaranteed XCTHRunDestination, @guaranteed XCTHTestRunSpecification, @guaranteed XCTestConfiguration, @guaranteed XCTHLaunchParameters, @unowned AutoreleasingUnsafeMutablePointer<NSError?>?) -> (@owned (NSOperation & XCTHRunOperation)?) (in XCTHarness)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 6 -[XCTHTestRunner _testRunOperationWithError:] (in XCTHarness)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 7 -[XCTHTestRunner _addTestRunOperation:] (in XCTHarness)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 8 -[XCTHTestRunner testOperationWithError:] (in XCTHarness)
2023-06-16 10:31:12:769 [Xcode] [Xcode] 9 -[XCTHTestTargetRunner workerWasProvided:] (in XCTHarness)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 10 __40-[XCTHTestTargetRunner requestNewWorker]_block_invoke (in XCTHarness)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 11 __45-[XCTHFuture observeFinishOnQueue:withBlock:]_block_invoke_2 (in XCTHarness)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 12 __XCTHAsyncPerformBlockOnMainRunLoop_block_invoke (in XCTHarness)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 13 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (in CoreFoundation)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 14 __CFRunLoopDoBlocks (in CoreFoundation)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 15 __CFRunLoopRun (in CoreFoundation)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 16 CFRunLoopRunSpecific (in CoreFoundation)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 17 CFRunLoopRun (in CoreFoundation)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 18 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 19 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 20 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:770 [Xcode] [Xcode] 21 start (in dyld)
2023-06-16 10:31:12:770 [Xcode] [Xcode]
2023-06-16 10:31:12:770 [Xcode] [Xcode] <DVTOperation: 0x146349d10; state = aReFc> created at:
2023-06-16 10:31:12:771 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 1 +[DVTOperation(DVTConveniences) operationWithBlock:] (in DVTFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 2 -[IDESchemeAction setUpActionDependenciesForCorePhaseOperation:shouldRunPostActionsBlock:prePhaseEnvironmentPopulationBlock:postPhaseEnvironmentPopulationBlock:handlePreActionsActivityLogSection:handlePostActionsActivityLogSection:buildParameters:schemeActionResultOperation:error:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:771 [Xcode] [Xcode]
2023-06-16 10:31:12:771 [Xcode] [Xcode] <IDESchemeActionResultOperation: 0x14634fdc0; state = Arefc> created at:
2023-06-16 10:31:12:771 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 1 +[IDESchemeActionResultOperation schemeActionResultOperationWithSchemeActionRecord:trackingExecutionOfOperation:actionCallbackBlock:schemeActionResultComputationBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 2 -[IDETestRunSession testOperationForTestRunSpecificationGroups:executionEnvironment:actionRecord:schemeIdentifier:outSchemeActionResultOperation:launchParametersBlock:actionCallbackBlock:error:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 3 -[IDETestManager testOperationForTestRunSpecificationGroups:executionEnvironment:runDestinationPool:actionRecord:schemeIdentifier:outSchemeActionResultOperation:launchParametersBlock:actionCallbackBlock:error:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 4 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 5 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 7 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 9 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 10 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 11 start (in dyld)
2023-06-16 10:31:12:771 [Xcode] [Xcode]
2023-06-16 10:31:12:771 [Xcode] [Xcode] <DVTOperation: 0x1463301b0; state = aReFc> created at:
2023-06-16 10:31:12:771 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 1 +[DVTOperation(DVTConveniences) operationWithBlock:] (in DVTFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 2 -[IDESchemeAction setUpActionDependenciesForCorePhaseOperation:shouldRunPostActionsBlock:prePhaseEnvironmentPopulationBlock:postPhaseEnvironmentPopulationBlock:handlePreActionsActivityLogSection:handlePostActionsActivityLogSection:buildParameters:schemeActionResultOperation:error:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:771 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:771 [Xcode] [Xcode]
2023-06-16 10:31:12:772 [Xcode] [Xcode] <_IDETestingFinalizeLogsOperation: 0x14634ab80; name = 'Finalize test log', state = aref!c> created at:
2023-06-16 10:31:12:772 [Xcode] [Xcode] 0 -[DVTOperation init] (in DVTFoundation)
2023-06-16 10:31:12:772 [Xcode] [Xcode] 1 +[DVTOperation(DVTConveniences) operationWithBlock:] (in DVTFoundation)
2023-06-16 10:31:12:772 [Xcode] [Xcode] 2 -[IDETestSchemeAction _finalizeLogOperationWithRecorder:launchLogsSectionRecorder:] (in IDEFoundation)
2023-06-16 10:31:12:772 [Xcode] [Xcode] 3 -[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:buildOperation:buildParameters:schemeCommand:actionRecord:testPlanRunSpecification:testRunSpecificationGroups:coverageBuildableInfos:deviceAva
2023-06-16 10:31:12:772 [Xcode] [Xcode]
2023-06-16 10:31:12:772 [Xcode] [Xcode]
2023-06-16 10:31:12:772 [Xcode] [Xcode] *** If you believe this error represents a bug, please attach the result bundle at /Users/rerorero/Library/Developer/Xcode/DerivedData/WebDriverAgent-fljtrgsbrjisvjbxcgeezxaaibhh/Logs/Test/Test-WebDriverAgentRunner-2023.06.16_19-24-38-+0900.xcresult
2023-06-16 10:31:12:772 [Xcode] [Xcode]
2023-06-16 10:31:12:772 [Xcode] [Xcode]
2023-06-16 10:31:12:772 [Xcode] [Xcode] 2023-06-16 19:31:12.771 xcodebuild[85075:2598182] [MT] IDETestOperationsObserverDebug: 372.606 elapsed -- Testing started completed.
2023-06-16 10:31:12:772 [Xcode] [Xcode] 2023-06-16 19:31:12.771 xcodebuild[85075:2598182] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start
2023-06-16 10:31:12:772 [Xcode] [Xcode] 2023-06-16 19:31:12.771 xcodebuild[85075:2598182] [MT] IDETestOperationsObserverDebug: 372.606 sec, +372.606 sec -- end
2023-06-16 10:31:12:772 [Xcode] [Xcode]
2023-06-16 10:31:12:875 [Xcode] [Xcode]
2023-06-16 10:31:12:875 [Xcode] [Xcode] Test session results, code coverage, and logs:
2023-06-16 10:31:12:875 [Xcode] [Xcode] /Users/rerorero/Library/Developer/Xcode/DerivedData/WebDriverAgent-fljtrgsbrjisvjbxcgeezxaaibhh/Logs/Test/Test-WebDriverAgentRunner-2023.06.16_19-24-38-+0900.xcresult
2023-06-16 10:31:12:875 [Xcode] [Xcode]
2023-06-16 10:31:12:875 [Xcode] [Xcode]
2023-06-16 10:31:12:875 [Xcode] [Xcode] ilableChecker:outError:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:876 [Xcode] [Xcode] 4 -[IDEScheme _executionOperationForSchemeOperationParameters:build:onlyBuild:buildParameters:title:buildLog:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:actionCallbackBlock:] (in IDEFoundation)
2023-06-16 10:31:12:876 [Xcode] [Xcode] 5 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:deviceAvailableChecker:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:876 [Xcode] [Xcode] 6 -[IDEScheme schemeOperationForSchemeOperationParameters:buildLog:overridingProperties:overridingBuildConfiguration:dontActuallyRunCommands:restorePersistedBuildResults:error:completionBlock:] (in IDEFoundation)
2023-06-16 10:31:12:876 [Xcode] [Xcode] 7 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
2023-06-16 10:31:12:876 [Xcode] [Xcode] 8 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
2023-06-16 10:31:12:876 [Xcode] [Xcode] 9 XcodeBuildMain (in libxcodebuildLoader.dylib)
2023-06-16 10:31:12:876 [Xcode] [Xcode] 10 start (in dyld)
2023-06-16 10:31:12:876 [Xcode] [Xcode]
2023-06-16 10:31:12:876 [Xcode] [Xcode]
2023-06-16 10:31:12:877 [Xcode] [Xcode] ** TEST EXECUTE INTERRUPTED **
2023-06-16 10:31:12:877 [Xcode] [Xcode]
2023-06-16 10:31:12:877 [Xcode] [Xcode]
2023-06-16 10:31:12:880 [Xcode] [Xcode] xcodebuild exited with code '75' and signal 'null'
2023-06-16 10:31:16:367 [AppiumDriver@b271] [AppiumDriver@b271] Event 'quitSessionFinished' logged at 1686911476367 (19:31:16 GMT+0900 (日本標準時))
2023-06-16 10:31:16:368 [AppiumDriver@b271] [AppiumDriver@b271] Received response: null
2023-06-16 10:31:16:368 [AppiumDriver@b271] [AppiumDriver@b271] But deleting session, so not returning
2023-06-16 10:31:16:368 [AppiumDriver@b271] [AppiumDriver@b271] Responding to client with driver.deleteSession() result: null
2023-06-16 10:31:16:370 [HTTP] [HTTP] <-- DELETE /session/da1f8efa-f566-4ebc-a471-9125b7e0a7ce 200 4092 ms - 14
2023-06-16 10:31:16:370 [HTTP] [HTTP]
2023-06-16 10:31:16:573 [HTTP] [HTTP] --> GET /sessions
2023-06-16 10:31:16:573 [HTTP] [HTTP] {}
2023-06-16 10:31:16:574 [AppiumDriver@b271] [AppiumDriver@b271] Calling AppiumDriver.getSessions() with args: []
2023-06-16 10:31:16:574 [AppiumDriver@b271] [AppiumDriver@b271] Responding to client with driver.getSessions() result: []
2023-06-16 10:31:16:575 [HTTP] [HTTP] <-- GET /sessions 304 2 ms - -
2023-06-16 10:31:16:575 [HTTP] [HTTP]
2023-06-16 10:31:16:623 [HTTP] [HTTP] --> GET /sessions
2023-06-16 10:31:16:623 [HTTP] [HTTP] {}
2023-06-16 10:31:16:623 [AppiumDriver@b271] [AppiumDriver@b271] Calling AppiumDriver.getSessions() with args: []
2023-06-16 10:31:16:623 [AppiumDriver@b271] [AppiumDriver@b271] Responding to client with driver.getSessions() result: []
2023-06-16 10:31:16:624 [HTTP] [HTTP] <-- GET /sessions 304 1 ms - -
2023-06-16 10:31:16:624 [HTTP] [HTTP]
2023-06-16 10:41:28:333 [Appium] [Appium] Received SIGINT - shutting down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment