appium/appium-inspector

After clicking refresh button on Appium inspector it remains in the loading state for a long time

aabirdaneshyar opened this issue · 3 comments

Is this an issue specifically with Appium Inspector?

  • I have verified that my issue does not occur with Appium, and should be investigated as an Appium Inspector issue

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Description
After clicking refresh button on Appium inspector it remains in the loading state for a long time and unable to refresh the screenshot and get the app source

Steps to Reproduce

  1. Started Appium Inspector and was able to get the Source and Screenshot of the login page (was able to inspect the elements)
  2. Now, moved to the landing page (after the login) on the device and clicked refresh button on the Appium inspector
  3. The Appium inspector remained in the loading state for along time and was unable to the refresh the screenshot and get the app source
  4. As a result I was unable to inspect the elements
  5. I am attaching logs for your reference
    AppiumLogs.txt

Expected Behavior

Appium inspector should be able to get the app source and screenshot within a few seconds and user should be able to inspect the elements of the page.

Operating System

Mac

Appium Inspector Version

2024.2.2

Appium Version

2.5.1

Further Information

OS - iOS 15.2
Device - iPad 9th Generation (simulator)
Appium Version - 2.5.1
Appium Inspector Version - 2024.2.2
XCUITEST driver version - 7.0.1

Last login: Fri Feb 16 03:49:39 on ttys002
administrator@i14-1 ABCDE % appium --basepath /wd/hub --log-timestamp

[ERROR] Unrecognized arguments: --basepath /wd/hub
administrator@i14-1 ABCDE % appium --base-path /wd/hub --log-timestamp
2024-02-16 10:24:21:817 - [Appium] Welcome to Appium v2.5.1 (REV 54c8876dc39047c04de15e7d212979ae8d98cf1c)
2024-02-16 10:24:21:818 - [Appium] Non-default server args:
2024-02-16 10:24:21:819 - [Appium] {
2024-02-16 10:24:21:819 - [Appium]   basePath: '/wd/hub',
2024-02-16 10:24:21:819 - [Appium]   logTimestamp: true
2024-02-16 10:24:21:819 - [Appium] }
2024-02-16 10:24:21:820 - [Appium] The autodetected Appium home path: /Users/administrator/.appium
2024-02-16 10:24:21:820 - [Appium] Attempting to load driver xcuitest...
2024-02-16 10:24:21:821 - [Appium] Requiring driver at /Users/administrator/.appium/node_modules/appium-xcuitest-driver/build/index.js
2024-02-16 10:24:22:262 - [Appium] XCUITestDriver has been successfully loaded in 0.442s
2024-02-16 10:24:22:272 - [Appium] Appium REST http interface listener started on http://0.0.0.0:4723/wd/hub
2024-02-16 10:24:22:272 - [Appium] You can provide the following URLs in your client code to connect to this server:
2024-02-16 10:24:22:272 - [Appium] 	http://127.0.0.1:4723/wd/hub (only accessible from the same host)
2024-02-16 10:24:22:272 - [Appium] 	http://38.39.180.82:4723/wd/hub
2024-02-16 10:24:22:273 - [Appium] Available drivers:
2024-02-16 10:24:22:273 - [Appium]   - xcuitest@7.0.1 (automationName 'XCUITest')
2024-02-16 10:24:22:273 - [Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
2024-02-16 10:25:02:614 - [HTTP] --> POST /wd/hub/session
2024-02-16 10:25:02:614 - [HTTP] {"capabilities":{"alwaysMatch":{"appium:appID":"Abcde.Mobile.0.4.9.app","appium:deviceName":"iPad (9th generation)","appium:appPackage":"com.Abcde.mobile.dev","appium:appActivity":"com.Abcde.mobile.dev.splashactivity","appium:automationName":"XCUITest","appium:platformVersion":"15.2","appium:mobPlatformType":"APPLICATION","appium:app":"/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app","appium:platformName":"IOS","appium:timeOut":"60","appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"appium:appID":"Abcde.Mobile.0.4.9.app","appium:deviceName":"iPad (9th generation)","appium:appPackage":"com.Abcde.mobile.dev","appium:appActivity":"com.Abcde.mobile.dev.splashactivity","appium:automationName":"XCUITest","appium:platformVersion":"15.2","appium:mobPlatformType":"APPLICATION","appium:app":"/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app","appium:platformName":"IOS","appium:timeOut":"60","appium:ne...
2024-02-16 10:25:02:615 - [AppiumDriver@a05f] Calling AppiumDriver.createSession() with args: [{"appium:appID":"Abcde.Mobile.0.4.9.app","appium:deviceName":"iPad (9th generation)","appium:appPackage":"com.Abcde.mobile.dev","appium:appActivity":"com.Abcde.mobile.dev.splashactivity","appium:automationName":"XCUITest","appium:platformVersion":"15.2","appium:mobPlatformType":"APPLICATION","appium:app":"/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app","appium:platformName":"IOS","appium:timeOut":"60","appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"appium:appID":"Abcde.Mobile.0.4.9.app","appium:deviceName":"iPad (9th generation)","appium:appPackage":"com.Abcde.mobile.dev","appium:appActivity":"com.Abcde.mobile.dev.splashactivity","appium:automationName":"XCUITest","appium:platformVersion":"15.2","appium:mobPlatformType":"APPLICATION","appium:app":"/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app","appium:platformName":"IOS","appium:timeOut":"60","appium:newCommandTimeout":3600,"appium:connectHardwareKeyboa...
2024-02-16 10:25:02:616 - [AppiumDriver@a05f] Event 'newSessionRequested' logged at 1708079102616 (04:25:02 GMT-0600 (Central Standard Time))
2024-02-16 10:25:02:617 - [BaseDriver] The capabilities ["platformName"] are standard capabilities and do not require "appium:" prefix
2024-02-16 10:25:02:618 - [Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'IOS'
2024-02-16 10:25:02:618 - [Appium] The 'xcuitest' driver was installed and matched caps.
2024-02-16 10:25:02:619 - [Appium] Will require it at /Users/administrator/.appium/node_modules/appium-xcuitest-driver
2024-02-16 10:25:02:619 - [Appium] Requiring driver at /Users/administrator/.appium/node_modules/appium-xcuitest-driver/build/index.js
2024-02-16 10:25:02:620 - [AppiumDriver@a05f] Appium v2.5.1 creating new XCUITestDriver (v7.0.1) session
2024-02-16 10:25:02:620 - [AppiumDriver@a05f] Checking BaseDriver versions for Appium and XCUITestDriver
2024-02-16 10:25:02:620 - [AppiumDriver@a05f] Appium's BaseDriver version is 9.5.2
2024-02-16 10:25:02:620 - [AppiumDriver@a05f] XCUITestDriver's BaseDriver version is 9.5.2
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f] Creating session with W3C capabilities: {
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]   "alwaysMatch": {
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:appID": "Abcde.Mobile.0.4.9.app",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:deviceName": "iPad (9th generation)",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:appPackage": "com.Abcde.mobile.dev",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:appActivity": "com.Abcde.mobile.dev.splashactivity",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:automationName": "XCUITest",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:platformVersion": "15.2",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:mobPlatformType": "APPLICATION",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:app": "/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "platformName": "IOS",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:timeOut": "60",
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:newCommandTimeout": 3600,
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     "appium:connectHardwareKeyboard": true
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]   },
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]   "firstMatch": [
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]     {}
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f]   ]
2024-02-16 10:25:02:622 - [XCUITestDriver@fb1f] }
2024-02-16 10:25:02:630 - [XCUITestDriver@fb1f] The following provided capabilities were not recognized by this driver:
2024-02-16 10:25:02:630 - [XCUITestDriver@fb1f]   appID
2024-02-16 10:25:02:630 - [XCUITestDriver@fb1f]   appPackage
2024-02-16 10:25:02:630 - [XCUITestDriver@fb1f]   appActivity
2024-02-16 10:25:02:630 - [XCUITestDriver@fb1f]   mobPlatformType
2024-02-16 10:25:02:630 - [XCUITestDriver@fb1f]   timeOut
2024-02-16 10:25:02:631 - [XCUITestDriver@fb1f (56a4c029)] Session created with session id: 56a4c029-b040-4997-967c-ace01a74df7c
2024-02-16 10:25:02:636 - [XCUITest] Current user: 'administrator'
2024-02-16 10:25:02:637 - [XCUITestDriver@fb1f (56a4c029)] No real device udid has been provided in capabilities. Will select a matching simulator to run the test.
2024-02-16 10:25:02:643 - [XCUITestDriver@fb1f (56a4c029)] iOS SDK Version set to '15.2'
2024-02-16 10:25:02:748 - [XCUITest] Looking for an existing Simulator with platformName: iOS, platformVersion: 15.2, deviceName: iPad (9th generation)
2024-02-16 10:25:02:764 - [iOSSim] Constructing iOS simulator for Xcode version 13.2.1 with udid '836C76CA-593D-4524-A99C-FCDF27636A60'
2024-02-16 10:25:02:764 - [XCUITestDriver@fb1f (56a4c029)] Determining device to run tests on: udid: '836C76CA-593D-4524-A99C-FCDF27636A60', real device: false
2024-02-16 10:25:02:764 - [XCUITestDriver@fb1f (56a4c029)] Event 'xcodeDetailsRetrieved' logged at 1708079102764 (04:25:02 GMT-0600 (Central Standard Time))
2024-02-16 10:25:02:765 - [BaseDriver] Using local app '/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app'
2024-02-16 10:25:02:765 - [XCUITestDriver@fb1f (56a4c029)] Event 'appConfigured' logged at 1708079102765 (04:25:02 GMT-0600 (Central Standard Time))
2024-02-16 10:25:02:765 - [XCUITest] Checking whether app '/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app' is actually present on file system
2024-02-16 10:25:02:765 - [XCUITest] App is present
2024-02-16 10:25:02:767 - [XCUITest] Getting bundle ID from app '/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app': 'com.Abcde.mobile.dev'
2024-02-16 10:25:02:767 - [XCUITestDriver@fb1f (56a4c029)] Event 'resetStarted' logged at 1708079102767 (04:25:02 GMT-0600 (Central Standard Time))
2024-02-16 10:25:02:833 - [XCUITest] Not scrubbing third party app in anticipation of uninstall
2024-02-16 10:25:02:833 - [XCUITestDriver@fb1f (56a4c029)] Event 'resetComplete' logged at 1708079102833 (04:25:02 GMT-0600 (Central Standard Time))
2024-02-16 10:25:02:834 - [XCUITestDriver@fb1f (56a4c029)] Using WDA path: '/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2024-02-16 10:25:02:834 - [XCUITestDriver@fb1f (56a4c029)] Using WDA agent: '/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2024-02-16 10:25:02:900 - [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '836C76CA-593D-4524-A99C-FCDF27636A60' using simctl
2024-02-16 10:25:03:011 - [XCUITestDriver@fb1f (56a4c029)] Event 'logCaptureStarted' logged at 1708079103011 (04:25:03 GMT-0600 (Central Standard Time))
2024-02-16 10:25:03:012 - [XCUITestDriver@fb1f (56a4c029)] Setting up simulator
2024-02-16 10:25:03:012 - [iOSSim] Setting preferences of 836C76CA-593D-4524-A99C-FCDF27636A60 Simulator to {"ConnectHardwareKeyboard":true}
2024-02-16 10:25:03:012 - [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false}
2024-02-16 10:25:03:107 - [iOSSim] Updated 836C76CA-593D-4524-A99C-FCDF27636A60 Simulator preferences at '/Users/administrator/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false,"DevicePreferences":{"836C76CA-593D-4524-A99C-FCDF27636A60":{"ConnectHardwareKeyboard":true,"SimulatorExternalDisplay":2114,"SimulatorWindowOrientation":"Portrait","SimulatorWindowGeometry":{"594D2A28-BF73-4224-ABDC-15E1A5EC2114":{"WindowCenter":"{226, 536}","WindowScale":0.48917748917748916}},"SimulatorWindowRotationAngle":0,"ChromeTint":""}}}
2024-02-16 10:25:03:188 - [iOSSim] Got Simulator UI client PID: 1395
2024-02-16 10:25:03:188 - [iOSSim] Both Simulator with UDID '836C76CA-593D-4524-A99C-FCDF27636A60' and the UI client are currently running
2024-02-16 10:25:03:189 - [XCUITestDriver@fb1f (56a4c029)] Event 'simStarted' logged at 1708079103189 (04:25:03 GMT-0600 (Central Standard Time))
2024-02-16 10:25:03:189 - [XCUITest] Verifying application platform
2024-02-16 10:25:03:190 - [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2024-02-16 10:25:03:194 - [XCUITest] /Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app/Abcde.Mobile: Mach-O 64-bit executable arm64
2024-02-16 10:25:03:282 - [XCUITestDriver@fb1f (56a4c029)] App 'com.Abcde.mobile.dev' is already installed
2024-02-16 10:25:03:358 - [XCUITest] Reset requested. Removing app with id 'com.Abcde.mobile.dev' from the device
2024-02-16 10:25:03:487 - [XCUITest] Installing '/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app' on Simulator with UUID '836C76CA-593D-4524-A99C-FCDF27636A60'...
2024-02-16 10:25:04:844 - [XCUITest] The app has been installed successfully.
2024-02-16 10:25:04:844 - [XCUITestDriver@fb1f (56a4c029)] Event 'appInstalled' logged at 1708079104844 (04:25:04 GMT-0600 (Central Standard Time))
2024-02-16 10:25:04:875 - [XCUITestDriver@fb1f (56a4c029)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2024-02-16 10:25:04:875 - [DevCon Factory] Requesting connection for device 836C76CA-593D-4524-A99C-FCDF27636A60 on local port 8100
2024-02-16 10:25:04:875 - [DevCon Factory] Cached connections count: 0
2024-02-16 10:25:04:876 - [DevCon Factory] Successfully requested the connection for 836C76CA-593D-4524-A99C-FCDF27636A60:8100
2024-02-16 10:25:04:876 - [XCUITestDriver@fb1f (56a4c029)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2024-02-16 10:25:04:877 - [WD Proxy] Matched '/status' to command name 'getStatus'
2024-02-16 10:25:04:877 - [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-02-16 10:25:04:887 - [WD Proxy] Got response with status 200: {"value":{"build":{"upgradedAt":"1708025237240","time":"Feb 15 2024 14:01:38","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":28,"name":"iPadOS","sdkVersion":"15.2","version":"15.2"},"device":"ipad","ios":{"simulatorVersion":"15.2","ip":"38.39.180.82"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null}
2024-02-16 10:25:04:888 - [XCUITestDriver@fb1f (56a4c029)] Upgrade timestamp of the currently bundled WDA: 1708025237240
2024-02-16 10:25:04:888 - [XCUITestDriver@fb1f (56a4c029)] Upgrade timestamp of the WDA on the device: 1708025237240
2024-02-16 10:25:04:888 - [XCUITestDriver@fb1f (56a4c029)] Will reuse previously cached WDA instance at 'http://127.0.0.1:8100/' with 'com.facebook.WebDriverAgentRunner'. Set the wdaLocalPort capability to a value different from 8100 if this is an undesired behavior.
2024-02-16 10:25:04:888 - [XCUITestDriver@fb1f (56a4c029)] Trying to start WebDriverAgent 2 times with 10000ms interval
2024-02-16 10:25:04:888 - [XCUITestDriver@fb1f (56a4c029)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2024-02-16 10:25:04:888 - [XCUITestDriver@fb1f (56a4c029)] Event 'wdaStartAttempted' logged at 1708079104888 (04:25:04 GMT-0600 (Central Standard Time))
2024-02-16 10:25:04:888 - [XCUITestDriver@fb1f (56a4c029)] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
2024-02-16 10:25:04:889 - [WD Proxy] Matched '/status' to command name 'getStatus'
2024-02-16 10:25:04:889 - [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2024-02-16 10:25:04:891 - [WD Proxy] Got response with status 200: {"value":{"build":{"upgradedAt":"1708025237240","time":"Feb 15 2024 14:01:38","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":28,"name":"iPadOS","sdkVersion":"15.2","version":"15.2"},"device":"ipad","ios":{"simulatorVersion":"15.2","ip":"38.39.180.82"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null}
2024-02-16 10:25:04:892 - [XCUITestDriver@fb1f (56a4c029)] Event 'wdaSessionAttempted' logged at 1708079104892 (04:25:04 GMT-0600 (Central Standard Time))
2024-02-16 10:25:04:892 - [XCUITestDriver@fb1f (56a4c029)] Sending createSession command to WDA
2024-02-16 10:25:04:892 - [XCUITestDriver@fb1f (56a4c029)] Matched '/session' to command name 'createSession'
2024-02-16 10:25:04:894 - [XCUITestDriver@fb1f (56a4c029)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.Abcde.mobile.dev","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":false}],"alwaysMatch":{}}}
2024-02-16 10:25:04:994 - [XCUITestDriver@fb1f (56a4c029)] Parsed BUILD_DIR configuration value: '/Users/administrator/Library/Developer/Xcode/DerivedData/WebDriverAgent-eeaxpqnvtlubhwdpdzujhoitvkni/Build/Products'
2024-02-16 10:25:04:994 - [XCUITestDriver@fb1f (56a4c029)] Got derived data root: '/Users/administrator/Library/Developer/Xcode/DerivedData/WebDriverAgent-eeaxpqnvtlubhwdpdzujhoitvkni'
2024-02-16 10:25:08:050 - [XCUITestDriver@fb1f (56a4c029)] Got response with status 200: {"value":{"sessionId":"5D2BB425-29C0-4828-A927-C1179F76B632","capabilities":{"sdkVersion":"15.2","device":"ipad"}},"sessionId":"5D2BB425-29C0-4828-A927-C1179F76B632"}
2024-02-16 10:25:08:051 - [XCUITestDriver@fb1f (56a4c029)] Determined the downstream protocol as 'W3C'
2024-02-16 10:25:08:051 - [XCUITestDriver@fb1f (56a4c029)] WDA session startup took 3159ms
2024-02-16 10:25:08:051 - [XCUITestDriver@fb1f (56a4c029)] Event 'wdaSessionStarted' logged at 1708079108051 (04:25:08 GMT-0600 (Central Standard Time))
2024-02-16 10:25:08:051 - [XCUITestDriver@fb1f (56a4c029)] Event 'wdaStarted' logged at 1708079108051 (04:25:08 GMT-0600 (Central Standard Time))
2024-02-16 10:25:08:053 - [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2024-02-16 10:25:08:053 - [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2024-02-16 10:25:08:053 - [AppiumDriver@a05f] New XCUITestDriver session created successfully, session 56a4c029-b040-4997-967c-ace01a74df7c added to master session list
2024-02-16 10:25:08:054 - [AppiumDriver@a05f] Event 'newSessionStarted' logged at 1708079108054 (04:25:08 GMT-0600 (Central Standard Time))
2024-02-16 10:25:08:054 - [XCUITestDriver@fb1f (56a4c029)] Cached the protocol value 'W3C' for the new session 56a4c029-b040-4997-967c-ace01a74df7c
2024-02-16 10:25:08:055 - [XCUITestDriver@fb1f (56a4c029)] 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","appID":"Abcde.Mobile.0.4.9.app","deviceName":"iPad (9th generation)","appPackage":"com.Abcde.mobile.dev","appActivity":"com.Abcde.mobile.dev.splashactivity","automationName":"XCUITest","platformVersion":"15.2","mobPlatformType":"APPLICATION","app":"/Users/administrator/Desktop/ABCDE/Abcde.Mobile.0.4.9.app","timeOut":"60","newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"836C76CA-593D-4524-A99C-FCDF27636A60"}}
2024-02-16 10:25:08:060 - [HTTP] <-- POST /wd/hub/session 200 5445 ms - 740
2024-02-16 10:25:08:060 - [HTTP] 
2024-02-16 10:25:08:681 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/screenshot
2024-02-16 10:25:08:681 - [HTTP] {}
2024-02-16 10:25:08:684 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getScreenshot() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:25:08:685 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getScreenshot'
2024-02-16 10:25:08:685 - [XCUITestDriver@fb1f (56a4c029)] Taking screenshot with WDA
2024-02-16 10:25:08:687 - [XCUITestDriver@fb1f (56a4c029)] Matched '/screenshot' to command name 'getScreenshot'
2024-02-16 10:25:08:687 - [XCUITestDriver@fb1f (56a4c029)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5D2BB425-29C0-4828-A927-C1179F76B632/screenshot] with no body
2024-02-16 10:25:08:809 - [XCUITestDriver@fb1f (56a4c029)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABlQAAAhwCAIAAADUbkSSAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAGVKADAAQAAAABAAAIcAAAAACrdu/CAABAAElEQVR4AezdB5xkSUE/8O4JG+5u9+44MocEJRxJkCQKKOlAJOoBwh8FI2ZEkgKCJFGiAQxEQQ8QRFAkqAcqIqikI6mgJJXs4e3u7c6Gmen/b/axb/u6e3p6pmaG2pnvfPzsvq5XVa/et3rw+rf1qru9Xq/jhwABAgQIECBAgAABAgQIECBAgMBWFJjaijflnggQIECAAAECBAgQIECAAAECBAgsCQi/vA8IECBAgAABAgQIECBAgAABAgS2rIDwa8tOrRsjQIAAAQIECBAgQIAAAQIECBAQfnkPECBAgAABAgQIECBAgAABAgQIbFkB4deWnVo3RoAAAQIECBAgQIAAAQIECBAgIPzyHiBAgAABAgQIECBAgAABAgQIENiyAsKvLTu1bowAAQIECBAgQIAAAQIECBAgQGAGAQECBAgQIECAAAECBAgQIECAAIFJBL7yla/867/+a/48dOjQ/Pz84uLiJK3WXGdqampmZua000678pWvfKMb3Sh/rqGrbq/XW0MzTSoXuOSSS84555zKB2l4BAgQIECAAAECBAgQIECAwKkikJzrPe95T5Kvb+CAk399x3d8RxKxVY3hG7ny6wtf+ELIbnzjG1/taldb1aBVHi/wtKc97alPfeptbnObvCm73e74yut4dm5u7vu+7/vS4Q/+4A8+5CEPWceel+vqq1/96n/+538ePXr0Fre4xd69e5erppwAAQIECBAgQIAAAQIECCwn8F//9V9vectb3vjGN37xi1/MgqZLL700Nc8666wsMkpecf/73/97v/d7v+mbvmm55utVftlll/37v/971rJ88zd/83Wve93x+U5...
2024-02-16 10:25:08:811 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABlQAAAhwCAIAAADUbkSSAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAGVKADAAQAAAABAAAIcAAAAACrdu/CAABAAElEQVR4AezdB5xkSUE/8O4JG+5u9+44MocEJRxJkCQKKOlAJOoBwh8FI2ZEkgKCJFGiAQxEQQ8QRFAkqAcqIqikI6mgJJXs4e3u7c6Gmen/b/axb/u6e3p6pmaG2pnvfPzsvq5XVa/et3rw+rf1qru9Xq/jhwABAgQIECBAgAABAgQIECBAgMBWFJjaijflnggQIECAAAECBAgQIECAAAECBAgsCQi/vA8IECBAgAABAgQIECBAgAABAgS2rIDwa8tOrRsjQIAAAQIECBAgQIAAAQIECBAQfnkPECBAgAABAgQIECBAgAABAgQIbFkB4deWnVo3RoAAAQIECBAgQIAAAQIECBAgIPzyHiBAgAABAgQIECBAgAABAgQIENiyAsKvLTu1bowAAQIECBAgQIAAAQIECBAgQGAGAQECBAgQIECAAAECBAgQIECAAIFJBL7yla/867/+a/48dOjQ/Pz84uLiJK3WXGdqampmZua000678pWvfKMb3Sh/rqGrbq/XW0MzTSoXuOSSS84555zKB2l4BAgQIECAAAECBAgQIECAwKkikJzrPe95T5Kvb+CAk399x3d8RxKxVY3hG7ny6wtf+ELIbnzjG1/taldb1aBVHi/wtKc97alPfeptbnObvCm73e74yut4dm5u7vu+7/vS4Q/+4A8+5CEPWceel+vqq1/96n/+538ePXr0Fre4xd69e5erppwAAQIECBAgQIAAAQIECCwn8F//9V9vectb3vjGN37xi1/MgqZLL700Nc8666wsMkpecf/73/97v/d7v+mbvmm55utVftlll/37v/971rJ88zd/83Wve93x+U5WMn32s5/N...
2024-02-16 10:25:08:814 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/screenshot 200 133 ms - 164936
2024-02-16 10:25:08:814 - [HTTP] 
2024-02-16 10:25:08:819 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/window/rect
2024-02-16 10:25:08:819 - [HTTP] {}
2024-02-16 10:25:08:830 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getWindowRect() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:25:08:831 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getWindowRect'
2024-02-16 10:25:08:841 - [XCUITestDriver@fb1f (56a4c029)] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/5D2BB425-29C0-4828-A927-C1179F76B632/window/size] with no body
2024-02-16 10:25:08:864 - [XCUITestDriver@fb1f (56a4c029)] Got response with status 200: {"value":{"width":810,"height":1080},"sessionId":"5D2BB425-29C0-4828-A927-C1179F76B632"}
2024-02-16 10:25:08:864 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getWindowRect() result: {"width":810,"height":1080,"x":0,"y":0}
2024-02-16 10:25:08:864 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/window/rect 200 46 ms - 49
2024-02-16 10:25:08:864 - [HTTP] 
2024-02-16 10:25:08:867 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/source
2024-02-16 10:25:08:867 - [HTTP] {}
2024-02-16 10:25:08:867 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getPageSource() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:25:08:867 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getPageSource'
2024-02-16 10:25:08:868 - [XCUITestDriver@fb1f (56a4c029)] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource'
2024-02-16 10:25:08:868 - [XCUITestDriver@fb1f (56a4c029)] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/5D2BB425-29C0-4828-A927-C1179F76B632/source?format=xml&scope=AppiumAUT] with no body
2024-02-16 10:25:09:182 - [XCUITestDriver@fb1f (56a4c029)] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n  <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"ABCDE Mobile\" label=\"ABCDE Mobile\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n    <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n      <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n        <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n          <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n            <XCUIElementTypeOther ...
2024-02-16 10:25:09:182 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n  <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\"ABCDE Mobile\" label=\"ABCDE Mobile\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n    <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n      <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n        <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n          <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"810\" height=\"1080\" index=\"0\">\n            <XCUIElementTypeOther type=\"XC...
2024-02-16 10:25:09:182 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/source 200 315 ms - 15642
2024-02-16 10:25:09:182 - [HTTP] 
2024-02-16 10:25:28:180 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:25:28:180 - [HTTP] {}
2024-02-16 10:25:28:181 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:25:28:181 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:25:28:182 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:25:28:183 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 3 ms - 42
2024-02-16 10:25:28:184 - [HTTP] 
2024-02-16 10:25:48:186 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:25:48:187 - [HTTP] {}
2024-02-16 10:25:48:187 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:25:48:187 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:25:48:188 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:25:48:190 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 304 3 ms - -
2024-02-16 10:25:48:190 - [HTTP] 
2024-02-16 10:25:52:418 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/screenshot
2024-02-16 10:25:52:418 - [HTTP] {}
2024-02-16 10:25:52:419 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getScreenshot() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:25:52:419 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getScreenshot'
2024-02-16 10:25:52:419 - [XCUITestDriver@fb1f (56a4c029)] Taking screenshot with WDA
2024-02-16 10:25:52:420 - [XCUITestDriver@fb1f (56a4c029)] Matched '/screenshot' to command name 'getScreenshot'
2024-02-16 10:25:52:420 - [XCUITestDriver@fb1f (56a4c029)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5D2BB425-29C0-4828-A927-C1179F76B632/screenshot] with no body
2024-02-16 10:25:52:582 - [XCUITestDriver@fb1f (56a4c029)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABlQAAAhwCAIAAADUbkSSAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAGVKADAAQAAAABAAAIcAAAAACrdu/CAABAAElEQVR4AeydCZwcRdn/Z2bPJLu5j00AQSAJlyAEvECIB2cCKPDKKV6YIPgqEg3/V+XGAwTk9RWEAB74cvm+oEKCHCIQQEVIIKAISRDQl2RzH7ub3Wx2Z/7fmdrUdrp7enrOndn5DfNZqqurnqr6dnWn+zdPPR1NJBIRfURABERABERABERABERABERABERABERABERgMBKIDcZBaUwiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIikCQg8UvzQAREQAREQAREQAREQAREQAREQAREQAREYNASkPg1aA+tBiYCIiACIiACIiACIiACIiACIiACIiACIiDxS3NABERABERABERABERABERABERABERABERg0BKQ+DVoD60GJgIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIPFLc0AEREAEREAEREAEREAEREAEREAEREAERGDQEpD4NWgPrQYmAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiJQKwQiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiEIbA6tWrX331Vf5u2bKlp6cnHo+HqZVzmVgsVltbO3To0PHjx++zzz78zcFUNJFI5FBNVcqcwLp168aMGVPmnVT3REAEREAEREAEREAEREAEREAEREAEKoUAOtcf//hHlK8B7DD614c+9CEUsaz6MJCeXytWrADZvvvuO3HixKw6rcLBBK644orLL7/8fe97H5MyGo0GFy7g3s7OzpNOOgmDn/70p88444wCWk5nas2aNcuXL+/u7j7wwAOHDx+erpjyRUAEREAEREAEREAEREAEREAERCAdgX/+858LFiz49a9/vXL...
2024-02-16 10:25:52:587 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABlQAAAhwCAIAAADUbkSSAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAGVKADAAQAAAABAAAIcAAAAACrdu/CAABAAElEQVR4AeydCZwcRdn/Z2bPJLu5j00AQSAJlyAEvECIB2cCKPDKKV6YIPgqEg3/V+XGAwTk9RWEAB74cvm+oEKCHCIQQEVIIKAISRDQl2RzH7ub3Wx2Z/7fmdrUdrp7enrOndn5DfNZqqurnqr6dnWn+zdPPR1NJBIRfURABERABERABERABERABERABERABERABERgMBKIDcZBaUwiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIikCQg8UvzQAREQAREQAREQAREQAREQAREQAREQAREYNASkPg1aA+tBiYCIiACIiACIiACIiACIiACIiACIiACIiDxS3NABERABERABERABERABERABERABERABERg0BKQ+DVoD60GJgIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIPFLc0AEREAEREAEREAEREAEREAEREAEREAERGDQEpD4NWgPrQYmAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiJQKwQiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiEIbA6tWrX331Vf5u2bKlp6cnHo+HqZVzmVgsVltbO3To0PHjx++zzz78zcFUNJFI5FBNVcqcwLp168aMGVPmnVT3REAEREAEREAEREAEREAEREAEREAEKoUAOtcf//hHlK8B7DD614c+9CEUsaz6MJCeXytWrADZvvvuO3HixKw6rcLBBK644orLL7/8fe97H5MyGo0GFy7g3s7OzpNOOgmDn/70p88444wCWk5nas2aNcuXL+/u7j7wwAOHDx+erpjyRUAEREAEREAEREAEREAEREAERCAdgX/+858LFiz49a9/vXLlShyaNm7c...
2024-02-16 10:25:52:603 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/screenshot 200 183 ms - 981396
2024-02-16 10:25:52:603 - [HTTP] 
2024-02-16 10:25:52:612 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/window/rect
2024-02-16 10:25:52:612 - [HTTP] {}
2024-02-16 10:25:52:619 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getWindowRect() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:25:52:619 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getWindowRect'
2024-02-16 10:25:52:621 - [XCUITestDriver@fb1f (56a4c029)] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/5D2BB425-29C0-4828-A927-C1179F76B632/window/size] with no body
2024-02-16 10:25:52:934 - [XCUITestDriver@fb1f (56a4c029)] Got response with status 200: {"value":{"width":810,"height":1080},"sessionId":"5D2BB425-29C0-4828-A927-C1179F76B632"}
2024-02-16 10:25:52:935 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getWindowRect() result: {"width":810,"height":1080,"x":0,"y":0}
2024-02-16 10:25:52:936 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/window/rect 304 323 ms - -
2024-02-16 10:25:52:936 - [HTTP] 
2024-02-16 10:25:52:940 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/source
2024-02-16 10:25:52:940 - [HTTP] {}
2024-02-16 10:25:52:940 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getPageSource() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:25:52:940 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getPageSource'
2024-02-16 10:25:52:941 - [XCUITestDriver@fb1f (56a4c029)] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource'
2024-02-16 10:25:52:941 - [XCUITestDriver@fb1f (56a4c029)] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/5D2BB425-29C0-4828-A927-C1179F76B632/source?format=xml&scope=AppiumAUT] with no body
2024-02-16 10:26:08:180 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:26:08:180 - [HTTP] {}
2024-02-16 10:26:08:181 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:26:08:181 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:26:48:179 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:26:48:179 - [HTTP] {}
2024-02-16 10:26:48:179 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:26:48:180 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:27:08:178 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:27:08:179 - [HTTP] {}
2024-02-16 10:27:08:179 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:27:08:180 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:27:28:179 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:27:28:179 - [HTTP] {}
2024-02-16 10:27:28:180 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:27:28:180 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:27:48:177 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:27:48:177 - [HTTP] {}
2024-02-16 10:27:48:178 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:27:48:178 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)] AxiosError: timeout of 240000ms exceeded
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at RedirectableRequest.handleRequestTimeout (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:647:16)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at RedirectableRequest.emit (node:events:511:28)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at Timeout.<anonymous> (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/follow-redirects/index.js:210:12)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at listOnTimeout (node:internal/timers:573:17)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at processTimers (node:internal/timers:514:7)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at Axios.request (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/axios/lib/core/Axios.js:45:41)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at runNextTicks (node:internal/process/task_queues:60:5)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at listOnTimeout (node:internal/timers:540:9)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at processTimers (node:internal/timers:514:7)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at JWProxy.request (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:100:14)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at JWProxy.proxy (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:234:39)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at ProtocolConverter.convertAndProxy (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/protocol-converter.js:266:12)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at JWProxy.proxyCommand (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:336:12)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at JWProxy.command (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:350:32)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at XCUITestDriver.proxyCommand (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/lib/commands/proxy-helper.js:103:35)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at XCUITestDriver.mobileGetSource (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:50:35)
2024-02-16 10:29:52:976 - [XCUITestDriver@fb1f (56a4c029)]     at XCUITestDriver.getPageSource (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:25:9)
2024-02-16 10:29:52:977 - [XCUITestDriver@fb1f (56a4c029)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded
2024-02-16 10:29:52:977 - [XCUITestDriver@fb1f (56a4c029)]     at JWProxy.command (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:355:13)
2024-02-16 10:29:52:977 - [XCUITestDriver@fb1f (56a4c029)]     at runNextTicks (node:internal/process/task_queues:60:5)
2024-02-16 10:29:52:977 - [XCUITestDriver@fb1f (56a4c029)]     at listOnTimeout (node:internal/timers:540:9)
2024-02-16 10:29:52:977 - [XCUITestDriver@fb1f (56a4c029)]     at processTimers (node:internal/timers:514:7)
2024-02-16 10:29:52:977 - [XCUITestDriver@fb1f (56a4c029)]     at XCUITestDriver.proxyCommand (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/lib/commands/proxy-helper.js:103:35)
2024-02-16 10:29:52:977 - [XCUITestDriver@fb1f (56a4c029)]     at XCUITestDriver.mobileGetSource (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:50:35)
2024-02-16 10:29:52:977 - [XCUITestDriver@fb1f (56a4c029)]     at XCUITestDriver.getPageSource (/Users/administrator/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:25:9)
2024-02-16 10:29:52:978 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/source 500 240041 ms - 1153
2024-02-16 10:29:52:978 - [HTTP] 
2024-02-16 10:29:52:979 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:979 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 304 224802 ms - -
2024-02-16 10:29:52:979 - [HTTP] 
2024-02-16 10:29:52:979 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:980 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 184803 ms - 42
2024-02-16 10:29:52:980 - [HTTP] 
2024-02-16 10:29:52:980 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:29:52:980 - [HTTP] {}
2024-02-16 10:29:52:980 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:29:52:980 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:29:52:980 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:980 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 164804 ms - 42
2024-02-16 10:29:52:980 - [HTTP] 
2024-02-16 10:29:52:980 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:29:52:980 - [HTTP] {}
2024-02-16 10:29:52:980 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:29:52:981 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:29:52:981 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:981 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 144804 ms - 42
2024-02-16 10:29:52:981 - [HTTP] 
2024-02-16 10:29:52:981 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:29:52:981 - [HTTP] {}
2024-02-16 10:29:52:981 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:29:52:981 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:29:52:982 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:982 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 124806 ms - 42
2024-02-16 10:29:52:982 - [HTTP] 
2024-02-16 10:29:52:982 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:29:52:982 - [HTTP] {}
2024-02-16 10:29:52:982 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:29:52:982 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:29:52:983 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:983 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 3 ms - 42
2024-02-16 10:29:52:983 - [HTTP] 
2024-02-16 10:29:52:983 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:29:52:983 - [HTTP] {}
2024-02-16 10:29:52:983 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:29:52:983 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:29:52:983 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:984 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 3 ms - 42
2024-02-16 10:29:52:984 - [HTTP] 
2024-02-16 10:29:52:984 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:29:52:984 - [HTTP] {}
2024-02-16 10:29:52:984 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:29:52:984 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:29:52:984 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:984 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 3 ms - 42
2024-02-16 10:29:52:984 - [HTTP] 
2024-02-16 10:29:52:984 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:29:52:984 - [HTTP] {}
2024-02-16 10:29:52:984 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:29:52:984 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:29:52:985 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:985 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 3 ms - 42
2024-02-16 10:29:52:985 - [HTTP] 
2024-02-16 10:29:52:985 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:985 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 2 ms - 42
2024-02-16 10:29:52:985 - [HTTP] 
2024-02-16 10:29:52:985 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:985 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 200 1 ms - 42
2024-02-16 10:29:52:985 - [HTTP] 
2024-02-16 10:29:52:985 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:29:52:986 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 304 1 ms - -
2024-02-16 10:29:52:986 - [HTTP] 
2024-02-16 10:30:08:179 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:30:08:179 - [HTTP] {}
2024-02-16 10:30:08:180 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:30:08:180 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:30:08:180 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:30:08:181 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 304 2 ms - -
2024-02-16 10:30:08:181 - [HTTP] 
2024-02-16 10:30:28:179 - [HTTP] --> GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts
2024-02-16 10:30:28:179 - [HTTP] {}
2024-02-16 10:30:28:180 - [XCUITestDriver@fb1f (56a4c029)] Calling AppiumDriver.getTimeouts() with args: ["56a4c029-b040-4997-967c-ace01a74df7c"]
2024-02-16 10:30:28:180 - [XCUITestDriver@fb1f (56a4c029)] Executing command 'getTimeouts'
2024-02-16 10:30:28:180 - [XCUITestDriver@fb1f (56a4c029)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
2024-02-16 10:30:28:181 - [HTTP] <-- GET /wd/hub/session/56a4c029-b040-4997-967c-ace01a74df7c/timeouts 304 2 ms - -
2024-02-16 10:30:28:181 - [HTTP] 


Same issue on previous appium version 1.22.3-4

Likely duplicate of appium/appium#19544. Please try the solutions mentioned in that issue.