Last login: Thu Feb 29 13:33:19 on ttys004 appium -p 6623 --allow-cors% lakahaya.chhabra@lakahaya-chhabra-VT94M6VPXG ~ % appium -p 6623 --allow-cors [Appium] Welcome to Appium v2.5.1 (REV c32bd1c7cc0c3b1b914845bddfeda53f4d877a3f) [Appium] Non-default server args: [Appium] { [Appium] allowCors: true, [Appium] port: 6623 [Appium] } [Appium] The autodetected Appium home path: /Users/lakahaya.chhabra/.appium [Appium] Attempting to load driver uiautomator2... [Appium] Attempting to load driver xcuitest... [Appium] Requiring driver at /Users/lakahaya.chhabra/.appium/node_modules/appium-uiautomator2-driver/build/index.js [Appium] Requiring driver at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/build/index.js [Appium] AndroidUiautomator2Driver has been successfully loaded in 1.008s [Appium] XCUITestDriver has been successfully loaded in 1.008s [Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine [Appium] Appium REST http interface listener started on http://0.0.0.0:6623 [Appium] You can provide the following URLs in your client code to connect to this server: [Appium] http://127.0.0.1:6623/ (only accessible from the same host) [Appium] http://172.22.27.44:6623/ [Appium] http://100.64.0.1:6623/ [Appium] Available drivers: [Appium] - uiautomator2@2.29.9 (automationName 'UiAutomator2') [Appium] - xcuitest@7.1.0 (automationName 'XCUITest') [Appium] Available plugins: [Appium] - images@2.1.7 [Appium] No plugins activated. Use the --use-plugins flag with names of plugins to activate [HTTP] --> POST /session [HTTP] {"capabilities":{"alwaysMatch":{"platformName":"iOS","appium:platformVersion":"17.0","appium:deviceName":"AppiumSim17","appium:newCommandTimeout":"7200","appium:app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","appium:automationName":"XCUITest","appium:includeSafariInWebviews":true,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","appium:platformVersion":"17.0","appium:deviceName":"AppiumSim17","appium:newCommandTimeout":"7200","appium:app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","appium:automationName":"XCUITest","appium:includeSafariInWebviews":true,"appium:connectHardwareKeyboard":true}} [AppiumDriver@1e67] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","appium:platformVersion":"17.0","appium:deviceName":"AppiumSim17","appium:newCommandTimeout":"7200","appium:app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","appium:automationName":"XCUITest","appium:includeSafariInWebviews":true,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"platformName":"iOS","appium:platformVersion":"17.0","appium:deviceName":"AppiumSim17","appium:newCommandTimeout":"7200","appium:app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","appium:automationName":"XCUITest","appium:includeSafariInWebviews":true,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}] [AppiumDriver@1e67] Event 'newSessionRequested' logged at 1709533957218 (12:02:37 GMT+0530 (India Standard Time)) [Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS' [Appium] The 'xcuitest' driver was installed and matched caps. [Appium] Will require it at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver [Appium] Requiring driver at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/build/index.js [AppiumDriver@1e67] Appium v2.5.1 creating new XCUITestDriver (v7.1.0) session [AppiumDriver@1e67] Checking BaseDriver versions for Appium and XCUITestDriver [AppiumDriver@1e67] Appium's BaseDriver version is 9.5.2 [AppiumDriver@1e67] XCUITestDriver's BaseDriver version is 9.5.2 [XCUITestDriver@80f7] Creating session with W3C capabilities: { [XCUITestDriver@80f7] "alwaysMatch": { [XCUITestDriver@80f7] "platformName": "iOS", [XCUITestDriver@80f7] "appium:platformVersion": "17.0", [XCUITestDriver@80f7] "appium:deviceName": "AppiumSim17", [XCUITestDriver@80f7] "appium:newCommandTimeout": "7200", [XCUITestDriver@80f7] "appium:app": "/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app", [XCUITestDriver@80f7] "appium:automationName": "XCUITest", [XCUITestDriver@80f7] "appium:includeSafariInWebviews": true, [XCUITestDriver@80f7] "appium:connectHardwareKeyboard": true [XCUITestDriver@80f7] }, [XCUITestDriver@80f7] "firstMatch": [ [XCUITestDriver@80f7] {} [XCUITestDriver@80f7] ] [XCUITestDriver@80f7] } [BaseDriver] Number capability passed in as string. Functionality may be compromised. [XCUITestDriver@80f7] Capability 'newCommandTimeout' changed from string ('7200') to integer (7200). This may cause unexpected behavior [XCUITestDriver@80f7 (c08262d9)] Session created with session id: c08262d9-4ca0-48f7-9de4-147eaeac51de [XCUITest] Current user: 'lakahaya.chhabra' [XCUITestDriver@80f7 (c08262d9)] No real device udid has been provided in capabilities. Will select a matching simulator to run the test. [XCUITestDriver@80f7 (c08262d9)] iOS SDK Version set to '17.0' [XCUITest] Looking for an existing Simulator with platformName: iOS, platformVersion: 17.0, deviceName: AppiumSim17 [iOSSim] Constructing iOS simulator for Xcode version 15.0 with udid '841824CC-D516-4101-BF8D-DB6A0A994B89' [XCUITestDriver@80f7 (c08262d9)] Determining device to run tests on: udid: '841824CC-D516-4101-BF8D-DB6A0A994B89', real device: false [XCUITestDriver@80f7 (c08262d9)] Event 'xcodeDetailsRetrieved' logged at 1709533957975 (12:02:37 GMT+0530 (India Standard Time)) [BaseDriver] Using local app '/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app' [XCUITestDriver@80f7 (c08262d9)] Event 'appConfigured' logged at 1709533957976 (12:02:37 GMT+0530 (India Standard Time)) [XCUITest] Checking whether app '/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app' is actually present on file system [XCUITest] App is present [XCUITest] Getting bundle ID from app '/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app': 'com.WebView' [XCUITestDriver@80f7 (c08262d9)] Event 'resetStarted' logged at 1709533957978 (12:02:37 GMT+0530 (India Standard Time)) [XCUITest] Not scrubbing third party app in anticipation of uninstall [XCUITestDriver@80f7 (c08262d9)] Event 'resetComplete' logged at 1709533958152 (12:02:38 GMT+0530 (India Standard Time)) [XCUITestDriver@80f7 (c08262d9)] Using WDA path: '/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [XCUITestDriver@80f7 (c08262d9)] Using WDA agent: '/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '841824CC-D516-4101-BF8D-DB6A0A994B89' using simctl [XCUITestDriver@80f7 (c08262d9)] Event 'logCaptureStarted' logged at 1709533958497 (12:02:38 GMT+0530 (India Standard Time)) [XCUITestDriver@80f7 (c08262d9)] Setting up simulator [iOSSim] Setting preferences of 841824CC-D516-4101-BF8D-DB6A0A994B89 Simulator to {"ConnectHardwareKeyboard":true} [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false} [iOSSim] Updated 841824CC-D516-4101-BF8D-DB6A0A994B89 Simulator preferences at '/Users/lakahaya.chhabra/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false,"DevicePreferences":{"841824CC-D516-4101-BF8D-DB6A0A994B89":{"SimulatorExternalDisplay":2114,"ConnectHardwareKeyboard":true,"ChromeTint":"","SimulatorWindowGeometry":{"E9634B69-BB3A-4A5C-BDE3-F7203BAD6523":{"WindowCenter":"{352, 582}","WindowScale":0.9587628865979382}},"SimulatorWindowRotationAngle":0,"SimulatorWindowOrientation":"Portrait"}}} [iOSSim] Got Simulator UI client PID: 38886 [iOSSim] Both Simulator with UDID '841824CC-D516-4101-BF8D-DB6A0A994B89' and the UI client are currently running [XCUITestDriver@80f7 (c08262d9)] Event 'simStarted' logged at 1709533958697 (12:02:38 GMT+0530 (India Standard Time)) [XCUITest] Verifying application platform [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"] [XCUITest] /Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app/WebView: Mach-O 64-bit executable arm64 [XCUITestDriver@80f7 (c08262d9)] App 'com.WebView' is already installed [XCUITest] Reset requested. Removing app with id 'com.WebView' from the device [XCUITest] Installing '/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app' on Simulator with UUID '841824CC-D516-4101-BF8D-DB6A0A994B89'... [XCUITest] The app has been installed successfully. [XCUITestDriver@80f7 (c08262d9)] Event 'appInstalled' logged at 1709533960250 (12:02:40 GMT+0530 (India Standard Time)) [XCUITestDriver@80f7 (c08262d9)] Parsed BUILD_DIR configuration value: '/Users/lakahaya.chhabra/Library/Developer/Xcode/DerivedData/WebDriverAgent-gzhypmbmdlgzdcefzukmfhhkhttx/Build/Products' [XCUITestDriver@80f7 (c08262d9)] Got derived data root: '/Users/lakahaya.chhabra/Library/Developer/Xcode/DerivedData/WebDriverAgent-gzhypmbmdlgzdcefzukmfhhkhttx' [XCUITestDriver@80f7 (c08262d9)] Detected 1 obsolete cached process from previous WDA sessions. Cleaning them up [DevCon Factory] Requesting connection for device 841824CC-D516-4101-BF8D-DB6A0A994B89 on local port 8100 [DevCon Factory] Cached connections count: 0 [DevCon Factory] Successfully requested the connection for 841824CC-D516-4101-BF8D-DB6A0A994B89:8100 [XCUITestDriver@80f7 (c08262d9)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver' [WD Proxy] Matched '/status' to command name 'getStatus' [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [WD Proxy] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] WDA is not listening at 'http://127.0.0.1:8100/' [XCUITestDriver@80f7 (c08262d9)] WDA is currently not running. There is nothing to cache [XCUITestDriver@80f7 (c08262d9)] Trying to start WebDriverAgent 2 times with 10000ms interval [XCUITestDriver@80f7 (c08262d9)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities [XCUITestDriver@80f7 (c08262d9)] Event 'wdaStartAttempted' logged at 1709533962083 (12:02:42 GMT+0530 (India Standard Time)) [XCUITestDriver@80f7 (c08262d9)] Launching WebDriverAgent on the device [XCUITestDriver@80f7 (c08262d9)] There is no need to perform the project cleanup. A fresh install has been detected [WebDriverAgent] Killing running processes 'xcodebuild.*841824CC-D516-4101-BF8D-DB6A0A994B89, 841824CC-D516-4101-BF8D-DB6A0A994B89.*XCTRunner, xctest.*841824CC-D516-4101-BF8D-DB6A0A994B89' for the device 841824CC-D516-4101-BF8D-DB6A0A994B89... [WebDriverAgent] 'pgrep -if 841824CC-D516-4101-BF8D-DB6A0A994B89.*XCTRunner' didn't detect any matching processes. Return code: 1 [WebDriverAgent] 'pgrep -if xcodebuild.*841824CC-D516-4101-BF8D-DB6A0A994B89' didn't detect any matching processes. Return code: 1 [WebDriverAgent] 'pgrep -if xctest.*841824CC-D516-4101-BF8D-DB6A0A994B89' didn't detect any matching processes. Return code: 1 [XCUITestDriver@80f7 (c08262d9)] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/lakahaya.chhabra/Library/Developer/Xcode/DerivedData/WebDriverAgent-gzhypmbmdlgzdcefzukmfhhkhttx -destination id=841824CC-D516-4101-BF8D-DB6A0A994B89 IPHONEOS_DEPLOYMENT_TARGET=17.0 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [XCUITestDriver@80f7 (c08262d9)] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability [XCUITestDriver@80f7 (c08262d9)] Waiting up to 60000ms for WebDriverAgent to start [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@80f7 (c08262d9)] Matched '/status' to command name 'getStatus' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@80f7 (c08262d9)] Got response with status 200: {"value":{"build":{"upgradedAt":"1708597819234","time":"Mar 4 2024 12:02:50","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.0","version":"17.0"},"device":"iphone","ios":{"simulatorVersion":"17.0","ip":"172.22.27.44"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null} [XCUITestDriver@80f7 (c08262d9)] WebDriverAgent information: [XCUITestDriver@80f7 (c08262d9)] { [XCUITestDriver@80f7 (c08262d9)] "build": { [XCUITestDriver@80f7 (c08262d9)] "upgradedAt": "1708597819234", [XCUITestDriver@80f7 (c08262d9)] "time": "Mar 4 2024 12:02:50", [XCUITestDriver@80f7 (c08262d9)] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner" [XCUITestDriver@80f7 (c08262d9)] }, [XCUITestDriver@80f7 (c08262d9)] "os": { [XCUITestDriver@80f7 (c08262d9)] "testmanagerdVersion": 65535, [XCUITestDriver@80f7 (c08262d9)] "name": "iOS", [XCUITestDriver@80f7 (c08262d9)] "sdkVersion": "17.0", [XCUITestDriver@80f7 (c08262d9)] "version": "17.0" [XCUITestDriver@80f7 (c08262d9)] }, [XCUITestDriver@80f7 (c08262d9)] "device": "iphone", [XCUITestDriver@80f7 (c08262d9)] "ios": { [XCUITestDriver@80f7 (c08262d9)] "simulatorVersion": "17.0", [XCUITestDriver@80f7 (c08262d9)] "ip": "172.22.27.44" [XCUITestDriver@80f7 (c08262d9)] }, [XCUITestDriver@80f7 (c08262d9)] "message": "WebDriverAgent is ready to accept commands", [XCUITestDriver@80f7 (c08262d9)] "state": "success", [XCUITestDriver@80f7 (c08262d9)] "ready": true [XCUITestDriver@80f7 (c08262d9)] } [XCUITestDriver@80f7 (c08262d9)] WebDriverAgent successfully started after 35209ms [XCUITestDriver@80f7 (c08262d9)] Event 'wdaSessionAttempted' logged at 1709533997510 (12:03:17 GMT+0530 (India Standard Time)) [XCUITestDriver@80f7 (c08262d9)] Sending createSession command to WDA [XCUITestDriver@80f7 (c08262d9)] Matched '/session' to command name 'createSession' [XCUITestDriver@80f7 (c08262d9)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.WebView","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":false}],"alwaysMatch":{}}} [XCUITestDriver@80f7 (c08262d9)] Got response with status 200: {"value":{"sessionId":"BFB7C6B3-48BE-401D-ABF1-A614DB166059","capabilities":{"sdkVersion":"17.0","device":"iphone"}},"sessionId":"BFB7C6B3-48BE-401D-ABF1-A614DB166059"} [XCUITestDriver@80f7 (c08262d9)] Determined the downstream protocol as 'W3C' [XCUITestDriver@80f7 (c08262d9)] WDA session startup took 1555ms [XCUITestDriver@80f7 (c08262d9)] Event 'wdaSessionStarted' logged at 1709533999066 (12:03:19 GMT+0530 (India Standard Time)) [XCUITestDriver@80f7 (c08262d9)] Event 'wdaStarted' logged at 1709533999066 (12:03:19 GMT+0530 (India Standard Time)) [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it [AppiumDriver@1e67] New XCUITestDriver session created successfully, session c08262d9-4ca0-48f7-9de4-147eaeac51de added to master session list [AppiumDriver@1e67] Event 'newSessionStarted' logged at 1709533999134 (12:03:19 GMT+0530 (India Standard Time)) [XCUITestDriver@80f7 (c08262d9)] Cached the protocol value 'W3C' for the new session c08262d9-4ca0-48f7-9de4-147eaeac51de [XCUITestDriver@80f7 (c08262d9)] 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","platformVersion":"17.0","deviceName":"AppiumSim17","newCommandTimeout":7200,"app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","automationName":"XCUITest","includeSafariInWebviews":true,"connectHardwareKeyboard":true,"udid":"841824CC-D516-4101-BF8D-DB6A0A994B89"}} [HTTP] <-- POST /session 200 41922 ms - 581 [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/screenshot [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getScreenshot() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getScreenshot' [XCUITestDriver@80f7 (c08262d9)] Taking screenshot with WDA [XCUITestDriver@80f7 (c08262d9)] Matched '/screenshot' to command name 'getScreenshot' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/BFB7C6B3-48BE-401D-ABF1-A614DB166059/screenshot] with no body [XCUITestDriver@80f7 (c08262d9)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4AezdebRkB1UvYFBUkECYo4REDJAAAWUWgkCYCZNGAdEE0AQEAZnMEpQVohCBxRBQQCaDoICSyKyGUQxjJBBFBTEgPEJAiAHCJOLweD9Sz8PhnLq3b3fXvr079d0/elWdOrVr17dv31W/OtPFv/Wtb13MDwECBAgQIECAAAECBAgQWCeB71mnN+u9EiBAgAABAgQIECBAgACBbwsIw34PCBAgQIAAAQIECBAgQGDtBIThtRu5N0yAAAECBAgQIECAAAECwrDfAQIECBAgQIAAAQIECBBYOwFheO1G7g0TIECAAAECBAgQIECAgDDsd4AAAQIECBAgQIAAAQIE1k5AGF67kXvDBAgQIECAAAECBAgQICAM+x0gQIAAAQIECBAgQIAAgbUTEIbXbuTeMAECBAgQIECAAAECBAgIw34HCBAgQIAAAQIECBAgQGDtBIThtRu5N0yAAAECBAgQIECAAAECwrDfAQIECBAgQIAAAQIECBBYOwFheO1G7g0TIECAAAECBAgQIECAgDDsd4AAAQIECBAgQIAAAQIE1k5AGF67kXvDBAgQIECAAAECBAgQICAM+x0gQIAAAQIECBAgQIAAgbUTEIbXbuTeMAECBAgQIECAAAECBAgIw34HCBAgQIAAAQIECBAgQGDtBIThtRu5N0yAAAECBAgQIECAAAECwrDfAQIECBAgQIAAAQIECBBYOwFheO1G7g0TIECAAAECBAgQIECAgDDsd4AAAQIECBAgQIAAAQIE1k5AGF67kXvDBAgQIECAAAECBAgQICAM+x0gQIAAAQIECBAgQIAAgbUTEIbXbuTeMAECBAg... [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4AezdebRkB1UvYFBUkECYo4REDJAAAWUWgkCYCZNGAdEE0AQEAZnMEpQVohCBxRBQQCaDoICSyKyGUQxjJBBFBTEgPEJAiAHCJOLweD9Sz8PhnLq3b3fXvr079d0/elWdOrVr17dv31W/OtPFv/Wtb13MDwECBAgQIECAAAECBAgQWCeB71mnN+u9EiBAgAABAgQIECBAgACBbwsIw34PCBAgQIAAAQIECBAgQGDtBIThtRu5N0yAAAECBAgQIECAAAECwrDfAQIECBAgQIAAAQIECBBYOwFheO1G7g0TIECAAAECBAgQIECAgDDsd4AAAQIECBAgQIAAAQIE1k5AGF67kXvDBAgQIECAAAECBAgQICAM+x0gQIAAAQIECBAgQIAAgbUTEIbXbuTeMAECBAgQIECAAAECBAgIw34HCBAgQIAAAQIECBAgQGDtBIThtRu5N0yAAAECBAgQIECAAAECwrDfAQIECBAgQIAAAQIECBBYOwFheO1G7g0TIECAAAECBAgQIECAgDDsd4AAAQIECBAgQIAAAQIE1k5AGF67kXvDBAgQIECAAAECBAgQICAM+x0gQIAAAQIECBAgQIAAgbUTEIbXbuTeMAECBAgQIECAAAECBAgIw34HCBAgQIAAAQIECBAgQGDtBIThtRu5N0yAAAECBAgQIECAAAECwrDfAQIECBAgQIAAAQIECBBYOwFheO1G7g0TIECAAAECBAgQIECAgDDsd4AAAQIECBAgQIAAAQIE1k5AGF67kXvDBAgQIECAAAECBAgQICAM+x0gQIAAAQIECBAgQIAAgbUTEIbXbuTeMAECBAgQIECAAAEC... [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/screenshot 200 319 ms - 86756 [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/window/rect [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getWindowRect() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getWindowRect' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/BFB7C6B3-48BE-401D-ABF1-A614DB166059/window/size] with no body [XCUITestDriver@80f7 (c08262d9)] Got response with status 200: {"value":{"width":428,"height":926},"sessionId":"BFB7C6B3-48BE-401D-ABF1-A614DB166059"} [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getWindowRect() result: {"width":428,"height":926,"x":0,"y":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/window/rect 200 152 ms - 48 [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/source [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getPageSource() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getPageSource' [XCUITestDriver@80f7 (c08262d9)] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/BFB7C6B3-48BE-401D-ABF1-A614DB166059/source?format=xml&scope=AppiumAUT] with no body [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [XCUITestDriver@80f7 (c08262d9)] AxiosError: timeout of 240000ms exceeded [XCUITestDriver@80f7 (c08262d9)] at RedirectableRequest.handleRequestTimeout (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:647:16) [XCUITestDriver@80f7 (c08262d9)] at RedirectableRequest.emit (node:events:519:28) [XCUITestDriver@80f7 (c08262d9)] at Timeout. (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/follow-redirects/index.js:210:12) [XCUITestDriver@80f7 (c08262d9)] at listOnTimeout (node:internal/timers:573:17) [XCUITestDriver@80f7 (c08262d9)] at processTimers (node:internal/timers:514:7) [XCUITestDriver@80f7 (c08262d9)] at Axios.request (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/axios/lib/core/Axios.js:45:41) [XCUITestDriver@80f7 (c08262d9)] at runNextTicks (node:internal/process/task_queues:60:5) [XCUITestDriver@80f7 (c08262d9)] at listOnTimeout (node:internal/timers:540:9) [XCUITestDriver@80f7 (c08262d9)] at processTimers (node:internal/timers:514:7) [XCUITestDriver@80f7 (c08262d9)] at JWProxy.request (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:100:14) [XCUITestDriver@80f7 (c08262d9)] at JWProxy.proxy (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:234:39) [XCUITestDriver@80f7 (c08262d9)] at ProtocolConverter.convertAndProxy (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/protocol-converter.js:266:12) [XCUITestDriver@80f7 (c08262d9)] at JWProxy.proxyCommand (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:336:12) [XCUITestDriver@80f7 (c08262d9)] at JWProxy.command (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:350:32) [XCUITestDriver@80f7 (c08262d9)] at XCUITestDriver.proxyCommand (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/proxy-helper.js:103:35) [XCUITestDriver@80f7 (c08262d9)] at XCUITestDriver.mobileGetSource (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:50:35) [XCUITestDriver@80f7 (c08262d9)] at XCUITestDriver.getPageSource (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:25:9) [XCUITestDriver@80f7 (c08262d9)] 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 [XCUITestDriver@80f7 (c08262d9)] at JWProxy.command (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:355:13) [XCUITestDriver@80f7 (c08262d9)] at runNextTicks (node:internal/process/task_queues:60:5) [XCUITestDriver@80f7 (c08262d9)] at listOnTimeout (node:internal/timers:540:9) [XCUITestDriver@80f7 (c08262d9)] at processTimers (node:internal/timers:514:7) [XCUITestDriver@80f7 (c08262d9)] at XCUITestDriver.proxyCommand (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/proxy-helper.js:103:35) [XCUITestDriver@80f7 (c08262d9)] at XCUITestDriver.mobileGetSource (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:50:35) [XCUITestDriver@80f7 (c08262d9)] at XCUITestDriver.getPageSource (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:25:9) [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/source 500 240016 ms - 1165 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 219392 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 177929 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 157798 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 137868 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 117841 ms - 42 [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 2 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 2 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 2 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 3 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 3 ms - 42 [HTTP] [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 200 3 ms - 42 [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 304 1 ms - - [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 304 2 ms - - [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 304 2 ms - - [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 304 3 ms - - [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 304 4 ms - - [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getTimeouts() result: {"command":7200000,"implicit":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts 304 2 ms - - [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/screenshot [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getScreenshot() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getScreenshot' [XCUITestDriver@80f7 (c08262d9)] Taking screenshot with WDA [XCUITestDriver@80f7 (c08262d9)] Matched '/screenshot' to command name 'getScreenshot' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/BFB7C6B3-48BE-401D-ABF1-A614DB166059/screenshot] with no body [XCUITestDriver@80f7 (c08262d9)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4Aezdd+DURP7/8VPAhoqNQ0AFUVABQaSI2EUFewe7Yu/YuwJnL+jZ7+y9gBUbFhB7AUVQQVFEVMCGgoIgtt/ryO/mOzeTZLMl+8nuPj9/aDKZTCaP7C55Z0oW+euvv/7GHwIIIIAAAggggAACCCCAAAK1JLBoLZ0s54oAAggggAACCCCAAAIIIIDAfwQIhvkcIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwA... [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4Aezdd+DURP7/8VPAhoqNQ0AFUVABQaSI2EUFewe7Yu/YuwJnL+jZ7+y9gBUbFhB7AUVQQVFEVMCGgoIgtt/ryO/mOzeTZLMl+8nuPj9/aDKZTCaP7C55Z0oW+euvv/7GHwIIIIAAAggggAACCCCAAAK1JLBoLZ0s54oAAggggAACCCCAAAIIIIDAfwQIhvkcIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDNCRAM19wl54QRQAABBBBAAAEEEEAAAQQIhvkMIIAAAggggAACCCCAAAII1JwAwXDNXXJOGAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAII... [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/screenshot 200 138 ms - 174896 [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/window/rect [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getWindowRect() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getWindowRect' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/BFB7C6B3-48BE-401D-ABF1-A614DB166059/window/size] with no body [XCUITestDriver@80f7 (c08262d9)] Got response with status 200: {"value":{"width":428,"height":926},"sessionId":"BFB7C6B3-48BE-401D-ABF1-A614DB166059"} [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getWindowRect() result: {"width":428,"height":926,"x":0,"y":0} [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/window/rect 304 31 ms - - [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/contexts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getContexts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getContexts' [XCUITestDriver@80f7 (c08262d9)] Getting list of available contexts [XCUITestDriver@80f7 (c08262d9)] Retrieving contexts and views [XCUITestDriver@80f7 (c08262d9)] Selecting by url: false [RemoteDebugger] Remote Debugger version 11.0.3 [RemoteDebugger] useNewSafari --> false [RemoteDebugger] Checking which communication style to use (non-Safari on platform version '17.0') [RemoteDebugger] Platform version equal or higher than '12.2': true [RemoteDebugger] Setting communication protocol: using Target-based communication [RemoteDebugger] Connecting to remote debugger through unix domain socket: '/private/tmp/com.apple.launchd.wqHVZbeAXT/com.apple.webinspectord_sim.socket' [RemoteDebugger] Debugger socket connected [RemoteDebugger] Sending connection key request [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 0): 'setConnectionKey' [RemoteDebugger] Sending connection key request [RemoteDebugger] Sending '_rpc_reportIdentifier:' message (id: 2): 'setConnectionKey' [RemoteDebugger] Received connected automation availability state: "WIRAutomationAvailabilityAvailable" [RemoteDebugger] Sending to Web Inspector took 5ms [RemoteDebugger] Sending to Web Inspector took 2ms [RemoteDebugger] Selecting application [RemoteDebugger] No applications currently connected. [XCUITestDriver@80f7 (c08262d9)] No web frames found. [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getContexts() result: ["NATIVE_APP"] [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/contexts 200 66 ms - 24 [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/context [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getCurrentContext() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getCurrentContext' [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" [HTTP] <-- GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/context 200 1 ms - 22 [HTTP] [HTTP] --> POST /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/execute/sync [HTTP] {"script":"mobile:getContexts","args":[]} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.execute() with args: ["mobile:getContexts",[],"c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'execute' [XCUITestDriver@80f7 (c08262d9)] Getting list of available contexts [XCUITestDriver@80f7 (c08262d9)] Retrieving contexts and views [XCUITestDriver@80f7 (c08262d9)] Selecting by url: false [RemoteDebugger] Selecting application [RemoteDebugger] No applications currently connected. [XCUITestDriver@80f7 (c08262d9)] No web frames found. [XCUITestDriver@80f7 (c08262d9)] No webviews found in 0ms [XCUITestDriver@80f7 (c08262d9)] Responding to client with driver.execute() result: [{"id":"NATIVE_APP"}] [HTTP] <-- POST /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/execute/sync 200 2 ms - 31 [HTTP] [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/source [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getPageSource() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getPageSource' [XCUITestDriver@80f7 (c08262d9)] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource' [XCUITestDriver@80f7 (c08262d9)] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/BFB7C6B3-48BE-401D-ABF1-A614DB166059/source?format=xml&scope=AppiumAUT] with no body [RemoteDebugger] Received connected applications list: PID:42478, PID:22312, PID:42480 [RemoteDebugger] Received connected driver list: {} [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts' [HTTP] --> GET /session/c08262d9-4ca0-48f7-9de4-147eaeac51de/timeouts [HTTP] {} [XCUITestDriver@80f7 (c08262d9)] Calling AppiumDriver.getTimeouts() with args: ["c08262d9-4ca0-48f7-9de4-147eaeac51de"] [XCUITestDriver@80f7 (c08262d9)] Executing command 'getTimeouts'