Skip to content

Instantly share code, notes, and snippets.

@tking16
Created May 12, 2023 10:20
Show Gist options
  • Save tking16/67e875909f92fb1ab88f2fcbb6c42cee to your computer and use it in GitHub Desktop.
Save tking16/67e875909f92fb1ab88f2fcbb6c42cee to your computer and use it in GitHub Desktop.
Appium Dashboard log failures
This file has been truncated, but you can view the full file.
2023-05-12 09:41:48:498 [Appium] Attempting to load plugin appium-dashboard...
2023-05-12 09:41:48:501 [Appium] Requiring plugin at /Users/theo.king/code/xxx/testing/app-at/node_modules/appium-dashboard
2023-05-12 09:41:49:414 [ADB] Found 2 'build-tools' folders under '/Users/theo.king/Library/Android/sdk' (newest first):
2023-05-12 09:41:49:414 [ADB] /Users/theo.king/Library/Android/sdk/build-tools/33.0.1
2023-05-12 09:41:49:414 [ADB] /Users/theo.king/Library/Android/sdk/build-tools/30.0.3
2023-05-12 09:41:49:415 [ADB] Using 'adb' from '/Users/theo.king/Library/Android/sdk/platform-tools/adb'
2023-05-12 09:41:49:415 [ADB] Running '/Users/theo.king/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
2023-05-12 09:41:49:421 [Appium] Welcome to Appium v2.0.0-beta.66 (REV 9fc0e41119df00fda106985dec52363c2e2cd6b7)
2023-05-12 09:41:49:421 [Appium] Non-default server args:
2023-05-12 09:41:49:422 [Appium] {
2023-05-12 09:41:49:422 [Appium] allowInsecure: [
2023-05-12 09:41:49:422 [Appium] 'get_server_logs'
2023-05-12 09:41:49:422 [Appium] ],
2023-05-12 09:41:49:423 [Appium] basePath: '/wd/hub',
2023-05-12 09:41:49:423 [Appium] logTimestamp: true,
2023-05-12 09:41:49:423 [Appium] usePlugins: [
2023-05-12 09:41:49:423 [Appium] 'appium-dashboard'
2023-05-12 09:41:49:423 [Appium] ]
2023-05-12 09:41:49:423 [Appium] }
2023-05-12 09:41:49:423 [Appium] Attempting to load driver xcuitest...
2023-05-12 09:41:49:423 [Appium] Requiring driver at /Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver
2023-05-12 09:41:49:783 [Appium] Attempting to load driver uiautomator2...
2023-05-12 09:41:49:784 [Appium] Requiring driver at /Users/theo.king/code/xxx/testing/app-at/node_modules/appium-uiautomator2-driver
2023-05-12 09:41:50:116 [appium-dashboard] Dashboard plugin is enabled and will be served at http://localhost:4723/dashboard
2023-05-12 09:41:50:116 [appium-dashboard] If the appium server is started with different port other than 4723, then use the correct port number to access the device farm dashboard
2023-05-12 09:41:50:117 [Appium] Appium REST http interface listener started on 0.0.0.0:4723/wd/hub
2023-05-12 09:41:50:118 [Appium] Available drivers:
2023-05-12 09:41:50:118 [Appium] - xcuitest@4.18.1 (automationName 'XCUITest')
2023-05-12 09:41:50:118 [Appium] - uiautomator2@2.21.0 (automationName 'UiAutomator2')
2023-05-12 09:41:50:118 [Appium] Available plugins:
2023-05-12 09:41:50:118 [Appium] - device-farm@7.3.0
2023-05-12 09:41:50:118 [Appium] - appium-dashboard@v2.0.2 (ACTIVE)
2023-05-12 09:42:02:128 [HTTP] --> GET /wd/hub/status
2023-05-12 09:42:02:128 [HTTP] {}
2023-05-12 09:42:02:129 [AppiumDriver@657d] Calling AppiumDriver.getStatus() with args: []
2023-05-12 09:42:02:129 [AppiumDriver@657d] Plugins which can handle cmd 'getStatus': appium-dashboard
2023-05-12 09:42:02:129 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getStatus'
2023-05-12 09:42:02:129 [AppiumDriver@657d] Executing default handling behavior for command 'getStatus'
2023-05-12 09:42:02:130 [AppiumDriver@657d] Responding to client with driver.getStatus() result: {"build":{"version":"2.0.0-beta.66","git-sha":"9fc0e41119df00fda106985dec52363c2e2cd6b7","built":"2023-05-11 17:21:15 +0100"}}
2023-05-12 09:42:02:131 [HTTP] <-- GET /wd/hub/status 200 3 ms - 136
2023-05-12 09:42:02:131 [HTTP]
2023-05-12 09:42:02:133 [HTTP] Request idempotency key: 6aaf4b48-e9de-402e-a14c-2cab72b608ec
2023-05-12 09:42:02:140 [HTTP] --> POST /wd/hub/session
2023-05-12 09:42:02:140 [HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"platformName":"iOS","appium:platformVersion":"16.2","appium:deviceName":"iPhone 14 Plus","appium:app":"/Users/theo.king/myApp.app","appium:newCommandTimeout":10,"appium:autoGrantPermissions":"false","appium:automationName":"XCUITest","appium:useNativeCachingStrategy":"false"}}}
2023-05-12 09:42:02:140 [AppiumDriver@657d] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"platformName":"iOS","appium:platformVersion":"16.2","appium:deviceName":"iPhone 14 Plus","appium:app":"/Users/theo.king/myApp.app","appium:newCommandTimeout":10,"appium:autoGrantPermissions":"false","appium:automationName":"XCUITest","appium:useNativeCachingStrategy":"false"}}]
2023-05-12 09:42:02:140 [AppiumDriver@657d] Plugins which can handle cmd 'createSession': appium-dashboard
2023-05-12 09:42:02:140 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'createSession'
2023-05-12 09:42:02:140 [AppiumDriver@657d] Executing default handling behavior for command 'createSession'
2023-05-12 09:42:02:140 [AppiumDriver@657d] Event 'newSessionRequested' logged at 1683884522140 (10:42:02 GMT+0100 (British Summer Time))
2023-05-12 09:42:02:142 [Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS'
2023-05-12 09:42:02:142 [Appium] The 'xcuitest' driver was installed and matched caps.
2023-05-12 09:42:02:142 [Appium] Will require it at /Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver
2023-05-12 09:42:02:142 [Appium] Requiring driver at /Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver
2023-05-12 09:42:02:142 [AppiumDriver@657d] Appium v2.0.0-beta.66 creating new XCUITestDriver (v4.18.1) session
2023-05-12 09:42:02:147 [AppiumDriver@657d] Checking BaseDriver versions for Appium and XCUITestDriver
2023-05-12 09:42:02:147 [AppiumDriver@657d] Appium's BaseDriver version is 9.3.7
2023-05-12 09:42:02:147 [AppiumDriver@657d] XCUITestDriver's BaseDriver version is 9.3.7
2023-05-12 09:42:02:147 [AppiumDriver@657d] Explicitly enabling use of insecure features:
2023-05-12 09:42:02:147 [AppiumDriver@657d] get_server_logs
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] Creating session with W3C capabilities: {
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "alwaysMatch": {
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "platformName": "iOS",
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:platformVersion": "16.2",
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:deviceName": "iPhone 14 Plus",
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:app": "/Users/theo.king/myApp.app",
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:newCommandTimeout": 10,
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:autoGrantPermissions": "false",
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:automationName": "XCUITest",
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:useNativeCachingStrategy": "false",
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:clearDeviceLogsOnStart": true,
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "appium:nativeWebScreenshot": true
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] },
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] "firstMatch": [
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] {}
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] ]
2023-05-12 09:42:02:148 [XCUITestDriver@0b37] }
2023-05-12 09:42:02:150 [XCUITestDriver@0b37] Capability 'useNativeCachingStrategy' changed from string to boolean. This may cause unexpected behavior
2023-05-12 09:42:02:151 [XCUITestDriver@0b37] The following capabilities were provided, but are not recognized by Appium:
2023-05-12 09:42:02:151 [XCUITestDriver@0b37] autoGrantPermissions
2023-05-12 09:42:02:151 [XCUITestDriver@0b37] clearDeviceLogsOnStart
2023-05-12 09:42:02:151 [XCUITestDriver@0b37] nativeWebScreenshot
2023-05-12 09:42:02:152 [XCUITestDriver@0b37 (bce8649d)] Session created with session id: bce8649d-9ee9-4672-9d02-1e71417eca8c
2023-05-12 09:42:02:158 [XCUITest] Current user: 'theo.king'
2023-05-12 09:42:02:165 [XCUITestDriver@0b37 (bce8649d)] iOS SDK Version set to '16.2'
2023-05-12 09:42:02:362 [iOSSim] Constructing iOS simulator for Xcode version 14.2 with udid '814D6207-4523-4C51-83C7-F75B2F2D2122'
2023-05-12 09:42:02:363 [XCUITestDriver@0b37 (bce8649d)] Determining device to run tests on: udid: '814D6207-4523-4C51-83C7-F75B2F2D2122', real device: false
2023-05-12 09:42:02:363 [XCUITestDriver@0b37 (bce8649d)] Event 'xcodeDetailsRetrieved' logged at 1683884522363 (10:42:02 GMT+0100 (British Summer Time))
2023-05-12 09:42:02:364 [BaseDriver] Using local app '/Users/theo.king/myApp.app'
2023-05-12 09:42:02:364 [XCUITestDriver@0b37 (bce8649d)] Event 'appConfigured' logged at 1683884522364 (10:42:02 GMT+0100 (British Summer Time))
2023-05-12 09:42:02:364 [XCUITest] Checking whether app '/Users/theo.king/myApp.app' is actually present on file system
2023-05-12 09:42:02:364 [XCUITest] App is present
2023-05-12 09:42:02:365 [XCUITest] Getting bundle ID from app '/Users/theo.king/myApp.app': 'com.company.xxx.development'
2023-05-12 09:42:02:365 [XCUITestDriver@0b37 (bce8649d)] Event 'resetStarted' logged at 1683884522365 (10:42:02 GMT+0100 (British Summer Time))
2023-05-12 09:42:02:472 [simctl] Error running 'terminate': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
The operation couldn’t be completed. found nothing to terminate
found nothing to terminate
2023-05-12 09:42:02:472 [XCUITest] Reset: failed to terminate Simulator application with id "com.company.xxx.development"
2023-05-12 09:42:02:472 [XCUITest] Not scrubbing third party app in anticipation of uninstall
2023-05-12 09:42:02:472 [XCUITestDriver@0b37 (bce8649d)] Event 'resetComplete' logged at 1683884522472 (10:42:02 GMT+0100 (British Summer Time))
2023-05-12 09:42:02:472 [XCUITestDriver@0b37 (bce8649d)] Using WDA path: '/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2023-05-12 09:42:02:472 [XCUITestDriver@0b37 (bce8649d)] Using WDA agent: '/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2023-05-12 09:42:02:579 [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '814D6207-4523-4C51-83C7-F75B2F2D2122' using simctl
2023-05-12 09:42:02:778 [XCUITestDriver@0b37 (bce8649d)] Event 'logCaptureStarted' logged at 1683884522778 (10:42:02 GMT+0100 (British Summer Time))
2023-05-12 09:42:02:778 [XCUITestDriver@0b37 (bce8649d)] Setting up simulator
2023-05-12 09:42:02:778 [iOSSim] Setting preferences of 814D6207-4523-4C51-83C7-F75B2F2D2122 Simulator to {"ConnectHardwareKeyboard":false}
2023-05-12 09:42:02:778 [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false}
2023-05-12 09:42:03:114 [iOSSim] Updated 814D6207-4523-4C51-83C7-F75B2F2D2122 Simulator preferences at '/Users/theo.king/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false,"DevicePreferences":{"814D6207-4523-4C51-83C7-F75B2F2D2122":{"SimulatorExternalDisplay":2114,"ConnectHardwareKeyboard":false,"SimulatorWindowOrientation":"Portrait","SimulatorWindowGeometry":{"C9E679BB-64B1-4C7F-A9DC-41A512670974":{"WindowCenter":"{3087, 885}","WindowScale":0.8886597938144329},"A8BFBC1B-F5F5-4865-8828-8779553E61D5":{"WindowCenter":"{756, 476.5}","WindowScale":0.8886597938144329},"AA2F0C60-1EB2-44BC-A78F-601D37F450A6":{"WindowCenter":"{2421, 756.5}","WindowScale":0.8886597938144329}},"SimulatorWindowRotationAngle":0,"ChromeTint":""}}}
2023-05-12 09:42:03:250 [iOSSim] Got Simulator UI client PID: 6402
2023-05-12 09:42:03:250 [iOSSim] Both Simulator with UDID '814D6207-4523-4C51-83C7-F75B2F2D2122' and the UI client are currently running
2023-05-12 09:42:03:251 [XCUITestDriver@0b37 (bce8649d)] Event 'simStarted' logged at 1683884523251 (10:42:03 GMT+0100 (British Summer Time))
2023-05-12 09:42:03:251 [XCUITest] Verifying application platform
2023-05-12 09:42:03:252 [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2023-05-12 09:42:03:390 [XCUITest] Reset requested. Removing app with id 'com.company.xxx.development' from the device
2023-05-12 09:42:03:597 [XCUITest] Installing '/Users/theo.king/myApp.app' on Simulator with UUID '814D6207-4523-4C51-83C7-F75B2F2D2122'...
2023-05-12 09:42:03:706 [XCUITestDriver@0b37 (bce8649d)] Parsed BUILD_DIR configuration value: '/Users/theo.king/Library/Developer/Xcode/DerivedData/WebDriverAgent-gggtmlafefvmtncmhrpeaecupkbo/Build/Products'
2023-05-12 09:42:03:706 [XCUITestDriver@0b37 (bce8649d)] Got derived data root: '/Users/theo.king/Library/Developer/Xcode/DerivedData/WebDriverAgent-gggtmlafefvmtncmhrpeaecupkbo'
2023-05-12 09:42:05:841 [XCUITest] The app has been installed successfully.
2023-05-12 09:42:05:842 [XCUITestDriver@0b37 (bce8649d)] Event 'appInstalled' logged at 1683884525842 (10:42:05 GMT+0100 (British Summer Time))
2023-05-12 09:42:06:654 [XCUITestDriver@0b37 (bce8649d)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2023-05-12 09:42:06:654 [DevCon Factory] Requesting connection for device 814D6207-4523-4C51-83C7-F75B2F2D2122 on local port 8100
2023-05-12 09:42:06:654 [DevCon Factory] Cached connections count: 0
2023-05-12 09:42:06:654 [DevCon Factory] Successfully requested the connection for 814D6207-4523-4C51-83C7-F75B2F2D2122:8100
2023-05-12 09:42:06:654 [XCUITestDriver@0b37 (bce8649d)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2023-05-12 09:42:06:655 [WD Proxy] Matched '/status' to command name 'getStatus'
2023-05-12 09:42:06:655 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-05-12 09:42:06:661 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"16.2"},"ios":{"simulatorVersion":"16.2","ip":"192.168.1.85"},"ready":true,"build":{"upgradedAt":"1683817397750","time":"May 11 2023 16:27:54","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-05-12 09:42:06:662 [XCUITestDriver@0b37 (bce8649d)] Upgrade timestamp of the currently bundled WDA: 1683817397750
2023-05-12 09:42:06:662 [XCUITestDriver@0b37 (bce8649d)] Upgrade timestamp of the WDA on the device: 1683817397750
2023-05-12 09:42:06:662 [XCUITestDriver@0b37 (bce8649d)] 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.
2023-05-12 09:42:06:662 [XCUITestDriver@0b37 (bce8649d)] Trying to start WebDriverAgent 2 times with 10000ms interval
2023-05-12 09:42:06:662 [XCUITestDriver@0b37 (bce8649d)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2023-05-12 09:42:06:662 [XCUITestDriver@0b37 (bce8649d)] Event 'wdaStartAttempted' logged at 1683884526662 (10:42:06 GMT+0100 (British Summer Time))
2023-05-12 09:42:06:662 [XCUITestDriver@0b37 (bce8649d)] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
2023-05-12 09:42:06:663 [WD Proxy] Matched '/status' to command name 'getStatus'
2023-05-12 09:42:06:663 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-05-12 09:42:06:669 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"16.2"},"ios":{"simulatorVersion":"16.2","ip":"192.168.1.85"},"ready":true,"build":{"upgradedAt":"1683817397750","time":"May 11 2023 16:27:54","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-05-12 09:42:06:670 [XCUITestDriver@0b37 (bce8649d)] Event 'wdaSessionAttempted' logged at 1683884526670 (10:42:06 GMT+0100 (British Summer Time))
2023-05-12 09:42:06:670 [XCUITestDriver@0b37 (bce8649d)] Sending createSession command to WDA
2023-05-12 09:42:06:670 [XCUITestDriver@0b37 (bce8649d)] Matched '/session' to command name 'createSession'
2023-05-12 09:42:06:670 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.company.xxx.development","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":false,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
2023-05-12 09:42:09:099 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493","capabilities":{"device":"iphone","browserName":"debug app 👾","sdkVersion":"16.2","CFBundleIdentifier":"com.company.xxx.development"}},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:09:099 [XCUITestDriver@0b37 (bce8649d)] Determined the downstream protocol as 'W3C'
2023-05-12 09:42:09:099 [XCUITestDriver@0b37 (bce8649d)] Event 'wdaSessionStarted' logged at 1683884529099 (10:42:09 GMT+0100 (British Summer Time))
2023-05-12 09:42:09:099 [XCUITestDriver@0b37 (bce8649d)] Event 'wdaStarted' logged at 1683884529099 (10:42:09 GMT+0100 (British Summer Time))
2023-05-12 09:42:09:100 [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2023-05-12 09:42:09:100 [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2023-05-12 09:42:09:100 [AppiumDriver@657d] New XCUITestDriver session created successfully, session bce8649d-9ee9-4672-9d02-1e71417eca8c added to master session list
2023-05-12 09:42:09:100 [AppiumDriver@657d] Event 'newSessionStarted' logged at 1683884529100 (10:42:09 GMT+0100 (British Summer Time))
2023-05-12 09:42:09:105 [HTTP] --> POST /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/start_recording_screen
2023-05-12 09:42:09:105 [HTTP] {"options":{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800}}
2023-05-12 09:42:09:107 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.startRecordingScreen() with args: [{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:09:108 [AppiumDriver@657d] Plugins which can handle cmd 'startRecordingScreen': appium-dashboard
2023-05-12 09:42:09:108 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'startRecordingScreen'
2023-05-12 09:42:09:108 [AppiumDriver@657d] Executing default handling behavior for command 'startRecordingScreen'
2023-05-12 09:42:09:108 [XCUITestDriver@0b37 (bce8649d)] Executing command 'startRecordingScreen'
2023-05-12 09:42:09:108 [XCUITestDriver@0b37 (bce8649d)] Checking if there is/was a previous screen recording. Set 'forceRestart' option to 'true' if you'd like to skip this step.
2023-05-12 09:42:09:108 [XCUITestDriver@0b37 (bce8649d)] Screen recording is not running. There is nothing to stop.
2023-05-12 09:42:09:109 [DevCon Factory] Releasing connections for 814D6207-4523-4C51-83C7-F75B2F2D2122 device on 9100 port number
2023-05-12 09:42:09:109 [DevCon Factory] No cached connections have been found
2023-05-12 09:42:09:113 [XCUITestDriver@0b37 (bce8649d)] Matched '/appium/settings' to command name 'getSettings'
2023-05-12 09:42:09:113 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /appium/settings] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/appium/settings] with no body
2023-05-12 09:42:09:115 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":false,"elementResponseAttributes":"type,label","screenshotQuality":1,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:09:117 [DevCon Factory] Requesting connection for device 814D6207-4523-4C51-83C7-F75B2F2D2122 on local port 9100, device port 9100
2023-05-12 09:42:09:117 [DevCon Factory] Cached connections count: 1
2023-05-12 09:42:09:117 [DevCon Factory] Successfully requested the connection for 814D6207-4523-4C51-83C7-F75B2F2D2122:9100
2023-05-12 09:42:09:290 [ffmpeg] ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers
2023-05-12 09:42:09:290 [ffmpeg] built with Apple clang version 12.0.0 (clang-1200.0.32.27)
2023-05-12 09:42:09:290 [ffmpeg] configuration: --prefix=/Volumes/tempdisk/sw --extra-cflags=-fno-stack-check --arch=arm64 --cc=/usr/bin/clang --enable-gpl --enable-libopus --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libvpx --enable-libass --enable-libfreetype --enable-libtheora --enable-libvorbis --enable-libsnappy --enable-libaom --enable-libvidstab --enable-version3 --pkg-config-flags=--static --disable-ffplay --enable-postproc --enable-nonfree --enable-neon --enable-runtime-cpudetect --disable-indev=qtkit --disable-indev=x11grab_xcb
2023-05-12 09:42:09:290 [ffmpeg]
2023-05-12 09:42:09:291 [ffmpeg] libavutil 56. 70.100 / 56. 70.100
2023-05-12 09:42:09:291 [ffmpeg] libavcodec 58.134.100 / 58.134.100
2023-05-12 09:42:09:291 [ffmpeg] libavformat 58. 76.100 / 58. 76.100
2023-05-12 09:42:09:291 [ffmpeg] libavdevice 58. 13.100 / 58. 13.100
2023-05-12 09:42:09:291 [ffmpeg] libavfilter 7.110.100 / 7.110.100
2023-05-12 09:42:09:291 [ffmpeg] libswscale 5. 9.100 / 5. 9.100
2023-05-12 09:42:09:291 [ffmpeg] libswresample 3. 9.100 / 3. 9.100
2023-05-12 09:42:09:291 [ffmpeg] libpostproc 55. 9.100 / 55. 9.100
2023-05-12 09:42:09:291 [ffmpeg]
2023-05-12 09:42:09:498 [ffmpeg] Input #0, mjpeg, from 'http://127.0.0.1:9100':
2023-05-12 09:42:09:498 [ffmpeg] Duration: N/A, bitrate: N/A
2023-05-12 09:42:09:498 [ffmpeg] Stream #0:0: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 1284x2778 [SAR 72:72 DAR 214:463], 10 tbr,
2023-05-12 09:42:09:499 [ffmpeg] 1200k tbn, 10 tbc
2023-05-12 09:42:09:499 [ffmpeg] Stream mapping:
2023-05-12 09:42:09:499 [ffmpeg] Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))
2023-05-12 09:42:09:499 [ffmpeg] Press [q] to stop, [?] for help
2023-05-12 09:42:09:499 [ffmpeg]
2023-05-12 09:42:09:507 [ffmpeg] [swscaler @ 0x128008000] deprecated pixel format used, make sure you did set range correctly
2023-05-12 09:42:09:508 [ffmpeg]
2023-05-12 09:42:09:518 [ffmpeg] [libx264 @ 0x13300ac00] using SAR=963/3704
2023-05-12 09:42:09:518 [ffmpeg]
2023-05-12 09:42:09:518 [ffmpeg] [libx264 @ 0x13300ac00] using cpu capabilities: ARMv8 NEON
2023-05-12 09:42:09:518 [ffmpeg]
2023-05-12 09:42:09:520 [ffmpeg] [libx264 @ 0x13300ac00] profile High, level 3.1, 4:2:0, 8-bit
2023-05-12 09:42:09:520 [ffmpeg]
2023-05-12 09:42:09:520 [ffmpeg] [libx264 @ 0x13300ac00] 264 - core 161 - H.264/MPEG-4 AVC codec - Copyleft 2003-2020 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=10 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
2023-05-12 09:42:09:520 [ffmpeg] Output #0, mp4, to '/var/folders/vm/34z4z_pd08l8v8_f0mrws9fh0000gp/T/2023412-51564-1jvsrkv.8i5rj/appium_26a92f.mp4':
2023-05-12 09:42:09:520 [ffmpeg] Metadata:
2023-05-12 09:42:09:520 [ffmpeg] encoder : Lavf58.76.100
2023-05-12 09:42:09:520 [ffmpeg] Stream #0:0: Video: h264 (avc1 / 0x31637661), yuvj420p(pc, bt470bg/unknown/unknown, progressive), 1280x720 [SAR 963:3704 DAR 214:463], q=2-31, 10 fps, 10240 tbn
2023-05-12 09:42:09:520 [ffmpeg] Metadata:
2023-05-12 09:42:09:520 [ffmpeg] encoder : Lavc58.134.100 libx264
2023-05-12 09:42:09:520 [ffmpeg] Side data:
2023-05-12 09:42:09:520 [ffmpeg] cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
2023-05-12 09:42:09:520 [ffmpeg]
2023-05-12 09:42:09:724 [XCUITestDriver@0b37 (bce8649d)] Starting screen capture on the device '814D6207-4523-4C51-83C7-F75B2F2D2122' with command: 'ffmpeg -f mjpeg -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 1801 -r 10 -i http://127.0.0.1:9100 -vf scale=1280:720 -vcodec libx264 -y /var/folders/vm/34z4z_pd08l8v8_f0mrws9fh0000gp/T/2023412-51564-1jvsrkv.8i5rj/appium_26a92f.mp4'. Will timeout in 1800000ms
2023-05-12 09:42:09:725 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.startRecordingScreen() result: ""
2023-05-12 09:42:09:725 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/start_recording_screen 200 620 ms - 12
2023-05-12 09:42:09:725 [HTTP]
2023-05-12 09:42:09:733 [AppiumDriver@657d] Promoting 1 sessionless plugins to be attached to session ID bce8649d-9ee9-4672-9d02-1e71417eca8c
2023-05-12 09:42:09:733 [XCUITestDriver@0b37 (bce8649d)] Cached the protocol value 'W3C' for the new session bce8649d-9ee9-4672-9d02-1e71417eca8c
2023-05-12 09:42:09:733 [XCUITestDriver@0b37 (bce8649d)] 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":"16.2","deviceName":"iPhone 14 Plus","app":"/Users/theo.king/myApp.app","newCommandTimeout":10,"autoGrantPermissions":"false","automationName":"XCUITest","useNativeCachingStrategy":false,"clearDeviceLogsOnStart":true,"nativeWebScreenshot":true,"udid":"814D6207-4523-4C51-83C7-F75B2F2D2122"}}
2023-05-12 09:42:09:733 [HTTP] <-- POST /wd/hub/session 200 7594 ms - 611
2023-05-12 09:42:09:734 [HTTP]
2023-05-12 09:42:09:738 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:09:738 [HTTP] {"using":"-ios predicate string","value":"label == 'Allow App to use your app and website activity?'"}
2023-05-12 09:42:09:739 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label == 'Allow App to use your app and website activity?'","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:09:739 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:09:739 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:09:988 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:09:988 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:09:988 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:09:988 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:09:989 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:09:990 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"predicate string","value":"label == 'Allow App to use your app and website activity?'"}
2023-05-12 09:42:10:035 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"0A000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:10:038 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-5FCA-000000000000","ELEMENT":"0A000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:10:039 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 300 ms - 137
2023-05-12 09:42:10:039 [HTTP]
2023-05-12 09:42:11:067 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:11:067 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeButton[`label == \"NEXT\"`]"}
2023-05-12 09:42:11:070 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeButton[`label == \"NEXT\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:11:070 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:11:071 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:11:071 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:11:071 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:11:071 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:11:071 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:11:072 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:11:072 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class chain","value":"**/XCUIElementTypeButton[`label == \"NEXT\"`]"}
2023-05-12 09:42:11:133 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:11:135 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-5FCA-000000000000","ELEMENT":"0C000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:11:135 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 69 ms - 137
2023-05-12 09:42:11:135 [HTTP]
2023-05-12 09:42:11:137 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCA-000000000000/click
2023-05-12 09:42:11:137 [HTTP] {"id":"0C000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:11:138 [XCUITestDriver@0b37 (bce8649d)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:42:11:138 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.click() with args: ["0C000000-0000-0000-5FCA-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:11:138 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:42:11:138 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:42:11:138 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:42:11:142 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCA-000000000000/click
2023-05-12 09:42:11:143 [XCUITestDriver@0b37 (bce8649d)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCA-000000000000/click' to command name 'click'
2023-05-12 09:42:11:143 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCA-000000000000/click] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element/0C000000-0000-0000-5FCA-000000000000/click] with body: {"id":"0C000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:11:721 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:11:730 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:42:11:730 [HTTP] {}
2023-05-12 09:42:11:731 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:11:731 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:42:11:731 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:42:11:731 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:42:11:731 [XCUITestDriver@0b37 (bce8649d)] Executing command 'getScreenshot'
2023-05-12 09:42:11:731 [XCUITestDriver@0b37 (bce8649d)] Taking screenshot with WDA
2023-05-12 09:42:11:732 [XCUITestDriver@0b37 (bce8649d)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:42:11:732 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/screenshot] with no body
2023-05-12 09:42:11:874 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AEUCOI1uFcwAAQABJREFUeAHsvXubJVWR/d/37uquvuG8tRkE/Y6KMIIKghdAHUXwNqIgCl4AB8XL/N6JdNPdvqX6xcrMlbkyMnbmzjx5Tp2q2n/EE7Fj78yqPmejT32eFRHnzv/Hp0fFymdQ7kC5A+UOlDtw0u/Aucc/PVI7/9n7R7BzT8TGffoLT3x6NGpP3ju6IHbuSft5Yuc/9+CoNvu5nxP7/CdH5wO78Hn7eWr/z96fsIv/ef/ogrPzdpZ2zt4P4xren0+tL37h06PKvnj/6KLalywvdsH2NjF915L4/FP232hjF75sn/WX/9mzC09/cqR28Zl7RzTmua78V+zfG9il/7p/NGb6Dpy7/JVPj648+6BnzMHTLj376ZG3y889OKJd+aqdfc7et8DwrLdLX7OfZ3bxq/bvnDCevfx1+31as9/n67Vd+pp9Jo1d/Kp9rmZX7J1X7f3e+MyV5+0z6dl9W3d2+QX7WT2zf/sLy+3KN+wzMLv64oOk8Qy9nr3ykv2+jV1+0d4lax9f/ebDo6vftJ+1gV3+ln22gV35tv0eZle/Y+8P7Mq37TMU82euvGzfjZjf1/W1lx8c0Q5e+fQIdv3l+z27ZmvY1Vfs58p7r7366dGofdeeM7v66r2eIVfl4b9n71hoB/Zcz/77/tHBiF3/gf3bxNqz339wdNDY9f9+eOTtxg8eHR3+8F9H1197eHTwQztrds3e4+3qD+37Erv2mp0Tu/Ij+17FDn5k7+uZ/Xt+NG3X7QzsxusPenb9DfveNrAbP7Z3ium7NM/4wM727Cf2+Ytd/6n9ngv...
2023-05-12 09:42:11:879 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AEUCOI1uFcwAAQABJREFUeAHsvXubJVWR/d/37uquvuG8tRkE/Y6KMIIKghdAHUXwNqIgCl4AB8XL/N6JdNPdvqX6xcrMlbkyMnbmzjx5Tp2q2n/EE7Fj78yqPmejT32eFRHnzv/Hp0fFymdQ7kC5A+UOlDtw0u/Aucc/PVI7/9n7R7BzT8TGffoLT3x6NGpP3ju6IHbuSft5Yuc/9+CoNvu5nxP7/CdH5wO78Hn7eWr/z96fsIv/ef/ogrPzdpZ2zt4P4xren0+tL37h06PKvnj/6KLalywvdsH2NjF915L4/FP232hjF75sn/WX/9mzC09/cqR28Zl7RzTmua78V+zfG9il/7p/NGb6Dpy7/JVPj648+6BnzMHTLj376ZG3y889OKJd+aqdfc7et8DwrLdLX7OfZ3bxq/bvnDCevfx1+31as9/n67Vd+pp9Jo1d/Kp9rmZX7J1X7f3e+MyV5+0z6dl9W3d2+QX7WT2zf/sLy+3KN+wzMLv64oOk8Qy9nr3ykv2+jV1+0d4lax9f/ebDo6vftJ+1gV3+ln22gV35tv0eZle/Y+8P7Mq37TMU82euvGzfjZjf1/W1lx8c0Q5e+fQIdv3l+z27ZmvY1Vfs58p7r7366dGofdeeM7v66r2eIVfl4b9n71hoB/Zcz/77/tHBiF3/gf3bxNqz339wdNDY9f9+eOTtxg8eHR3+8F9H1197eHTwQztrds3e4+3qD+37Erv2mp0Tu/Ij+17FDn5k7+uZ/Xt+NG3X7QzsxusPenb9DfveNrAbP7Z3ium7NM/4wM727Cf2+Ytd/6n9ngvswJ5Ru/6z...
2023-05-12 09:42:11:893 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 156 ms - 1789008
2023-05-12 09:42:11:893 [HTTP]
2023-05-12 09:42:11:894 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.click() result: null
2023-05-12 09:42:11:894 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCA-000000000000/click 200 757 ms - 14
2023-05-12 09:42:11:894 [HTTP]
2023-05-12 09:42:11:898 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text
2023-05-12 09:42:11:898 [HTTP] {}
2023-05-12 09:42:11:900 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.getAlertText() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:11:900 [AppiumDriver@657d] Plugins which can handle cmd 'getAlertText': appium-dashboard
2023-05-12 09:42:11:900 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAlertText'
2023-05-12 09:42:11:900 [AppiumDriver@657d] Executing default handling behavior for command 'getAlertText'
2023-05-12 09:42:11:900 [XCUITestDriver@0b37 (bce8649d)] Executing command 'getAlertText'
2023-05-12 09:42:11:901 [XCUITestDriver@0b37 (bce8649d)] Matched '/alert/text' to command name 'getAlertText'
2023-05-12 09:42:11:901 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/alert/text] with no body
2023-05-12 09:42:11:981 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":"Allow “debug app 👾” to track your activity across other companies’ apps and websites?\nThis will allow us to give you a better ads experience","sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:11:983 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.getAlertText() result: "Allow “debug app 👾” to track your activity across other companies’ apps and websites?\nThis will allow us to give you a better ads experience"
2023-05-12 09:42:11:984 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text 200 86 ms - 166
2023-05-12 09:42:11:984 [HTTP]
2023-05-12 09:42:11:986 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/accept
2023-05-12 09:42:11:986 [HTTP] {}
2023-05-12 09:42:11:987 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.postAcceptAlert() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:11:987 [AppiumDriver@657d] Plugins which can handle cmd 'postAcceptAlert': appium-dashboard
2023-05-12 09:42:11:987 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'postAcceptAlert'
2023-05-12 09:42:11:988 [AppiumDriver@657d] Executing default handling behavior for command 'postAcceptAlert'
2023-05-12 09:42:11:988 [XCUITestDriver@0b37 (bce8649d)] Executing command 'postAcceptAlert'
2023-05-12 09:42:11:989 [XCUITestDriver@0b37 (bce8649d)] Matched '/alert/accept' to command name 'postAcceptAlert'
2023-05-12 09:42:11:989 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /alert/accept] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/alert/accept] with body: {}
2023-05-12 09:42:12:640 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:12:643 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.postAcceptAlert() result: null
2023-05-12 09:42:12:643 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/accept 200 658 ms - 14
2023-05-12 09:42:12:643 [HTTP]
2023-05-12 09:42:12:646 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:12:646 [HTTP] {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:42:12:646 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","We use cookies on our site","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:12:646 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:12:646 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:12:646 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:12:646 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:12:646 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:12:646 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:12:646 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:12:646 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:42:12:661 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'We use cookies on our site'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x00000...
2023-05-12 09:42:12:661 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:12:665 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:12:665 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:12:665 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:12:665 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:12:665 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:12:665 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:12:665 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:12:666 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 20 ms - 1140
2023-05-12 09:42:12:666 [HTTP]
2023-05-12 09:42:13:175 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:13:175 [HTTP] {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:42:13:177 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","We use cookies on our site","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:13:177 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:13:177 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:13:177 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:13:177 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:13:177 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:13:178 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:13:178 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:13:178 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:42:13:303 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"0D000000-0000-0000-83CA-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-83CA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:13:305 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-83CA-000000000000","ELEMENT":"0D000000-0000-0000-83CA-000000000000"}
2023-05-12 09:42:13:306 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 131 ms - 137
2023-05-12 09:42:13:306 [HTTP]
2023-05-12 09:42:13:307 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:13:308 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:42:13:308 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:13:308 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:13:308 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:13:308 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:13:308 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:13:308 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:13:308 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:13:308 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:13:308 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:42:13:426 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-83CA-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-83CA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:13:430 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-83CA-000000000000","ELEMENT":"0C000000-0000-0000-83CA-000000000000"}
2023-05-12 09:42:13:430 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 123 ms - 137
2023-05-12 09:42:13:430 [HTTP]
2023-05-12 09:42:13:434 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:13:434 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:42:13:434 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:13:434 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:13:434 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:13:434 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:13:434 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:13:434 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:13:434 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:13:434 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:13:435 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:42:13:552 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-83CA-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-83CA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:13:554 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-83CA-000000000000","ELEMENT":"0C000000-0000-0000-83CA-000000000000"}
2023-05-12 09:42:13:554 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 121 ms - 137
2023-05-12 09:42:13:554 [HTTP]
2023-05-12 09:42:13:557 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-83CA-000000000000/click
2023-05-12 09:42:13:557 [HTTP] {"id":"0C000000-0000-0000-83CA-000000000000"}
2023-05-12 09:42:13:557 [XCUITestDriver@0b37 (bce8649d)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:42:13:557 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.click() with args: ["0C000000-0000-0000-83CA-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:13:557 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:42:13:557 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:42:13:557 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:42:13:557 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-83CA-000000000000/click
2023-05-12 09:42:13:558 [XCUITestDriver@0b37 (bce8649d)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-83CA-000000000000/click' to command name 'click'
2023-05-12 09:42:13:558 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-83CA-000000000000/click] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element/0C000000-0000-0000-83CA-000000000000/click] with body: {"id":"0C000000-0000-0000-83CA-000000000000"}
2023-05-12 09:42:13:924 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:13:925 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:42:13:925 [HTTP] {}
2023-05-12 09:42:13:926 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:13:926 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:42:13:926 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:42:13:926 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:42:13:926 [XCUITestDriver@0b37 (bce8649d)] Executing command 'getScreenshot'
2023-05-12 09:42:13:926 [XCUITestDriver@0b37 (bce8649d)] Taking screenshot with WDA
2023-05-12 09:42:13:926 [XCUITestDriver@0b37 (bce8649d)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:42:13:926 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/screenshot] with no body
2023-05-12 09:42:13:988 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AATZjmKNmtgAAQABJREFUeAHs2EEBAAAIAjH7l8YgNxsweXFzBAgQIECAAAECBAgQIECAAAECBAhkBC6TVFACBAgQIECAAAECBAgQIECAAAECBGYQVAICBAgQIECAAAECBAgQIECAAAECIQGDYOjZohIgQIAAAQIECBAgQIAAAQIECBAwCOoAAQIECBAgQIAAAQIECBAgQIAAgZCAQTD0bFEJECBAgAABAgQIECBAgAABAgQIGAR1gAABAgQIECBAgAABAgQIECBAgEBIwCAYeraoBAgQIECAAAECBAgQIECAAAECBAyCOkCAAAECBAgQIECAAAECBAgQIEAgJGAQDD1bVAIECBAgQIAAAQIECBAgQIAAAQIGQR0gQIAAAQIECBAgQIAAAQIECBAgEBIwCIaeLSoBAgQIECBAgAABAgQIECBAgAABg6AOECBAgAABAgQIECBAgAABAgQIEAgJGARDzxaVAAECBAgQIECAAAECBAgQIECAgEFQBwgQIECAAAECBAgQIECAAAECBAiEBAyCoWeLSoAAAQIECBAgQIAAAQIECBAgQMAgqAMECBAgQIAAAQIECBAgQIAAAQIEQgIGwdCzRSVAgAABAgQIECBAgAABAgQIECBgENQBAgQIECBAgAABAgQIECBAgAABAiEBg2Do2aISIECAAAECBAgQIECAAAECBAgQMAjqAAECBAgQIECAAAECBAgQIECAAIGQgEEw9GxRCRAgQIAAAQIECBAgQIAAAQIECBgEdYAAAQIECBAgQIAAAQIECBAgQIBASMAgGHq2qAQIECBAgAABAgQ...
2023-05-12 09:42:13:989 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AATZjmKNmtgAAQABJREFUeAHs2EEBAAAIAjH7l8YgNxsweXFzBAgQIECAAAECBAgQIECAAAECBAhkBC6TVFACBAgQIECAAAECBAgQIECAAAECBGYQVAICBAgQIECAAAECBAgQIECAAAECIQGDYOjZohIgQIAAAQIECBAgQIAAAQIECBAwCOoAAQIECBAgQIAAAQIECBAgQIAAgZCAQTD0bFEJECBAgAABAgQIECBAgAABAgQIGAR1gAABAgQIECBAgAABAgQIECBAgEBIwCAYeraoBAgQIECAAAECBAgQIECAAAECBAyCOkCAAAECBAgQIECAAAECBAgQIEAgJGAQDD1bVAIECBAgQIAAAQIECBAgQIAAAQIGQR0gQIAAAQIECBAgQIAAAQIECBAgEBIwCIaeLSoBAgQIECBAgAABAgQIECBAgAABg6AOECBAgAABAgQIECBAgAABAgQIEAgJGARDzxaVAAECBAgQIECAAAECBAgQIECAgEFQBwgQIECAAAECBAgQIECAAAECBAiEBAyCoWeLSoAAAQIECBAgQIAAAQIECBAgQMAgqAMECBAgQIAAAQIECBAgQIAAAQIEQgIGwdCzRSVAgAABAgQIECBAgAABAgQIECBgENQBAgQIECBAgAABAgQIECBAgAABAiEBg2Do2aISIECAAAECBAgQIECAAAECBAgQMAjqAAECBAgQIECAAAECBAgQIECAAIGQgEEw9GxRCRAgQIAAAQIECBAgQIAAAQIECBgEdYAAAQIECBAgQIAAAQIECBAgQIBASMAgGHq2qAQIECBAgAABAgQIECBAgAAB...
2023-05-12 09:42:13:991 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 65 ms - 249392
2023-05-12 09:42:13:991 [HTTP]
2023-05-12 09:42:13:995 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.click() result: null
2023-05-12 09:42:13:996 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-83CA-000000000000/click 200 439 ms - 14
2023-05-12 09:42:13:996 [HTTP]
2023-05-12 09:42:14:000 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:14:001 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:42:14:001 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:14:001 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:14:001 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:14:002 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:14:002 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:14:002 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:14:002 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:14:002 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:14:002 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:42:14:113 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'ACCEPT'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _dispatc...
2023-05-12 09:42:14:114 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:14:116 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:14:116 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:14:116 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:14:116 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:14:116 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:14:116 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:14:116 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:14:117 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 116 ms - 1140
2023-05-12 09:42:14:117 [HTTP]
2023-05-12 09:42:14:620 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:14:620 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:42:14:621 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:14:621 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:14:621 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:14:621 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:14:621 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:14:621 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:14:621 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:14:621 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:14:622 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:42:14:656 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'ACCEPT'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _dispatc...
2023-05-12 09:42:14:656 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:14:658 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:14:658 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:14:658 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:14:658 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:14:658 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:14:658 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:14:658 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:14:658 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 38 ms - 1140
2023-05-12 09:42:14:658 [HTTP]
2023-05-12 09:42:15:167 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:15:167 [HTTP] {"using":"name","value":"Live Radio & Catch Up"}
2023-05-12 09:42:15:168 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","Live Radio & Catch Up","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:15:168 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:15:168 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:15:169 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:15:169 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:15:169 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:15:169 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:15:170 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:15:170 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"Live Radio & Catch Up"}
2023-05-12 09:42:15:263 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"3E000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"3E000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:15:266 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"3E000000-0000-0000-5FCA-000000000000","ELEMENT":"3E000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:15:267 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 99 ms - 137
2023-05-12 09:42:15:267 [HTTP]
2023-05-12 09:42:15:268 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:15:268 [HTTP] {"using":"name","value":"GET STARTED"}
2023-05-12 09:42:15:269 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","GET STARTED","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:15:269 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:15:269 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:15:269 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:15:269 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:15:269 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:15:269 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:15:270 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:15:270 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"GET STARTED"}
2023-05-12 09:42:15:350 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"2C000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:15:352 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2C000000-0000-0000-5FCA-000000000000","ELEMENT":"2C000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:15:352 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 84 ms - 137
2023-05-12 09:42:15:352 [HTTP]
2023-05-12 09:42:15:354 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2C000000-0000-0000-5FCA-000000000000/click
2023-05-12 09:42:15:354 [HTTP] {"id":"2C000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:15:354 [XCUITestDriver@0b37 (bce8649d)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:42:15:354 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.click() with args: ["2C000000-0000-0000-5FCA-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:15:354 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:42:15:354 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:42:15:354 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:42:15:355 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2C000000-0000-0000-5FCA-000000000000/click
2023-05-12 09:42:15:355 [XCUITestDriver@0b37 (bce8649d)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2C000000-0000-0000-5FCA-000000000000/click' to command name 'click'
2023-05-12 09:42:15:355 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2C000000-0000-0000-5FCA-000000000000/click] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element/2C000000-0000-0000-5FCA-000000000000/click] with body: {"id":"2C000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:15:695 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:15:697 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:42:15:697 [HTTP] {}
2023-05-12 09:42:15:697 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:15:697 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:42:15:697 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:42:15:697 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:42:15:698 [XCUITestDriver@0b37 (bce8649d)] Executing command 'getScreenshot'
2023-05-12 09:42:15:698 [XCUITestDriver@0b37 (bce8649d)] Taking screenshot with WDA
2023-05-12 09:42:15:698 [XCUITestDriver@0b37 (bce8649d)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:42:15:698 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/screenshot] with no body
2023-05-12 09:42:15:800 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABzMwEzvuDwAAQABJREFUeAHsnQmcFdWV/1+vrCIgSIyIyCLSe79+vUFDNzvuWTUxRmPGTBbHJGribqTp93qHTDKamYyJZpuEmEwymX/MpklMMhqNGte4oqCCCyiyKwqc/+93q09TPF8Vvbymofu8z6e4VbfuvefeU6fr0d8+555IWes7YofpwGxgsNrAHvz875HStl1SxgPvgxiPlj2yuPFZ2Sgie2UPDt/HXexBBQ/7mAZMA6YB04BpwDRgGjANmAZMA6YB04BpwDRwuGkgYiBosIIgW7fZPm3AgODh9tK2+ZoGTAOmAdOAacA0YBowDZgGTAOmAdOAaaC3GjAgaB6S5iE6qG3AgGBvX6LW3zRgGjANmAZMA6YB04BpwDRgGjANmAZMA4ebBgwIDmoYZF6C5iVoQPBwe2nbfE0DpgHTgGnANGAaMA2YBkwDpgHTgGnANNBbDRgQNCBoHoKD2gYMCPb2JWr9TQOmAdOAacA0YBowDZgGTAOmAdOAacA0cLhpwIDgoIZB5iFoHoIGBA+3l7bN1zRgGjANmAZMA6YB04BpwDRgGjANmAZMA73VgAFBA4LmITiobcCAYG9fotbfNGAaMA2YBkwDpgHTgGnANGAaMA2YBkwDh5sGDAgOahhkHoLmIWhA8HB7adt8TQOmAdOAacA0YBowDZgGTAOmAdOAacA00FsNGBA0IGgegoPaBgwI9vYlav1NA6YB04BpwDRgGjANmAZMA6YB04BpwDRwuGnAgOCghkHmIWgeggYED7eXts3XNGAaMA2YBkwDpgHTgGnANGAaMA2YBkwDvdW...
2023-05-12 09:42:15:805 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABzMwEzvuDwAAQABJREFUeAHsnQmcFdWV/1+vrCIgSIyIyCLSe79+vUFDNzvuWTUxRmPGTBbHJGribqTp93qHTDKamYyJZpuEmEwymX/MpklMMhqNGte4oqCCCyiyKwqc/+93q09TPF8Vvbymofu8z6e4VbfuvefeU6fr0d8+555IWes7YofpwGxgsNrAHvz875HStl1SxgPvgxiPlj2yuPFZ2Sgie2UPDt/HXexBBQ/7mAZMA6YB04BpwDRgGjANmAZMA6YB04BpwDRwuGkgYiBosIIgW7fZPm3AgODh9tK2+ZoGTAOmAdOAacA0YBowDZgGTAOmAdOAaaC3GjAgaB6S5iE6qG3AgGBvX6LW3zRgGjANmAZMA6YB04BpwDRgGjANmAZMA4ebBgwIDmoYZF6C5iVoQPBwe2nbfE0DpgHTgGnANGAaMA2YBkwDpgHTgGnANNBbDRgQNCBoHoKD2gYMCPb2JWr9TQOmAdOAacA0YBowDZgGTAOmAdOAacA0cLhpwIDgoIZB5iFoHoIGBA+3l7bN1zRgGjANmAZMA6YB04BpwDRgGjANmAZMA73VgAFBA4LmITiobcCAYG9fotbfNGAaMA2YBkwDpgHTgGnANGAaMA2YBkwDh5sGDAgOahhkHoLmIWhA8HB7adt8TQOmAdOAacA0YBowDZgGTAOmAdOAacA00FsNGBA0IGgegoPaBgwI9vYlav1NA6YB04BpwDRgGjANmAZMA6YB04BpwDRwuGnAgOCghkHmIWgeggYED7eXts3XNGAaMA2YBkwDpgHTgGnANGAaMA2YBkwDvdWAAUEDguYh...
2023-05-12 09:42:15:810 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 112 ms - 941056
2023-05-12 09:42:15:810 [HTTP]
2023-05-12 09:42:15:814 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.click() result: null
2023-05-12 09:42:15:814 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2C000000-0000-0000-5FCA-000000000000/click 200 460 ms - 14
2023-05-12 09:42:15:814 [HTTP]
2023-05-12 09:42:15:816 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:15:816 [HTTP] {"using":"name","value":"FIND YOUR LOCAL STATION"}
2023-05-12 09:42:15:816 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","FIND YOUR LOCAL STATION","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:15:816 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:15:816 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:15:816 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:15:816 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:15:816 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:15:816 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:15:817 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:15:817 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"FIND YOUR LOCAL STATION"}
2023-05-12 09:42:15:867 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"48000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"48000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:15:870 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"48000000-0000-0000-5FCA-000000000000","ELEMENT":"48000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:15:870 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 54 ms - 137
2023-05-12 09:42:15:870 [HTTP]
2023-05-12 09:42:15:872 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:15:872 [HTTP] {"using":"name","value":"To localise your station, please tell us where you are."}
2023-05-12 09:42:15:872 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","To localise your station, please tell us where you are.","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:15:872 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:15:872 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:15:872 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:15:872 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:15:872 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:15:872 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:15:872 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:15:872 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"To localise your station, please tell us where you are."}
2023-05-12 09:42:15:922 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"4A000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"4A000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:15:924 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4A000000-0000-0000-5FCA-000000000000","ELEMENT":"4A000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:15:924 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 52 ms - 137
2023-05-12 09:42:15:924 [HTTP]
2023-05-12 09:42:15:926 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:15:926 [HTTP] {"using":"name","value":"Find my local station"}
2023-05-12 09:42:15:926 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","Find my local station","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:15:926 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:15:926 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:15:926 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:15:926 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:15:926 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:15:927 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:15:927 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:15:927 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"Find my local station"}
2023-05-12 09:42:15:977 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"4B000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"4B000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:15:979 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4B000000-0000-0000-5FCA-000000000000","ELEMENT":"4B000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:15:979 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 53 ms - 137
2023-05-12 09:42:15:979 [HTTP]
2023-05-12 09:42:15:981 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCA-000000000000/click
2023-05-12 09:42:15:981 [HTTP] {"id":"4B000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:15:981 [XCUITestDriver@0b37 (bce8649d)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:42:15:981 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.click() with args: ["4B000000-0000-0000-5FCA-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:15:981 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:42:15:981 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:42:15:981 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:42:15:982 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCA-000000000000/click
2023-05-12 09:42:15:982 [XCUITestDriver@0b37 (bce8649d)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCA-000000000000/click' to command name 'click'
2023-05-12 09:42:15:982 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCA-000000000000/click] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element/4B000000-0000-0000-5FCA-000000000000/click] with body: {"id":"4B000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:16:308 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:16:312 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:42:16:312 [HTTP] {}
2023-05-12 09:42:16:312 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:16:312 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:42:16:312 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:42:16:312 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:42:16:312 [XCUITestDriver@0b37 (bce8649d)] Executing command 'getScreenshot'
2023-05-12 09:42:16:312 [XCUITestDriver@0b37 (bce8649d)] Taking screenshot with WDA
2023-05-12 09:42:16:312 [XCUITestDriver@0b37 (bce8649d)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:42:16:313 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/screenshot] with no body
2023-05-12 09:42:16:396 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABfKm2zLqHwAAQABJREFUeAHsnee3LEFVtzErmDDrEgVFMSuKYamIGDCgKCZUkgEDJhQUUSSZSCqgSFRABTGAmFAUUUQwEMVAMKPLv2Pe+zTv71h331PVfWZ67jn39POh1+6q2rV3hadrpnb39NzkX//1X3cejoEMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMbIOBmzjR25ho59l5lgEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZgAEDgj4h6ROiMiADMiADMiADMiADMiADMiADMiADMiADG2LAgOCGJtu7AN4FkAEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZMCBoQNA7ADIgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAxtiwIDghibbOwDeAZABGZABGZABGZABGZABGZABGZABGZABGTAgaEDQOwAyIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMbYsCA4IYm2zsA3gGQARmQARmQARmQARmQARmQARmQARmQARkwIGhA0DsAMiADMiADMiADMiADMiADMiADMiADMiADG2LAgOCGJts7AN4BkAEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZMCBoQNA7ADIgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAxtiwIDghibbOwDeAZABGZABGZABGZABGZABGZABGZABGZABGTAgaEDQOwAyIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMbYsCA4IYm2zsA3gGQARmQARmQARmQARmQARmQARmQARmQARkwIGhA0DsAMiADMiADMiADMiADMiADMiADMiA...
2023-05-12 09:42:16:399 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABfKm2zLqHwAAQABJREFUeAHsnee3LEFVtzErmDDrEgVFMSuKYamIGDCgKCZUkgEDJhQUUSSZSCqgSFRABTGAmFAUUUQwEMVAMKPLv2Pe+zTv71h331PVfWZ67jn39POh1+6q2rV3hadrpnb39NzkX//1X3cejoEMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMbIOBmzjR25ho59l5lgEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZgAEDgj4h6ROiMiADMiADMiADMiADMiADMiADMiADMiADG2LAgOCGJtu7AN4FkAEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZMCBoQNA7ADIgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAxtiwIDghibbOwDeAZABGZABGZABGZABGZABGZABGZABGZABGTAgaEDQOwAyIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMbYsCA4IYm2zsA3gGQARmQARmQARmQARmQARmQARmQARmQARkwIGhA0DsAMiADMiADMiADMiADMiADMiADMiADMiADG2LAgOCGJts7AN4BkAEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZMCBoQNA7ADIgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAxtiwIDghibbOwDeAZABGZABGZABGZABGZABGZABGZABGZABGTAgaEDQOwAyIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMbYsCA4IYm2zsA3gGQARmQARmQARmQARmQARmQARmQARmQARkwIGhA0DsAMiADMiADMiADMiADMiADMiADMiADMiADG2LA...
2023-05-12 09:42:16:411 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 91 ms - 1079484
2023-05-12 09:42:16:411 [HTTP]
2023-05-12 09:42:16:414 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.click() result: null
2023-05-12 09:42:16:414 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCA-000000000000/click 200 433 ms - 14
2023-05-12 09:42:16:414 [HTTP]
2023-05-12 09:42:16:418 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:16:418 [HTTP] {"using":"name","value":"This is used to stream your local radio stations"}
2023-05-12 09:42:16:418 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","This is used to stream your local radio stations","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:16:418 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:16:418 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:16:418 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:16:418 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:16:418 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:16:418 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:16:419 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:16:419 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"This is used to stream your local radio stations"}
2023-05-12 09:42:16:694 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"1E370000-0000-0000-1019-000000000000","element-6066-11e4-a52e-4f735466cecf":"1E370000-0000-0000-1019-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:16:696 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1E370000-0000-0000-1019-000000000000","ELEMENT":"1E370000-0000-0000-1019-000000000000"}
2023-05-12 09:42:16:696 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 279 ms - 137
2023-05-12 09:42:16:696 [HTTP]
2023-05-12 09:42:16:698 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings
2023-05-12 09:42:16:698 [HTTP] {"settings":{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:42:16:698 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.updateSettings() with args: [{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:16:699 [AppiumDriver@657d] Plugins which can handle cmd 'updateSettings': appium-dashboard
2023-05-12 09:42:16:699 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'updateSettings'
2023-05-12 09:42:16:699 [AppiumDriver@657d] Executing default handling behavior for command 'updateSettings'
2023-05-12 09:42:16:699 [XCUITestDriver@0b37 (bce8649d)] Executing command 'updateSettings'
2023-05-12 09:42:16:701 [XCUITestDriver@0b37 (bce8649d)] Matched '/appium/settings' to command name 'updateSettings'
2023-05-12 09:42:16:701 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /appium/settings] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/appium/settings] with body: {"settings":{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:42:16:703 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":false,"elementResponseAttributes":"type,label","screenshotQuality":1,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:16:704 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.updateSettings() result: null
2023-05-12 09:42:16:704 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings 200 6 ms - 14
2023-05-12 09:42:16:704 [HTTP]
2023-05-12 09:42:16:706 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings
2023-05-12 09:42:16:706 [HTTP] {"settings":{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:42:16:706 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.updateSettings() with args: [{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:16:706 [AppiumDriver@657d] Plugins which can handle cmd 'updateSettings': appium-dashboard
2023-05-12 09:42:16:706 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'updateSettings'
2023-05-12 09:42:16:706 [AppiumDriver@657d] Executing default handling behavior for command 'updateSettings'
2023-05-12 09:42:16:706 [XCUITestDriver@0b37 (bce8649d)] Executing command 'updateSettings'
2023-05-12 09:42:16:707 [XCUITestDriver@0b37 (bce8649d)] Matched '/appium/settings' to command name 'updateSettings'
2023-05-12 09:42:16:707 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /appium/settings] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/appium/settings] with body: {"settings":{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:42:16:708 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"boundElementsByIndex":false,"mjpegServerFramerate":10,"screenshotOrientation":"auto","reduceMotion":false,"elementResponseAttributes":"type,label","screenshotQuality":1,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":10,"includeNonModalElements":false,"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]","animationCoolOffTimeout":2},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:16:709 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.updateSettings() result: null
2023-05-12 09:42:16:709 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings 200 3 ms - 14
2023-05-12 09:42:16:710 [HTTP]
2023-05-12 09:42:16:714 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text
2023-05-12 09:42:16:714 [HTTP] {}
2023-05-12 09:42:16:714 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.getAlertText() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:16:714 [AppiumDriver@657d] Plugins which can handle cmd 'getAlertText': appium-dashboard
2023-05-12 09:42:16:714 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAlertText'
2023-05-12 09:42:16:714 [AppiumDriver@657d] Executing default handling behavior for command 'getAlertText'
2023-05-12 09:42:16:714 [XCUITestDriver@0b37 (bce8649d)] Executing command 'getAlertText'
2023-05-12 09:42:16:715 [XCUITestDriver@0b37 (bce8649d)] Matched '/alert/text' to command name 'getAlertText'
2023-05-12 09:42:16:715 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/alert/text] with no body
2023-05-12 09:42:16:827 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":"Allow “debug app 👾” to use your location?\nThis is used to stream your local radio stations","sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:16:829 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.getAlertText() result: "Allow “debug app 👾” to use your location?\nThis is used to stream your local radio stations"
2023-05-12 09:42:16:829 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text 200 115 ms - 114
2023-05-12 09:42:16:829 [HTTP]
2023-05-12 09:42:16:831 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/dismiss
2023-05-12 09:42:16:831 [HTTP] {}
2023-05-12 09:42:16:831 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.postDismissAlert() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:16:831 [AppiumDriver@657d] Plugins which can handle cmd 'postDismissAlert': appium-dashboard
2023-05-12 09:42:16:831 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'postDismissAlert'
2023-05-12 09:42:16:831 [AppiumDriver@657d] Executing default handling behavior for command 'postDismissAlert'
2023-05-12 09:42:16:831 [XCUITestDriver@0b37 (bce8649d)] Executing command 'postDismissAlert'
2023-05-12 09:42:16:832 [XCUITestDriver@0b37 (bce8649d)] Matched '/alert/dismiss' to command name 'postDismissAlert'
2023-05-12 09:42:16:832 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /alert/dismiss] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/alert/dismiss] with body: {}
2023-05-12 09:42:17:592 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:17:597 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.postDismissAlert() result: null
2023-05-12 09:42:17:598 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/dismiss 200 766 ms - 14
2023-05-12 09:42:17:598 [HTTP]
2023-05-12 09:42:17:603 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:17:603 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:42:17:603 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:17:603 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:17:603 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:17:603 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:17:603 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:17:604 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:17:604 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:17:604 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:17:604 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:42:17:641 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:42:17:641 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:17:643 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:17:643 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:17:643 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:17:643 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:17:643 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:17:643 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:17:643 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:17:644 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 41 ms - 1140
2023-05-12 09:42:17:644 [HTTP]
2023-05-12 09:42:18:151 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:18:151 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:42:18:152 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:18:152 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:18:152 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:18:152 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:18:152 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:18:152 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:18:152 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:18:152 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:18:152 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:42:18:193 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:42:18:193 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:18:196 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:18:196 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:18:196 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:18:196 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:18:196 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:18:196 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:18:196 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:18:196 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 45 ms - 1140
2023-05-12 09:42:18:196 [HTTP]
2023-05-12 09:42:18:709 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:18:709 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:42:18:709 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:18:709 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:18:709 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:18:710 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:18:710 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:18:710 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:18:710 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:18:710 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:18:710 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:42:18:749 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:42:18:749 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:18:751 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:18:751 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:18:751 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:18:752 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:18:752 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:18:752 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:18:752 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:18:752 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 43 ms - 1140
2023-05-12 09:42:18:752 [HTTP]
2023-05-12 09:42:19:262 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:19:262 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:42:19:262 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:19:262 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:19:262 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:19:262 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:19:262 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:19:262 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:19:262 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:19:263 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:19:263 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:42:19:473 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"67000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"67000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:19:475 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"67000000-0000-0000-5FCA-000000000000","ELEMENT":"67000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:19:475 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 214 ms - 137
2023-05-12 09:42:19:475 [HTTP]
2023-05-12 09:42:19:480 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:19:480 [HTTP] {"using":"id","value":"Live Radio"}
2023-05-12 09:42:19:480 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["id","Live Radio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:19:480 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:19:480 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:19:481 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:19:481 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:19:481 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:19:481 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:19:481 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:19:481 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"id","value":"Live Radio"}
2023-05-12 09:42:19:674 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"55000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:19:675 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-5FCA-000000000000","ELEMENT":"55000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:19:676 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 196 ms - 137
2023-05-12 09:42:19:676 [HTTP]
2023-05-12 09:42:19:677 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:19:678 [HTTP] {"using":"id","value":"Live Playlists"}
2023-05-12 09:42:19:678 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["id","Live Playlists","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:19:678 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:19:678 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:19:678 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:19:678 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:19:678 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:19:678 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:19:678 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:19:678 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"id","value":"Live Playlists"}
2023-05-12 09:42:19:871 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"58000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"58000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:19:873 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"58000000-0000-0000-5FCA-000000000000","ELEMENT":"58000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:19:873 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 196 ms - 137
2023-05-12 09:42:19:873 [HTTP]
2023-05-12 09:42:19:876 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:19:876 [HTTP] {"using":"id","value":"Podcasts"}
2023-05-12 09:42:19:876 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["id","Podcasts","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:19:877 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:19:877 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:19:877 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:19:877 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:19:877 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:19:877 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:19:877 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:19:878 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"id","value":"Podcasts"}
2023-05-12 09:42:20:081 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"57000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:20:083 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-5FCA-000000000000","ELEMENT":"57000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:20:083 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 208 ms - 137
2023-05-12 09:42:20:083 [HTTP]
2023-05-12 09:42:20:085 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:20:085 [HTTP] {"using":"name","value":"Live Radio"}
2023-05-12 09:42:20:085 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","Live Radio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:20:085 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:20:085 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:20:086 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:20:086 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:20:086 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:20:086 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:20:086 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:20:086 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"Live Radio"}
2023-05-12 09:42:20:278 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"55000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:20:280 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-5FCA-000000000000","ELEMENT":"55000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:20:280 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 195 ms - 137
2023-05-12 09:42:20:280 [HTTP]
2023-05-12 09:42:20:282 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-5FCA-000000000000/click
2023-05-12 09:42:20:282 [HTTP] {"id":"55000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:20:282 [XCUITestDriver@0b37 (bce8649d)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:42:20:282 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.click() with args: ["55000000-0000-0000-5FCA-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:20:282 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:42:20:282 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:42:20:282 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:42:20:283 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-5FCA-000000000000/click
2023-05-12 09:42:20:283 [XCUITestDriver@0b37 (bce8649d)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-5FCA-000000000000/click' to command name 'click'
2023-05-12 09:42:20:283 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-5FCA-000000000000/click] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element/55000000-0000-0000-5FCA-000000000000/click] with body: {"id":"55000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:20:669 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:20:671 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:42:20:671 [HTTP] {}
2023-05-12 09:42:20:671 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:20:671 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:42:20:671 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:42:20:671 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:42:20:671 [XCUITestDriver@0b37 (bce8649d)] Executing command 'getScreenshot'
2023-05-12 09:42:20:671 [XCUITestDriver@0b37 (bce8649d)] Taking screenshot with WDA
2023-05-12 09:42:20:671 [XCUITestDriver@0b37 (bce8649d)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:42:20:671 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/screenshot] with no body
2023-05-12 09:42:20:855 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ANj5g6FdOEQAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXP...
2023-05-12 09:42:20:870 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ANj5g6FdOEQAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXPlxifTvptP...
2023-05-12 09:42:20:894 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 219 ms - 5025608
2023-05-12 09:42:20:894 [HTTP]
2023-05-12 09:42:20:907 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.click() result: null
2023-05-12 09:42:20:907 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-5FCA-000000000000/click 200 625 ms - 14
2023-05-12 09:42:20:907 [HTTP]
2023-05-12 09:42:20:909 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:20:910 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]"}
2023-05-12 09:42:20:910 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:20:910 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:20:910 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:20:910 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:20:911 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:20:911 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:20:913 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:20:913 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:20:913 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class chain","value":"**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]"}
2023-05-12 09:42:21:120 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"52000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"52000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:21:121 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"52000000-0000-0000-5FCA-000000000000","ELEMENT":"52000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:21:122 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 212 ms - 137
2023-05-12 09:42:21:122 [HTTP]
2023-05-12 09:42:21:124 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:21:124 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`label == \"x radio\"`]"}
2023-05-12 09:42:21:125 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`label == \"x radio\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:21:125 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:21:125 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:21:125 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:21:125 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:21:125 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:21:125 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:21:125 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:21:125 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`label == \"x radio\"`]"}
2023-05-12 09:42:21:317 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"BD000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"BD000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:21:320 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"BD000000-0000-0000-5FCA-000000000000","ELEMENT":"BD000000-0000-0000-5FCA-000000000000"}
2023-05-12 09:42:21:320 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 195 ms - 137
2023-05-12 09:42:21:320 [HTTP]
2023-05-12 09:42:21:322 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-5FCA-000000000000/displayed
2023-05-12 09:42:21:322 [HTTP] {}
2023-05-12 09:42:21:322 [XCUITestDriver@0b37 (bce8649d)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:42:21:322 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.elementDisplayed() with args: ["BD000000-0000-0000-5FCA-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:21:322 [AppiumDriver@657d] Plugins which can handle cmd 'elementDisplayed': appium-dashboard
2023-05-12 09:42:21:322 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'elementDisplayed'
2023-05-12 09:42:21:322 [AppiumDriver@657d] Executing default handling behavior for command 'elementDisplayed'
2023-05-12 09:42:21:325 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-5FCA-000000000000/displayed
2023-05-12 09:42:21:325 [XCUITestDriver@0b37 (bce8649d)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-5FCA-000000000000/displayed' to command name 'elementDisplayed'
2023-05-12 09:42:21:326 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-5FCA-000000000000/displayed] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element/BD000000-0000-0000-5FCA-000000000000/displayed] with no body
2023-05-12 09:42:21:380 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":true,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:21:382 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.elementDisplayed() result: true
2023-05-12 09:42:21:382 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-5FCA-000000000000/displayed 200 60 ms - 14
2023-05-12 09:42:21:382 [HTTP]
2023-05-12 09:42:21:388 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:21:388 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:21:389 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:21:389 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:21:389 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:21:389 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:21:389 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:21:390 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:21:390 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:21:390 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:21:390 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:21:454 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:21:454 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:21:455 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:21:455 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:21:455 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:21:455 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:21:455 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:21:455 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:21:455 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:21:456 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 67 ms - 1140
2023-05-12 09:42:21:456 [HTTP]
2023-05-12 09:42:21:961 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:21:961 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:21:961 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:21:961 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:21:961 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:21:961 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:21:961 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:21:961 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:21:961 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:21:962 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:21:962 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:22:035 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:22:036 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:22:038 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:22:038 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:22:038 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:22:038 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:22:038 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:22:038 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:22:038 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:22:038 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 78 ms - 1140
2023-05-12 09:42:22:038 [HTTP]
2023-05-12 09:42:22:545 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:22:546 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:22:546 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:22:546 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:22:546 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:22:546 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:22:546 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:22:546 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:22:546 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:22:546 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:22:546 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:22:609 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:22:609 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:22:611 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:22:611 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:22:611 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:22:611 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:22:611 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:22:611 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:22:611 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:22:611 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 66 ms - 1140
2023-05-12 09:42:22:611 [HTTP]
2023-05-12 09:42:23:116 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:23:116 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:23:116 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:23:116 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:23:116 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:23:116 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:23:116 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:23:117 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:23:117 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:23:117 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:23:117 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:23:185 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:23:185 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:23:187 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:23:187 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:23:187 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:23:187 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:23:187 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:23:187 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:23:187 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:23:188 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 72 ms - 1140
2023-05-12 09:42:23:188 [HTTP]
2023-05-12 09:42:23:708 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:23:709 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:23:709 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:23:709 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:23:709 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:23:709 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:23:709 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:23:709 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:23:709 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:23:710 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:23:710 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:23:774 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:23:774 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:23:776 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:23:776 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:23:776 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:23:776 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:23:776 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:23:776 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:23:776 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:23:776 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 68 ms - 1140
2023-05-12 09:42:23:776 [HTTP]
2023-05-12 09:42:24:282 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:24:282 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:24:283 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:24:283 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:24:283 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:24:283 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:24:283 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:24:283 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:24:283 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:24:283 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:24:283 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:24:341 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:24:341 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:24:343 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:24:343 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:24:343 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:24:343 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:24:343 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:24:343 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:24:343 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:24:343 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 61 ms - 1140
2023-05-12 09:42:24:343 [HTTP]
2023-05-12 09:42:24:849 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:24:849 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:24:850 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:24:850 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:24:850 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:24:850 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:24:850 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:24:850 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:24:850 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:24:850 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:24:850 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:24:913 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:24:913 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:24:916 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:24:916 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:24:917 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:24:917 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:24:917 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:24:917 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:24:917 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:24:917 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 67 ms - 1140
2023-05-12 09:42:24:917 [HTTP]
2023-05-12 09:42:25:425 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:25:425 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:25:425 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:25:425 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:25:425 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:25:425 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:25:425 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:25:425 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:25:426 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:25:426 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:25:426 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:25:489 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:25:489 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:25:491 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:25:491 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:25:491 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:25:491 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:25:491 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:25:491 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:25:491 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:25:492 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 67 ms - 1140
2023-05-12 09:42:25:492 [HTTP]
2023-05-12 09:42:26:000 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:26:000 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:26:000 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:26:000 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:26:000 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:26:000 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:26:000 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:26:000 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:26:000 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:26:001 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:26:001 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:26:063 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:26:063 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:26:065 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:26:065 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:26:065 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:26:065 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:26:065 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:26:065 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:26:065 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:26:065 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 66 ms - 1140
2023-05-12 09:42:26:066 [HTTP]
2023-05-12 09:42:26:573 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync
2023-05-12 09:42:26:574 [HTTP] {"script":"mobile: swipe","args":[{"direction":"up","velocity":1000}]}
2023-05-12 09:42:26:574 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"up","velocity":1000}],"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:26:574 [AppiumDriver@657d] Plugins which can handle cmd 'execute': appium-dashboard
2023-05-12 09:42:26:574 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'execute'
2023-05-12 09:42:26:574 [AppiumDriver@657d] Executing default handling behavior for command 'execute'
2023-05-12 09:42:26:574 [XCUITestDriver@0b37 (bce8649d)] Executing command 'execute'
2023-05-12 09:42:26:575 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:26:575 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:26:575 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2023-05-12 09:42:26:730 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"01000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"01000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:26:730 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe
2023-05-12 09:42:26:731 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/wda/element/01000000-0000-0000-5FCA-000000000000/swipe] with body: {"direction":"up","velocity":1000}
2023-05-12 09:42:29:342 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:29:347 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.execute() result: null
2023-05-12 09:42:29:347 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync 200 2774 ms - 14
2023-05-12 09:42:29:347 [HTTP]
2023-05-12 09:42:29:351 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:29:351 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:29:352 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:29:352 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:29:352 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:29:352 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:29:352 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:29:352 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:29:352 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:29:353 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:29:353 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:29:399 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:29:399 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:29:401 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:29:402 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:29:402 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:29:402 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:29:402 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:29:402 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:29:402 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:29:402 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 51 ms - 1140
2023-05-12 09:42:29:402 [HTTP]
2023-05-12 09:42:29:910 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:29:910 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:29:910 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:29:910 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:29:910 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:29:911 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:29:911 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:29:911 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:29:911 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:29:911 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:29:911 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:29:969 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:29:969 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:29:972 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:29:972 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:29:972 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:29:972 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:29:972 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:29:972 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:29:972 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:29:972 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 62 ms - 1140
2023-05-12 09:42:29:972 [HTTP]
2023-05-12 09:42:30:480 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:30:480 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:30:480 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:30:480 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:30:480 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:30:481 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:30:481 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:30:481 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:30:481 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:30:481 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:30:481 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:30:536 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:30:537 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:30:539 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:30:539 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:30:539 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:30:539 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:30:539 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:30:539 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:30:539 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:30:539 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 59 ms - 1140
2023-05-12 09:42:30:539 [HTTP]
2023-05-12 09:42:31:044 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:31:044 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:31:044 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:31:044 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:31:044 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:31:045 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:31:045 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:31:045 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:31:045 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:31:045 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:31:045 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:31:100 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:31:100 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:31:103 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:31:103 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:31:103 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:31:103 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:31:103 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:31:103 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:31:105 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:31:106 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 62 ms - 1140
2023-05-12 09:42:31:106 [HTTP]
2023-05-12 09:42:31:615 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:31:615 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:31:616 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:31:616 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:31:616 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:31:616 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:31:616 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:31:616 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:31:616 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:31:617 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:31:617 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:31:680 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:31:680 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:31:682 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:31:682 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:31:682 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:31:682 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:31:682 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:31:682 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:31:682 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:31:682 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 67 ms - 1140
2023-05-12 09:42:31:682 [HTTP]
2023-05-12 09:42:32:189 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:32:189 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:32:189 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:32:189 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:32:189 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:32:189 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:32:190 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:32:190 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:32:190 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:32:190 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:32:190 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:32:231 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:32:231 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:32:233 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:32:233 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:32:233 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:32:233 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:32:233 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:32:233 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:32:233 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:32:233 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 44 ms - 1140
2023-05-12 09:42:32:233 [HTTP]
2023-05-12 09:42:32:741 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:32:741 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:32:741 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:32:741 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:32:741 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:32:741 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:32:741 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:32:741 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:32:741 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:32:741 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:32:741 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:32:783 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:32:783 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:32:786 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:32:786 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:32:786 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:32:786 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:32:786 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:32:786 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:32:786 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:32:786 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 46 ms - 1140
2023-05-12 09:42:32:786 [HTTP]
2023-05-12 09:42:33:294 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:33:294 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:33:294 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:33:294 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:33:294 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:33:294 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:33:294 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:33:294 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:33:294 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:33:294 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:33:294 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:33:345 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:33:345 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:33:348 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:33:348 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:33:348 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:33:348 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:33:348 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:33:348 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:33:348 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:33:348 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 55 ms - 1140
2023-05-12 09:42:33:348 [HTTP]
2023-05-12 09:42:33:854 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:33:855 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:33:855 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:33:855 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:33:855 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:33:855 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:33:855 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:33:855 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:33:855 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:33:855 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:33:855 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:33:900 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:33:901 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:33:902 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:33:902 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:33:902 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:33:902 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:33:902 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:33:902 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:33:902 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:33:904 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 48 ms - 1140
2023-05-12 09:42:33:904 [HTTP]
2023-05-12 09:42:34:407 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync
2023-05-12 09:42:34:407 [HTTP] {"script":"mobile: swipe","args":[{"direction":"up","velocity":1000}]}
2023-05-12 09:42:34:408 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"up","velocity":1000}],"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:34:408 [AppiumDriver@657d] Plugins which can handle cmd 'execute': appium-dashboard
2023-05-12 09:42:34:408 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'execute'
2023-05-12 09:42:34:408 [AppiumDriver@657d] Executing default handling behavior for command 'execute'
2023-05-12 09:42:34:408 [XCUITestDriver@0b37 (bce8649d)] Executing command 'execute'
2023-05-12 09:42:34:408 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:34:408 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:34:408 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2023-05-12 09:42:34:528 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"01000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"01000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:34:531 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe
2023-05-12 09:42:34:531 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/wda/element/01000000-0000-0000-5FCA-000000000000/swipe] with body: {"direction":"up","velocity":1000}
2023-05-12 09:42:37:126 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:37:138 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.execute() result: null
2023-05-12 09:42:37:139 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync 200 2731 ms - 14
2023-05-12 09:42:37:139 [HTTP]
2023-05-12 09:42:37:141 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:37:141 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:37:142 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:37:142 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:37:142 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:37:142 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:37:142 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:37:142 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:37:142 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:37:143 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:37:143 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:37:201 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:37:202 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:37:203 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:37:203 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:37:204 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:37:204 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:37:204 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:37:204 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:37:204 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:37:204 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 63 ms - 1140
2023-05-12 09:42:37:204 [HTTP]
2023-05-12 09:42:37:709 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:37:709 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:37:709 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:37:709 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:37:709 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:37:709 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:37:709 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:37:709 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:37:709 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:37:710 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:37:710 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:37:762 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:37:762 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:37:764 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:37:764 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:37:764 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:37:764 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:37:764 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:37:764 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:37:764 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:37:764 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 55 ms - 1140
2023-05-12 09:42:37:764 [HTTP]
2023-05-12 09:42:38:268 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:38:269 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:38:269 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:38:269 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:38:269 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:38:270 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:38:270 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:38:270 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:38:270 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:38:270 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:38:270 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:38:331 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:38:331 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:38:333 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:38:333 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:38:333 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:38:333 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:38:333 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:38:333 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:38:333 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:38:334 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 65 ms - 1140
2023-05-12 09:42:38:334 [HTTP]
2023-05-12 09:42:38:843 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:38:843 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:38:843 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:38:844 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:38:844 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:38:844 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:38:844 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:38:844 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:38:844 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:38:844 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:38:844 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:38:911 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:38:911 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:38:914 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:38:914 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:38:914 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:38:914 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:38:914 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:38:914 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:38:914 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:38:914 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 71 ms - 1140
2023-05-12 09:42:38:914 [HTTP]
2023-05-12 09:42:39:421 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:39:421 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:39:421 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:39:421 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:39:422 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:39:422 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:39:422 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:39:422 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:39:422 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:39:422 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:39:422 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:39:471 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:39:471 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:39:474 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:39:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:39:474 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:39:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:39:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:39:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:39:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:39:474 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 53 ms - 1140
2023-05-12 09:42:39:474 [HTTP]
2023-05-12 09:42:39:978 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:39:978 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:39:978 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:39:978 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:39:978 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:39:978 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:39:978 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:39:978 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:39:978 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:39:978 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:39:978 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:40:025 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:40:026 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:40:028 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:40:028 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:40:028 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:40:028 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:40:028 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:40:028 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:40:028 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:40:028 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 50 ms - 1140
2023-05-12 09:42:40:028 [HTTP]
2023-05-12 09:42:40:531 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:40:531 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:40:531 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:40:531 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:40:531 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:40:531 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:40:531 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:40:532 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:40:532 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:40:532 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:40:532 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:40:587 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:40:587 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:40:589 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:40:589 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:40:590 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:40:590 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:40:590 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:40:590 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:40:590 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:40:590 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 59 ms - 1140
2023-05-12 09:42:40:590 [HTTP]
2023-05-12 09:42:41:094 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:41:094 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:41:094 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:41:094 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:41:094 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:41:095 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:41:095 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:41:095 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:41:095 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:41:095 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:41:095 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:41:151 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:41:151 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:41:153 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:41:153 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:41:153 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:41:153 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:41:153 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:41:153 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:41:153 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:41:153 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 60 ms - 1140
2023-05-12 09:42:41:153 [HTTP]
2023-05-12 09:42:41:661 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:41:661 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:41:661 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:41:661 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:41:661 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:41:661 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:41:661 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:41:661 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:41:661 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:41:661 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:41:662 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:41:715 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:41:715 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:41:717 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:41:717 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:41:717 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:41:717 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:41:717 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:41:717 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:41:717 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:41:717 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 57 ms - 1140
2023-05-12 09:42:41:717 [HTTP]
2023-05-12 09:42:42:225 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync
2023-05-12 09:42:42:225 [HTTP] {"script":"mobile: swipe","args":[{"direction":"up","velocity":1000}]}
2023-05-12 09:42:42:225 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"up","velocity":1000}],"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:42:225 [AppiumDriver@657d] Plugins which can handle cmd 'execute': appium-dashboard
2023-05-12 09:42:42:225 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'execute'
2023-05-12 09:42:42:226 [AppiumDriver@657d] Executing default handling behavior for command 'execute'
2023-05-12 09:42:42:226 [XCUITestDriver@0b37 (bce8649d)] Executing command 'execute'
2023-05-12 09:42:42:226 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:42:226 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:42:226 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2023-05-12 09:42:42:376 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"01000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"01000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:42:377 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe
2023-05-12 09:42:42:377 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/wda/element/01000000-0000-0000-5FCA-000000000000/swipe] with body: {"direction":"up","velocity":1000}
2023-05-12 09:42:44:976 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:44:979 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.execute() result: null
2023-05-12 09:42:44:979 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync 200 2755 ms - 14
2023-05-12 09:42:44:979 [HTTP]
2023-05-12 09:42:44:982 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:44:982 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:44:982 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:44:982 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:44:982 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:44:982 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:44:982 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:44:982 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:44:982 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:44:983 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:44:983 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:45:045 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:45:045 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:45:047 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:45:047 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:45:047 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:45:047 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:45:047 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:45:047 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:45:047 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:45:048 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 66 ms - 1140
2023-05-12 09:42:45:048 [HTTP]
2023-05-12 09:42:45:556 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:45:556 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:45:556 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:45:557 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:45:557 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:45:557 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:45:557 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:45:557 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:45:557 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:45:557 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:45:558 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:45:623 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:45:623 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:45:625 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:45:625 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:45:625 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:45:625 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:45:625 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:45:625 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:45:625 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:45:626 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 70 ms - 1140
2023-05-12 09:42:45:626 [HTTP]
2023-05-12 09:42:46:133 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:46:133 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:46:133 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:46:133 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:46:133 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:46:134 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:46:134 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:46:134 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:46:134 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:46:134 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:46:134 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:46:196 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:46:196 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:46:198 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:46:198 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:46:198 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:46:198 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:46:198 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:46:198 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:46:198 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:46:198 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 65 ms - 1140
2023-05-12 09:42:46:198 [HTTP]
2023-05-12 09:42:46:707 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:46:707 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:46:707 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:46:708 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:46:708 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:46:708 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:46:708 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:46:708 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:46:708 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:46:708 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:46:709 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:46:775 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:46:775 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:46:778 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:46:778 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:46:778 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:46:778 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:46:778 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:46:778 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:46:778 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:46:778 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 71 ms - 1140
2023-05-12 09:42:46:778 [HTTP]
2023-05-12 09:42:47:289 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:47:289 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:47:289 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:47:290 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:47:290 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:47:290 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:47:290 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:47:290 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:47:290 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:47:291 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:47:291 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:47:357 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:47:357 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:47:359 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:47:359 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:47:359 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:47:359 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:47:359 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:47:359 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:47:359 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:47:359 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 71 ms - 1140
2023-05-12 09:42:47:359 [HTTP]
2023-05-12 09:42:47:867 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:47:867 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:47:867 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:47:867 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:47:867 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:47:867 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:47:867 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:47:867 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:47:867 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:47:867 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:47:868 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:47:917 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:47:917 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:47:919 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:47:919 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:47:919 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:47:919 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:47:919 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:47:919 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:47:919 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:47:920 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 53 ms - 1140
2023-05-12 09:42:47:920 [HTTP]
2023-05-12 09:42:48:422 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:48:423 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:48:423 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:48:423 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:48:423 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:48:423 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:48:423 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:48:423 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:48:423 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:48:423 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:48:423 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:48:472 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:48:472 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:48:474 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:48:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:48:474 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:48:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:48:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:48:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:48:474 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:48:475 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 52 ms - 1140
2023-05-12 09:42:48:475 [HTTP]
2023-05-12 09:42:48:982 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:48:983 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:48:983 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:48:983 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:48:983 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:48:983 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:48:983 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:48:983 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:48:983 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:48:983 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:48:983 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:49:048 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:49:048 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:49:050 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:49:050 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:49:050 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:49:050 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:49:050 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:49:050 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:49:050 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:49:050 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 68 ms - 1140
2023-05-12 09:42:49:050 [HTTP]
2023-05-12 09:42:49:555 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:49:555 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:49:555 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:49:555 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:49:555 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:49:555 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:49:555 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:49:555 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:49:555 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:49:556 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:49:556 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:49:608 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:49:608 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:49:610 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:49:610 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:49:610 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:49:610 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:49:610 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:49:610 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:49:610 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:49:611 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 56 ms - 1140
2023-05-12 09:42:49:611 [HTTP]
2023-05-12 09:42:50:118 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync
2023-05-12 09:42:50:119 [HTTP] {"script":"mobile: swipe","args":[{"direction":"up","velocity":1000}]}
2023-05-12 09:42:50:119 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"up","velocity":1000}],"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:50:119 [AppiumDriver@657d] Plugins which can handle cmd 'execute': appium-dashboard
2023-05-12 09:42:50:119 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'execute'
2023-05-12 09:42:50:119 [AppiumDriver@657d] Executing default handling behavior for command 'execute'
2023-05-12 09:42:50:119 [XCUITestDriver@0b37 (bce8649d)] Executing command 'execute'
2023-05-12 09:42:50:119 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:50:120 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:50:120 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2023-05-12 09:42:50:263 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"01000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"01000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:50:263 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe
2023-05-12 09:42:50:264 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/wda/element/01000000-0000-0000-5FCA-000000000000/swipe] with body: {"direction":"up","velocity":1000}
2023-05-12 09:42:52:875 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:52:879 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.execute() result: null
2023-05-12 09:42:52:879 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync 200 2760 ms - 14
2023-05-12 09:42:52:879 [HTTP]
2023-05-12 09:42:52:882 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:52:882 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:52:882 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:52:882 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:52:882 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:52:882 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:52:882 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:52:882 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:52:882 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:52:882 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:52:883 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:52:960 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:52:960 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:52:962 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:52:962 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:52:962 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:52:962 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:52:962 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:52:962 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:52:962 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:52:962 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 81 ms - 1140
2023-05-12 09:42:52:962 [HTTP]
2023-05-12 09:42:53:467 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:53:467 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:53:467 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:53:467 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:53:467 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:53:467 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:53:468 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:53:468 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:53:468 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:53:468 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:53:468 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:53:550 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:53:550 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:53:552 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:53:552 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:53:552 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:53:552 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:53:552 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:53:552 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:53:552 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:53:553 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 86 ms - 1140
2023-05-12 09:42:53:553 [HTTP]
2023-05-12 09:42:54:067 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:54:067 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:54:067 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:54:067 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:54:067 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:54:068 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:54:068 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:54:068 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:54:068 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:54:068 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:54:068 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:54:135 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:54:135 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:54:137 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:54:137 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:54:137 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:54:137 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:54:137 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:54:137 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:54:137 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:54:138 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 70 ms - 1140
2023-05-12 09:42:54:138 [HTTP]
2023-05-12 09:42:54:650 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:54:650 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:54:651 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:54:651 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:54:651 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:54:652 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:54:652 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:54:652 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:54:652 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:54:653 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:54:653 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:54:728 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:54:728 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:54:730 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:54:730 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:54:730 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:54:730 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:54:730 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:54:730 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:54:730 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:54:730 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 80 ms - 1140
2023-05-12 09:42:54:730 [HTTP]
2023-05-12 09:42:55:238 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:55:238 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:55:239 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:55:239 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:55:239 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:55:239 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:55:239 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:55:239 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:55:239 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:55:239 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:55:239 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:55:322 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:55:323 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:55:325 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:55:325 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:55:325 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:55:325 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:55:325 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:55:325 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:55:325 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:55:325 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 87 ms - 1140
2023-05-12 09:42:55:325 [HTTP]
2023-05-12 09:42:55:832 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:55:832 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:55:833 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:55:833 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:55:833 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:55:833 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:55:833 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:55:833 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:55:833 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:55:833 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:55:833 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:55:896 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:55:896 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:55:898 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:55:898 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:55:898 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:55:898 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:55:898 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:55:898 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:55:898 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:55:899 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 66 ms - 1140
2023-05-12 09:42:55:899 [HTTP]
2023-05-12 09:42:56:402 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:56:402 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:56:403 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:56:403 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:56:403 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:56:403 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:56:403 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:56:403 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:56:403 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:56:403 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:56:403 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:56:476 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:56:476 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:56:478 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:56:478 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:56:478 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:56:478 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:56:478 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:56:478 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:56:478 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:56:479 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 76 ms - 1140
2023-05-12 09:42:56:479 [HTTP]
2023-05-12 09:42:56:986 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:56:986 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:56:986 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:56:986 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:56:986 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:56:987 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:56:987 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:56:987 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:56:987 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:56:987 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:56:987 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:57:057 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:57:057 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:57:059 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:57:059 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:57:059 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:57:059 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:57:059 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:57:059 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:57:059 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:57:059 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 73 ms - 1140
2023-05-12 09:42:57:059 [HTTP]
2023-05-12 09:42:57:565 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:42:57:565 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:42:57:566 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:57:566 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:42:57:566 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:42:57:566 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:42:57:566 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:42:57:566 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:42:57:566 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:57:566 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:57:566 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:42:57:630 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:42:57:630 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:42:57:632 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:42:57:632 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:42:57:632 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:42:57:632 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:42:57:632 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:42:57:632 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:42:57:632 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:42:57:632 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 67 ms - 1140
2023-05-12 09:42:57:632 [HTTP]
2023-05-12 09:42:58:140 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync
2023-05-12 09:42:58:140 [HTTP] {"script":"mobile: swipe","args":[{"direction":"up","velocity":1000}]}
2023-05-12 09:42:58:141 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"up","velocity":1000}],"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:42:58:141 [AppiumDriver@657d] Plugins which can handle cmd 'execute': appium-dashboard
2023-05-12 09:42:58:141 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'execute'
2023-05-12 09:42:58:141 [AppiumDriver@657d] Executing default handling behavior for command 'execute'
2023-05-12 09:42:58:141 [XCUITestDriver@0b37 (bce8649d)] Executing command 'execute'
2023-05-12 09:42:58:141 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:42:58:142 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:42:58:142 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2023-05-12 09:42:58:332 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"01000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"01000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:42:58:335 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe
2023-05-12 09:42:58:335 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/wda/element/01000000-0000-0000-5FCA-000000000000/swipe] with body: {"direction":"up","velocity":1000}
2023-05-12 09:43:00:959 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:43:00:961 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.execute() result: null
2023-05-12 09:43:00:962 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync 200 2822 ms - 14
2023-05-12 09:43:00:962 [HTTP]
2023-05-12 09:43:00:966 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:00:966 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:00:966 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:00:966 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:00:966 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:00:966 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:00:966 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:00:966 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:00:966 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:00:967 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:00:967 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:01:023 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:01:023 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:01:025 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:01:025 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:01:025 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:01:025 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:01:025 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:01:025 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:01:025 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:01:025 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 59 ms - 1140
2023-05-12 09:43:01:025 [HTTP]
2023-05-12 09:43:01:534 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:01:534 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:01:535 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:01:535 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:01:536 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:01:537 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:01:538 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:01:538 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:01:538 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:01:539 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:01:539 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:01:603 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:01:603 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:01:607 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:01:607 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:01:607 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:01:607 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:01:607 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:01:607 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:01:608 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:01:608 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 74 ms - 1140
2023-05-12 09:43:01:608 [HTTP]
2023-05-12 09:43:02:116 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:02:116 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:02:116 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:02:116 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:02:116 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:02:117 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:02:117 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:02:117 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:02:117 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:02:117 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:02:117 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:02:185 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:02:186 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:02:190 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:02:190 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:02:190 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:02:190 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:02:190 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:02:190 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:02:190 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:02:190 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 75 ms - 1140
2023-05-12 09:43:02:190 [HTTP]
2023-05-12 09:43:02:698 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:02:698 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:02:699 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:02:699 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:02:699 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:02:699 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:02:699 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:02:699 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:02:699 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:02:700 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:02:700 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:02:769 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:02:769 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:02:771 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:02:771 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:02:771 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:02:771 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:02:771 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:02:771 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:02:771 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:02:772 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 73 ms - 1140
2023-05-12 09:43:02:772 [HTTP]
2023-05-12 09:43:03:276 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:03:276 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:03:276 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:03:276 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:03:276 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:03:276 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:03:276 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:03:276 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:03:276 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:03:276 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:03:276 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:03:328 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:03:329 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:03:333 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:03:333 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:03:333 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:03:333 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:03:334 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:03:334 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:03:334 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:03:334 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 58 ms - 1140
2023-05-12 09:43:03:334 [HTTP]
2023-05-12 09:43:03:841 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:03:841 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:03:841 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:03:841 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:03:841 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:03:841 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:03:841 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:03:841 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:03:842 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:03:842 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:03:842 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:03:888 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:03:888 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:03:890 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:03:890 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:03:890 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:03:890 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:03:890 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:03:890 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:03:890 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:03:891 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 49 ms - 1140
2023-05-12 09:43:03:891 [HTTP]
2023-05-12 09:43:04:394 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:04:394 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:04:394 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:04:394 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:04:394 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:04:395 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:04:395 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:04:395 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:04:395 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:04:395 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:04:395 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:04:440 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:04:440 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:04:442 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:04:442 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:04:442 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:04:442 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:04:442 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:04:442 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:04:442 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:04:443 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 49 ms - 1140
2023-05-12 09:43:04:443 [HTTP]
2023-05-12 09:43:04:947 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:04:947 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:04:947 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:04:947 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:04:947 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:04:947 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:04:947 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:04:947 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:04:947 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:04:947 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:04:947 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:04:990 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:04:991 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:04:993 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:04:993 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:04:993 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:04:993 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:04:993 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:04:993 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:04:993 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:04:993 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 46 ms - 1140
2023-05-12 09:43:04:993 [HTTP]
2023-05-12 09:43:05:500 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:05:500 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:05:500 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:05:500 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:05:500 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:05:500 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:05:500 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:05:500 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:05:500 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:05:500 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:05:500 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:05:552 [XCUITestDriver@0b37 (bce8649d)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'social_cell'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:05:552 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:05:554 [XCUITestDriver@0b37 (bce8649d)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:05:554 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:05:554 [XCUITestDriver@0b37 (bce8649d)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:05:554 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:05:554 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:05:554 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:05:554 [XCUITestDriver@0b37 (bce8649d)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:05:554 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 54 ms - 1140
2023-05-12 09:43:05:554 [HTTP]
2023-05-12 09:43:06:062 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync
2023-05-12 09:43:06:062 [HTTP] {"script":"mobile: swipe","args":[{"direction":"up","velocity":1000}]}
2023-05-12 09:43:06:062 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.execute() with args: ["mobile: swipe",[{"direction":"up","velocity":1000}],"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:06:063 [AppiumDriver@657d] Plugins which can handle cmd 'execute': appium-dashboard
2023-05-12 09:43:06:063 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'execute'
2023-05-12 09:43:06:063 [AppiumDriver@657d] Executing default handling behavior for command 'execute'
2023-05-12 09:43:06:063 [XCUITestDriver@0b37 (bce8649d)] Executing command 'execute'
2023-05-12 09:43:06:063 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:06:063 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:06:063 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"class name","value":"XCUIElementTypeApplication"}
2023-05-12 09:43:06:199 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"01000000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"01000000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:43:06:200 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe
2023-05-12 09:43:06:200 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /wda/element/01000000-0000-0000-5FCA-000000000000/swipe] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/wda/element/01000000-0000-0000-5FCA-000000000000/swipe] with body: {"direction":"up","velocity":1000}
2023-05-12 09:43:07:161 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:43:07:165 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.execute() result: null
2023-05-12 09:43:07:165 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/execute/sync 200 1103 ms - 14
2023-05-12 09:43:07:165 [HTTP]
2023-05-12 09:43:07:168 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:07:168 [HTTP] {"using":"name","value":"social_cell"}
2023-05-12 09:43:07:168 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.findElement() with args: ["name","social_cell","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:07:168 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:07:168 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:07:169 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:07:169 [XCUITestDriver@0b37 (bce8649d)] Executing command 'findElement'
2023-05-12 09:43:07:169 [XCUITestDriver@0b37 (bce8649d)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:07:169 [XCUITestDriver@0b37 (bce8649d)] Waiting up to 0 ms for condition
2023-05-12 09:43:07:169 [XCUITestDriver@0b37 (bce8649d)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:07:169 [XCUITestDriver@0b37 (bce8649d)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element] with body: {"using":"name","value":"social_cell"}
2023-05-12 09:43:07:353 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":{"ELEMENT":"9B010000-0000-0000-5FCA-000000000000","element-6066-11e4-a52e-4f735466cecf":"9B010000-0000-0000-5FCA-000000000000"},"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:43:07:354 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"9B010000-0000-0000-5FCA-000000000000","ELEMENT":"9B010000-0000-0000-5FCA-000000000000"}
2023-05-12 09:43:07:355 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 186 ms - 137
2023-05-12 09:43:07:355 [HTTP]
2023-05-12 09:43:07:356 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/9B010000-0000-0000-5FCA-000000000000/displayed
2023-05-12 09:43:07:356 [HTTP] {}
2023-05-12 09:43:07:357 [XCUITestDriver@0b37 (bce8649d)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:07:357 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.elementDisplayed() with args: ["9B010000-0000-0000-5FCA-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:07:357 [AppiumDriver@657d] Plugins which can handle cmd 'elementDisplayed': appium-dashboard
2023-05-12 09:43:07:357 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'elementDisplayed'
2023-05-12 09:43:07:357 [AppiumDriver@657d] Executing default handling behavior for command 'elementDisplayed'
2023-05-12 09:43:07:357 [XCUITestDriver@0b37 (bce8649d)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/9B010000-0000-0000-5FCA-000000000000/displayed
2023-05-12 09:43:07:357 [XCUITestDriver@0b37 (bce8649d)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/9B010000-0000-0000-5FCA-000000000000/displayed' to command name 'elementDisplayed'
2023-05-12 09:43:07:357 [XCUITestDriver@0b37 (bce8649d)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/9B010000-0000-0000-5FCA-000000000000/displayed] to [GET http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493/element/9B010000-0000-0000-5FCA-000000000000/displayed] with no body
2023-05-12 09:43:07:405 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":true,"sessionId":"1BBE008D-03A5-486C-8ABC-459580987493"}
2023-05-12 09:43:07:407 [XCUITestDriver@0b37 (bce8649d)] Responding to client with driver.elementDisplayed() result: true
2023-05-12 09:43:07:407 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/9B010000-0000-0000-5FCA-000000000000/displayed 200 50 ms - 14
2023-05-12 09:43:07:407 [HTTP]
2023-05-12 09:43:07:409 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/app/reset
2023-05-12 09:43:07:409 [HTTP] {}
2023-05-12 09:43:07:409 [XCUITestDriver@0b37 (bce8649d)] Calling AppiumDriver.reset() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:07:409 [AppiumDriver@657d] Plugins which can handle cmd 'reset': appium-dashboard
2023-05-12 09:43:07:409 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'reset'
2023-05-12 09:43:07:409 [AppiumDriver@657d] Executing default handling behavior for command 'reset'
2023-05-12 09:43:07:409 [XCUITestDriver@0b37 (bce8649d)] Executing command 'reset'
2023-05-12 09:43:07:409 [XCUITestDriver@0b37 (bce8649d)] Resetting app mid-session
2023-05-12 09:43:07:409 [XCUITestDriver@0b37 (bce8649d)] Running generic full reset
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] frame I:6 Avg QP:14.30 size: 75426
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] frame P:198 Avg QP:18.01 size: 30723
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] frame B:349 Avg QP:22.79 size: 1214
2023-05-12 09:43:07:551 [ffmpeg]
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] consecutive B-frames: 13.6% 5.8% 3.3% 77.4%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] mb I I16..4: 41.6% 26.1% 32.3%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] mb P I16..4: 8.4% 9.6% 10.4% P16..4: 7.4% 3.0% 2.0% 0.0% 0.0% skip:59.2%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] mb B I16..4: 0.6% 0.1% 0.1% B16..8: 6.3% 0.7% 0.1% direct: 1.1% skip:91.1% L0:41.3% L1:51.8% BI: 6.9%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] 8x8 transform intra:32.3% inter:53.4%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] coded y,uvDC,uvAC intra: 39.8% 38.4% 34.5% inter: 3.4% 4.5% 3.3%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] i16 v,h,dc,p: 34% 63% 1% 1%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 47% 18% 1% 2% 1% 4% 1% 5%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 52% 9% 2% 3% 2% 7% 2% 7%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] i8c dc,h,v,p: 53% 38% 6% 3%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] Weighted P-Frames: Y:8.1% UV:7.1%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] ref P L0: 62.5% 11.7% 17.2% 8.5% 0.1%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] ref B L0: 69.5% 26.9% 3.6%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] ref B L1: 92.1% 7.9%
2023-05-12 09:43:07:551 [ffmpeg] [libx264 @ 0x13300ac00] kb/s:1006.76
2023-05-12 09:43:07:551 [ffmpeg]
2023-05-12 09:43:07:558 [ffmpeg] Exiting normally, received signal 15.
2023-05-12 09:43:07:558 [ffmpeg]
2023-05-12 09:43:07:561 [DevCon Factory] Releasing connections for 814D6207-4523-4C51-83C7-F75B2F2D2122 device on 9100 port number
2023-05-12 09:43:07:561 [DevCon Factory] Found cached connections to release: ["814D6207-4523-4C51-83C7-F75B2F2D2122:9100"]
2023-05-12 09:43:07:561 [DevCon Factory] Cached connections count: 1
2023-05-12 09:43:07:563 [XCUITestDriver@0b37 (bce8649d)] Matched '/session/bce8649d-9ee9-4672-9d02-1e71417eca8c' to command name 'deleteSession'
2023-05-12 09:43:07:563 [XCUITestDriver@0b37 (bce8649d)] Proxying [DELETE /session/bce8649d-9ee9-4672-9d02-1e71417eca8c] to [DELETE http://127.0.0.1:8100/session/1BBE008D-03A5-486C-8ABC-459580987493] with no body
2023-05-12 09:43:08:592 [XCUITestDriver@0b37 (bce8649d)] Got response with status 200: {"value":null,"sessionId":null}
2023-05-12 09:43:08:593 [DevCon Factory] Releasing connections for 814D6207-4523-4C51-83C7-F75B2F2D2122 device on any port number
2023-05-12 09:43:08:594 [DevCon Factory] Found cached connections to release: ["814D6207-4523-4C51-83C7-F75B2F2D2122:8100"]
2023-05-12 09:43:08:594 [DevCon Factory] Cached connections count: 0
2023-05-12 09:43:08:595 [XCUITestDriver@0b37 (bce8649d)] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2023-05-12 09:43:08:595 [IOSSimulatorLog] Stopping iOS log capture
2023-05-12 09:43:08:610 [XCUITestDriver@0b37] Restarting app
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] Creating session with W3C capabilities: {
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] "alwaysMatch": {
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] "platformName": "iOS",
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] "appium:platformVersion": "16.2",
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] "appium:deviceName": "iPhone 14 Plus",
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] "appium:app": "/Users/theo.king/myApp.app",
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] "appium:newCommandTimeout": 10,
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] "appium:autoGrantPermissions": "false",
2023-05-12 09:43:08:613 [XCUITestDriver@0b37] "appium:automationName": "XCUITest",
2023-05-12 09:43:08:615 [XCUITestDriver@0b37] "appium:useNativeCachingStrategy": "false",
2023-05-12 09:43:08:615 [XCUITestDriver@0b37] "appium:clearDeviceLogsOnStart": true,
2023-05-12 09:43:08:616 [XCUITestDriver@0b37] "appium:nativeWebScreenshot": true
2023-05-12 09:43:08:616 [XCUITestDriver@0b37] },
2023-05-12 09:43:08:616 [XCUITestDriver@0b37] "firstMatch": [
2023-05-12 09:43:08:616 [XCUITestDriver@0b37] {}
2023-05-12 09:43:08:616 [XCUITestDriver@0b37] ]
2023-05-12 09:43:08:616 [XCUITestDriver@0b37] }
2023-05-12 09:43:08:624 [XCUITestDriver@0b37] Capability 'useNativeCachingStrategy' changed from string to boolean. This may cause unexpected behavior
2023-05-12 09:43:08:626 [XCUITestDriver@0b37] The following capabilities were provided, but are not recognized by Appium:
2023-05-12 09:43:08:626 [XCUITestDriver@0b37] autoGrantPermissions
2023-05-12 09:43:08:626 [XCUITestDriver@0b37] clearDeviceLogsOnStart
2023-05-12 09:43:08:626 [XCUITestDriver@0b37] nativeWebScreenshot
2023-05-12 09:43:08:627 [XCUITestDriver@0b37 (948c2844)] Session created with session id: 948c2844-fcba-4bb6-9ef6-e7ad502f4b9b
2023-05-12 09:43:08:655 [XCUITest] Current user: 'theo.king'
2023-05-12 09:43:08:655 [XCUITestDriver@0b37 (948c2844)] iOS SDK Version set to '16.2'
2023-05-12 09:43:08:785 [iOSSim] Constructing iOS simulator for Xcode version 14.2 with udid '814D6207-4523-4C51-83C7-F75B2F2D2122'
2023-05-12 09:43:08:785 [XCUITestDriver@0b37 (948c2844)] Determining device to run tests on: udid: '814D6207-4523-4C51-83C7-F75B2F2D2122', real device: false
2023-05-12 09:43:08:786 [XCUITestDriver@0b37 (948c2844)] Event 'xcodeDetailsRetrieved' logged at 1683884588785 (10:43:08 GMT+0100 (British Summer Time))
2023-05-12 09:43:08:786 [BaseDriver] Using local app '/Users/theo.king/myApp.app'
2023-05-12 09:43:08:786 [XCUITestDriver@0b37 (948c2844)] Event 'appConfigured' logged at 1683884588786 (10:43:08 GMT+0100 (British Summer Time))
2023-05-12 09:43:08:786 [XCUITest] Checking whether app '/Users/theo.king/myApp.app' is actually present on file system
2023-05-12 09:43:08:786 [XCUITest] App is present
2023-05-12 09:43:08:787 [XCUITest] Getting bundle ID from app '/Users/theo.king/myApp.app': 'com.company.xxx.development'
2023-05-12 09:43:08:787 [XCUITestDriver@0b37 (948c2844)] Event 'resetStarted' logged at 1683884588787 (10:43:08 GMT+0100 (British Summer Time))
2023-05-12 09:43:08:887 [simctl] Error running 'terminate': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
The operation couldn’t be completed. found nothing to terminate
found nothing to terminate
2023-05-12 09:43:08:887 [XCUITest] Reset: failed to terminate Simulator application with id "com.company.xxx.development"
2023-05-12 09:43:08:887 [XCUITest] Not scrubbing third party app in anticipation of uninstall
2023-05-12 09:43:08:887 [XCUITestDriver@0b37 (948c2844)] Event 'resetComplete' logged at 1683884588887 (10:43:08 GMT+0100 (British Summer Time))
2023-05-12 09:43:08:887 [XCUITestDriver@0b37 (948c2844)] Using WDA path: '/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2023-05-12 09:43:08:887 [XCUITestDriver@0b37 (948c2844)] Using WDA agent: '/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2023-05-12 09:43:08:986 [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '814D6207-4523-4C51-83C7-F75B2F2D2122' using simctl
2023-05-12 09:43:09:127 [XCUITestDriver@0b37 (948c2844)] Event 'logCaptureStarted' logged at 1683884589126 (10:43:09 GMT+0100 (British Summer Time))
2023-05-12 09:43:09:127 [XCUITestDriver@0b37 (948c2844)] Setting up simulator
2023-05-12 09:43:09:127 [iOSSim] Setting preferences of 814D6207-4523-4C51-83C7-F75B2F2D2122 Simulator to {"ConnectHardwareKeyboard":false}
2023-05-12 09:43:09:127 [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false}
2023-05-12 09:43:09:417 [iOSSim] Updated 814D6207-4523-4C51-83C7-F75B2F2D2122 Simulator preferences at '/Users/theo.king/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false,"DevicePreferences":{"814D6207-4523-4C51-83C7-F75B2F2D2122":{"SimulatorExternalDisplay":2114,"ConnectHardwareKeyboard":false,"SimulatorWindowRotationAngle":0,"SimulatorWindowGeometry":{"C9E679BB-64B1-4C7F-A9DC-41A512670974":{"WindowCenter":"{3087, 885}","WindowScale":0.8886597938144329},"A8BFBC1B-F5F5-4865-8828-8779553E61D5":{"WindowCenter":"{756, 476.5}","WindowScale":0.8886597938144329},"AA2F0C60-1EB2-44BC-A78F-601D37F450A6":{"WindowCenter":"{2421, 756.5}","WindowScale":0.8886597938144329}},"SimulatorWindowOrientation":"Portrait","ChromeTint":""}}}
2023-05-12 09:43:09:563 [iOSSim] Got Simulator UI client PID: 6402
2023-05-12 09:43:09:563 [iOSSim] Both Simulator with UDID '814D6207-4523-4C51-83C7-F75B2F2D2122' and the UI client are currently running
2023-05-12 09:43:09:564 [XCUITestDriver@0b37 (948c2844)] Event 'simStarted' logged at 1683884589564 (10:43:09 GMT+0100 (British Summer Time))
2023-05-12 09:43:09:564 [XCUITest] Verifying application platform
2023-05-12 09:43:09:565 [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2023-05-12 09:43:09:700 [XCUITest] Reset requested. Removing app with id 'com.company.xxx.development' from the device
2023-05-12 09:43:09:890 [XCUITest] Installing '/Users/theo.king/myApp.app' on Simulator with UUID '814D6207-4523-4C51-83C7-F75B2F2D2122'...
2023-05-12 09:43:09:992 [XCUITestDriver@0b37 (948c2844)] Parsed BUILD_DIR configuration value: '/Users/theo.king/Library/Developer/Xcode/DerivedData/WebDriverAgent-gggtmlafefvmtncmhrpeaecupkbo/Build/Products'
2023-05-12 09:43:09:992 [XCUITestDriver@0b37 (948c2844)] Got derived data root: '/Users/theo.king/Library/Developer/Xcode/DerivedData/WebDriverAgent-gggtmlafefvmtncmhrpeaecupkbo'
2023-05-12 09:43:11:779 [XCUITest] The app has been installed successfully.
2023-05-12 09:43:11:779 [XCUITestDriver@0b37 (948c2844)] Event 'appInstalled' logged at 1683884591779 (10:43:11 GMT+0100 (British Summer Time))
2023-05-12 09:43:12:614 [XCUITestDriver@0b37 (948c2844)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2023-05-12 09:43:12:614 [DevCon Factory] Requesting connection for device 814D6207-4523-4C51-83C7-F75B2F2D2122 on local port 8100
2023-05-12 09:43:12:614 [DevCon Factory] Cached connections count: 0
2023-05-12 09:43:12:615 [DevCon Factory] Successfully requested the connection for 814D6207-4523-4C51-83C7-F75B2F2D2122:8100
2023-05-12 09:43:12:615 [XCUITestDriver@0b37 (948c2844)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2023-05-12 09:43:12:616 [WD Proxy] Matched '/status' to command name 'getStatus'
2023-05-12 09:43:12:616 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-05-12 09:43:12:623 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"16.2"},"ios":{"simulatorVersion":"16.2","ip":"192.168.1.85"},"ready":true,"build":{"upgradedAt":"1683817397750","time":"May 11 2023 16:27:54","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-05-12 09:43:12:624 [XCUITestDriver@0b37 (948c2844)] Upgrade timestamp of the currently bundled WDA: 1683817397750
2023-05-12 09:43:12:624 [XCUITestDriver@0b37 (948c2844)] Upgrade timestamp of the WDA on the device: 1683817397750
2023-05-12 09:43:12:624 [XCUITestDriver@0b37 (948c2844)] 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.
2023-05-12 09:43:12:624 [XCUITestDriver@0b37 (948c2844)] Trying to start WebDriverAgent 2 times with 10000ms interval
2023-05-12 09:43:12:624 [XCUITestDriver@0b37 (948c2844)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2023-05-12 09:43:12:624 [XCUITestDriver@0b37 (948c2844)] Event 'wdaStartAttempted' logged at 1683884592624 (10:43:12 GMT+0100 (British Summer Time))
2023-05-12 09:43:12:625 [XCUITestDriver@0b37 (948c2844)] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
2023-05-12 09:43:12:625 [WD Proxy] Matched '/status' to command name 'getStatus'
2023-05-12 09:43:12:626 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-05-12 09:43:12:628 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"16.2"},"ios":{"simulatorVersion":"16.2","ip":"192.168.1.85"},"ready":true,"build":{"upgradedAt":"1683817397750","time":"May 11 2023 16:27:54","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-05-12 09:43:12:628 [XCUITestDriver@0b37 (948c2844)] Event 'wdaSessionAttempted' logged at 1683884592628 (10:43:12 GMT+0100 (British Summer Time))
2023-05-12 09:43:12:628 [XCUITestDriver@0b37 (948c2844)] Sending createSession command to WDA
2023-05-12 09:43:12:628 [XCUITestDriver@0b37 (948c2844)] Matched '/session' to command name 'createSession'
2023-05-12 09:43:12:628 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.company.xxx.development","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":false,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
2023-05-12 09:43:15:120 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0","capabilities":{"device":"iphone","browserName":"debug app 👾","sdkVersion":"16.2","CFBundleIdentifier":"com.company.xxx.development"}},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:15:120 [XCUITestDriver@0b37 (948c2844)] Determined the downstream protocol as 'W3C'
2023-05-12 09:43:15:121 [XCUITestDriver@0b37 (948c2844)] Event 'wdaSessionStarted' logged at 1683884595120 (10:43:15 GMT+0100 (British Summer Time))
2023-05-12 09:43:15:121 [XCUITestDriver@0b37 (948c2844)] Event 'wdaStarted' logged at 1683884595121 (10:43:15 GMT+0100 (British Summer Time))
2023-05-12 09:43:15:121 [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2023-05-12 09:43:15:121 [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2023-05-12 09:43:15:126 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.reset() result: null
2023-05-12 09:43:15:127 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/app/reset 200 7718 ms - 14
2023-05-12 09:43:15:127 [HTTP]
2023-05-12 09:43:15:149 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:15:149 [HTTP] {"using":"-ios predicate string","value":"label == 'Allow App to use your app and website activity?'"}
2023-05-12 09:43:15:149 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label == 'Allow App to use your app and website activity?'","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:15:149 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:15:149 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:15:149 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:15:149 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:15:149 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:15:149 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:15:150 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:15:150 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"predicate string","value":"label == 'Allow App to use your app and website activity?'"}
2023-05-12 09:43:15:194 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"0A000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:15:196 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-77CB-000000000000","ELEMENT":"0A000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:15:196 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 47 ms - 137
2023-05-12 09:43:15:196 [HTTP]
2023-05-12 09:43:16:214 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:16:214 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeButton[`label == \"NEXT\"`]"}
2023-05-12 09:43:16:217 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeButton[`label == \"NEXT\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:16:218 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:16:218 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:16:219 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:16:219 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:16:220 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:16:220 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:16:220 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:16:221 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"class chain","value":"**/XCUIElementTypeButton[`label == \"NEXT\"`]"}
2023-05-12 09:43:16:285 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:16:287 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-77CB-000000000000","ELEMENT":"0C000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:16:287 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 74 ms - 137
2023-05-12 09:43:16:287 [HTTP]
2023-05-12 09:43:16:289 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:16:289 [HTTP] {"id":"0C000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:16:289 [XCUITestDriver@0b37 (948c2844)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:16:289 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.click() with args: ["0C000000-0000-0000-77CB-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:16:289 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:16:289 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:16:289 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:16:294 [XCUITestDriver@0b37 (948c2844)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:16:295 [XCUITestDriver@0b37 (948c2844)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-77CB-000000000000/click' to command name 'click'
2023-05-12 09:43:16:295 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-77CB-000000000000/click] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element/0C000000-0000-0000-77CB-000000000000/click] with body: {"id":"0C000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:16:876 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:16:882 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:16:882 [HTTP] {}
2023-05-12 09:43:16:882 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:16:882 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:16:882 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:16:882 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:16:883 [XCUITestDriver@0b37 (948c2844)] Executing command 'getScreenshot'
2023-05-12 09:43:16:883 [XCUITestDriver@0b37 (948c2844)] Taking screenshot with WDA
2023-05-12 09:43:16:883 [XCUITestDriver@0b37 (948c2844)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:16:883 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/screenshot] with no body
2023-05-12 09:43:17:026 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AEUCOI1uFcwAAQABJREFUeAHsvXubJVWR/d/37uquvuG8tRkE/Y6KMIIKghdAHUXwNqIgCl4AB8XL/N6JdNPdvqX6xcrMlbkyMnbmzjx5Tp2q2n/EE7Fj78yqPmejT32eFRHnzv/Hp0fFymdQ7kC5A+UOlDtw0u/Aucc/PVI7/9n7R7BzT8TGffoLT3x6NGpP3ju6IHbuSft5Yuc/9+CoNvu5nxP7/CdH5wO78Hn7eWr/z96fsIv/ef/ogrPzdpZ2zt4P4xren0+tL37h06PKvnj/6KLalywvdsH2NjF915L4/FP232hjF75sn/WX/9mzC09/cqR28Zl7RzTmua78V+zfG9il/7p/NGb6Dpy7/JVPj648+6BnzMHTLj376ZG3y889OKJd+aqdfc7et8DwrLdLX7OfZ3bxq/bvnDCevfx1+31as9/n67Vd+pp9Jo1d/Kp9rmZX7J1X7f3e+MyV5+0z6dl9W3d2+QX7WT2zf/sLy+3KN+wzMLv64oOk8Qy9nr3ykv2+jV1+0d4lax9f/ebDo6vftJ+1gV3+ln22gV35tv0eZle/Y+8P7Mq37TMU82euvGzfjZjf1/W1lx8c0Q5e+fQIdv3l+z27ZmvY1Vfs58p7r7366dGofdeeM7v66r2eIVfl4b9n71hoB/Zcz/77/tHBiF3/gf3bxNqz339wdNDY9f9+eOTtxg8eHR3+8F9H1197eHTwQztrds3e4+3qD+37Erv2mp0Tu/Ij+17FDn5k7+uZ/Xt+NG3X7QzsxusPenb9DfveNrAbP7Z3ium7NM/4wM727Cf2+Ytd/6n9ngv...
2023-05-12 09:43:17:035 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AEUCOI1uFcwAAQABJREFUeAHsvXubJVWR/d/37uquvuG8tRkE/Y6KMIIKghdAHUXwNqIgCl4AB8XL/N6JdNPdvqX6xcrMlbkyMnbmzjx5Tp2q2n/EE7Fj78yqPmejT32eFRHnzv/Hp0fFymdQ7kC5A+UOlDtw0u/Aucc/PVI7/9n7R7BzT8TGffoLT3x6NGpP3ju6IHbuSft5Yuc/9+CoNvu5nxP7/CdH5wO78Hn7eWr/z96fsIv/ef/ogrPzdpZ2zt4P4xren0+tL37h06PKvnj/6KLalywvdsH2NjF915L4/FP232hjF75sn/WX/9mzC09/cqR28Zl7RzTmua78V+zfG9il/7p/NGb6Dpy7/JVPj648+6BnzMHTLj376ZG3y889OKJd+aqdfc7et8DwrLdLX7OfZ3bxq/bvnDCevfx1+31as9/n67Vd+pp9Jo1d/Kp9rmZX7J1X7f3e+MyV5+0z6dl9W3d2+QX7WT2zf/sLy+3KN+wzMLv64oOk8Qy9nr3ykv2+jV1+0d4lax9f/ebDo6vftJ+1gV3+ln22gV35tv0eZle/Y+8P7Mq37TMU82euvGzfjZjf1/W1lx8c0Q5e+fQIdv3l+z27ZmvY1Vfs58p7r7366dGofdeeM7v66r2eIVfl4b9n71hoB/Zcz/77/tHBiF3/gf3bxNqz339wdNDY9f9+eOTtxg8eHR3+8F9H1197eHTwQztrds3e4+3qD+37Erv2mp0Tu/Ij+17FDn5k7+uZ/Xt+NG3X7QzsxusPenb9DfveNrAbP7Z3ium7NM/4wM727Cf2+Ytd/6n9ngvswJ5Ru/6z...
2023-05-12 09:43:17:053 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 162 ms - 1789008
2023-05-12 09:43:17:053 [HTTP]
2023-05-12 09:43:17:055 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.click() result: null
2023-05-12 09:43:17:055 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-77CB-000000000000/click 200 766 ms - 14
2023-05-12 09:43:17:056 [HTTP]
2023-05-12 09:43:17:058 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text
2023-05-12 09:43:17:058 [HTTP] {}
2023-05-12 09:43:17:058 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.getAlertText() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:17:058 [AppiumDriver@657d] Plugins which can handle cmd 'getAlertText': appium-dashboard
2023-05-12 09:43:17:058 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAlertText'
2023-05-12 09:43:17:059 [AppiumDriver@657d] Executing default handling behavior for command 'getAlertText'
2023-05-12 09:43:17:059 [XCUITestDriver@0b37 (948c2844)] Executing command 'getAlertText'
2023-05-12 09:43:17:061 [XCUITestDriver@0b37 (948c2844)] Matched '/alert/text' to command name 'getAlertText'
2023-05-12 09:43:17:061 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/alert/text] with no body
2023-05-12 09:43:17:144 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":"Allow “debug app 👾” to track your activity across other companies’ apps and websites?\nThis will allow us to give you a better ads experience","sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:17:146 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.getAlertText() result: "Allow “debug app 👾” to track your activity across other companies’ apps and websites?\nThis will allow us to give you a better ads experience"
2023-05-12 09:43:17:146 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text 200 88 ms - 166
2023-05-12 09:43:17:146 [HTTP]
2023-05-12 09:43:17:148 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/accept
2023-05-12 09:43:17:148 [HTTP] {}
2023-05-12 09:43:17:148 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.postAcceptAlert() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:17:148 [AppiumDriver@657d] Plugins which can handle cmd 'postAcceptAlert': appium-dashboard
2023-05-12 09:43:17:148 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'postAcceptAlert'
2023-05-12 09:43:17:148 [AppiumDriver@657d] Executing default handling behavior for command 'postAcceptAlert'
2023-05-12 09:43:17:148 [XCUITestDriver@0b37 (948c2844)] Executing command 'postAcceptAlert'
2023-05-12 09:43:17:149 [XCUITestDriver@0b37 (948c2844)] Matched '/alert/accept' to command name 'postAcceptAlert'
2023-05-12 09:43:17:149 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /alert/accept] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/alert/accept] with body: {}
2023-05-12 09:43:17:799 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:17:805 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.postAcceptAlert() result: null
2023-05-12 09:43:17:806 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/accept 200 658 ms - 14
2023-05-12 09:43:17:806 [HTTP]
2023-05-12 09:43:17:811 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:17:811 [HTTP] {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:43:17:812 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","We use cookies on our site","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:17:812 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:17:813 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:17:813 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:17:813 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:17:813 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:17:813 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:17:816 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:17:816 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:43:17:832 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'We use cookies on our site'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x00000...
2023-05-12 09:43:17:833 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:17:835 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:17:835 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:17:835 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:17:835 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:17:835 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:17:835 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:17:835 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:17:835 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 24 ms - 1140
2023-05-12 09:43:17:835 [HTTP]
2023-05-12 09:43:18:345 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:18:345 [HTTP] {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:43:18:346 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","We use cookies on our site","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:18:346 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:18:346 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:18:346 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:18:346 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:18:347 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:18:347 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:18:347 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:18:347 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:43:18:479 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"0D000000-0000-0000-80CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-80CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:18:486 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-80CB-000000000000","ELEMENT":"0D000000-0000-0000-80CB-000000000000"}
2023-05-12 09:43:18:486 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 141 ms - 137
2023-05-12 09:43:18:486 [HTTP]
2023-05-12 09:43:18:489 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:18:490 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:18:490 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:18:490 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:18:490 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:18:490 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:18:490 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:18:490 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:18:490 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:18:491 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:18:491 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:18:604 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-80CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-80CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:18:605 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-80CB-000000000000","ELEMENT":"0C000000-0000-0000-80CB-000000000000"}
2023-05-12 09:43:18:606 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 116 ms - 137
2023-05-12 09:43:18:606 [HTTP]
2023-05-12 09:43:18:608 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:18:608 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:18:608 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:18:608 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:18:608 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:18:608 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:18:608 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:18:608 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:18:608 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:18:608 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:18:614 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:18:733 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-80CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-80CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:18:739 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-80CB-000000000000","ELEMENT":"0C000000-0000-0000-80CB-000000000000"}
2023-05-12 09:43:18:740 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 132 ms - 137
2023-05-12 09:43:18:741 [HTTP]
2023-05-12 09:43:18:743 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-80CB-000000000000/click
2023-05-12 09:43:18:744 [HTTP] {"id":"0C000000-0000-0000-80CB-000000000000"}
2023-05-12 09:43:18:744 [XCUITestDriver@0b37 (948c2844)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:18:744 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.click() with args: ["0C000000-0000-0000-80CB-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:18:744 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:18:744 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:18:744 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:18:745 [XCUITestDriver@0b37 (948c2844)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-80CB-000000000000/click
2023-05-12 09:43:18:745 [XCUITestDriver@0b37 (948c2844)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-80CB-000000000000/click' to command name 'click'
2023-05-12 09:43:18:745 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-80CB-000000000000/click] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element/0C000000-0000-0000-80CB-000000000000/click] with body: {"id":"0C000000-0000-0000-80CB-000000000000"}
2023-05-12 09:43:19:112 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:19:116 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:19:116 [HTTP] {}
2023-05-12 09:43:19:117 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:19:117 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:19:117 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:19:117 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:19:117 [XCUITestDriver@0b37 (948c2844)] Executing command 'getScreenshot'
2023-05-12 09:43:19:118 [XCUITestDriver@0b37 (948c2844)] Taking screenshot with WDA
2023-05-12 09:43:19:118 [XCUITestDriver@0b37 (948c2844)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:19:119 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/screenshot] with no body
2023-05-12 09:43:19:197 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AATZjmKNmtgAAQABJREFUeAHs2EEBAAAIAjH7l8YgNxsweXFzBAgQIECAAAECBAgQIECAAAECBAhkBC6TVFACBAgQIECAAAECBAgQIECAAAECBGYQVAICBAgQIECAAAECBAgQIECAAAECIQGDYOjZohIgQIAAAQIECBAgQIAAAQIECBAwCOoAAQIECBAgQIAAAQIECBAgQIAAgZCAQTD0bFEJECBAgAABAgQIECBAgAABAgQIGAR1gAABAgQIECBAgAABAgQIECBAgEBIwCAYeraoBAgQIECAAAECBAgQIECAAAECBAyCOkCAAAECBAgQIECAAAECBAgQIEAgJGAQDD1bVAIECBAgQIAAAQIECBAgQIAAAQIGQR0gQIAAAQIECBAgQIAAAQIECBAgEBIwCIaeLSoBAgQIECBAgAABAgQIECBAgAABg6AOECBAgAABAgQIECBAgAABAgQIEAgJGARDzxaVAAECBAgQIECAAAECBAgQIECAgEFQBwgQIECAAAECBAgQIECAAAECBAiEBAyCoWeLSoAAAQIECBAgQIAAAQIECBAgQMAgqAMECBAgQIAAAQIECBAgQIAAAQIEQgIGwdCzRSVAgAABAgQIECBAgAABAgQIECBgENQBAgQIECBAgAABAgQIECBAgAABAiEBg2Do2aISIECAAAECBAgQIECAAAECBAgQMAjqAAECBAgQIECAAAECBAgQIECAAIGQgEEw9GxRCRAgQIAAAQIECBAgQIAAAQIECBgEdYAAAQIECBAgQIAAAQIECBAgQIBASMAgGHq2qAQIECBAgAABAgQ...
2023-05-12 09:43:19:199 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AATZjmKNmtgAAQABJREFUeAHs2EEBAAAIAjH7l8YgNxsweXFzBAgQIECAAAECBAgQIECAAAECBAhkBC6TVFACBAgQIECAAAECBAgQIECAAAECBGYQVAICBAgQIECAAAECBAgQIECAAAECIQGDYOjZohIgQIAAAQIECBAgQIAAAQIECBAwCOoAAQIECBAgQIAAAQIECBAgQIAAgZCAQTD0bFEJECBAgAABAgQIECBAgAABAgQIGAR1gAABAgQIECBAgAABAgQIECBAgEBIwCAYeraoBAgQIECAAAECBAgQIECAAAECBAyCOkCAAAECBAgQIECAAAECBAgQIEAgJGAQDD1bVAIECBAgQIAAAQIECBAgQIAAAQIGQR0gQIAAAQIECBAgQIAAAQIECBAgEBIwCIaeLSoBAgQIECBAgAABAgQIECBAgAABg6AOECBAgAABAgQIECBAgAABAgQIEAgJGARDzxaVAAECBAgQIECAAAECBAgQIECAgEFQBwgQIECAAAECBAgQIECAAAECBAiEBAyCoWeLSoAAAQIECBAgQIAAAQIECBAgQMAgqAMECBAgQIAAAQIECBAgQIAAAQIEQgIGwdCzRSVAgAABAgQIECBAgAABAgQIECBgENQBAgQIECBAgAABAgQIECBAgAABAiEBg2Do2aISIECAAAECBAgQIECAAAECBAgQMAjqAAECBAgQIECAAAECBAgQIECAAIGQgEEw9GxRCRAgQIAAAQIECBAgQIAAAQIECBgEdYAAAQIECBAgQIAAAQIECBAgQIBASMAgGHq2qAQIECBAgAABAgQIECBAgAAB...
2023-05-12 09:43:19:201 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 84 ms - 249392
2023-05-12 09:43:19:201 [HTTP]
2023-05-12 09:43:19:206 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.click() result: null
2023-05-12 09:43:19:208 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-80CB-000000000000/click 200 463 ms - 14
2023-05-12 09:43:19:208 [HTTP]
2023-05-12 09:43:19:210 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:19:210 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:19:210 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:19:210 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:19:210 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:19:211 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:19:211 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:19:211 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:19:211 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:19:211 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:19:211 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:19:292 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'ACCEPT'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _dispatc...
2023-05-12 09:43:19:292 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:19:294 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:19:294 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:19:294 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:19:294 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:19:294 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:19:294 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:19:294 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:19:294 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 84 ms - 1140
2023-05-12 09:43:19:294 [HTTP]
2023-05-12 09:43:19:814 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:19:815 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:19:815 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:19:816 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:19:816 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:19:816 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:19:816 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:19:817 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:19:817 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:19:817 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:19:818 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:19:863 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'ACCEPT'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _dispatc...
2023-05-12 09:43:19:864 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:19:871 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:19:871 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:19:872 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:19:872 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:19:873 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:19:873 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:19:874 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:19:875 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 60 ms - 1140
2023-05-12 09:43:19:875 [HTTP]
2023-05-12 09:43:20:387 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:20:388 [HTTP] {"using":"name","value":"Live Radio & Catch Up"}
2023-05-12 09:43:20:389 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Live Radio & Catch Up","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:20:389 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:20:390 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:20:390 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:20:390 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:20:391 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:20:391 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:20:392 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:20:392 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Live Radio & Catch Up"}
2023-05-12 09:43:20:508 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"3C000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"3C000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:20:513 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"3C000000-0000-0000-77CB-000000000000","ELEMENT":"3C000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:20:514 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 127 ms - 137
2023-05-12 09:43:20:514 [HTTP]
2023-05-12 09:43:20:518 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:20:518 [HTTP] {"using":"name","value":"GET STARTED"}
2023-05-12 09:43:20:518 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","GET STARTED","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:20:518 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:20:518 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:20:519 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:20:519 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:20:519 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:20:519 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:20:520 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:20:520 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"GET STARTED"}
2023-05-12 09:43:20:600 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"2A000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"2A000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:20:607 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2A000000-0000-0000-77CB-000000000000","ELEMENT":"2A000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:20:608 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 90 ms - 137
2023-05-12 09:43:20:608 [HTTP]
2023-05-12 09:43:20:612 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:20:612 [HTTP] {"id":"2A000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:20:612 [XCUITestDriver@0b37 (948c2844)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:20:613 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.click() with args: ["2A000000-0000-0000-77CB-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:20:613 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:20:613 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:20:613 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:20:614 [XCUITestDriver@0b37 (948c2844)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:20:615 [XCUITestDriver@0b37 (948c2844)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-77CB-000000000000/click' to command name 'click'
2023-05-12 09:43:20:628 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-77CB-000000000000/click] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element/2A000000-0000-0000-77CB-000000000000/click] with body: {"id":"2A000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:20:965 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:20:969 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:20:969 [HTTP] {}
2023-05-12 09:43:20:969 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:20:970 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:20:970 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:20:970 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:20:970 [XCUITestDriver@0b37 (948c2844)] Executing command 'getScreenshot'
2023-05-12 09:43:20:970 [XCUITestDriver@0b37 (948c2844)] Taking screenshot with WDA
2023-05-12 09:43:20:970 [XCUITestDriver@0b37 (948c2844)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:20:970 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/screenshot] with no body
2023-05-12 09:43:21:089 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABv2N8lCxyQAAQABJREFUeAHsfQd8HdWV91O1DcY21RgMMbbB2OpdsuVusOnpJCxpuyQk8JElkBA6tqSnbmcTQnazBEhfAimbb9Mh2SQkJIRiegdTTDUYd9Ps8/3/d3Ser/XNm5H0niSXM7/f6M7cdu49c+bOu3+dkqjqfEfsNB6YDAyPDIgdxgHjgHHAOGAcMA4YB4wDxgHjgHHAOGAcMA4YB4aYAwkDgoYHCDK+G98pA3YYB4wDxgHjgHHAOGAcMA4YB4wDxgHjgHHAOGAcGGoOGCBoGpKmITqMMjDUL7zRMw4YB4wDxgHjgHHAOGAcMA4YB4wDxgHjgHHAOGCA4DCCQaYlaFqCtgQZB4wDxgHjgHHAOGAcMA4YB4wDxgHjgHHAOGAcGGoOGCBogKBpCA6jDAz1C2/0jAPGAeOAccA4YBwwDhgHjAPGAeOAccA4YBwwDhggOIxgkGkImoagLUHGAeOAccA4YBwwDhgHjAPGAeOAccA4YBwwDhgHhpoDBggaIGgagsMoA0P9whs944BxwDhgHDAOGAeMA8YB44BxwDhgHDAOGAeMAwYIDiMYZBqCpiFoS5BxwDhgHDAOGAeMA8YB44BxwDhgHDAOGAeMA8aBoeaAAYIGCJqG4DDKwFC/8EbPOGAcMA4YB4wDxgHjgHHAOGAcMA4YB4wDxgHjgAGCwwgGmYagaQjaEmQcMA4YB4wDxgHjgHHAOGAcMA4YB4wDxgHjgHFgqDlggKABgqYhOIwyMNQvvNEzDhgHjAPGAeOAccA4YBwwDhgHjAPGAeOAccA4YIDgMIJBpiFoGoK...
2023-05-12 09:43:21:093 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABv2N8lCxyQAAQABJREFUeAHsfQd8HdWV91O1DcY21RgMMbbB2OpdsuVusOnpJCxpuyQk8JElkBA6tqSnbmcTQnazBEhfAimbb9Mh2SQkJIRiegdTTDUYd9Ps8/3/d3Ser/XNm5H0niSXM7/f6M7cdu49c+bOu3+dkqjqfEfsNB6YDAyPDIgdxgHjgHHAOGAcMA4YB4wDxgHjgHHAOGAcMA4YB4aYAwkDgoYHCDK+G98pA3YYB4wDxgHjgHHAOGAcMA4YB4wDxgHjgHHAOGAcGGoOGCBoGpKmITqMMjDUL7zRMw4YB4wDxgHjgHHAOGAcMA4YB4wDxgHjgHHAOGCA4DCCQaYlaFqCtgQZB4wDxgHjgHHAOGAcMA4YB4wDxgHjgHHAOGAcGGoOGCBogKBpCA6jDAz1C2/0jAPGAeOAccA4YBwwDhgHjAPGAeOAccA4YBwwDhggOIxgkGkImoagLUHGAeOAccA4YBwwDhgHjAPGAeOAccA4YBwwDhgHhpoDBggaIGgagsMoA0P9whs944BxwDhgHDAOGAeMA8YB44BxwDhgHDAOGAeMAwYIDiMYZBqCpiFoS5BxwDhgHDAOGAeMA8YB44BxwDhgHDAOGAeMA8aBoeaAAYIGCJqG4DDKwFC/8EbPOGAcMA4YB4wDxgHjgHHAOGAcMA4YB4wDxgHjgAGCwwgGmYagaQjaEmQcMA4YB4wDxgHjgHHAOGAcMA4YB4wDxgHjgHFgqDlggKABgqYhOIwyMNQvvNEzDhgHjAPGAeOAccA4YBwwDhgHjAPGAeOAccA4YIDgMIJBpiFoGoK2BBkHjAPG...
2023-05-12 09:43:21:106 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 134 ms - 916596
2023-05-12 09:43:21:106 [HTTP]
2023-05-12 09:43:21:107 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.click() result: null
2023-05-12 09:43:21:107 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-77CB-000000000000/click 200 495 ms - 14
2023-05-12 09:43:21:108 [HTTP]
2023-05-12 09:43:21:109 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:21:109 [HTTP] {"using":"name","value":"FIND YOUR LOCAL STATION"}
2023-05-12 09:43:21:109 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","FIND YOUR LOCAL STATION","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:110 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:21:110 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:21:110 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:21:110 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:21:110 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:21:117 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:21:117 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:21:117 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"FIND YOUR LOCAL STATION"}
2023-05-12 09:43:21:169 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"46000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"46000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:21:171 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"46000000-0000-0000-77CB-000000000000","ELEMENT":"46000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:21:171 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 62 ms - 137
2023-05-12 09:43:21:171 [HTTP]
2023-05-12 09:43:21:173 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:21:173 [HTTP] {"using":"name","value":"To localise your station, please tell us where you are."}
2023-05-12 09:43:21:173 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","To localise your station, please tell us where you are.","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:173 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:21:173 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:21:173 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:21:173 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:21:173 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:21:173 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:21:174 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:21:178 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"To localise your station, please tell us where you are."}
2023-05-12 09:43:21:226 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"48000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"48000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:21:228 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"48000000-0000-0000-77CB-000000000000","ELEMENT":"48000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:21:229 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 55 ms - 137
2023-05-12 09:43:21:229 [HTTP]
2023-05-12 09:43:21:230 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:21:230 [HTTP] {"using":"name","value":"Find my local station"}
2023-05-12 09:43:21:230 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Find my local station","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:230 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:21:230 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:21:230 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:21:230 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:21:230 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:21:231 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:21:231 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:21:231 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Find my local station"}
2023-05-12 09:43:21:282 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"49000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"49000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:21:284 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49000000-0000-0000-77CB-000000000000","ELEMENT":"49000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:21:284 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 54 ms - 137
2023-05-12 09:43:21:284 [HTTP]
2023-05-12 09:43:21:286 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:21:286 [HTTP] {"id":"49000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:21:287 [XCUITestDriver@0b37 (948c2844)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:21:287 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.click() with args: ["49000000-0000-0000-77CB-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:287 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:21:287 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:21:287 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:21:288 [XCUITestDriver@0b37 (948c2844)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:21:288 [XCUITestDriver@0b37 (948c2844)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-77CB-000000000000/click' to command name 'click'
2023-05-12 09:43:21:288 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-77CB-000000000000/click] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element/49000000-0000-0000-77CB-000000000000/click] with body: {"id":"49000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:21:603 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:21:605 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:21:605 [HTTP] {}
2023-05-12 09:43:21:605 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:605 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:21:605 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:21:605 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:21:605 [XCUITestDriver@0b37 (948c2844)] Executing command 'getScreenshot'
2023-05-12 09:43:21:605 [XCUITestDriver@0b37 (948c2844)] Taking screenshot with WDA
2023-05-12 09:43:21:605 [XCUITestDriver@0b37 (948c2844)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:21:605 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/screenshot] with no body
2023-05-12 09:43:21:689 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABYJ/CwL5mQAAQABJREFUeAHsnfe7LUlVvzEgktNIkJzBmUdQEYkShYc0gKLAQxiCCDIMOUsGlRwkOASRJHHIMDCAknOagRlUGBgD8/hn7O99m+9nT926p7p73+59zrmn3x/6WV1Vq9aq8HbtXat7977Qeeedt/JwDGRABmRABmRABmRABmRABmRABmRABmRABmRgGQxcyIlexkQ7z86zDMiADMiADMiADMiADMiADMiADMiADMgADBgQ9AnJlYuBi4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIA...
2023-05-12 09:43:21:695 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABYJ/CwL5mQAAQABJREFUeAHsnfe7LUlVvzEgktNIkJzBmUdQEYkShYc0gKLAQxiCCDIMOUsGlRwkOASRJHHIMDCAknOagRlUGBgD8/hn7O99m+9nT926p7p73+59zrmn3x/6WV1Vq9aq8HbtXat7977Qeeedt/JwDGRABmRABmRABmRABmRABmRABmRABmRABmRgGQxcyIlexkQ7z86zDMiADMiADMiADMiADMiADMiADMiADMgADBgQ9AnJlYuBi4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAMyIAMyIAMyIAMyIAMLIcBA4IGBFde8Mu54J1r51oGZEAGZEAGZEAGZEAGZEAGZEAGZMCAoAHBlQuBC4EMyIAMyIAMyIAM...
2023-05-12 09:43:21:711 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 99 ms - 960108
2023-05-12 09:43:21:711 [HTTP]
2023-05-12 09:43:21:712 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.click() result: null
2023-05-12 09:43:21:712 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-77CB-000000000000/click 200 426 ms - 14
2023-05-12 09:43:21:712 [HTTP]
2023-05-12 09:43:21:715 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:21:715 [HTTP] {"using":"name","value":"This is used to stream your local radio stations"}
2023-05-12 09:43:21:715 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","This is used to stream your local radio stations","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:715 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:21:715 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:21:715 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:21:715 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:21:715 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:21:715 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:21:715 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:21:715 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"This is used to stream your local radio stations"}
2023-05-12 09:43:21:965 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"79370000-0000-0000-1019-000000000000","element-6066-11e4-a52e-4f735466cecf":"79370000-0000-0000-1019-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:21:970 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"79370000-0000-0000-1019-000000000000","ELEMENT":"79370000-0000-0000-1019-000000000000"}
2023-05-12 09:43:21:971 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 256 ms - 137
2023-05-12 09:43:21:971 [HTTP]
2023-05-12 09:43:21:975 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings
2023-05-12 09:43:21:975 [HTTP] {"settings":{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:43:21:977 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.updateSettings() with args: [{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:977 [AppiumDriver@657d] Plugins which can handle cmd 'updateSettings': appium-dashboard
2023-05-12 09:43:21:977 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'updateSettings'
2023-05-12 09:43:21:978 [AppiumDriver@657d] Executing default handling behavior for command 'updateSettings'
2023-05-12 09:43:21:978 [XCUITestDriver@0b37 (948c2844)] Executing command 'updateSettings'
2023-05-12 09:43:21:978 [BaseDriver] The value of 'dismissAlertButtonSelector' setting did not change. Skipping the update for it
2023-05-12 09:43:21:981 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.updateSettings() result: null
2023-05-12 09:43:21:982 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings 200 6 ms - 14
2023-05-12 09:43:21:982 [HTTP]
2023-05-12 09:43:21:986 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings
2023-05-12 09:43:21:986 [HTTP] {"settings":{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:43:21:986 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.updateSettings() with args: [{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:986 [AppiumDriver@657d] Plugins which can handle cmd 'updateSettings': appium-dashboard
2023-05-12 09:43:21:987 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'updateSettings'
2023-05-12 09:43:21:987 [AppiumDriver@657d] Executing default handling behavior for command 'updateSettings'
2023-05-12 09:43:21:987 [XCUITestDriver@0b37 (948c2844)] Executing command 'updateSettings'
2023-05-12 09:43:21:987 [BaseDriver] The value of 'acceptAlertButtonSelector' setting did not change. Skipping the update for it
2023-05-12 09:43:21:991 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.updateSettings() result: null
2023-05-12 09:43:21:992 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings 200 6 ms - 14
2023-05-12 09:43:21:992 [HTTP]
2023-05-12 09:43:21:994 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text
2023-05-12 09:43:21:994 [HTTP] {}
2023-05-12 09:43:21:994 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.getAlertText() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:21:994 [AppiumDriver@657d] Plugins which can handle cmd 'getAlertText': appium-dashboard
2023-05-12 09:43:21:994 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAlertText'
2023-05-12 09:43:21:994 [AppiumDriver@657d] Executing default handling behavior for command 'getAlertText'
2023-05-12 09:43:21:994 [XCUITestDriver@0b37 (948c2844)] Executing command 'getAlertText'
2023-05-12 09:43:21:995 [XCUITestDriver@0b37 (948c2844)] Matched '/alert/text' to command name 'getAlertText'
2023-05-12 09:43:21:995 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/alert/text] with no body
2023-05-12 09:43:22:110 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":"Allow “debug app 👾” to use your location?\nThis is used to stream your local radio stations","sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:22:113 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.getAlertText() result: "Allow “debug app 👾” to use your location?\nThis is used to stream your local radio stations"
2023-05-12 09:43:22:114 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text 200 120 ms - 114
2023-05-12 09:43:22:114 [HTTP]
2023-05-12 09:43:22:115 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/dismiss
2023-05-12 09:43:22:115 [HTTP] {}
2023-05-12 09:43:22:115 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.postDismissAlert() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:22:115 [AppiumDriver@657d] Plugins which can handle cmd 'postDismissAlert': appium-dashboard
2023-05-12 09:43:22:115 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'postDismissAlert'
2023-05-12 09:43:22:116 [AppiumDriver@657d] Executing default handling behavior for command 'postDismissAlert'
2023-05-12 09:43:22:116 [XCUITestDriver@0b37 (948c2844)] Executing command 'postDismissAlert'
2023-05-12 09:43:22:116 [XCUITestDriver@0b37 (948c2844)] Matched '/alert/dismiss' to command name 'postDismissAlert'
2023-05-12 09:43:22:116 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /alert/dismiss] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/alert/dismiss] with body: {}
2023-05-12 09:43:22:863 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:22:870 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.postDismissAlert() result: null
2023-05-12 09:43:22:870 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/dismiss 200 755 ms - 14
2023-05-12 09:43:22:870 [HTTP]
2023-05-12 09:43:22:872 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:22:872 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:43:22:872 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:22:872 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:22:872 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:22:873 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:22:873 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:22:873 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:22:873 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:22:873 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:22:873 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:43:22:905 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:43:22:905 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:22:907 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:22:907 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:22:907 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:22:907 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:22:907 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:22:907 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:22:907 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:22:907 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 35 ms - 1140
2023-05-12 09:43:22:907 [HTTP]
2023-05-12 09:43:23:416 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:23:416 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:43:23:416 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:23:416 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:23:416 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:23:417 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:23:417 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:23:417 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:23:417 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:23:417 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:23:418 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:43:23:622 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"67000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"67000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:23:624 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"67000000-0000-0000-77CB-000000000000","ELEMENT":"67000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:23:624 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 209 ms - 137
2023-05-12 09:43:23:624 [HTTP]
2023-05-12 09:43:23:626 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:23:626 [HTTP] {"using":"id","value":"Live Radio"}
2023-05-12 09:43:23:626 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["id","Live Radio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:23:626 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:23:626 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:23:627 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:23:627 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:23:627 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:23:627 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:23:628 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:23:628 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"id","value":"Live Radio"}
2023-05-12 09:43:23:819 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"55000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:23:822 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-77CB-000000000000","ELEMENT":"55000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:23:824 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 197 ms - 137
2023-05-12 09:43:23:824 [HTTP]
2023-05-12 09:43:23:828 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:23:828 [HTTP] {"using":"id","value":"Live Playlists"}
2023-05-12 09:43:23:829 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["id","Live Playlists","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:23:829 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:23:829 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:23:829 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:23:829 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:23:830 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:23:830 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:23:830 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:23:831 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"id","value":"Live Playlists"}
2023-05-12 09:43:24:021 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"58000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"58000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:24:027 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"58000000-0000-0000-77CB-000000000000","ELEMENT":"58000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:24:028 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 199 ms - 137
2023-05-12 09:43:24:028 [HTTP]
2023-05-12 09:43:24:039 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:24:039 [HTTP] {"using":"id","value":"Podcasts"}
2023-05-12 09:43:24:039 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["id","Podcasts","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:24:039 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:24:039 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:24:039 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:24:039 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:24:039 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:24:040 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:24:040 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:24:040 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"id","value":"Podcasts"}
2023-05-12 09:43:24:232 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"57000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:24:238 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-77CB-000000000000","ELEMENT":"57000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:24:238 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 199 ms - 137
2023-05-12 09:43:24:239 [HTTP]
2023-05-12 09:43:24:242 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:24:242 [HTTP] {"using":"name","value":"Live Radio"}
2023-05-12 09:43:24:242 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Live Radio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:24:242 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:24:242 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:24:242 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:24:242 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:24:243 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:24:243 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:24:243 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:24:243 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Live Radio"}
2023-05-12 09:43:24:433 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"55000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:24:438 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-77CB-000000000000","ELEMENT":"55000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:24:439 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 197 ms - 137
2023-05-12 09:43:24:440 [HTTP]
2023-05-12 09:43:24:447 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:24:447 [HTTP] {"id":"55000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:24:447 [XCUITestDriver@0b37 (948c2844)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:24:447 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.click() with args: ["55000000-0000-0000-77CB-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:24:448 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:24:449 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:24:450 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:24:459 [XCUITestDriver@0b37 (948c2844)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:24:460 [XCUITestDriver@0b37 (948c2844)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-77CB-000000000000/click' to command name 'click'
2023-05-12 09:43:24:460 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-77CB-000000000000/click] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element/55000000-0000-0000-77CB-000000000000/click] with body: {"id":"55000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:24:855 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:24:862 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:24:862 [HTTP] {}
2023-05-12 09:43:24:863 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:24:863 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:24:863 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:24:863 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:24:863 [XCUITestDriver@0b37 (948c2844)] Executing command 'getScreenshot'
2023-05-12 09:43:24:863 [XCUITestDriver@0b37 (948c2844)] Taking screenshot with WDA
2023-05-12 09:43:24:863 [XCUITestDriver@0b37 (948c2844)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:24:863 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/screenshot] with no body
2023-05-12 09:43:25:023 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AILR2xURUQwAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXP...
2023-05-12 09:43:25:034 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AILR2xURUQwAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXPlxifTvptP...
2023-05-12 09:43:25:053 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 188 ms - 3194992
2023-05-12 09:43:25:053 [HTTP]
2023-05-12 09:43:25:063 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.click() result: null
2023-05-12 09:43:25:063 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/55000000-0000-0000-77CB-000000000000/click 200 617 ms - 14
2023-05-12 09:43:25:064 [HTTP]
2023-05-12 09:43:25:066 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:25:066 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]"}
2023-05-12 09:43:25:066 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:25:066 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:25:066 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:25:067 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:25:067 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:25:067 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:25:067 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:25:067 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:25:067 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"class chain","value":"**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]"}
2023-05-12 09:43:25:257 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"52000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"52000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:25:259 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"52000000-0000-0000-77CB-000000000000","ELEMENT":"52000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:25:259 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 193 ms - 137
2023-05-12 09:43:25:259 [HTTP]
2023-05-12 09:43:25:262 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:25:262 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`label == \"x radio\"`]"}
2023-05-12 09:43:25:262 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`label == \"x radio\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:25:262 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:25:262 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:25:262 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:25:262 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:25:262 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:25:262 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:25:262 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:25:262 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`label == \"x radio\"`]"}
2023-05-12 09:43:25:439 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"BD000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"BD000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:25:441 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"BD000000-0000-0000-77CB-000000000000","ELEMENT":"BD000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:25:441 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 180 ms - 137
2023-05-12 09:43:25:441 [HTTP]
2023-05-12 09:43:25:443 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-77CB-000000000000/displayed
2023-05-12 09:43:25:443 [HTTP] {}
2023-05-12 09:43:25:444 [XCUITestDriver@0b37 (948c2844)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:25:444 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.elementDisplayed() with args: ["BD000000-0000-0000-77CB-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:25:444 [AppiumDriver@657d] Plugins which can handle cmd 'elementDisplayed': appium-dashboard
2023-05-12 09:43:25:444 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'elementDisplayed'
2023-05-12 09:43:25:444 [AppiumDriver@657d] Executing default handling behavior for command 'elementDisplayed'
2023-05-12 09:43:25:450 [XCUITestDriver@0b37 (948c2844)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-77CB-000000000000/displayed
2023-05-12 09:43:25:450 [XCUITestDriver@0b37 (948c2844)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-77CB-000000000000/displayed' to command name 'elementDisplayed'
2023-05-12 09:43:25:450 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-77CB-000000000000/displayed] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element/BD000000-0000-0000-77CB-000000000000/displayed] with no body
2023-05-12 09:43:25:501 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":true,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:25:505 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.elementDisplayed() result: true
2023-05-12 09:43:25:506 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BD000000-0000-0000-77CB-000000000000/displayed 200 62 ms - 14
2023-05-12 09:43:25:506 [HTTP]
2023-05-12 09:43:25:508 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:25:508 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:25:509 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:25:509 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:25:509 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:25:509 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:25:509 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:25:509 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:25:509 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:25:509 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:25:510 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:25:679 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"F5000000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"F5000000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:25:685 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"F5000000-0000-0000-77CB-000000000000","ELEMENT":"F5000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:25:686 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 177 ms - 137
2023-05-12 09:43:25:686 [HTTP]
2023-05-12 09:43:25:693 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/F5000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:25:693 [HTTP] {"id":"F5000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:25:694 [XCUITestDriver@0b37 (948c2844)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:25:694 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.click() with args: ["F5000000-0000-0000-77CB-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:25:694 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:25:694 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:25:695 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:25:696 [XCUITestDriver@0b37 (948c2844)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/F5000000-0000-0000-77CB-000000000000/click
2023-05-12 09:43:25:697 [XCUITestDriver@0b37 (948c2844)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/F5000000-0000-0000-77CB-000000000000/click' to command name 'click'
2023-05-12 09:43:25:697 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/F5000000-0000-0000-77CB-000000000000/click] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element/F5000000-0000-0000-77CB-000000000000/click] with body: {"id":"F5000000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:26:080 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:26:083 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:26:083 [HTTP] {}
2023-05-12 09:43:26:083 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:26:083 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:26:083 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:26:083 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:26:083 [XCUITestDriver@0b37 (948c2844)] Executing command 'getScreenshot'
2023-05-12 09:43:26:084 [XCUITestDriver@0b37 (948c2844)] Taking screenshot with WDA
2023-05-12 09:43:26:084 [XCUITestDriver@0b37 (948c2844)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:26:084 [XCUITestDriver@0b37 (948c2844)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/screenshot] with no body
2023-05-12 09:43:26:337 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ANdz/5unv8wAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXP...
2023-05-12 09:43:26:360 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ANdz/5unv8wAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXPlxifTvptP...
2023-05-12 09:43:26:394 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 304 ms - 6471296
2023-05-12 09:43:26:394 [HTTP]
2023-05-12 09:43:26:411 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.click() result: null
2023-05-12 09:43:26:412 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/F5000000-0000-0000-77CB-000000000000/click 200 719 ms - 14
2023-05-12 09:43:26:412 [HTTP]
2023-05-12 09:43:26:414 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:26:414 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeButton[`label == \"Pause radio\"`]"}
2023-05-12 09:43:26:415 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeButton[`label == \"Pause radio\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:26:415 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:26:415 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:26:415 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:26:415 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:26:415 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:26:415 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:26:416 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:26:416 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"class chain","value":"**/XCUIElementTypeButton[`label == \"Pause radio\"`]"}
2023-05-12 09:43:26:617 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":{"ELEMENT":"18010000-0000-0000-77CB-000000000000","element-6066-11e4-a52e-4f735466cecf":"18010000-0000-0000-77CB-000000000000"},"sessionId":"3EE64073-99FB-420F-846A-135F3FF3DEF0"}
2023-05-12 09:43:26:619 [XCUITestDriver@0b37 (948c2844)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"18010000-0000-0000-77CB-000000000000","ELEMENT":"18010000-0000-0000-77CB-000000000000"}
2023-05-12 09:43:26:619 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 204 ms - 137
2023-05-12 09:43:26:619 [HTTP]
2023-05-12 09:43:26:620 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:26:621 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:26:621 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:26:621 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:26:621 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:26:621 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:26:621 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:26:621 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:26:621 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:26:621 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:26:621 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:26:674 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:26:674 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:26:676 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:26:676 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:26:676 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:26:676 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:26:676 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:26:676 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:26:676 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:26:676 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 55 ms - 1140
2023-05-12 09:43:26:676 [HTTP]
2023-05-12 09:43:27:185 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:27:185 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:27:186 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:27:186 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:27:186 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:27:186 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:27:187 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:27:187 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:27:187 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:27:187 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:27:188 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:27:248 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:27:248 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:27:250 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:27:250 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:27:250 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:27:250 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:27:250 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:27:250 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:27:250 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:27:250 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 65 ms - 1140
2023-05-12 09:43:27:250 [HTTP]
2023-05-12 09:43:27:763 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:27:763 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:27:764 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:27:764 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:27:766 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:27:766 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:27:767 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:27:767 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:27:767 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:27:768 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:27:768 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:27:856 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:27:857 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:27:872 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:27:872 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:27:872 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:27:873 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:27:876 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:27:876 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:27:876 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:27:876 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 114 ms - 1140
2023-05-12 09:43:27:876 [HTTP]
2023-05-12 09:43:28:390 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:28:390 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:28:391 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:28:391 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:28:391 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:28:392 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:28:392 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:28:393 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:28:393 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:28:394 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:28:394 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:28:477 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:28:478 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:28:482 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:28:483 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:28:483 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:28:483 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:28:484 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:28:484 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:28:485 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:28:488 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 98 ms - 1140
2023-05-12 09:43:28:488 [HTTP]
2023-05-12 09:43:29:002 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:29:003 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:29:003 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:29:003 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:29:003 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:29:004 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:29:004 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:29:004 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:29:005 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:29:005 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:29:005 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:29:091 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:29:092 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:29:097 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:29:097 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:29:097 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:29:097 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:29:097 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:29:098 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:29:098 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:29:098 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 97 ms - 1140
2023-05-12 09:43:29:100 [HTTP]
2023-05-12 09:43:29:618 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:29:619 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:29:620 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:29:620 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:29:620 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:29:620 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:29:620 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:29:621 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:29:622 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:29:622 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:29:622 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:29:688 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:29:690 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:29:701 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:29:701 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:29:701 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:29:701 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:29:701 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:29:701 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:29:701 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:29:702 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 84 ms - 1140
2023-05-12 09:43:29:702 [HTTP]
2023-05-12 09:43:30:215 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:30:216 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:30:218 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:30:219 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:30:219 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:30:221 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:30:222 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:30:222 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:30:222 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:30:222 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:30:223 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:30:307 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:30:308 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:30:314 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:30:314 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:30:314 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:30:315 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:30:315 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:30:315 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:30:315 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:30:316 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 100 ms - 1140
2023-05-12 09:43:30:316 [HTTP]
2023-05-12 09:43:30:828 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:30:828 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:30:829 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:30:829 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:30:829 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:30:830 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:30:830 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:30:830 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:30:830 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:30:831 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:30:831 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:30:910 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:30:911 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:30:922 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:30:922 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:30:923 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:30:923 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:30:923 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:30:923 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:30:923 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:30:923 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 95 ms - 1140
2023-05-12 09:43:30:923 [HTTP]
2023-05-12 09:43:31:441 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:31:441 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:43:31:441 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:31:442 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:31:442 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:31:442 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:31:442 [XCUITestDriver@0b37 (948c2844)] Executing command 'findElement'
2023-05-12 09:43:31:443 [XCUITestDriver@0b37 (948c2844)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:31:443 [XCUITestDriver@0b37 (948c2844)] Waiting up to 0 ms for condition
2023-05-12 09:43:31:443 [XCUITestDriver@0b37 (948c2844)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:31:444 [XCUITestDriver@0b37 (948c2844)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:43:31:523 [XCUITestDriver@0b37 (948c2844)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'Play Button'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _di...
2023-05-12 09:43:31:523 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:31:532 [XCUITestDriver@0b37 (948c2844)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:31:532 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:31:532 [XCUITestDriver@0b37 (948c2844)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:31:532 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:31:532 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:31:533 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:31:533 [XCUITestDriver@0b37 (948c2844)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:31:533 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 93 ms - 1140
2023-05-12 09:43:31:533 [HTTP]
2023-05-12 09:43:32:047 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/app/reset
2023-05-12 09:43:32:047 [HTTP] {}
2023-05-12 09:43:32:047 [XCUITestDriver@0b37 (948c2844)] Calling AppiumDriver.reset() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:32:048 [AppiumDriver@657d] Plugins which can handle cmd 'reset': appium-dashboard
2023-05-12 09:43:32:048 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'reset'
2023-05-12 09:43:32:050 [AppiumDriver@657d] Executing default handling behavior for command 'reset'
2023-05-12 09:43:32:050 [XCUITestDriver@0b37 (948c2844)] Executing command 'reset'
2023-05-12 09:43:32:050 [XCUITestDriver@0b37 (948c2844)] Resetting app mid-session
2023-05-12 09:43:32:050 [XCUITestDriver@0b37 (948c2844)] Running generic full reset
2023-05-12 09:43:32:050 [DevCon Factory] Releasing connections for 814D6207-4523-4C51-83C7-F75B2F2D2122 device on 9100 port number
2023-05-12 09:43:32:050 [DevCon Factory] No cached connections have been found
2023-05-12 09:43:32:051 [XCUITestDriver@0b37 (948c2844)] Matched '/session/bce8649d-9ee9-4672-9d02-1e71417eca8c' to command name 'deleteSession'
2023-05-12 09:43:32:051 [XCUITestDriver@0b37 (948c2844)] Proxying [DELETE /session/bce8649d-9ee9-4672-9d02-1e71417eca8c] to [DELETE http://127.0.0.1:8100/session/3EE64073-99FB-420F-846A-135F3FF3DEF0] with no body
2023-05-12 09:43:33:068 [XCUITestDriver@0b37 (948c2844)] Got response with status 200: {"value":null,"sessionId":null}
2023-05-12 09:43:33:068 [DevCon Factory] Releasing connections for 814D6207-4523-4C51-83C7-F75B2F2D2122 device on any port number
2023-05-12 09:43:33:068 [DevCon Factory] Found cached connections to release: ["814D6207-4523-4C51-83C7-F75B2F2D2122:8100"]
2023-05-12 09:43:33:069 [DevCon Factory] Cached connections count: 0
2023-05-12 09:43:33:069 [XCUITestDriver@0b37 (948c2844)] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2023-05-12 09:43:33:069 [IOSSimulatorLog] Stopping iOS log capture
2023-05-12 09:43:33:081 [XCUITestDriver@0b37] Restarting app
2023-05-12 09:43:33:082 [XCUITestDriver@0b37] Creating session with W3C capabilities: {
2023-05-12 09:43:33:082 [XCUITestDriver@0b37] "alwaysMatch": {
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "platformName": "iOS",
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:platformVersion": "16.2",
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:deviceName": "iPhone 14 Plus",
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:app": "/Users/theo.king/myApp.app",
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:newCommandTimeout": 10,
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:autoGrantPermissions": "false",
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:automationName": "XCUITest",
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:useNativeCachingStrategy": "false",
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:clearDeviceLogsOnStart": true,
2023-05-12 09:43:33:083 [XCUITestDriver@0b37] "appium:nativeWebScreenshot": true
2023-05-12 09:43:33:084 [XCUITestDriver@0b37] },
2023-05-12 09:43:33:084 [XCUITestDriver@0b37] "firstMatch": [
2023-05-12 09:43:33:084 [XCUITestDriver@0b37] {}
2023-05-12 09:43:33:084 [XCUITestDriver@0b37] ]
2023-05-12 09:43:33:084 [XCUITestDriver@0b37] }
2023-05-12 09:43:33:091 [XCUITestDriver@0b37] Capability 'useNativeCachingStrategy' changed from string to boolean. This may cause unexpected behavior
2023-05-12 09:43:33:093 [XCUITestDriver@0b37] The following capabilities were provided, but are not recognized by Appium:
2023-05-12 09:43:33:093 [XCUITestDriver@0b37] autoGrantPermissions
2023-05-12 09:43:33:093 [XCUITestDriver@0b37] clearDeviceLogsOnStart
2023-05-12 09:43:33:093 [XCUITestDriver@0b37] nativeWebScreenshot
2023-05-12 09:43:33:093 [XCUITestDriver@0b37 (54641091)] Session created with session id: 54641091-b719-4643-82a6-f033d2b22131
2023-05-12 09:43:33:107 [XCUITest] Current user: 'theo.king'
2023-05-12 09:43:33:107 [XCUITestDriver@0b37 (54641091)] iOS SDK Version set to '16.2'
2023-05-12 09:43:33:329 [iOSSim] Constructing iOS simulator for Xcode version 14.2 with udid '814D6207-4523-4C51-83C7-F75B2F2D2122'
2023-05-12 09:43:33:329 [XCUITestDriver@0b37 (54641091)] Determining device to run tests on: udid: '814D6207-4523-4C51-83C7-F75B2F2D2122', real device: false
2023-05-12 09:43:33:329 [XCUITestDriver@0b37 (54641091)] Event 'xcodeDetailsRetrieved' logged at 1683884613329 (10:43:33 GMT+0100 (British Summer Time))
2023-05-12 09:43:33:329 [BaseDriver] Using local app '/Users/theo.king/myApp.app'
2023-05-12 09:43:33:330 [XCUITestDriver@0b37 (54641091)] Event 'appConfigured' logged at 1683884613330 (10:43:33 GMT+0100 (British Summer Time))
2023-05-12 09:43:33:330 [XCUITest] Checking whether app '/Users/theo.king/myApp.app' is actually present on file system
2023-05-12 09:43:33:330 [XCUITest] App is present
2023-05-12 09:43:33:330 [XCUITest] Getting bundle ID from app '/Users/theo.king/myApp.app': 'com.company.xxx.development'
2023-05-12 09:43:33:330 [XCUITestDriver@0b37 (54641091)] Event 'resetStarted' logged at 1683884613330 (10:43:33 GMT+0100 (British Summer Time))
2023-05-12 09:43:33:444 [simctl] Error running 'terminate': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
The operation couldn’t be completed. found nothing to terminate
found nothing to terminate
2023-05-12 09:43:33:444 [XCUITest] Reset: failed to terminate Simulator application with id "com.company.xxx.development"
2023-05-12 09:43:33:444 [XCUITest] Not scrubbing third party app in anticipation of uninstall
2023-05-12 09:43:33:444 [XCUITestDriver@0b37 (54641091)] Event 'resetComplete' logged at 1683884613444 (10:43:33 GMT+0100 (British Summer Time))
2023-05-12 09:43:33:444 [XCUITestDriver@0b37 (54641091)] Using WDA path: '/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2023-05-12 09:43:33:444 [XCUITestDriver@0b37 (54641091)] Using WDA agent: '/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2023-05-12 09:43:33:554 [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '814D6207-4523-4C51-83C7-F75B2F2D2122' using simctl
2023-05-12 09:43:33:743 [XCUITestDriver@0b37 (54641091)] Event 'logCaptureStarted' logged at 1683884613742 (10:43:33 GMT+0100 (British Summer Time))
2023-05-12 09:43:33:743 [XCUITestDriver@0b37 (54641091)] Setting up simulator
2023-05-12 09:43:33:743 [iOSSim] Setting preferences of 814D6207-4523-4C51-83C7-F75B2F2D2122 Simulator to {"ConnectHardwareKeyboard":false}
2023-05-12 09:43:33:743 [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false}
2023-05-12 09:43:34:102 [iOSSim] Updated 814D6207-4523-4C51-83C7-F75B2F2D2122 Simulator preferences at '/Users/theo.king/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false,"DevicePreferences":{"814D6207-4523-4C51-83C7-F75B2F2D2122":{"SimulatorExternalDisplay":2114,"ConnectHardwareKeyboard":false,"SimulatorWindowGeometry":{"C9E679BB-64B1-4C7F-A9DC-41A512670974":{"WindowCenter":"{3087, 885}","WindowScale":0.8886597938144329},"A8BFBC1B-F5F5-4865-8828-8779553E61D5":{"WindowCenter":"{756, 476.5}","WindowScale":0.8886597938144329},"AA2F0C60-1EB2-44BC-A78F-601D37F450A6":{"WindowCenter":"{2421, 756.5}","WindowScale":0.8886597938144329}},"SimulatorWindowOrientation":"Portrait","SimulatorWindowRotationAngle":0,"ChromeTint":""}}}
2023-05-12 09:43:34:259 [iOSSim] Got Simulator UI client PID: 6402
2023-05-12 09:43:34:259 [iOSSim] Both Simulator with UDID '814D6207-4523-4C51-83C7-F75B2F2D2122' and the UI client are currently running
2023-05-12 09:43:34:260 [XCUITestDriver@0b37 (54641091)] Event 'simStarted' logged at 1683884614260 (10:43:34 GMT+0100 (British Summer Time))
2023-05-12 09:43:34:260 [XCUITest] Verifying application platform
2023-05-12 09:43:34:260 [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2023-05-12 09:43:34:414 [XCUITest] Reset requested. Removing app with id 'com.company.xxx.development' from the device
2023-05-12 09:43:34:667 [XCUITest] Installing '/Users/theo.king/myApp.app' on Simulator with UUID '814D6207-4523-4C51-83C7-F75B2F2D2122'...
2023-05-12 09:43:34:676 [XCUITestDriver@0b37 (54641091)] Parsed BUILD_DIR configuration value: '/Users/theo.king/Library/Developer/Xcode/DerivedData/WebDriverAgent-gggtmlafefvmtncmhrpeaecupkbo/Build/Products'
2023-05-12 09:43:34:676 [XCUITestDriver@0b37 (54641091)] Got derived data root: '/Users/theo.king/Library/Developer/Xcode/DerivedData/WebDriverAgent-gggtmlafefvmtncmhrpeaecupkbo'
2023-05-12 09:43:36:403 [XCUITest] The app has been installed successfully.
2023-05-12 09:43:36:403 [XCUITestDriver@0b37 (54641091)] Event 'appInstalled' logged at 1683884616403 (10:43:36 GMT+0100 (British Summer Time))
2023-05-12 09:43:37:210 [XCUITestDriver@0b37 (54641091)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2023-05-12 09:43:37:210 [DevCon Factory] Requesting connection for device 814D6207-4523-4C51-83C7-F75B2F2D2122 on local port 8100
2023-05-12 09:43:37:211 [DevCon Factory] Cached connections count: 0
2023-05-12 09:43:37:211 [DevCon Factory] Successfully requested the connection for 814D6207-4523-4C51-83C7-F75B2F2D2122:8100
2023-05-12 09:43:37:211 [XCUITestDriver@0b37 (54641091)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2023-05-12 09:43:37:211 [WD Proxy] Matched '/status' to command name 'getStatus'
2023-05-12 09:43:37:211 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-05-12 09:43:37:213 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"16.2"},"ios":{"simulatorVersion":"16.2","ip":"192.168.1.85"},"ready":true,"build":{"upgradedAt":"1683817397750","time":"May 11 2023 16:27:54","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-05-12 09:43:37:213 [XCUITestDriver@0b37 (54641091)] Upgrade timestamp of the currently bundled WDA: 1683817397750
2023-05-12 09:43:37:213 [XCUITestDriver@0b37 (54641091)] Upgrade timestamp of the WDA on the device: 1683817397750
2023-05-12 09:43:37:214 [XCUITestDriver@0b37 (54641091)] 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.
2023-05-12 09:43:37:214 [XCUITestDriver@0b37 (54641091)] Trying to start WebDriverAgent 2 times with 10000ms interval
2023-05-12 09:43:37:214 [XCUITestDriver@0b37 (54641091)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2023-05-12 09:43:37:214 [XCUITestDriver@0b37 (54641091)] Event 'wdaStartAttempted' logged at 1683884617214 (10:43:37 GMT+0100 (British Summer Time))
2023-05-12 09:43:37:214 [XCUITestDriver@0b37 (54641091)] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
2023-05-12 09:43:37:214 [WD Proxy] Matched '/status' to command name 'getStatus'
2023-05-12 09:43:37:214 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-05-12 09:43:37:217 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"16.2"},"ios":{"simulatorVersion":"16.2","ip":"192.168.1.85"},"ready":true,"build":{"upgradedAt":"1683817397750","time":"May 11 2023 16:27:54","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-05-12 09:43:37:217 [XCUITestDriver@0b37 (54641091)] Event 'wdaSessionAttempted' logged at 1683884617217 (10:43:37 GMT+0100 (British Summer Time))
2023-05-12 09:43:37:217 [XCUITestDriver@0b37 (54641091)] Sending createSession command to WDA
2023-05-12 09:43:37:217 [XCUITestDriver@0b37 (54641091)] Matched '/session' to command name 'createSession'
2023-05-12 09:43:37:217 [XCUITestDriver@0b37 (54641091)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.company.xxx.development","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":false,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
2023-05-12 09:43:39:607 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9","capabilities":{"device":"iphone","browserName":"debug app 👾","sdkVersion":"16.2","CFBundleIdentifier":"com.company.xxx.development"}},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:39:607 [XCUITestDriver@0b37 (54641091)] Determined the downstream protocol as 'W3C'
2023-05-12 09:43:39:607 [XCUITestDriver@0b37 (54641091)] Event 'wdaSessionStarted' logged at 1683884619607 (10:43:39 GMT+0100 (British Summer Time))
2023-05-12 09:43:39:607 [XCUITestDriver@0b37 (54641091)] Event 'wdaStarted' logged at 1683884619607 (10:43:39 GMT+0100 (British Summer Time))
2023-05-12 09:43:39:608 [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2023-05-12 09:43:39:608 [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2023-05-12 09:43:39:613 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.reset() result: null
2023-05-12 09:43:39:614 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/app/reset 200 7567 ms - 14
2023-05-12 09:43:39:614 [HTTP]
2023-05-12 09:43:39:647 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:39:647 [HTTP] {"using":"-ios predicate string","value":"label == 'Allow App to use your app and website activity?'"}
2023-05-12 09:43:39:647 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label == 'Allow App to use your app and website activity?'","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:39:647 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:39:647 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:39:647 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:39:647 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:39:647 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:39:647 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:39:647 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:39:648 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"predicate string","value":"label == 'Allow App to use your app and website activity?'"}
2023-05-12 09:43:39:691 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"0A000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:39:693 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-5FCC-000000000000","ELEMENT":"0A000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:39:694 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 47 ms - 137
2023-05-12 09:43:39:694 [HTTP]
2023-05-12 09:43:40:703 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:40:703 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeButton[`label == \"NEXT\"`]"}
2023-05-12 09:43:40:705 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeButton[`label == \"NEXT\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:40:705 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:40:705 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:40:706 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:40:706 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:40:706 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:40:706 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:40:707 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:40:707 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeButton[`label == \"NEXT\"`]"}
2023-05-12 09:43:40:773 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:40:775 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-5FCC-000000000000","ELEMENT":"0C000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:40:776 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 73 ms - 137
2023-05-12 09:43:40:776 [HTTP]
2023-05-12 09:43:40:778 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:40:778 [HTTP] {"id":"0C000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:40:778 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:40:778 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["0C000000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:40:778 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:40:778 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:40:779 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:40:786 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:40:786 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:40:786 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/0C000000-0000-0000-5FCC-000000000000/click] with body: {"id":"0C000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:41:377 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:41:381 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:41:381 [HTTP] {}
2023-05-12 09:43:41:382 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:41:382 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:41:382 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:41:382 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:41:382 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:41:382 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:41:383 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:41:383 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:41:528 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AEUCOI1uFcwAAQABJREFUeAHsvXubJVWR/d/37uquvuG8tRkE/Y6KMIIKghdAHUXwNqIgCl4AB8XL/N6JdNPdvqX6xcrMlbkyMnbmzjx5Tp2q2n/EE7Fj78yqPmejT32eFRHnzv/Hp0fFymdQ7kC5A+UOlDtw0u/Aucc/PVI7/9n7R7BzT8TGffoLT3x6NGpP3ju6IHbuSft5Yuc/9+CoNvu5nxP7/CdH5wO78Hn7eWr/z96fsIv/ef/ogrPzdpZ2zt4P4xren0+tL37h06PKvnj/6KLalywvdsH2NjF915L4/FP232hjF75sn/WX/9mzC09/cqR28Zl7RzTmua78V+zfG9il/7p/NGb6Dpy7/JVPj648+6BnzMHTLj376ZG3y889OKJd+aqdfc7et8DwrLdLX7OfZ3bxq/bvnDCevfx1+31as9/n67Vd+pp9Jo1d/Kp9rmZX7J1X7f3e+MyV5+0z6dl9W3d2+QX7WT2zf/sLy+3KN+wzMLv64oOk8Qy9nr3ykv2+jV1+0d4lax9f/ebDo6vftJ+1gV3+ln22gV35tv0eZle/Y+8P7Mq37TMU82euvGzfjZjf1/W1lx8c0Q5e+fQIdv3l+z27ZmvY1Vfs58p7r7366dGofdeeM7v66r2eIVfl4b9n71hoB/Zcz/77/tHBiF3/gf3bxNqz339wdNDY9f9+eOTtxg8eHR3+8F9H1197eHTwQztrds3e4+3qD+37Erv2mp0Tu/Ij+17FDn5k7+uZ/Xt+NG3X7QzsxusPenb9DfveNrAbP7Z3ium7NM/4wM727Cf2+Ytd/6n9ngv...
2023-05-12 09:43:41:534 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AEUCOI1uFcwAAQABJREFUeAHsvXubJVWR/d/37uquvuG8tRkE/Y6KMIIKghdAHUXwNqIgCl4AB8XL/N6JdNPdvqX6xcrMlbkyMnbmzjx5Tp2q2n/EE7Fj78yqPmejT32eFRHnzv/Hp0fFymdQ7kC5A+UOlDtw0u/Aucc/PVI7/9n7R7BzT8TGffoLT3x6NGpP3ju6IHbuSft5Yuc/9+CoNvu5nxP7/CdH5wO78Hn7eWr/z96fsIv/ef/ogrPzdpZ2zt4P4xren0+tL37h06PKvnj/6KLalywvdsH2NjF915L4/FP232hjF75sn/WX/9mzC09/cqR28Zl7RzTmua78V+zfG9il/7p/NGb6Dpy7/JVPj648+6BnzMHTLj376ZG3y889OKJd+aqdfc7et8DwrLdLX7OfZ3bxq/bvnDCevfx1+31as9/n67Vd+pp9Jo1d/Kp9rmZX7J1X7f3e+MyV5+0z6dl9W3d2+QX7WT2zf/sLy+3KN+wzMLv64oOk8Qy9nr3ykv2+jV1+0d4lax9f/ebDo6vftJ+1gV3+ln22gV35tv0eZle/Y+8P7Mq37TMU82euvGzfjZjf1/W1lx8c0Q5e+fQIdv3l+z27ZmvY1Vfs58p7r7366dGofdeeM7v66r2eIVfl4b9n71hoB/Zcz/77/tHBiF3/gf3bxNqz339wdNDY9f9+eOTtxg8eHR3+8F9H1197eHTwQztrds3e4+3qD+37Erv2mp0Tu/Ij+17FDn5k7+uZ/Xt+NG3X7QzsxusPenb9DfveNrAbP7Z3ium7NM/4wM727Cf2+Ytd/6n9ngvswJ5Ru/6z...
2023-05-12 09:43:41:546 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 163 ms - 1789008
2023-05-12 09:43:41:546 [HTTP]
2023-05-12 09:43:41:563 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:41:564 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-5FCC-000000000000/click 200 785 ms - 14
2023-05-12 09:43:41:564 [HTTP]
2023-05-12 09:43:41:567 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text
2023-05-12 09:43:41:567 [HTTP] {}
2023-05-12 09:43:41:567 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getAlertText() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:41:567 [AppiumDriver@657d] Plugins which can handle cmd 'getAlertText': appium-dashboard
2023-05-12 09:43:41:567 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAlertText'
2023-05-12 09:43:41:567 [AppiumDriver@657d] Executing default handling behavior for command 'getAlertText'
2023-05-12 09:43:41:567 [XCUITestDriver@0b37 (54641091)] Executing command 'getAlertText'
2023-05-12 09:43:41:568 [XCUITestDriver@0b37 (54641091)] Matched '/alert/text' to command name 'getAlertText'
2023-05-12 09:43:41:568 [XCUITestDriver@0b37 (54641091)] Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/alert/text] with no body
2023-05-12 09:43:41:662 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"Allow “debug app 👾” to track your activity across other companies’ apps and websites?\nThis will allow us to give you a better ads experience","sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:41:664 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getAlertText() result: "Allow “debug app 👾” to track your activity across other companies’ apps and websites?\nThis will allow us to give you a better ads experience"
2023-05-12 09:43:41:664 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text 200 98 ms - 166
2023-05-12 09:43:41:664 [HTTP]
2023-05-12 09:43:41:666 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/accept
2023-05-12 09:43:41:666 [HTTP] {}
2023-05-12 09:43:41:666 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.postAcceptAlert() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:41:666 [AppiumDriver@657d] Plugins which can handle cmd 'postAcceptAlert': appium-dashboard
2023-05-12 09:43:41:666 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'postAcceptAlert'
2023-05-12 09:43:41:666 [AppiumDriver@657d] Executing default handling behavior for command 'postAcceptAlert'
2023-05-12 09:43:41:666 [XCUITestDriver@0b37 (54641091)] Executing command 'postAcceptAlert'
2023-05-12 09:43:41:667 [XCUITestDriver@0b37 (54641091)] Matched '/alert/accept' to command name 'postAcceptAlert'
2023-05-12 09:43:41:667 [XCUITestDriver@0b37 (54641091)] Proxying [POST /alert/accept] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/alert/accept] with body: {}
2023-05-12 09:43:42:340 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:42:359 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.postAcceptAlert() result: null
2023-05-12 09:43:42:361 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/accept 200 695 ms - 14
2023-05-12 09:43:42:362 [HTTP]
2023-05-12 09:43:42:367 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:42:367 [HTTP] {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:43:42:368 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","We use cookies on our site","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:42:368 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:42:368 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:42:368 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:42:368 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:42:368 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:42:368 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:42:368 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:42:368 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:43:42:414 [XCUITestDriver@0b37 (54641091)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'We use cookies on our site'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x00000...
2023-05-12 09:43:42:414 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:42:416 [XCUITestDriver@0b37 (54641091)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:42:416 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:42:416 [XCUITestDriver@0b37 (54641091)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:42:416 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:42:416 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:42:416 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:42:416 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:42:417 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 50 ms - 1140
2023-05-12 09:43:42:417 [HTTP]
2023-05-12 09:43:42:928 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:42:928 [HTTP] {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:43:42:929 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","We use cookies on our site","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:42:929 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:42:929 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:42:929 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:42:929 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:42:930 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:42:930 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:42:931 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:42:931 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:43:43:062 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"0D000000-0000-0000-74CC-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-74CC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:43:068 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-74CC-000000000000","ELEMENT":"0D000000-0000-0000-74CC-000000000000"}
2023-05-12 09:43:43:068 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 141 ms - 137
2023-05-12 09:43:43:069 [HTTP]
2023-05-12 09:43:43:072 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:43:072 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:43:072 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:43:072 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:43:072 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:43:073 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:43:073 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:43:073 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:43:073 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:43:074 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:43:074 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:43:196 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-74CC-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-74CC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:43:198 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-74CC-000000000000","ELEMENT":"0C000000-0000-0000-74CC-000000000000"}
2023-05-12 09:43:43:198 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 126 ms - 137
2023-05-12 09:43:43:198 [HTTP]
2023-05-12 09:43:43:200 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:43:200 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:43:200 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:43:200 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:43:200 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:43:200 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:43:200 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:43:200 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:43:200 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:43:200 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:43:200 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:43:318 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-74CC-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-74CC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:43:323 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-74CC-000000000000","ELEMENT":"0C000000-0000-0000-74CC-000000000000"}
2023-05-12 09:43:43:323 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 123 ms - 137
2023-05-12 09:43:43:323 [HTTP]
2023-05-12 09:43:43:325 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-74CC-000000000000/click
2023-05-12 09:43:43:325 [HTTP] {"id":"0C000000-0000-0000-74CC-000000000000"}
2023-05-12 09:43:43:325 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:43:325 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["0C000000-0000-0000-74CC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:43:325 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:43:325 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:43:325 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:43:329 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-74CC-000000000000/click
2023-05-12 09:43:43:329 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-74CC-000000000000/click' to command name 'click'
2023-05-12 09:43:43:329 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-74CC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/0C000000-0000-0000-74CC-000000000000/click] with body: {"id":"0C000000-0000-0000-74CC-000000000000"}
2023-05-12 09:43:43:695 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:43:700 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:43:700 [HTTP] {}
2023-05-12 09:43:43:701 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:43:701 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:43:701 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:43:701 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:43:702 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:43:702 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:43:703 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:43:703 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:43:783 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AATZjmKNmtgAAQABJREFUeAHs2EEBAAAIAjH7l8YgNxsweXFzBAgQIECAAAECBAgQIECAAAECBAhkBC6TVFACBAgQIECAAAECBAgQIECAAAECBGYQVAICBAgQIECAAAECBAgQIECAAAECIQGDYOjZohIgQIAAAQIECBAgQIAAAQIECBAwCOoAAQIECBAgQIAAAQIECBAgQIAAgZCAQTD0bFEJECBAgAABAgQIECBAgAABAgQIGAR1gAABAgQIECBAgAABAgQIECBAgEBIwCAYeraoBAgQIECAAAECBAgQIECAAAECBAyCOkCAAAECBAgQIECAAAECBAgQIEAgJGAQDD1bVAIECBAgQIAAAQIECBAgQIAAAQIGQR0gQIAAAQIECBAgQIAAAQIECBAgEBIwCIaeLSoBAgQIECBAgAABAgQIECBAgAABg6AOECBAgAABAgQIECBAgAABAgQIEAgJGARDzxaVAAECBAgQIECAAAECBAgQIECAgEFQBwgQIECAAAECBAgQIECAAAECBAiEBAyCoWeLSoAAAQIECBAgQIAAAQIECBAgQMAgqAMECBAgQIAAAQIECBAgQIAAAQIEQgIGwdCzRSVAgAABAgQIECBAgAABAgQIECBgENQBAgQIECBAgAABAgQIECBAgAABAiEBg2Do2aISIECAAAECBAgQIECAAAECBAgQMAjqAAECBAgQIECAAAECBAgQIECAAIGQgEEw9GxRCRAgQIAAAQIECBAgQIAAAQIECBgEdYAAAQIECBAgQIAAAQIECBAgQIBASMAgGHq2qAQIECBAgAABAgQ...
2023-05-12 09:43:43:785 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AATZjmKNmtgAAQABJREFUeAHs2EEBAAAIAjH7l8YgNxsweXFzBAgQIECAAAECBAgQIECAAAECBAhkBC6TVFACBAgQIECAAAECBAgQIECAAAECBGYQVAICBAgQIECAAAECBAgQIECAAAECIQGDYOjZohIgQIAAAQIECBAgQIAAAQIECBAwCOoAAQIECBAgQIAAAQIECBAgQIAAgZCAQTD0bFEJECBAgAABAgQIECBAgAABAgQIGAR1gAABAgQIECBAgAABAgQIECBAgEBIwCAYeraoBAgQIECAAAECBAgQIECAAAECBAyCOkCAAAECBAgQIECAAAECBAgQIEAgJGAQDD1bVAIECBAgQIAAAQIECBAgQIAAAQIGQR0gQIAAAQIECBAgQIAAAQIECBAgEBIwCIaeLSoBAgQIECBAgAABAgQIECBAgAABg6AOECBAgAABAgQIECBAgAABAgQIEAgJGARDzxaVAAECBAgQIECAAAECBAgQIECAgEFQBwgQIECAAAECBAgQIECAAAECBAiEBAyCoWeLSoAAAQIECBAgQIAAAQIECBAgQMAgqAMECBAgQIAAAQIECBAgQIAAAQIEQgIGwdCzRSVAgAABAgQIECBAgAABAgQIECBgENQBAgQIECBAgAABAgQIECBAgAABAiEBg2Do2aISIECAAAECBAgQIECAAAECBAgQMAjqAAECBAgQIECAAAECBAgQIECAAIGQgEEw9GxRCRAgQIAAAQIECBAgQIAAAQIECBgEdYAAAQIECBAgQIAAAQIECBAgQIBASMAgGHq2qAQIECBAgAABAgQIECBAgAAB...
2023-05-12 09:43:43:787 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 87 ms - 249392
2023-05-12 09:43:43:788 [HTTP]
2023-05-12 09:43:43:792 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:43:793 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-74CC-000000000000/click 200 467 ms - 14
2023-05-12 09:43:43:793 [HTTP]
2023-05-12 09:43:43:795 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:43:795 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:43:795 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:43:795 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:43:795 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:43:795 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:43:795 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:43:795 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:43:795 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:43:795 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:43:796 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:43:902 [XCUITestDriver@0b37 (54641091)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'ACCEPT'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _dispatc...
2023-05-12 09:43:43:902 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:43:904 [XCUITestDriver@0b37 (54641091)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:43:904 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:43:904 [XCUITestDriver@0b37 (54641091)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:43:904 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:43:904 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:43:904 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:43:904 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:43:904 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 110 ms - 1140
2023-05-12 09:43:43:904 [HTTP]
2023-05-12 09:43:44:418 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:44:418 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:44:419 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:44:419 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:44:419 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:44:419 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:44:419 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:44:419 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:44:420 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:44:420 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:44:420 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:43:44:456 [XCUITestDriver@0b37 (54641091)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'ACCEPT'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _dispatc...
2023-05-12 09:43:44:456 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:44:458 [XCUITestDriver@0b37 (54641091)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:44:458 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:44:458 [XCUITestDriver@0b37 (54641091)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:44:458 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:44:458 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:44:459 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:44:459 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:44:459 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 41 ms - 1140
2023-05-12 09:43:44:459 [HTTP]
2023-05-12 09:43:44:965 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:44:965 [HTTP] {"using":"name","value":"Live Radio & Catch Up"}
2023-05-12 09:43:44:966 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","Live Radio & Catch Up","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:44:966 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:44:966 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:44:966 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:44:967 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:44:967 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:44:967 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:44:967 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:44:967 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"Live Radio & Catch Up"}
2023-05-12 09:43:45:065 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"3C000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"3C000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:45:070 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"3C000000-0000-0000-5FCC-000000000000","ELEMENT":"3C000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:45:070 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 105 ms - 137
2023-05-12 09:43:45:071 [HTTP]
2023-05-12 09:43:48:181 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:48:181 [HTTP] {"using":"name","value":"GET STARTED"}
2023-05-12 09:43:48:182 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","GET STARTED","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:48:182 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:48:182 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:48:183 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:48:183 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:48:183 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:48:183 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:48:184 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:48:184 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"GET STARTED"}
2023-05-12 09:43:48:276 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"2A000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"2A000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:48:282 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2A000000-0000-0000-5FCC-000000000000","ELEMENT":"2A000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:48:283 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 101 ms - 137
2023-05-12 09:43:48:283 [HTTP]
2023-05-12 09:43:48:284 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:48:284 [HTTP] {"id":"2A000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:48:284 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:48:285 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["2A000000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:48:285 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:48:285 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:48:285 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:48:285 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:48:285 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:48:285 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/2A000000-0000-0000-5FCC-000000000000/click] with body: {"id":"2A000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:48:628 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:48:630 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:48:630 [HTTP] {}
2023-05-12 09:43:48:631 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:48:631 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:48:631 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:48:631 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:48:631 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:48:631 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:48:631 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:48:631 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:48:730 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABz3wFtwBMQAAQABJREFUeAHsvQmAVNWV/1+9soqIIkHRIIpI70v1AnQ3zY4KmFVjxsRkxoxJHB2XxLizdFWvQJZfzCRjopnJ/GaMySQz/19MYjSLcdz3fReUTUGQfYfz/37v69M8aupVdVd10zR9Knne9+679557zzv9iv70OfeEylv3iR2mA7OBvmkD4ZYD+Pk9IKVt+9wRbt0jPPg8WceytnmjzG98WlaJyDYcB2Uf/msf04BpwDRgGjANmAZMA6YB04BpwDRgGjANmAb6qwZCBoL6Jgiy52bPjTZgQLC/vrpt3aYB04BpwDRgGjANmAZMA6YB04BpwDRgGkhdAwYEzUPSPET7sA0YEEz95Wc9TQOmAdOAacA0YBowDZgGTAOmAdOAacA00F81YECwD8Mg8xI0L0EDgv311W3rNg2YBkwDpgHTgGnANGAaMA2YBkwDpgHTQOoaMCBoQNA8BPuwDRgQTP3lZz1NA6YB04BpwDRgGjANmAZMA6YB04BpwDTQXzVgQLAPwyDzEDQPQQOC/fXVbes2DZgGTAOmAdOAacA0YBowDZgGTAOmAdNA6howIGhA0DwE+7ANGBBM/eVnPU0DpgHTgGnANGAaMA2YBkwDpgHTgGnANNBfNWBAsA/DIPMQNA9BA4L99dVt6zYNmAZMA6YB04BpwDRgGjANmAZMA6YB00DqGjAgaEDQPAT7sA0kA4JlLXulrmWTzG98Wt7De2IbjoOyTw4ePJj6W8N6mgZMA6YB04BpwDRgGjANmAZMA6YB04BpwDTQpzVgQLAPwyDzEDQPQQOCffr9a5M...
2023-05-12 09:43:48:745 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABz3wFtwBMQAAQABJREFUeAHsvQmAVNWV/1+9soqIIkHRIIpI70v1AnQ3zY4KmFVjxsRkxoxJHB2XxLizdFWvQJZfzCRjopnJ/GaMySQz/19MYjSLcdz3fReUTUGQfYfz/37v69M8aupVdVd10zR9Knne9+679557zzv9iv70OfeEylv3iR2mA7OBvmkD4ZYD+Pk9IKVt+9wRbt0jPPg8WceytnmjzG98WlaJyDYcB2Uf/msf04BpwDRgGjANmAZMA6YB04BpwDRgGjANmAb6qwZCBoL6Jgiy52bPjTZgQLC/vrpt3aYB04BpwDRgGjANmAZMA6YB04BpwDRgGkhdAwYEzUPSPET7sA0YEEz95Wc9TQOmAdOAacA0YBowDZgGTAOmAdOAacA00F81YECwD8Mg8xI0L0EDgv311W3rNg2YBkwDpgHTgGnANGAaMA2YBkwDpgHTQOoaMCBoQNA8BPuwDRgQTP3lZz1NA6YB04BpwDRgGjANmAZMA6YB04BpwDTQXzVgQLAPwyDzEDQPQQOC/fXVbes2DZgGTAOmAdOAacA0YBowDZgGTAOmAdNA6howIGhA0DwE+7ANGBBM/eVnPU0DpgHTgGnANGAaMA2YBkwDpgHTgGnANNBfNWBAsA/DIPMQNA9BA4L99dVt6zYNmAZMA6YB04BpwDRgGjANmAZMA6YB00DqGjAgaEDQPAT7sA0kA4JlLXulrmWTzG98Wt7De2IbjoOyTw4ePJj6W8N6mgZMA6YB04BpwDRgGjANmAZMA6YB04BpwDTQpzVgQLAPwyDzEDQPQQOCffr9a5M3DZgGTAOm...
2023-05-12 09:43:48:755 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 120 ms - 944640
2023-05-12 09:43:48:755 [HTTP]
2023-05-12 09:43:48:756 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:48:756 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-5FCC-000000000000/click 200 472 ms - 14
2023-05-12 09:43:48:756 [HTTP]
2023-05-12 09:43:48:759 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:48:759 [HTTP] {"using":"name","value":"FIND YOUR LOCAL STATION"}
2023-05-12 09:43:48:759 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","FIND YOUR LOCAL STATION","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:48:759 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:48:759 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:48:759 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:48:759 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:48:759 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:48:759 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:48:759 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:48:759 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"FIND YOUR LOCAL STATION"}
2023-05-12 09:43:48:815 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"48000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"48000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:48:817 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"48000000-0000-0000-5FCC-000000000000","ELEMENT":"48000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:48:817 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 59 ms - 137
2023-05-12 09:43:48:817 [HTTP]
2023-05-12 09:43:48:819 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:48:819 [HTTP] {"using":"name","value":"To localise your station, please tell us where you are."}
2023-05-12 09:43:48:819 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","To localise your station, please tell us where you are.","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:48:819 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:48:819 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:48:820 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:48:820 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:48:820 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:48:820 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:48:820 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:48:820 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"To localise your station, please tell us where you are."}
2023-05-12 09:43:48:875 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"4A000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"4A000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:48:877 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4A000000-0000-0000-5FCC-000000000000","ELEMENT":"4A000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:48:877 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 58 ms - 137
2023-05-12 09:43:48:877 [HTTP]
2023-05-12 09:43:48:882 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:48:882 [HTTP] {"using":"name","value":"Find my local station"}
2023-05-12 09:43:48:882 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","Find my local station","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:48:882 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:48:882 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:48:882 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:48:882 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:48:882 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:48:882 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:48:883 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:48:883 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"Find my local station"}
2023-05-12 09:43:48:940 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"4B000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"4B000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:48:941 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4B000000-0000-0000-5FCC-000000000000","ELEMENT":"4B000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:48:942 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 59 ms - 137
2023-05-12 09:43:48:942 [HTTP]
2023-05-12 09:43:48:945 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:48:945 [HTTP] {"id":"4B000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:48:945 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:48:945 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["4B000000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:48:945 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:48:945 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:48:945 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:48:945 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:48:946 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:48:946 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/4B000000-0000-0000-5FCC-000000000000/click] with body: {"id":"4B000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:49:273 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:49:276 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:49:277 [HTTP] {}
2023-05-12 09:43:49:277 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:49:277 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:49:278 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:49:278 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:49:278 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:49:278 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:49:281 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:49:281 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:49:378 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABYa3+tF2HwAAQABJREFUeAHsnXe7LE1VtzETBSQJCJJVwEiQICBZBAG9LnlASUoQCSJBgiAgSg6SkyhBQJAkPATJUVFykiQGwO8x77nb9zdPnXV2h5np2Xuf3fcffa2uqlVrVbi7Zmp1T8/5vv3tb688HAMZkAEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZWAYD53OilzHRzrPzLAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyAAMGBH1C0idEZUAGZEAGZEAGZEAGZEAGZEAGZEAGZEAGFsSAAcEFTbZ3AbwLIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyYEDQgKB3AGRABmRABmRABmRABmRABmRABmRABmRABhbEgAHBBU22dwC8AyADMiADMiADMiADMiADMiADMiADMiADMmBA0ICgdwBkQAZkQAZkQAZkQAZkQAZkQAZkQAZkQAYWxIABwQVNtncAvAMgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAzJgQNCAoHcAZEAGZEAGZEAGZEAGZEAGZEAGZEAGZEAGFsSAAcEFTbZ3ALwDIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyYEDQgKB3AGRABmRABmRABmRABmRABmRABmRABmRABhbEgAHBBU22dwC8AyADMiADMiADMiADMiADMiADMiADMiADMmBA0ICgdwBkQAZkQAZkQAZkQAZkQAZkQAZkQAZkQAYWxIABwQVNtncAvAMgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAzJgQNCAoHcAZEAGZEAGZEAGZEAGZEAGZEAGZEAGZEA...
2023-05-12 09:43:49:382 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABYa3+tF2HwAAQABJREFUeAHsnXe7LE1VtzETBSQJCJJVwEiQICBZBAG9LnlASUoQCSJBgiAgSg6SkyhBQJAkPATJUVFykiQGwO8x77nb9zdPnXV2h5np2Xuf3fcffa2uqlVrVbi7Zmp1T8/5vv3tb688HAMZkAEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZWAYD53OilzHRzrPzLAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyAAMGBH1C0idEZUAGZEAGZEAGZEAGZEAGZEAGZEAGZEAGFsSAAcEFTbZ3AbwLIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyYEDQgKB3AGRABmRABmRABmRABmRABmRABmRABmRABhbEgAHBBU22dwC8AyADMiADMiADMiADMiADMiADMiADMiADMmBA0ICgdwBkQAZkQAZkQAZkQAZkQAZkQAZkQAZkQAYWxIABwQVNtncAvAMgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAzJgQNCAoHcAZEAGZEAGZEAGZEAGZEAGZEAGZEAGZEAGFsSAAcEFTbZ3ALwDIAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyYEDQgKB3AGRABmRABmRABmRABmRABmRABmRABmRABhbEgAHBBU22dwC8AyADMiADMiADMiADMiADMiADMiADMiADMmBA0ICgdwBkQAZkQAZkQAZkQAZkQAZkQAZkQAZkQAYWxIABwQVNtncAvAMgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAzJgQNCAoHcAZEAGZEAGZEAGZEAGZEAGZEAGZEAGZEAGFsSAAcEF...
2023-05-12 09:43:49:396 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 116 ms - 937804
2023-05-12 09:43:49:396 [HTTP]
2023-05-12 09:43:49:398 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:49:398 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4B000000-0000-0000-5FCC-000000000000/click 200 453 ms - 14
2023-05-12 09:43:49:398 [HTTP]
2023-05-12 09:43:49:400 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:49:400 [HTTP] {"using":"name","value":"This is used to stream your local radio stations"}
2023-05-12 09:43:49:401 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","This is used to stream your local radio stations","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:49:401 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:49:401 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:49:401 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:49:401 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:49:402 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:49:402 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:49:402 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:49:402 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"This is used to stream your local radio stations"}
2023-05-12 09:43:49:684 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"D4370000-0000-0000-1019-000000000000","element-6066-11e4-a52e-4f735466cecf":"D4370000-0000-0000-1019-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:49:688 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"D4370000-0000-0000-1019-000000000000","ELEMENT":"D4370000-0000-0000-1019-000000000000"}
2023-05-12 09:43:49:688 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 288 ms - 137
2023-05-12 09:43:49:688 [HTTP]
2023-05-12 09:43:49:693 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings
2023-05-12 09:43:49:694 [HTTP] {"settings":{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:43:49:694 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.updateSettings() with args: [{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:49:694 [AppiumDriver@657d] Plugins which can handle cmd 'updateSettings': appium-dashboard
2023-05-12 09:43:49:694 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'updateSettings'
2023-05-12 09:43:49:695 [AppiumDriver@657d] Executing default handling behavior for command 'updateSettings'
2023-05-12 09:43:49:695 [XCUITestDriver@0b37 (54641091)] Executing command 'updateSettings'
2023-05-12 09:43:49:695 [BaseDriver] The value of 'dismissAlertButtonSelector' setting did not change. Skipping the update for it
2023-05-12 09:43:49:699 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.updateSettings() result: null
2023-05-12 09:43:49:700 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings 200 6 ms - 14
2023-05-12 09:43:49:700 [HTTP]
2023-05-12 09:43:49:702 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings
2023-05-12 09:43:49:702 [HTTP] {"settings":{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:43:49:702 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.updateSettings() with args: [{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:49:702 [AppiumDriver@657d] Plugins which can handle cmd 'updateSettings': appium-dashboard
2023-05-12 09:43:49:702 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'updateSettings'
2023-05-12 09:43:49:703 [AppiumDriver@657d] Executing default handling behavior for command 'updateSettings'
2023-05-12 09:43:49:703 [XCUITestDriver@0b37 (54641091)] Executing command 'updateSettings'
2023-05-12 09:43:49:703 [BaseDriver] The value of 'acceptAlertButtonSelector' setting did not change. Skipping the update for it
2023-05-12 09:43:49:705 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.updateSettings() result: null
2023-05-12 09:43:49:705 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings 200 3 ms - 14
2023-05-12 09:43:49:705 [HTTP]
2023-05-12 09:43:49:708 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text
2023-05-12 09:43:49:708 [HTTP] {}
2023-05-12 09:43:49:709 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getAlertText() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:49:709 [AppiumDriver@657d] Plugins which can handle cmd 'getAlertText': appium-dashboard
2023-05-12 09:43:49:709 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAlertText'
2023-05-12 09:43:49:709 [AppiumDriver@657d] Executing default handling behavior for command 'getAlertText'
2023-05-12 09:43:49:709 [XCUITestDriver@0b37 (54641091)] Executing command 'getAlertText'
2023-05-12 09:43:49:709 [XCUITestDriver@0b37 (54641091)] Matched '/alert/text' to command name 'getAlertText'
2023-05-12 09:43:49:709 [XCUITestDriver@0b37 (54641091)] Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/alert/text] with no body
2023-05-12 09:43:49:843 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"Allow “debug app 👾” to use your location?\nThis is used to stream your local radio stations","sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:49:848 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getAlertText() result: "Allow “debug app 👾” to use your location?\nThis is used to stream your local radio stations"
2023-05-12 09:43:49:849 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text 200 140 ms - 114
2023-05-12 09:43:49:849 [HTTP]
2023-05-12 09:43:49:876 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/dismiss
2023-05-12 09:43:49:876 [HTTP] {}
2023-05-12 09:43:49:876 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.postDismissAlert() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:49:876 [AppiumDriver@657d] Plugins which can handle cmd 'postDismissAlert': appium-dashboard
2023-05-12 09:43:49:877 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'postDismissAlert'
2023-05-12 09:43:49:877 [AppiumDriver@657d] Executing default handling behavior for command 'postDismissAlert'
2023-05-12 09:43:49:877 [XCUITestDriver@0b37 (54641091)] Executing command 'postDismissAlert'
2023-05-12 09:43:49:877 [XCUITestDriver@0b37 (54641091)] Matched '/alert/dismiss' to command name 'postDismissAlert'
2023-05-12 09:43:49:877 [XCUITestDriver@0b37 (54641091)] Proxying [POST /alert/dismiss] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/alert/dismiss] with body: {}
2023-05-12 09:43:50:636 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:50:641 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.postDismissAlert() result: null
2023-05-12 09:43:50:641 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/dismiss 200 765 ms - 14
2023-05-12 09:43:50:641 [HTTP]
2023-05-12 09:43:50:644 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:50:644 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:43:50:644 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:50:644 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:50:644 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:50:644 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:50:644 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:50:644 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:50:644 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:50:645 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:50:645 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:43:50:678 [XCUITestDriver@0b37 (54641091)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:43:50:678 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:43:50:679 [XCUITestDriver@0b37 (54641091)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:43:50:679 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:43:50:680 [XCUITestDriver@0b37 (54641091)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:43:50:680 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:43:50:680 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:43:50:680 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:43:50:680 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:43:50:680 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 36 ms - 1140
2023-05-12 09:43:50:680 [HTTP]
2023-05-12 09:43:51:190 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:51:190 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:43:51:191 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:51:191 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:51:191 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:51:194 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:51:194 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:51:195 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:51:196 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:51:196 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:51:197 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:43:51:404 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"69000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"69000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:51:411 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"69000000-0000-0000-5FCC-000000000000","ELEMENT":"69000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:51:412 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 221 ms - 137
2023-05-12 09:43:51:412 [HTTP]
2023-05-12 09:43:51:417 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:51:418 [HTTP] {"using":"id","value":"Live Radio"}
2023-05-12 09:43:51:418 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","Live Radio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:51:418 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:51:418 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:51:419 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:51:419 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:51:419 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:51:419 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:51:420 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:51:420 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"Live Radio"}
2023-05-12 09:43:51:622 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"57000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:51:628 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-5FCC-000000000000","ELEMENT":"57000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:51:629 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 212 ms - 137
2023-05-12 09:43:51:629 [HTTP]
2023-05-12 09:43:51:633 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:51:633 [HTTP] {"using":"id","value":"Live Playlists"}
2023-05-12 09:43:51:634 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","Live Playlists","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:51:634 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:51:634 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:51:634 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:51:634 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:51:634 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:51:634 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:51:635 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:51:635 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"Live Playlists"}
2023-05-12 09:43:51:854 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"5A000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:51:858 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-5FCC-000000000000","ELEMENT":"5A000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:51:859 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 226 ms - 137
2023-05-12 09:43:51:859 [HTTP]
2023-05-12 09:43:51:871 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:51:872 [HTTP] {"using":"id","value":"Podcasts"}
2023-05-12 09:43:51:872 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","Podcasts","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:51:872 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:51:872 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:51:872 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:51:872 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:51:872 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:51:872 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:51:872 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:51:872 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"Podcasts"}
2023-05-12 09:43:52:072 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"59000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"59000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:52:080 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"59000000-0000-0000-5FCC-000000000000","ELEMENT":"59000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:52:081 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 209 ms - 137
2023-05-12 09:43:52:081 [HTTP]
2023-05-12 09:43:52:089 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:52:093 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeButton[`label == \"Settings\"`]"}
2023-05-12 09:43:52:094 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeButton[`label == \"Settings\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:52:094 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:52:094 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:52:094 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:52:094 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:52:098 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:52:098 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:52:098 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:52:098 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeButton[`label == \"Settings\"`]"}
2023-05-12 09:43:52:296 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"5F000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"5F000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:52:306 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5F000000-0000-0000-5FCC-000000000000","ELEMENT":"5F000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:52:307 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 217 ms - 137
2023-05-12 09:43:52:307 [HTTP]
2023-05-12 09:43:52:313 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/5F000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:52:313 [HTTP] {"id":"5F000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:52:313 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:52:313 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["5F000000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:52:313 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:52:313 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:52:313 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:52:318 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/5F000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:52:319 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/5F000000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:52:319 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/5F000000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/5F000000-0000-0000-5FCC-000000000000/click] with body: {"id":"5F000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:53:097 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:53:099 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:53:099 [HTTP] {}
2023-05-12 09:43:53:099 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:53:099 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:53:099 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:53:100 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:53:100 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:53:100 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:53:100 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:53:100 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:53:181 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABfyB4Lty+gAAQABJREFUeAHsvemXrFd15qlyVbWZ7PIySLqZGZGZV4Kqrr+yV2HAbldXFQjNA4PbBozEYLDBDQYbBEKzkAB5qm+1unt1eQKh8Wp4ez9vxBPxxI69zznvEHmvxP2w17OncyIyMu+9yp/2ec8Nx/+9667bO/szOPr7tzrapb97s4MxXvx918FO/u6t0I7/9s1OTfuw7mhtl2w97Phvh9nJ3+G1V8a1jKGl3NHf2Hv765Wd/I29f7Esrz0ln+uH6snzb3Zqxz97o/N29NPXO9rxz+zzOpAd/dTey0/mtePn7OsROzG/ZMfPvt7Bsp7FT+17/5OVHT9n38NnV7Z4zn4uzRjX9PjH9nMgxn7NeR89Pqcx6su1LWzvIXbyjH0uA4x7+zXHT9vnZ8b84uk3OrWTp6xmpjn4J0/Z931ti6ffsnpsUU+fe8L2MFs8aV93wZZP2WdUsGgt9m2148ft6xdrWbfqt5+Hx+u2eMy+vgm2fNy+frNsj5NH7WsVW/zIPlO19WuzZ6emfSP9k0fsZyNZi9rpI292yx/ae/rB670iZo551hBH5tfoOqwtGffLeqL6ycNXOtri+1e6aWZf+/fbbfk9+wwG2OKv7Ouf0U5tL7XS3id/eaVbNpruWVuz+O5rHezkO692y+/a51GwxXfs6xc7/c4bnZpfy96Tv7DvsdnyL+zn0tni2/Y9T2xob7YP86f2OiU7+/abHez0W/Z1mS3/L3u/c9qf22fQYItvvtb3ndpr07J1qLMW9fZ7fcP22zF7H9/Yt9Nv2udTsN09/J6I9/fU3OLP6j3...
2023-05-12 09:43:53:186 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABfyB4Lty+gAAQABJREFUeAHsvemXrFd15qlyVbWZ7PIySLqZGZGZV4Kqrr+yV2HAbldXFQjNA4PbBozEYLDBDQYbBEKzkAB5qm+1unt1eQKh8Wp4ez9vxBPxxI69zznvEHmvxP2w17OncyIyMu+9yp/2ec8Nx/+9667bO/szOPr7tzrapb97s4MxXvx918FO/u6t0I7/9s1OTfuw7mhtl2w97Phvh9nJ3+G1V8a1jKGl3NHf2Hv765Wd/I29f7Esrz0ln+uH6snzb3Zqxz97o/N29NPXO9rxz+zzOpAd/dTey0/mtePn7OsROzG/ZMfPvt7Bsp7FT+17/5OVHT9n38NnV7Z4zn4uzRjX9PjH9nMgxn7NeR89Pqcx6su1LWzvIXbyjH0uA4x7+zXHT9vnZ8b84uk3OrWTp6xmpjn4J0/Z931ti6ffsnpsUU+fe8L2MFs8aV93wZZP2WdUsGgt9m2148ft6xdrWbfqt5+Hx+u2eMy+vgm2fNy+frNsj5NH7WsVW/zIPlO19WuzZ6emfSP9k0fsZyNZi9rpI292yx/ae/rB670iZo551hBH5tfoOqwtGffLeqL6ycNXOtri+1e6aWZf+/fbbfk9+wwG2OKv7Ouf0U5tL7XS3id/eaVbNpruWVuz+O5rHezkO692y+/a51GwxXfs6xc7/c4bnZpfy96Tv7DvsdnyL+zn0tni2/Y9T2xob7YP86f2OiU7+/abHez0W/Z1mS3/L3u/c9qf22fQYItvvtb3ndpr07J1qLMW9fZ7fcP22zF7H9/Yt9Nv2udTsN09/J6I9/fU3OLP6j3sRy/t5E9f...
2023-05-12 09:43:53:195 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 95 ms - 840348
2023-05-12 09:43:53:195 [HTTP]
2023-05-12 09:43:53:200 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:53:201 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/5F000000-0000-0000-5FCC-000000000000/click 200 888 ms - 14
2023-05-12 09:43:53:201 [HTTP]
2023-05-12 09:43:53:203 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:53:203 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton"}
2023-05-12 09:43:53:203 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:53:203 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:53:203 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:53:203 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:53:203 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:53:203 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:53:203 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:53:203 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:53:203 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton"}
2023-05-12 09:43:53:402 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"BB000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:53:405 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-5FCC-000000000000","ELEMENT":"BB000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:53:406 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 203 ms - 137
2023-05-12 09:43:53:406 [HTTP]
2023-05-12 09:43:53:410 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:53:410 [HTTP] {"using":"name","value":"SIGN IN"}
2023-05-12 09:43:53:411 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","SIGN IN","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:53:411 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:53:411 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:53:411 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:53:411 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:53:411 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:53:411 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:53:412 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:53:412 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"SIGN IN"}
2023-05-12 09:43:53:598 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"26010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"26010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:53:602 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"26010000-0000-0000-5FCC-000000000000","ELEMENT":"26010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:53:603 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 192 ms - 137
2023-05-12 09:43:53:603 [HTTP]
2023-05-12 09:43:53:607 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/26010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:53:607 [HTTP] {"id":"26010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:53:608 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:53:608 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["26010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:53:608 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:53:608 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:53:608 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:53:610 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/26010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:53:613 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/26010000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:53:613 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/26010000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/26010000-0000-0000-5FCC-000000000000/click] with body: {"id":"26010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:54:404 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:54:406 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:54:406 [HTTP] {}
2023-05-12 09:43:54:409 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:54:410 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:54:410 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:54:410 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:54:410 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:54:410 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:54:410 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:54:410 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:54:493 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AAun1hSk3TgAAQABJREFUeAHsvXmcVtWV733/fd++93ZiFKiiGB0SY9K5ffvt7k+S7jadTuKUmNk4JemYQTM4x6gx3Z3RNs4jDhQUiAjigIqKoogjOIMiAgJVgIAgc0FRc613/fZ51lOnnhRYCIpyvvvjrn2GPX7PKVn1O2vv/T+MAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSGwP8ozEgZKAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIGAIgrwEEIAABCAAAQhAAAIQgAAEIAABCEAAAhAoEAEEwQI9bIYKAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEEQd4BCEAAAhCAAAQgAAEIQAACEIAABCAAAQgUiACCYIEeNkOFAAQgAAEIQAACEIAABCAAAQhAAAIQgACCIO8ABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQKRABBsEAPm6FCAAIQgAAEIAABCEAAAhCAAAQgAAEIQABBkHcAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIFIoAgWKCHzVAhAAEIQAACEIAABCAAAQhAAAIQgAAEIIAgyDsAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIECEUAQLNDDZqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEEAQ5B2AAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQc...
2023-05-12 09:43:54:497 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AAun1hSk3TgAAQABJREFUeAHsvXmcVtWV733/fd++93ZiFKiiGB0SY9K5ffvt7k+S7jadTuKUmNk4JemYQTM4x6gx3Z3RNs4jDhQUiAjigIqKoogjOIMiAgJVgIAgc0FRc613/fZ51lOnnhRYCIpyvvvjrn2GPX7PKVn1O2vv/T+MAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSGwP8ozEgZKAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIGAIgrwEEIAABCAAAQhAAAIQgAAEIAABCEAAAhAoEAEEwQI9bIYKAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEEQd4BCEAAAhCAAAQgAAEIQAACEIAABCAAAQgUiACCYIEeNkOFAAQgAAEIQAACEIAABCAAAQhAAAIQgACCIO8ABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQKRABBsEAPm6FCAAIQgAAEIAABCEAAAhCAAAQgAAEIQABBkHcAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIFIoAgWKCHzVAhAAEIQAACEIAABCAAAQhAAAIQgAAEIIAgyDsAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIECEUAQLNDDZqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEEAQ5B2AAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQcgAAEIQAAC...
2023-05-12 09:43:54:508 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 96 ms - 592340
2023-05-12 09:43:54:508 [HTTP]
2023-05-12 09:43:54:510 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:54:510 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/26010000-0000-0000-5FCC-000000000000/click 200 904 ms - 14
2023-05-12 09:43:54:510 [HTTP]
2023-05-12 09:43:54:512 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:54:512 [HTTP] {"using":"name","value":"Sign in to continue enjoying radio, live playlists and podcasts"}
2023-05-12 09:43:54:512 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","Sign in to continue enjoying radio, live playlists and podcasts","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:54:512 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:54:512 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:54:512 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:54:513 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:54:516 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:54:516 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:54:517 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:54:517 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"Sign in to continue enjoying radio, live playlists and podcasts"}
2023-05-12 09:43:54:640 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"4D010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"4D010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:54:644 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4D010000-0000-0000-5FCC-000000000000","ELEMENT":"4D010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:54:646 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 132 ms - 137
2023-05-12 09:43:54:646 [HTTP]
2023-05-12 09:43:54:650 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:54:650 [HTTP] {"using":"name","value":"FORGOTTEN PASSWORD?"}
2023-05-12 09:43:54:650 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","FORGOTTEN PASSWORD?","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:54:650 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:54:650 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:54:650 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:54:650 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:54:650 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:54:650 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:54:651 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:54:655 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"FORGOTTEN PASSWORD?"}
2023-05-12 09:43:54:777 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"51010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"51010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:54:780 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"51010000-0000-0000-5FCC-000000000000","ELEMENT":"51010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:54:781 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 131 ms - 137
2023-05-12 09:43:54:781 [HTTP]
2023-05-12 09:43:54:782 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:54:782 [HTTP] {"using":"name","value":"facebook-button"}
2023-05-12 09:43:54:783 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","facebook-button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:54:783 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:54:783 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:54:783 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:54:783 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:54:783 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:54:783 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:54:784 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:54:784 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"facebook-button"}
2023-05-12 09:43:54:892 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"4A010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"4A010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:54:895 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4A010000-0000-0000-5FCC-000000000000","ELEMENT":"4A010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:54:896 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 113 ms - 137
2023-05-12 09:43:54:896 [HTTP]
2023-05-12 09:43:54:900 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:54:902 [HTTP] {"using":"name","value":"twitter-button"}
2023-05-12 09:43:54:902 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","twitter-button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:54:902 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:54:902 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:54:903 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:54:903 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:54:903 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:54:903 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:54:903 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:54:904 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"twitter-button"}
2023-05-12 09:43:55:013 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"4B010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"4B010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:55:016 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4B010000-0000-0000-5FCC-000000000000","ELEMENT":"4B010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:55:017 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 116 ms - 137
2023-05-12 09:43:55:017 [HTTP]
2023-05-12 09:43:55:021 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:55:021 [HTTP] {"using":"-ios predicate string","value":"value == \"By creating an account you agree with our Terms & Conditions and Privacy Statement.\""}
2023-05-12 09:43:55:022 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","value == \"By creating an account you agree with our Terms & Conditions and Privacy Statement.\"","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:55:022 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:55:022 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:55:022 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:55:022 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:55:022 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:55:022 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:55:022 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:55:023 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"predicate string","value":"value == \"By creating an account you agree with our Terms & Conditions and Privacy Statement.\""}
2023-05-12 09:43:55:289 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"36010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"36010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:55:291 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"36010000-0000-0000-5FCC-000000000000","ELEMENT":"36010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:55:291 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 270 ms - 137
2023-05-12 09:43:55:291 [HTTP]
2023-05-12 09:43:55:294 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:55:294 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeOther[`label == 'Email text field'`]"}
2023-05-12 09:43:55:294 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeOther[`label == 'Email text field'`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:55:294 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:55:294 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:55:294 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:55:294 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:55:294 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:55:294 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:55:294 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:55:294 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeOther[`label == 'Email text field'`]"}
2023-05-12 09:43:55:405 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"4E010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"4E010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:55:407 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4E010000-0000-0000-5FCC-000000000000","ELEMENT":"4E010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:55:408 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 114 ms - 137
2023-05-12 09:43:55:408 [HTTP]
2023-05-12 09:43:55:413 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:55:414 [HTTP] {"using":"name","value":"SIGN IN"}
2023-05-12 09:43:55:414 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","SIGN IN","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:55:414 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:55:414 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:55:416 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:55:416 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:55:417 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:55:417 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:55:417 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:55:417 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"SIGN IN"}
2023-05-12 09:43:55:533 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"50010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"50010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:55:540 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"50010000-0000-0000-5FCC-000000000000","ELEMENT":"50010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:55:543 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 127 ms - 137
2023-05-12 09:43:55:543 [HTTP]
2023-05-12 09:43:55:545 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4E010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:55:545 [HTTP] {"id":"4E010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:55:545 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:55:545 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["4E010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:55:545 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:55:545 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:55:546 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:55:546 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4E010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:55:546 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4E010000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:55:546 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4E010000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/4E010000-0000-0000-5FCC-000000000000/click] with body: {"id":"4E010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:56:374 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:56:378 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:56:378 [HTTP] {}
2023-05-12 09:43:56:379 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:56:379 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:56:379 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:56:379 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:56:379 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:56:379 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:56:379 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:56:379 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:56:484 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AAvWZJ1pHYAAAQABJREFUeAHsvXe8V9WZ7z///u7ceycxCpzDoVoSYzK5c+eXmVeSmTGTSWJLTB1jSy+aYk2MGtNMjDEasStKOSAiiAU7NkQsYAdFBKQcQECQfuD08tzns/b3+Z7NNwc8FKXs93q5ztp77bVXee995Dmf/ay1/s4IEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQGEI/F1hRspAIQABCEAAAhCAAAQgAAEIQAACEIAABCAAAUMQ5CWAAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQcgAAEIQAACEIAABCAAAQhAAAIQgAAEIFAgAgiCBXrYDBUCEIAABCAAAQhAAAIQgAAEIAABCEAAAgiCvAMQgAAEIAABCEAAAhCAAAQgAAEIQAACECgQAQTBAj1shgoBCEAAAhCAAAQgAAEIQAACEIAABCAAAQRB3gEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSIAIJggR42Q4UABCAAAQhAAAIQgAAEIAABCEAAAhCAAIIg7wAEIAABCEAAAhCAAAQgAAEIQAACEIAABApEAEGwQA+boUIAAhCAAAQgAAEIQAACEIAABCAAAQhAAEGQdwACEIAABCAAAQhAAAIQgAAEIAABCEAAAgUigCBYoIfNUCEAAQhAAAIQgAAEIAABCEAAAhCAAAQggCDIOwA...
2023-05-12 09:43:56:488 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AAvWZJ1pHYAAAQABJREFUeAHsvXe8V9WZ7z///u7ceycxCpzDoVoSYzK5c+eXmVeSmTGTSWJLTB1jSy+aYk2MGtNMjDEasStKOSAiiAU7NkQsYAdFBKQcQECQfuD08tzns/b3+Z7NNwc8FKXs93q5ztp77bVXee995Dmf/ay1/s4IEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQGEI/F1hRspAIQABCEAAAhCAAAQgAAEIQAACEIAABCAAAUMQ5CWAAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQcgAAEIQAACEIAABCAAAQhAAAIQgAAEIFAgAgiCBXrYDBUCEIAABCAAAQhAAAIQgAAEIAABCEAAAgiCvAMQgAAEIAABCEAAAhCAAAQgAAEIQAACECgQAQTBAj1shgoBCEAAAhCAAAQgAAEIQAACEIAABCAAAQRB3gEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSIAIJggR42Q4UABCAAAQhAAAIQgAAEIAABCEAAAhCAAIIg7wAEIAABCEAAAhCAAAQgAAEIQAACEIAABApEAEGwQA+boUIAAhCAAAQgAAEIQAACEIAABCAAAQhAAEGQdwACEIAABCAAAQhAAAIQgAAEIAABCEAAAgUigCBYoIfNUCEAAQhAAAIQgAAEIAABCEAAAhCAAAQggCDIOwABCEAAAhCA...
2023-05-12 09:43:56:502 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 116 ms - 724984
2023-05-12 09:43:56:502 [HTTP]
2023-05-12 09:43:56:504 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:56:504 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4E010000-0000-0000-5FCC-000000000000/click 200 959 ms - 14
2023-05-12 09:43:56:505 [HTTP]
2023-05-12 09:43:56:506 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4E010000-0000-0000-5FCC-000000000000/value
2023-05-12 09:43:56:506 [HTTP] {"text":"atsuitecompany+xBKHdsFX@gmail.com","value":["a","t","s","u","i","t","e","t","h","i","s","i","s","g","l","o","b","a","l","+","x","B","K","H","d","s","F","X","@","g","m","a","i","l",".","c","o","m"],"id":"4E010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:56:507 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.setValue() with args: [["a","t","s","u","i","t","e","t","h","i","s","i","s","g","l","o","b","a","l","+","x","B","K","H","d","s","F","X","@","g","m","a","i","l",".","c","o","m"],"4E010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:56:507 [AppiumDriver@657d] Plugins which can handle cmd 'setValue': appium-dashboard
2023-05-12 09:43:56:507 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'setValue'
2023-05-12 09:43:56:507 [AppiumDriver@657d] Executing default handling behavior for command 'setValue'
2023-05-12 09:43:56:507 [XCUITestDriver@0b37 (54641091)] Executing command 'setValue'
2023-05-12 09:43:56:507 [XCUITestDriver@0b37 (54641091)] Matched '/element/4E010000-0000-0000-5FCC-000000000000/value' to command name 'setValue'
2023-05-12 09:43:56:507 [XCUITestDriver@0b37 (54641091)] Added 'text' property "atsuitecompany+xBKHdsFX@gmail.com" to 'setValue' request body
2023-05-12 09:43:56:507 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element/4E010000-0000-0000-5FCC-000000000000/value] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/4E010000-0000-0000-5FCC-000000000000/value] with body: {"value":["a","t","s","u","i","t","e","t","h","i","s","i","s","g","l","o","b","a","l","+","x","B","K","H","d","s","F","X","@","g","m","a","i","l",".","c","o","m"],"text":"atsuitecompany+xBKHdsFX@gmail.com"}
2023-05-12 09:43:57:401 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:57:411 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:57:411 [HTTP] {}
2023-05-12 09:43:57:411 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:57:411 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:57:411 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:57:411 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:57:411 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:57:412 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:57:412 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:57:412 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:57:522 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABGieeVxaJgAAQABJREFUeAHsvXmcVtWV733/fd++93ZiFKiiGB0SY9K5ffvt7k+S7jadTuKUmNk4JemYQTM4x6gx3Z3RNs4jDhQUiAjigIqKoogjOIMiAgJVgIAgc0FRc613/fZ51lOnnhRYCIpyvvvjrn2GPX7PKVn1O2vv/T+MAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSGwP8ozEgZKAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIGAIgrwEEIAABCAAAQhAAAIQgAAEIAABCEAAAhAoEAEEwQI9bIYKAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEEQd4BCEAAAhCAAAQgAAEIQAACEIAABCAAAQgUiACCYIEeNkOFAAQgAAEIQAACEIAABCAAAQhAAAIQgACCIO8ABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQKRABBsEAPm6FCAAIQgAAEIAABCEAAAhCAAAQgAAEIQABBkHcAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIFIoAgWKCHzVAhAAEIQAACEIAABCAAAQhAAAIQgAAEIIAgyDsAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIECEUAQLNDDZqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEEAQ5B2AAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQc...
2023-05-12 09:43:57:526 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABGieeVxaJgAAQABJREFUeAHsvXmcVtWV733/fd++93ZiFKiiGB0SY9K5ffvt7k+S7jadTuKUmNk4JemYQTM4x6gx3Z3RNs4jDhQUiAjigIqKoogjOIMiAgJVgIAgc0FRc613/fZ51lOnnhRYCIpyvvvjrn2GPX7PKVn1O2vv/T+MAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSGwP8ozEgZKAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIGAIgrwEEIAABCAAAQhAAAIQgAAEIAABCEAAAhAoEAEEwQI9bIYKAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEEQd4BCEAAAhCAAAQgAAEIQAACEIAABCAAAQgUiACCYIEeNkOFAAQgAAEIQAACEIAABCAAAQhAAAIQgACCIO8ABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQKRABBsEAPm6FCAAIQgAAEIAABCEAAAhCAAAQgAAEIQABBkHcAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIFIoAgWKCHzVAhAAEIQAACEIAABCAAAQhAAAIQgAAEIIAgyDsAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIECEUAQLNDDZqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEEAQ5B2AAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQcgAAEIQAAC...
2023-05-12 09:43:57:540 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 122 ms - 850012
2023-05-12 09:43:57:540 [HTTP]
2023-05-12 09:43:57:542 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.setValue() result: null
2023-05-12 09:43:57:543 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4E010000-0000-0000-5FCC-000000000000/value 200 1036 ms - 14
2023-05-12 09:43:57:543 [HTTP]
2023-05-12 09:43:57:547 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:57:547 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeOther[`label == 'Password text field'`]"}
2023-05-12 09:43:57:547 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeOther[`label == 'Password text field'`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:57:547 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:57:547 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:57:547 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:57:547 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:57:547 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:57:547 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:57:548 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:57:548 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeOther[`label == 'Password text field'`]"}
2023-05-12 09:43:57:734 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"4F010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"4F010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:57:735 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"4F010000-0000-0000-5FCC-000000000000","ELEMENT":"4F010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:57:736 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 189 ms - 137
2023-05-12 09:43:57:736 [HTTP]
2023-05-12 09:43:57:737 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4F010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:57:737 [HTTP] {"id":"4F010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:57:737 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:57:737 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["4F010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:57:737 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:57:737 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:57:737 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:57:740 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4F010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:57:741 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4F010000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:57:741 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4F010000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/4F010000-0000-0000-5FCC-000000000000/click] with body: {"id":"4F010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:58:131 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:58:135 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:58:135 [HTTP] {}
2023-05-12 09:43:58:135 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:58:135 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:58:136 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:58:136 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:58:136 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:58:136 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:58:137 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:58:137 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:58:236 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABFak/pWY6QAAQABJREFUeAHsvXmcVtWV733/fd++93ZiFKiiGB0SY9K5ffvt7k+S7jadTuKUmNk4JemYQTM4x6gx3Z3RNs4jDhQUiAjigIqKoogjOIMiAgJVgIAgc0FRc613/fZ51lOnnhRYCIpyvvvjrn2GPX7PKVn1O2vv/T+MAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSGwP8ozEgZKAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIGAIgrwEEIAABCAAAQhAAAIQgAAEIAABCEAAAhAoEAEEwQI9bIYKAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEEQd4BCEAAAhCAAAQgAAEIQAACEIAABCAAAQgUiACCYIEeNkOFAAQgAAEIQAACEIAABCAAAQhAAAIQgACCIO8ABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQKRABBsEAPm6FCAAIQgAAEIAABCEAAAhCAAAQgAAEIQABBkHcAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIFIoAgWKCHzVAhAAEIQAACEIAABCAAAQhAAAIQgAAEIIAgyDsAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIECEUAQLNDDZqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEEAQ5B2AAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQc...
2023-05-12 09:43:58:243 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABFak/pWY6QAAQABJREFUeAHsvXmcVtWV733/fd++93ZiFKiiGB0SY9K5ffvt7k+S7jadTuKUmNk4JemYQTM4x6gx3Z3RNs4jDhQUiAjigIqKoogjOIMiAgJVgIAgc0FRc613/fZ51lOnnhRYCIpyvvvjrn2GPX7PKVn1O2vv/T+MAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSGwP8ozEgZKAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIGAIgrwEEIAABCAAAQhAAAIQgAAEIAABCEAAAhAoEAEEwQI9bIYKAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEEQd4BCEAAAhCAAAQgAAEIQAACEIAABCAAAQgUiACCYIEeNkOFAAQgAAEIQAACEIAABCAAAQhAAAIQgACCIO8ABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQKRABBsEAPm6FCAAIQgAAEIAABCEAAAhCAAAQgAAEIQABBkHcAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIFIoAgWKCHzVAhAAEIQAACEIAABCAAAQhAAAIQgAAEIIAgyDsAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIECEUAQLNDDZqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEEAQ5B2AAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQcgAAEIQAAC...
2023-05-12 09:43:58:255 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 115 ms - 716820
2023-05-12 09:43:58:255 [HTTP]
2023-05-12 09:43:58:256 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:58:257 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4F010000-0000-0000-5FCC-000000000000/click 200 519 ms - 14
2023-05-12 09:43:58:257 [HTTP]
2023-05-12 09:43:58:260 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4F010000-0000-0000-5FCC-000000000000/value
2023-05-12 09:43:58:260 [HTTP] {"text":"atsuitepassword","value":["a","t","s","u","i","t","e","p","a","s","s","w","o","r","d"],"id":"4F010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:58:260 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.setValue() with args: [["a","t","s","u","i","t","e","p","a","s","s","w","o","r","d"],"4F010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:58:260 [AppiumDriver@657d] Plugins which can handle cmd 'setValue': appium-dashboard
2023-05-12 09:43:58:260 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'setValue'
2023-05-12 09:43:58:261 [AppiumDriver@657d] Executing default handling behavior for command 'setValue'
2023-05-12 09:43:58:261 [XCUITestDriver@0b37 (54641091)] Executing command 'setValue'
2023-05-12 09:43:58:261 [XCUITestDriver@0b37 (54641091)] Matched '/element/4F010000-0000-0000-5FCC-000000000000/value' to command name 'setValue'
2023-05-12 09:43:58:261 [XCUITestDriver@0b37 (54641091)] Added 'text' property "atsuitepassword" to 'setValue' request body
2023-05-12 09:43:58:261 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element/4F010000-0000-0000-5FCC-000000000000/value] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/4F010000-0000-0000-5FCC-000000000000/value] with body: {"value":["a","t","s","u","i","t","e","p","a","s","s","w","o","r","d"],"text":"atsuitepassword"}
2023-05-12 09:43:58:832 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:58:839 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:58:839 [HTTP] {}
2023-05-12 09:43:58:840 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:58:840 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:58:840 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:58:841 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:58:841 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:58:841 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:58:842 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:58:842 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:58:969 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABFK+Z5uklwAAQABJREFUeAHsvXmcVtWV733/fd++93ZiFKiiGB0SY9K5ffvt7k+S7jadTuKUmNk4JemYQTM4x6gx3Z3RNs4jDhQUiAjigIqKoogjOIMiAgJVgIAgc0FRc613/fZ51lOnnhRYCIpyvvvjrn2GPX7PKVn1O2vv/T+MAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSGwP8ozEgZKAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIGAIgrwEEIAABCAAAQhAAAIQgAAEIAABCEAAAhAoEAEEwQI9bIYKAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEEQd4BCEAAAhCAAAQgAAEIQAACEIAABCAAAQgUiACCYIEeNkOFAAQgAAEIQAACEIAABCAAAQhAAAIQgACCIO8ABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQKRABBsEAPm6FCAAIQgAAEIAABCEAAAhCAAAQgAAEIQABBkHcAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIFIoAgWKCHzVAhAAEIQAACEIAABCAAAQhAAAIQgAAEIIAgyDsAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIECEUAQLNDDZqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEEAQ5B2AAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQc...
2023-05-12 09:43:58:973 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABFK+Z5uklwAAQABJREFUeAHsvXmcVtWV733/fd++93ZiFKiiGB0SY9K5ffvt7k+S7jadTuKUmNk4JemYQTM4x6gx3Z3RNs4jDhQUiAjigIqKoogjOIMiAgJVgIAgc0FRc613/fZ51lOnnhRYCIpyvvvjrn2GPX7PKVn1O2vv/T+MAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCBSGwP8ozEgZKAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIGAIgrwEEIAABCAAAQhAAAIQgAAEIAABCEAAAhAoEAEEwQI9bIYKAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEEQd4BCEAAAhCAAAQgAAEIQAACEIAABCAAAQgUiACCYIEeNkOFAAQgAAEIQAACEIAABCAAAQhAAAIQgACCIO8ABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQKRABBsEAPm6FCAAIQgAAEIAABCEAAAhCAAAQgAAEIQABBkHcAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIFIoAgWKCHzVAhAAEIQAACEIAABCAAAQhAAAIQgAAEIIAgyDsAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIECEUAQLNDDZqgQgAAEIAABCEAAAhCAAAQgAAEIQAACEEAQ5B2AAAQgAAEIQAACEIAABCAAAQhAAAIQgECBCCAIFuhhM1QIQAACEIAABCAAAQhAAAIQgAAEIAABCCAI8g5AAAIQgAAEIAABCEAAAhCAAAQgAAEIQKBABBAEC/SwGSoEIAABCEAAAhCAAAQgAAEIQAACEIAABBAEeQcgAAEIQAAC...
2023-05-12 09:43:58:983 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 143 ms - 715488
2023-05-12 09:43:58:983 [HTTP]
2023-05-12 09:43:58:989 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.setValue() result: null
2023-05-12 09:43:58:989 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/4F010000-0000-0000-5FCC-000000000000/value 200 729 ms - 14
2023-05-12 09:43:58:989 [HTTP]
2023-05-12 09:43:58:991 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/50010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:58:991 [HTTP] {"id":"50010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:58:992 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:58:992 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["50010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:58:992 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:58:992 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:58:992 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:58:993 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/50010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:58:994 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/50010000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:58:994 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/50010000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/50010000-0000-0000-5FCC-000000000000/click] with body: {"id":"50010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:59:386 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:59:396 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:43:59:396 [HTTP] {}
2023-05-12 09:43:59:397 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:59:397 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:43:59:397 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:43:59:397 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:43:59:397 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:43:59:397 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:43:59:397 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:43:59:397 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:43:59:496 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABAP3yzsxtgAAQABJREFUeAHsnQeYbkdd/0nvyU1Ccm9u2d27fe9NAokkiCIoCAGlKQr2gFiCJEqv/gWMiCBNIlEBKbGAwkNRAQuKvcX6SHkQqQoYKSpIsZ7/fOa933fnvnd3b9275Xz2eWbnnDlTfjPzOfOe+Z4559xudna209kGMiADMiADMiADMiADMiADMiADMiADMiADMtAPBm5nR/ejo+1n+1kGZEAGZEAGZEAGZEAGZEAGZEAGZEAGZAAGFARdIekKURmQARmQARmQARmQARmQARmQARmQARmQgR4xoCDYo872LoB3AWRABmRABmRABmRABmRABmRABmRABmRABhQEFQS9AyADMiADMiADMiADMiADMiADMiADMiADMtAjBhQEe9TZ3gHwDoAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyICCoIKgdwBkQAZkQAZkQAZkQAZkQAZkQAZkQAZkQAZ6xICCYI862zsA3gGQARmQARmQARmQARmQARmQARmQARmQARlQEFQQ9A6ADMiADMiADMiADMiADMiADMiADMiADMhAjxhQEOxRZ3sHwDsAMiADMiADMiADMiADMiADMiADMiADMiADCoIKgt4BkAEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZ6BEDCoI96mzvAHgHQAZkQAZkQAZkQAZkQAZkQAZkQAZkQAZkQEFQQdA7ADIgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAz1iQEGwR53tHQDvAMiADMiADMiADMiADMiADMiADMiADMiADCgIKgh6B0AGZEAGZEAGZEAGZEA...
2023-05-12 09:43:59:498 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABAP3yzsxtgAAQABJREFUeAHsnQeYbkdd/0nvyU1Ccm9u2d27fe9NAokkiCIoCAGlKQr2gFiCJEqv/gWMiCBNIlEBKbGAwkNRAQuKvcX6SHkQqQoYKSpIsZ7/fOa933fnvnd3b9275Xz2eWbnnDlTfjPzOfOe+Z4559xudna209kGMiADMiADMiADMiADMiADMiADMiADMiADMtAPBm5nR/ejo+1n+1kGZEAGZEAGZEAGZEAGZEAGZEAGZEAGZAAGFARdIekKURmQARmQARmQARmQARmQARmQARmQARmQgR4xoCDYo872LoB3AWRABmRABmRABmRABmRABmRABmRABmRABhQEFQS9AyADMiADMiADMiADMiADMiADMiADMiADMtAjBhQEe9TZ3gHwDoAMyIAMyIAMyIAMyIAMyIAMyIAMyIAMyICCoIKgdwBkQAZkQAZkQAZkQAZkQAZkQAZkQAZkQAZ6xICCYI862zsA3gGQARmQARmQARmQARmQARmQARmQARmQARlQEFQQ9A6ADMiADMiADMiADMiADMiADMiADMiADMhAjxhQEOxRZ3sHwDsAMiADMiADMiADMiADMiADMiADMiADMiADCoIKgt4BkAEZkAEZkAEZkAEZkAEZkAEZkAEZkAEZ6BEDCoI96mzvAHgHQAZkQAZkQAZkQAZkQAZkQAZkQAZkQAZkQEFQQdA7ADIgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAz1iQEGwR53tHQDvAMiADMiADMiADMiADMiADMiADMiADMiADCgIKgh6B0AGZEAGZEAGZEAGZEAGZEAGZEAG...
2023-05-12 09:43:59:509 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 104 ms - 652248
2023-05-12 09:43:59:509 [HTTP]
2023-05-12 09:43:59:516 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:43:59:517 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/50010000-0000-0000-5FCC-000000000000/click 200 525 ms - 14
2023-05-12 09:43:59:517 [HTTP]
2023-05-12 09:43:59:531 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:43:59:531 [HTTP] {"using":"id","value":"you are successfully signed in!"}
2023-05-12 09:43:59:531 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","you are successfully signed in!","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:59:531 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:43:59:531 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:43:59:532 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:43:59:532 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:43:59:534 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:43:59:534 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:43:59:534 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:43:59:534 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"you are successfully signed in!"}
2023-05-12 09:43:59:918 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"B7010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"B7010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:43:59:924 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"B7010000-0000-0000-5FCC-000000000000","ELEMENT":"B7010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:59:926 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 393 ms - 137
2023-05-12 09:43:59:926 [HTTP]
2023-05-12 09:43:59:930 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/B7010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:59:930 [HTTP] {"id":"B7010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:43:59:931 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:43:59:931 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["B7010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:43:59:931 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:43:59:931 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:43:59:932 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:43:59:943 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/B7010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:43:59:943 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/B7010000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:43:59:943 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/B7010000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/B7010000-0000-0000-5FCC-000000000000/click] with body: {"id":"B7010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:00:385 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:00:393 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:00:394 [HTTP] {}
2023-05-12 09:44:00:394 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:00:395 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:00:395 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:00:395 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:00:395 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:00:396 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:00:396 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:00:396 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:00:499 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABohQWHqSEwAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+...
2023-05-12 09:44:00:503 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABohQWHqSEwAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+63sN+9NJO...
2023-05-12 09:44:00:511 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 114 ms - 888068
2023-05-12 09:44:00:511 [HTTP]
2023-05-12 09:44:00:512 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:00:513 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/B7010000-0000-0000-5FCC-000000000000/click 200 582 ms - 14
2023-05-12 09:44:00:513 [HTTP]
2023-05-12 09:44:00:514 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:00:514 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton"}
2023-05-12 09:44:00:515 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:00:515 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:00:515 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:00:515 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:00:515 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:00:515 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:00:515 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:00:515 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:00:515 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton"}
2023-05-12 09:44:00:529 [XCUITestDriver@0b37 (54641091)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callo...
2023-05-12 09:44:00:529 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:00:531 [XCUITestDriver@0b37 (54641091)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:00:531 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:00:531 [XCUITestDriver@0b37 (54641091)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:00:531 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:00:531 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:00:531 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:00:531 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:00:531 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 17 ms - 1140
2023-05-12 09:44:00:531 [HTTP]
2023-05-12 09:44:01:040 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:01:040 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton"}
2023-05-12 09:44:01:041 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:01:041 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:01:041 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:01:041 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:01:041 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:01:041 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:01:041 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:01:042 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:01:042 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton"}
2023-05-12 09:44:01:255 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"BB000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:01:260 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-5FCC-000000000000","ELEMENT":"BB000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:01:260 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 221 ms - 137
2023-05-12 09:44:01:260 [HTTP]
2023-05-12 09:44:01:432 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:01:432 [HTTP] {"using":"name","value":"x"}
2023-05-12 09:44:01:433 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","x","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:01:433 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:01:433 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:01:433 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:01:433 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:01:433 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:01:433 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:01:433 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:01:433 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"x"}
2023-05-12 09:44:01:632 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"18010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"18010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:01:636 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"18010000-0000-0000-5FCC-000000000000","ELEMENT":"18010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:01:636 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 204 ms - 137
2023-05-12 09:44:01:636 [HTTP]
2023-05-12 09:44:01:640 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/displayed
2023-05-12 09:44:01:640 [HTTP] {}
2023-05-12 09:44:01:640 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:01:640 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.elementDisplayed() with args: ["18010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:01:640 [AppiumDriver@657d] Plugins which can handle cmd 'elementDisplayed': appium-dashboard
2023-05-12 09:44:01:640 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'elementDisplayed'
2023-05-12 09:44:01:641 [AppiumDriver@657d] Executing default handling behavior for command 'elementDisplayed'
2023-05-12 09:44:01:641 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/displayed
2023-05-12 09:44:01:642 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/displayed' to command name 'elementDisplayed'
2023-05-12 09:44:01:642 [XCUITestDriver@0b37 (54641091)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/displayed] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/18010000-0000-0000-5FCC-000000000000/displayed] with no body
2023-05-12 09:44:01:709 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":false,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:01:713 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.elementDisplayed() result: false
2023-05-12 09:44:01:714 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/displayed 200 74 ms - 15
2023-05-12 09:44:01:714 [HTTP]
2023-05-12 09:44:01:731 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/enabled
2023-05-12 09:44:01:731 [HTTP] {}
2023-05-12 09:44:01:731 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:01:731 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.elementEnabled() with args: ["18010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:01:731 [AppiumDriver@657d] Plugins which can handle cmd 'elementEnabled': appium-dashboard
2023-05-12 09:44:01:731 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'elementEnabled'
2023-05-12 09:44:01:731 [AppiumDriver@657d] Executing default handling behavior for command 'elementEnabled'
2023-05-12 09:44:01:732 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/enabled
2023-05-12 09:44:01:732 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/enabled' to command name 'elementEnabled'
2023-05-12 09:44:01:733 [XCUITestDriver@0b37 (54641091)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/enabled] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/18010000-0000-0000-5FCC-000000000000/enabled] with no body
2023-05-12 09:44:01:787 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":true,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:01:798 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.elementEnabled() result: true
2023-05-12 09:44:01:799 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/enabled 200 68 ms - 14
2023-05-12 09:44:01:799 [HTTP]
2023-05-12 09:44:01:801 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:01:801 [HTTP] {"id":"18010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:01:801 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:01:801 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["18010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:01:801 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:01:801 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:01:801 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:01:801 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:01:802 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:01:802 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/18010000-0000-0000-5FCC-000000000000/click] with body: {"id":"18010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:02:601 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:02:607 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:02:607 [HTTP] {}
2023-05-12 09:44:02:608 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:02:608 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:02:608 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:02:608 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:02:608 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:02:608 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:02:609 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:02:609 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:02:710 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABVjHtW/vsgAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+...
2023-05-12 09:44:02:715 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABVjHtW/vsgAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+63sN+9NJO...
2023-05-12 09:44:02:721 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 114 ms - 595700
2023-05-12 09:44:02:721 [HTTP]
2023-05-12 09:44:02:727 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:02:727 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/18010000-0000-0000-5FCC-000000000000/click 200 926 ms - 14
2023-05-12 09:44:02:727 [HTTP]
2023-05-12 09:44:02:730 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:02:730 [HTTP] {"using":"name","value":"HD Audio"}
2023-05-12 09:44:02:730 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","HD Audio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:02:731 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:02:731 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:02:731 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:02:731 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:02:731 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:02:731 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:02:731 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:02:734 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"HD Audio"}
2023-05-12 09:44:02:869 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"EE010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"EE010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:02:872 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"EE010000-0000-0000-5FCC-000000000000","ELEMENT":"EE010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:02:873 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 143 ms - 137
2023-05-12 09:44:02:873 [HTTP]
2023-05-12 09:44:02:875 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:02:876 [HTTP] {"using":"id","value":"HD AudioSwitch"}
2023-05-12 09:44:02:876 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","HD AudioSwitch","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:02:876 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:02:876 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:02:876 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:02:876 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:02:876 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:02:876 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:02:876 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:02:876 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"HD AudioSwitch"}
2023-05-12 09:44:03:004 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"EF010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"EF010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:03:007 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"EF010000-0000-0000-5FCC-000000000000","ELEMENT":"EF010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:03:008 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 132 ms - 137
2023-05-12 09:44:03:008 [HTTP]
2023-05-12 09:44:03:012 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/EF010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:03:013 [HTTP] {"id":"EF010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:03:013 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:03:013 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["EF010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:03:013 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:03:013 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:03:013 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:03:014 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/EF010000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:03:015 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/EF010000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:03:024 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/EF010000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/EF010000-0000-0000-5FCC-000000000000/click] with body: {"id":"EF010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:03:405 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:03:409 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:03:410 [HTTP] {}
2023-05-12 09:44:03:410 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:03:410 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:03:410 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:03:410 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:03:410 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:03:410 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:03:411 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:03:411 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:03:513 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABY86uBoyywAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+...
2023-05-12 09:44:03:516 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABY86uBoyywAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+63sN+9NJO...
2023-05-12 09:44:03:533 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 112 ms - 614284
2023-05-12 09:44:03:533 [HTTP]
2023-05-12 09:44:03:535 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:03:536 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/EF010000-0000-0000-5FCC-000000000000/click 200 523 ms - 14
2023-05-12 09:44:03:536 [HTTP]
2023-05-12 09:44:03:538 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:03:538 [HTTP] {"using":"id","value":"HD AudioSwitch"}
2023-05-12 09:44:03:538 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","HD AudioSwitch","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:03:538 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:03:538 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:03:538 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:03:538 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:03:538 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:03:539 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:03:540 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:03:540 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"HD AudioSwitch"}
2023-05-12 09:44:03:676 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"EF010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"EF010000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:03:681 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"EF010000-0000-0000-5FCC-000000000000","ELEMENT":"EF010000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:03:682 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 144 ms - 137
2023-05-12 09:44:03:682 [HTTP]
2023-05-12 09:44:03:693 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/EF010000-0000-0000-5FCC-000000000000/attribute/value
2023-05-12 09:44:03:693 [HTTP] {}
2023-05-12 09:44:03:693 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getAttribute() with args: ["value","EF010000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:03:694 [AppiumDriver@657d] Plugins which can handle cmd 'getAttribute': appium-dashboard
2023-05-12 09:44:03:694 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAttribute'
2023-05-12 09:44:03:694 [AppiumDriver@657d] Executing default handling behavior for command 'getAttribute'
2023-05-12 09:44:03:694 [XCUITestDriver@0b37 (54641091)] Executing command 'getAttribute'
2023-05-12 09:44:03:695 [XCUITestDriver@0b37 (54641091)] Matched '/element/EF010000-0000-0000-5FCC-000000000000/attribute/value' to command name 'getAttribute'
2023-05-12 09:44:03:696 [XCUITestDriver@0b37 (54641091)] Proxying [GET /element/EF010000-0000-0000-5FCC-000000000000/attribute/value] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/EF010000-0000-0000-5FCC-000000000000/attribute/value] with no body
2023-05-12 09:44:03:731 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"1","sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:03:736 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getAttribute() result: "1"
2023-05-12 09:44:03:736 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/EF010000-0000-0000-5FCC-000000000000/attribute/value 200 43 ms - 13
2023-05-12 09:44:03:736 [HTTP]
2023-05-12 09:44:03:740 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/back
2023-05-12 09:44:03:740 [HTTP] {}
2023-05-12 09:44:03:740 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.back() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:03:740 [AppiumDriver@657d] Plugins which can handle cmd 'back': appium-dashboard
2023-05-12 09:44:03:740 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'back'
2023-05-12 09:44:03:741 [AppiumDriver@657d] Executing default handling behavior for command 'back'
2023-05-12 09:44:03:741 [XCUITestDriver@0b37 (54641091)] Executing command 'back'
2023-05-12 09:44:03:741 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:03:741 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:03:741 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class name","value":"XCUIElementTypeNavigationBar"}
2023-05-12 09:44:03:848 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"B8000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"B8000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:03:849 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:03:849 [XCUITestDriver@0b37 (54641091)] Matched '/element/B8000000-0000-0000-5FCC-000000000000/elements' to command name 'findElementsFromElement'
2023-05-12 09:44:03:850 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element/B8000000-0000-0000-5FCC-000000000000/elements] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/B8000000-0000-0000-5FCC-000000000000/elements] with body: {"using":"class name","value":"XCUIElementTypeButton"}
2023-05-12 09:44:04:009 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":[{"ELEMENT":"C5010000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"C5010000-0000-0000-5FCC-000000000000"}],"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:04:009 [XCUITestDriver@0b37 (54641091)] Unable to find 'Back' button. Trying first button in navigation bar
2023-05-12 09:44:04:011 [XCUITestDriver@0b37 (54641091)] Matched '/element/C5010000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:04:012 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element/C5010000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/C5010000-0000-0000-5FCC-000000000000/click] with body: {}
2023-05-12 09:44:04:685 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:04:690 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.back() result: null
2023-05-12 09:44:04:691 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/back 200 951 ms - 14
2023-05-12 09:44:04:691 [HTTP]
2023-05-12 09:44:04:696 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:04:696 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton"}
2023-05-12 09:44:04:697 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:04:697 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:04:697 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:04:697 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:04:697 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:04:697 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:04:697 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:04:698 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:04:698 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeNavigationBar[`name == \"Settings\"`]/XCUIElementTypeButton"}
2023-05-12 09:44:04:911 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"BB000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:04:917 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-5FCC-000000000000","ELEMENT":"BB000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:04:918 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 222 ms - 137
2023-05-12 09:44:04:918 [HTTP]
2023-05-12 09:44:04:922 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:04:922 [HTTP] {"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"Settings\"]/XCUIElementTypeButton"}
2023-05-12 09:44:04:922 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["xpath","//XCUIElementTypeNavigationBar[@name=\"Settings\"]/XCUIElementTypeButton","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:04:922 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:04:922 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:04:922 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:04:922 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:04:923 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:04:923 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:04:923 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:04:923 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"Settings\"]/XCUIElementTypeButton"}
2023-05-12 09:44:05:391 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"BB000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:05:393 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"BB000000-0000-0000-5FCC-000000000000","ELEMENT":"BB000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:05:393 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 471 ms - 137
2023-05-12 09:44:05:393 [HTTP]
2023-05-12 09:44:05:394 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BB000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:05:394 [HTTP] {"id":"BB000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:05:394 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:05:394 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["BB000000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:05:394 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:05:394 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:05:394 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:05:395 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BB000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:05:395 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BB000000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:05:395 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BB000000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/BB000000-0000-0000-5FCC-000000000000/click] with body: {"id":"BB000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:06:105 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:06:106 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:06:106 [HTTP] {}
2023-05-12 09:44:06:106 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:06:106 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:06:106 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:06:106 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:06:106 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:06:106 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:06:107 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:06:107 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:06:291 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ADhx2kUkJSAAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+...
2023-05-12 09:44:06:300 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ADhx2kUkJSAAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+63sN+9NJO...
2023-05-12 09:44:06:327 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 208 ms - 3559816
2023-05-12 09:44:06:327 [HTTP]
2023-05-12 09:44:06:329 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:06:329 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/BB000000-0000-0000-5FCC-000000000000/click 200 935 ms - 14
2023-05-12 09:44:06:329 [HTTP]
2023-05-12 09:44:06:355 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:06:355 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeStaticText[`label CONTAINS \"up to 4 Live Radio stations to get your personalised experience\"`]"}
2023-05-12 09:44:06:356 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeStaticText[`label CONTAINS \"up to 4 Live Radio stations to get your personalised experience\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:06:356 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:06:356 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:06:356 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:06:356 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:06:356 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:06:356 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:06:356 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:06:356 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeStaticText[`label CONTAINS \"up to 4 Live Radio stations to get your personalised experience\"`]"}
2023-05-12 09:44:06:443 [XCUITestDriver@0b37 (54641091)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'class chain', value '**/XCUIElementTypeStaticText[`label CONTAINS \"up to 4 Live Radio stations to get your personalised experience\"`]'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x00...
2023-05-12 09:44:06:443 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:06:446 [XCUITestDriver@0b37 (54641091)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:06:446 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:06:446 [XCUITestDriver@0b37 (54641091)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:06:446 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:06:446 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:06:446 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:06:446 [XCUITestDriver@0b37 (54641091)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:06:446 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 91 ms - 1140
2023-05-12 09:44:06:446 [HTTP]
2023-05-12 09:44:06:956 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:06:956 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeStaticText[`label CONTAINS \"up to 4 Live Radio stations to get your personalised experience\"`]"}
2023-05-12 09:44:06:957 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeStaticText[`label CONTAINS \"up to 4 Live Radio stations to get your personalised experience\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:06:957 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:06:957 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:06:957 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:06:957 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:06:957 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:06:957 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:06:957 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:06:958 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeStaticText[`label CONTAINS \"up to 4 Live Radio stations to get your personalised experience\"`]"}
2023-05-12 09:44:07:152 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"11020000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"11020000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:07:155 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"11020000-0000-0000-5FCC-000000000000","ELEMENT":"11020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:07:155 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 199 ms - 137
2023-05-12 09:44:07:155 [HTTP]
2023-05-12 09:44:07:156 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:07:156 [HTTP] {"using":"name","value":"x"}
2023-05-12 09:44:07:157 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","x","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:07:157 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:07:157 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:07:157 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:07:157 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:07:157 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:07:157 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:07:157 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:07:157 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"x"}
2023-05-12 09:44:07:320 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"2E020000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"2E020000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:07:322 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2E020000-0000-0000-5FCC-000000000000","ELEMENT":"2E020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:07:322 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 166 ms - 137
2023-05-12 09:44:07:322 [HTTP]
2023-05-12 09:44:07:324 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/displayed
2023-05-12 09:44:07:324 [HTTP] {}
2023-05-12 09:44:07:324 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:07:325 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.elementDisplayed() with args: ["2E020000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:07:325 [AppiumDriver@657d] Plugins which can handle cmd 'elementDisplayed': appium-dashboard
2023-05-12 09:44:07:325 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'elementDisplayed'
2023-05-12 09:44:07:325 [AppiumDriver@657d] Executing default handling behavior for command 'elementDisplayed'
2023-05-12 09:44:07:332 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/displayed
2023-05-12 09:44:07:333 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/displayed' to command name 'elementDisplayed'
2023-05-12 09:44:07:333 [XCUITestDriver@0b37 (54641091)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/displayed] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/2E020000-0000-0000-5FCC-000000000000/displayed] with no body
2023-05-12 09:44:07:379 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":true,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:07:381 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.elementDisplayed() result: true
2023-05-12 09:44:07:381 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/displayed 200 57 ms - 14
2023-05-12 09:44:07:381 [HTTP]
2023-05-12 09:44:07:383 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:07:383 [HTTP] {"id":"2E020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:07:383 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:07:383 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["2E020000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:07:383 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:07:383 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:07:383 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:07:383 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:07:384 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:07:384 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/2E020000-0000-0000-5FCC-000000000000/click] with body: {"id":"2E020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:07:765 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:07:767 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:07:767 [HTTP] {}
2023-05-12 09:44:07:767 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:07:767 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:07:767 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:07:768 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:07:768 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:07:768 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:07:768 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:07:768 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:07:927 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ADcLaU9SwQwAAQABJREFUeAHsvWmfbFd15slX6DKgm0Nk5pXAxsbV9auuF13d37FshOaJwW0DRmIw2OAGgw2aZzQgT/Wu7HK5XDSgCU0oej0n4ol4YsVaezjnRN4rcV+s37OmvSMyMm+K/LP22R85/q/L5Q37cH8GR//4/pJ25R9+vYQxPv3H5RJ28g/vh3b8979eqmkf1h2t7Yqthx3/fZ+d/ANee2Vcyxhayh39nb23v13Zyd/Z+xfL8tpT8rm+V09e+fVS7fin7y29Hb387pJ2/FP7vA5kRy/be3lpXjt+0b4esRPzS3b8wrtLWNZz+rJ9719a2fGL9j18YWWnL9rPpRnjmh7/xH4OxNivOe+jx+c0Rn2xtlPbu8dOnrfPpcO4t19z/Jx9fmbMnz733lLt5FmrmWkO/smz9n1f2+lz71s9tqhnyD1te5idPmNfd8EWz9pnVLBoLfZtteOn7OsXa1m36refh6fqdvqkfX0TbPGUff1m2R4nT9jXKnb6uH2mauvXZs9OTftG+ieP2c9Gsha1s8d+vVw8au/pkXcHRcwc86whjsyv0XVYWzLul/VE9ZOH31nSTn/8znKa2df+43Zb/Mg+gw47/Rv7+me0M9tLrbT3yV+/s1w0mu5ZW3P6w7eXsJMfvLVc/NA+j4Kd/sC+frGzH7y3VPNr2XvyV/Y9Nlv8lf1cOjv9vn3PE+vtzfZh/sxep2Tn3//1Enb2Pfu6zBb/r73fOe0v7TNosNPvvj30ndlr07J1qLMW9Q57fcf22zF7H9/Zt7Pv2udTsN09/J6I9/fU3Olf1HvYj17...
2023-05-12 09:44:07:938 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ADcLaU9SwQwAAQABJREFUeAHsvWmfbFd15slX6DKgm0Nk5pXAxsbV9auuF13d37FshOaJwW0DRmIw2OAGgw2aZzQgT/Wu7HK5XDSgCU0oej0n4ol4YsVaezjnRN4rcV+s37OmvSMyMm+K/LP22R85/q/L5Q37cH8GR//4/pJ25R9+vYQxPv3H5RJ28g/vh3b8979eqmkf1h2t7Yqthx3/fZ+d/ANee2Vcyxhayh39nb23v13Zyd/Z+xfL8tpT8rm+V09e+fVS7fin7y29Hb387pJ2/FP7vA5kRy/be3lpXjt+0b4esRPzS3b8wrtLWNZz+rJ9719a2fGL9j18YWWnL9rPpRnjmh7/xH4OxNivOe+jx+c0Rn2xtlPbu8dOnrfPpcO4t19z/Jx9fmbMnz733lLt5FmrmWkO/smz9n1f2+lz71s9tqhnyD1te5idPmNfd8EWz9pnVLBoLfZtteOn7OsXa1m36refh6fqdvqkfX0TbPGUff1m2R4nT9jXKnb6uH2mauvXZs9OTftG+ieP2c9Gsha1s8d+vVw8au/pkXcHRcwc86whjsyv0XVYWzLul/VE9ZOH31nSTn/8znKa2df+43Zb/Mg+gw47/Rv7+me0M9tLrbT3yV+/s1w0mu5ZW3P6w7eXsJMfvLVc/NA+j4Kd/sC+frGzH7y3VPNr2XvyV/Y9Nlv8lf1cOjv9vn3PE+vtzfZh/sxep2Tn3//1Enb2Pfu6zBb/r73fOe0v7TNosNPvvj30ndlr07J1qLMW9Q57fcf22zF7H9/Zt7Pv2udTsN09/J6I9/fU3Olf1HvYj17ayZ+/tYSd...
2023-05-12 09:44:07:954 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 184 ms - 2550212
2023-05-12 09:44:07:954 [HTTP]
2023-05-12 09:44:07:962 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:07:962 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2E020000-0000-0000-5FCC-000000000000/click 200 579 ms - 14
2023-05-12 09:44:07:962 [HTTP]
2023-05-12 09:44:07:964 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:07:964 [HTTP] {"using":"-ios predicate string","value":"type == \"XCUIElementTypeCollectionView\""}
2023-05-12 09:44:07:964 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","type == \"XCUIElementTypeCollectionView\"","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:07:964 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:07:965 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:07:965 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:07:965 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:07:965 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:07:965 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:07:965 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:07:965 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"predicate string","value":"type == \"XCUIElementTypeCollectionView\""}
2023-05-12 09:44:08:139 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"0B020000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"0B020000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:08:140 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0B020000-0000-0000-5FCC-000000000000","ELEMENT":"0B020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:08:141 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 176 ms - 137
2023-05-12 09:44:08:141 [HTTP]
2023-05-12 09:44:08:142 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect
2023-05-12 09:44:08:142 [HTTP] {}
2023-05-12 09:44:08:143 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:08:143 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getElementRect() with args: ["0B020000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:08:143 [AppiumDriver@657d] Plugins which can handle cmd 'getElementRect': appium-dashboard
2023-05-12 09:44:08:143 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getElementRect'
2023-05-12 09:44:08:143 [AppiumDriver@657d] Executing default handling behavior for command 'getElementRect'
2023-05-12 09:44:08:147 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect
2023-05-12 09:44:08:147 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect' to command name 'getElementRect'
2023-05-12 09:44:08:147 [XCUITestDriver@0b37 (54641091)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/0B020000-0000-0000-5FCC-000000000000/rect] with no body
2023-05-12 09:44:08:191 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"y":328,"x":0,"width":428,"height":598},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:08:192 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getElementRect() result: {"y":328,"x":0,"width":428,"height":598}
2023-05-12 09:44:08:193 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect 200 50 ms - 50
2023-05-12 09:44:08:193 [HTTP]
2023-05-12 09:44:08:194 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect
2023-05-12 09:44:08:194 [HTTP] {}
2023-05-12 09:44:08:194 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:08:194 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getElementRect() with args: ["0B020000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:08:194 [AppiumDriver@657d] Plugins which can handle cmd 'getElementRect': appium-dashboard
2023-05-12 09:44:08:194 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getElementRect'
2023-05-12 09:44:08:195 [AppiumDriver@657d] Executing default handling behavior for command 'getElementRect'
2023-05-12 09:44:08:195 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect
2023-05-12 09:44:08:195 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect' to command name 'getElementRect'
2023-05-12 09:44:08:195 [XCUITestDriver@0b37 (54641091)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/0B020000-0000-0000-5FCC-000000000000/rect] with no body
2023-05-12 09:44:08:238 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"y":328,"x":0,"width":428,"height":598},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:08:239 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getElementRect() result: {"y":328,"x":0,"width":428,"height":598}
2023-05-12 09:44:08:240 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0B020000-0000-0000-5FCC-000000000000/rect 200 45 ms - 50
2023-05-12 09:44:08:240 [HTTP]
2023-05-12 09:44:08:242 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/actions
2023-05-12 09:44:08:242 [HTTP] {"actions":[{"type":"pointer","parameters":{"pointerType":"touch"},"id":"touch","actions":[{"type":"pointerMove","duration":250,"x":214,"y":417,"origin":"viewport"},{"type":"pointerDown","duration":0,"button":0},{"type":"pointerMove","duration":200,"x":214,"y":836,"origin":"viewport"},{"type":"pointerUp","duration":0,"button":0}]}]}
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.performActions() with args: [[{"type":"pointer","parameters":{"pointerType":"touch"},"id":"touch","actions":[{"type":"pointerMove","duration":250,"x":214,"y":417,"origin":"viewport"},{"type":"pointerDown","duration":0,"button":0},{"type":"pointerMove","duration":200,"x":214,"y":836,"origin":"viewport"},{"type":"pointerUp","duration":0,"button":0}]}],"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:08:242 [AppiumDriver@657d] Plugins which can handle cmd 'performActions': appium-dashboard
2023-05-12 09:44:08:242 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'performActions'
2023-05-12 09:44:08:242 [AppiumDriver@657d] Executing default handling behavior for command 'performActions'
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] Executing command 'performActions'
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] Received the following W3C actions: [
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "type": "pointer",
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "parameters": {
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "pointerType": "touch"
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] },
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "id": "touch",
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "actions": [
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "type": "pointerMove",
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "duration": 250,
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "x": 214,
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "y": 417,
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "origin": "viewport"
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] },
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:242 [XCUITestDriver@0b37 (54641091)] "type": "pointerDown",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "duration": 0,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "button": 0
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] },
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "type": "pointerMove",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "duration": 200,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "x": 214,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "y": 836,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "origin": "viewport"
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] },
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "type": "pointerUp",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "duration": 0,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "button": 0
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] }
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] ]
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] }
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] ]
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] Preprocessed actions: [
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "type": "pointer",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "parameters": {
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "pointerType": "touch"
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] },
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "id": "touch",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "actions": [
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "type": "pointerMove",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "duration": 250,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "x": 214,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "y": 417,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "origin": "viewport"
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] },
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "type": "pointerDown",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "duration": 0,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "button": 0
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] },
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "type": "pointerMove",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "duration": 200,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "x": 214,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "y": 836,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "origin": "viewport"
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] },
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] {
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "type": "pointerUp",
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "duration": 0,
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] "button": 0
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] }
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] ]
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] }
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] ]
2023-05-12 09:44:08:243 [XCUITestDriver@0b37 (54641091)] Matched '/actions' to command name 'performActions'
2023-05-12 09:44:08:244 [XCUITestDriver@0b37 (54641091)] Proxying [POST /actions] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/actions] with body: {"actions":[{"type":"pointer","parameters":{"pointerType":"touch"},"id":"touch","actions":[{"type":"pointerMove","duration":250,"x":214,"y":417,"origin":"viewport"},{"type":"pointerDown","duration":0,"button":0},{"type":"pointerMove","duration":200,"x":214,"y":836,"origin":"viewport"},{"type":"pointerUp","duration":0,"button":0}]}]}
2023-05-12 09:44:09:258 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:09:263 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:09:263 [HTTP] {}
2023-05-12 09:44:09:263 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:09:263 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:09:263 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:09:263 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:09:263 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:09:264 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:09:264 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:09:264 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:09:423 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ADcPZ08bQuAAAQABJREFUeAHsvWmfbFd15slX6DKgm0Nk5pXAxsbV9auuF13d37FshOaJwW0DRmIw2OAGgw2aZzQgT/Wu7HK5XDSgCU0oej0n4ol4YsVaezjnRN4rcV+s37OmvSMyMm+K/LP22R85/q/L5Q37cH8GR//4/pJ25R9+vYQxPv3H5RJ28g/vh3b8979eqmkf1h2t7Yqthx3/fZ+d/ANee2Vcyxhayh39nb23v13Zyd/Z+xfL8tpT8rm+V09e+fVS7fin7y29Hb387pJ2/FP7vA5kRy/be3lpXjt+0b4esRPzS3b8wrtLWNZz+rJ9719a2fGL9j18YWWnL9rPpRnjmh7/xH4OxNivOe+jx+c0Rn2xtlPbu8dOnrfPpcO4t19z/Jx9fmbMnz733lLt5FmrmWkO/smz9n1f2+lz71s9tqhnyD1te5idPmNfd8EWz9pnVLBoLfZtteOn7OsXa1m36refh6fqdvqkfX0TbPGUff1m2R4nT9jXKnb6uH2mauvXZs9OTftG+ieP2c9Gsha1s8d+vVw8au/pkXcHRcwc86whjsyv0XVYWzLul/VE9ZOH31nSTn/8znKa2df+43Zb/Mg+gw47/Rv7+me0M9tLrbT3yV+/s1w0mu5ZW3P6w7eXsJMfvLVc/NA+j4Kd/sC+frGzH7y3VPNr2XvyV/Y9Nlv8lf1cOjv9vn3PE+vtzfZh/sxep2Tn3//1Enb2Pfu6zBb/r73fOe0v7TNosNPvvj30ndlr07J1qLMW9Q57fcf22zF7H9/Zt7Pv2udTsN09/J6I9/fU3Olf1HvYj17...
2023-05-12 09:44:09:430 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ADcPZ08bQuAAAQABJREFUeAHsvWmfbFd15slX6DKgm0Nk5pXAxsbV9auuF13d37FshOaJwW0DRmIw2OAGgw2aZzQgT/Wu7HK5XDSgCU0oej0n4ol4YsVaezjnRN4rcV+s37OmvSMyMm+K/LP22R85/q/L5Q37cH8GR//4/pJ25R9+vYQxPv3H5RJ28g/vh3b8979eqmkf1h2t7Yqthx3/fZ+d/ANee2Vcyxhayh39nb23v13Zyd/Z+xfL8tpT8rm+V09e+fVS7fin7y29Hb387pJ2/FP7vA5kRy/be3lpXjt+0b4esRPzS3b8wrtLWNZz+rJ9719a2fGL9j18YWWnL9rPpRnjmh7/xH4OxNivOe+jx+c0Rn2xtlPbu8dOnrfPpcO4t19z/Jx9fmbMnz733lLt5FmrmWkO/smz9n1f2+lz71s9tqhnyD1te5idPmNfd8EWz9pnVLBoLfZtteOn7OsXa1m36refh6fqdvqkfX0TbPGUff1m2R4nT9jXKnb6uH2mauvXZs9OTftG+ieP2c9Gsha1s8d+vVw8au/pkXcHRcwc86whjsyv0XVYWzLul/VE9ZOH31nSTn/8znKa2df+43Zb/Mg+gw47/Rv7+me0M9tLrbT3yV+/s1w0mu5ZW3P6w7eXsJMfvLVc/NA+j4Kd/sC+frGzH7y3VPNr2XvyV/Y9Nlv8lf1cOjv9vn3PE+vtzfZh/sxep2Tn3//1Enb2Pfu6zBb/r73fOe0v7TNosNPvvj30ndlr07J1qLMW9Q57fcf22zF7H9/Zt7Pv2udTsN09/J6I9/fU3Olf1HvYj17ayZ+/tYSd...
2023-05-12 09:44:09:450 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 178 ms - 2550724
2023-05-12 09:44:09:450 [HTTP]
2023-05-12 09:44:09:451 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.performActions() result: null
2023-05-12 09:44:09:451 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/actions 200 1209 ms - 14
2023-05-12 09:44:09:451 [HTTP]
2023-05-12 09:44:09:453 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:09:453 [HTTP] {"using":"name","value":"Next"}
2023-05-12 09:44:09:453 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","Next","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:09:453 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:09:453 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:09:454 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:09:454 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:09:454 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:09:454 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:09:454 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:09:454 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"Next"}
2023-05-12 09:44:09:623 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"07020000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"07020000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:09:628 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"07020000-0000-0000-5FCC-000000000000","ELEMENT":"07020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:09:629 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 176 ms - 137
2023-05-12 09:44:09:629 [HTTP]
2023-05-12 09:44:09:641 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/07020000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:09:642 [HTTP] {"id":"07020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:09:642 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:09:642 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["07020000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:09:642 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:09:643 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:09:644 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:09:645 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/07020000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:09:646 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/07020000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:09:646 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/07020000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/07020000-0000-0000-5FCC-000000000000/click] with body: {"id":"07020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:10:669 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:10:683 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:10:684 [HTTP] {}
2023-05-12 09:44:10:684 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:10:684 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:10:684 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:10:684 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:10:684 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:10:684 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:10:684 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:10:684 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:10:878 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AD7oBprecjwAAQABJREFUeAHsnQd8XHeV70e9uPdUSHuUAMvy2AJb+Lxt7NsFdtnHsktIIHEszYy65BRCsqQ6jQR2l5bQFkJIAgkESIEkthPSHdux495ky45r7Djutvp5v9/5z18aTzSaka6kGWmOkr/vzK3/cu7/zvneU0IFV5yQ/kr+5cdlIKUA+w+oXNYqBVYG3wcD7W/bf2DyOcr7K/+yY9JfKcT9H6QM6F7voy/7q9tQbAtav7F+/FD0sZ2j/3tsLPdP3tyjMppLQdNRsTL4Psj02NvYDX7sXN/h93qTFeuDsSkD+Y14NvdTCufi9+8wlv6unQ3bChuPi5Vc7oNWjH+Qkst9N/xtL2g4JgMpA7+XTx770FDCQILDASvQBgMHDwPZd4Ppcztm1PTbWIYJ1rbcBUk29tkx9pkGOpm+vgGlYEDJxi9Y/2Ve/sYmCDLANzbGNRug2Viuw0Bgg+07MDgzOvoLBmENQcpY7JPR3aaBQcE0gWAqq0ADUYOAnzkI4oZb8R/tcjjc/WPnzw7wMlrHIdMKv11/dFvgZfv4ZR7IjG6glOnxtfELKj9jAxzlKgAMCquyvd+Cts+O799CcnRAq9ENaKyPbfwyIQMEg/66ySFhGkAwFQwclCVgEhg2WhVlq7eBFpOBY4HdBYe7DzOtsNr1DWiZDGSvDBhQCgaUMi3bNn7Bxi/TQMiATf/AxvrH+mdYZaD+qORbsT4wGchKGfBAbyiWfUPBFEAwGQwcrCXWcCv8dv4jiBGXu6Vw7hHEALEy2D7Im3sYUG/wxRSyw4jBFKQEVejseJNBkwG...
2023-05-12 09:44:10:890 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AD7oBprecjwAAQABJREFUeAHsnQd8XHeV70e9uPdUSHuUAMvy2AJb+Lxt7NsFdtnHsktIIHEszYy65BRCsqQ6jQR2l5bQFkJIAgkESIEkthPSHdux495ky45r7Djutvp5v9/5z18aTzSaka6kGWmOkr/vzK3/cu7/zvneU0IFV5yQ/kr+5cdlIKUA+w+oXNYqBVYG3wcD7W/bf2DyOcr7K/+yY9JfKcT9H6QM6F7voy/7q9tQbAtav7F+/FD0sZ2j/3tsLPdP3tyjMppLQdNRsTL4Psj02NvYDX7sXN/h93qTFeuDsSkD+Y14NvdTCufi9+8wlv6unQ3bChuPi5Vc7oNWjH+Qkst9N/xtL2g4JgMpA7+XTx770FDCQILDASvQBgMHDwPZd4Ppcztm1PTbWIYJ1rbcBUk29tkx9pkGOpm+vgGlYEDJxi9Y/2Ve/sYmCDLANzbGNRug2Viuw0Bgg+07MDgzOvoLBmENQcpY7JPR3aaBQcE0gWAqq0ADUYOAnzkI4oZb8R/tcjjc/WPnzw7wMlrHIdMKv11/dFvgZfv4ZR7IjG6glOnxtfELKj9jAxzlKgAMCquyvd+Cts+O799CcnRAq9ENaKyPbfwyIQMEg/66ySFhGkAwFQwclCVgEhg2WhVlq7eBFpOBY4HdBYe7DzOtsNr1DWiZDGSvDBhQCgaUMi3bNn7Bxi/TQMiATf/AxvrH+mdYZaD+qORbsT4wGchKGfBAbyiWfUPBFEAwGQwcrCXWcCv8dv4jiBGXu6Vw7hHEALEy2D7Im3sYUG/wxRSyw4jBFKQEVejseJNBkwGTAZOB0SgD...
2023-05-12 09:44:10:909 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 224 ms - 3700972
2023-05-12 09:44:10:909 [HTTP]
2023-05-12 09:44:10:918 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:10:919 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/07020000-0000-0000-5FCC-000000000000/click 200 1277 ms - 14
2023-05-12 09:44:10:919 [HTTP]
2023-05-12 09:44:10:921 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:10:921 [HTTP] {"using":"name","value":"notification_message"}
2023-05-12 09:44:10:921 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","notification_message","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:10:921 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:10:921 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:10:921 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:10:921 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:10:921 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:10:921 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:10:921 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:10:921 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"notification_message"}
2023-05-12 09:44:11:127 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"6C020000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"6C020000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:11:131 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"6C020000-0000-0000-5FCC-000000000000","ELEMENT":"6C020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:11:132 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 211 ms - 137
2023-05-12 09:44:11:132 [HTTP]
2023-05-12 09:44:11:136 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/6C020000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:11:136 [HTTP] {"id":"6C020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:11:136 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:11:136 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["6C020000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:11:136 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:11:136 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:11:137 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:11:138 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/6C020000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:11:139 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/6C020000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:11:139 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/6C020000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/6C020000-0000-0000-5FCC-000000000000/click] with body: {"id":"6C020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:11:543 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:11:546 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:11:546 [HTTP] {}
2023-05-12 09:44:11:546 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:11:546 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:11:546 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:11:546 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:11:546 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:11:547 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:11:547 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:11:547 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:11:761 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ADlffLc6EygAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+...
2023-05-12 09:44:11:775 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ADlffLc6EygAAQABJREFUeAHsvem3bFd15cmfkDVsSe82ce99kjBJ2s4cOarGqByj/sa0Ud8LcNmAkQwYbHCBAYMa1AsJIdzkl6py2ZWVppdAHYpa80TMiBkr1trNOSfuexLvwxpzdXtH3Lj3Pen+3tpnf+T4vy2XN+zD/Rkc/dP7S9qVf/zNEsb49J+WS9jJP74f2vE//Gappn1Yd7S2K7YedvwPfXbyj3jtlXEtY2gpd/T39t5+tLKTv7f3L5bltafkc32vnrz+m6Xa8Q/fW3o7eu3dJe34h/Z5HciOXrP38oN57fhV+3rETswv2fEr7y5hWc/pa/a9/8HKjl+17+ErKzt91X4uzRjX9Pj79nMgxn7NeR89Pqcx6ou1ndrePXbysn0uHca9/Zrjl+zzM2P+9KX3lmonL1rNTHPwT1607/vaTl963+qxRT1D7nnbw+z0Bfu6C7Z40T6jgkVrsW+rHT9nX79Yy7pVv/08PFe302ft65tgi+fs6zfL9jh5xr5WsdPv2Weqtn5t9uzUtG+kf/K0/Wwka1E7e/o3y8VT9p6efHdQxMwxzxriyPwaXYe1JeN+WU9UP3ninSXt9LvvLKeZfe3fbbfFd+wz6LDTv7Ovf0Y7s73USnuffPud5aLRdM/amtNvvb2EnXzzreXiW/Z5FOz0m/b1i519872lml/L3pO/te+x2eJv7efS2ek37HueWG9vtg/zZ/Y6JTv/xm+WsLOv29dltvg/7P3OaX9jn0GDnX7t7aHvzF6blq1DnbWod9jrq7bfjtn7+Oq+nX3NPp+C7e7h90S8v6fmTv+63sN+9NJO...
2023-05-12 09:44:11:796 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 248 ms - 3580092
2023-05-12 09:44:11:796 [HTTP]
2023-05-12 09:44:11:806 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:11:807 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/6C020000-0000-0000-5FCC-000000000000/click 200 671 ms - 14
2023-05-12 09:44:11:807 [HTTP]
2023-05-12 09:44:11:809 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:11:809 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:11:809 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:11:809 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:11:809 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:11:809 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:11:809 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:11:810 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:11:810 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:11:810 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:11:810 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:12:010 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"6F020000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"6F020000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:12:012 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"6F020000-0000-0000-5FCC-000000000000","ELEMENT":"6F020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:12:013 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 204 ms - 137
2023-05-12 09:44:12:013 [HTTP]
2023-05-12 09:44:12:014 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:12:014 [HTTP] {"using":"id","value":"Live Radio"}
2023-05-12 09:44:12:015 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","Live Radio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:12:015 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:12:015 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:12:015 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:12:015 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:12:015 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:12:015 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:12:015 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:12:015 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"Live Radio"}
2023-05-12 09:44:12:211 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"57000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:12:215 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-5FCC-000000000000","ELEMENT":"57000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:12:217 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 201 ms - 137
2023-05-12 09:44:12:217 [HTTP]
2023-05-12 09:44:12:221 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:12:221 [HTTP] {"using":"id","value":"Live Playlists"}
2023-05-12 09:44:12:221 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","Live Playlists","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:12:221 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:12:221 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:12:222 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:12:222 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:12:222 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:12:222 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:12:222 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:12:222 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"Live Playlists"}
2023-05-12 09:44:12:418 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"5A000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:12:424 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"5A000000-0000-0000-5FCC-000000000000","ELEMENT":"5A000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:12:424 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 203 ms - 137
2023-05-12 09:44:12:424 [HTTP]
2023-05-12 09:44:12:431 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:12:431 [HTTP] {"using":"id","value":"Podcasts"}
2023-05-12 09:44:12:431 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","Podcasts","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:12:431 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:12:431 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:12:432 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:12:432 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:12:432 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:12:432 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:12:432 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:12:432 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"Podcasts"}
2023-05-12 09:44:12:629 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"59000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"59000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:12:634 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"59000000-0000-0000-5FCC-000000000000","ELEMENT":"59000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:12:635 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 204 ms - 137
2023-05-12 09:44:12:635 [HTTP]
2023-05-12 09:44:12:638 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:12:639 [HTTP] {"using":"name","value":"Live Radio"}
2023-05-12 09:44:12:639 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","Live Radio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:12:639 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:12:639 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:12:639 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:12:641 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:12:641 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:12:641 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:12:642 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:12:642 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"Live Radio"}
2023-05-12 09:44:12:841 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"57000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:12:845 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"57000000-0000-0000-5FCC-000000000000","ELEMENT":"57000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:12:846 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 207 ms - 137
2023-05-12 09:44:12:846 [HTTP]
2023-05-12 09:44:12:850 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/57000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:12:850 [HTTP] {"id":"57000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:12:850 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:12:851 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["57000000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:12:851 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:12:851 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:12:851 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:12:862 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/57000000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:12:863 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/57000000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:12:863 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/57000000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/57000000-0000-0000-5FCC-000000000000/click] with body: {"id":"57000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:13:258 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:13:259 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:13:259 [HTTP] {}
2023-05-12 09:44:13:259 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:13:259 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:13:259 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:13:259 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:13:259 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:13:259 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:13:260 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:13:260 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:13:421 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AIKy/pee2DgAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXP...
2023-05-12 09:44:13:431 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AIKy/pee2DgAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXPlxifTvptP...
2023-05-12 09:44:13:452 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 190 ms - 3176976
2023-05-12 09:44:13:452 [HTTP]
2023-05-12 09:44:13:462 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:13:462 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/57000000-0000-0000-5FCC-000000000000/click 200 613 ms - 14
2023-05-12 09:44:13:463 [HTTP]
2023-05-12 09:44:13:465 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:13:465 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]"}
2023-05-12 09:44:13:465 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:13:465 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:13:465 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:13:465 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:13:465 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:13:465 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:13:465 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:13:465 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:13:465 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeTabBar[`label == \"Tab Bar\"`]"}
2023-05-12 09:44:13:663 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"54000000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"54000000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:13:669 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"54000000-0000-0000-5FCC-000000000000","ELEMENT":"54000000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:13:671 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 204 ms - 137
2023-05-12 09:44:13:671 [HTTP]
2023-05-12 09:44:13:674 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:13:674 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeCell[`label == \"x radio\"`]"}
2023-05-12 09:44:13:676 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeCell[`label == \"x radio\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:13:676 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:13:676 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:13:678 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:13:678 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:13:678 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:13:678 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:13:679 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:13:679 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"class chain","value":"**/XCUIElementTypeCell[`label == \"x radio\"`]"}
2023-05-12 09:44:13:870 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"A8020000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"A8020000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:13:874 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"A8020000-0000-0000-5FCC-000000000000","ELEMENT":"A8020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:13:875 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 201 ms - 137
2023-05-12 09:44:13:875 [HTTP]
2023-05-12 09:44:13:879 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/A8020000-0000-0000-5FCC-000000000000/displayed
2023-05-12 09:44:13:879 [HTTP] {}
2023-05-12 09:44:13:880 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:13:880 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.elementDisplayed() with args: ["A8020000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:13:880 [AppiumDriver@657d] Plugins which can handle cmd 'elementDisplayed': appium-dashboard
2023-05-12 09:44:13:880 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'elementDisplayed'
2023-05-12 09:44:13:880 [AppiumDriver@657d] Executing default handling behavior for command 'elementDisplayed'
2023-05-12 09:44:13:881 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/A8020000-0000-0000-5FCC-000000000000/displayed
2023-05-12 09:44:13:882 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/A8020000-0000-0000-5FCC-000000000000/displayed' to command name 'elementDisplayed'
2023-05-12 09:44:13:883 [XCUITestDriver@0b37 (54641091)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/A8020000-0000-0000-5FCC-000000000000/displayed] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/A8020000-0000-0000-5FCC-000000000000/displayed] with no body
2023-05-12 09:44:13:936 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":true,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:13:940 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.elementDisplayed() result: true
2023-05-12 09:44:13:942 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/A8020000-0000-0000-5FCC-000000000000/displayed 200 61 ms - 14
2023-05-12 09:44:13:942 [HTTP]
2023-05-12 09:44:13:945 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:13:946 [HTTP] {"using":"name","value":"Play Button"}
2023-05-12 09:44:13:946 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["name","Play Button","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:13:946 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:13:946 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:13:946 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:13:946 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:13:946 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:13:947 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:13:947 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:13:947 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"name","value":"Play Button"}
2023-05-12 09:44:14:126 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"E0020000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"E0020000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:14:134 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"E0020000-0000-0000-5FCC-000000000000","ELEMENT":"E0020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:14:135 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 189 ms - 137
2023-05-12 09:44:14:135 [HTTP]
2023-05-12 09:44:14:139 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/E0020000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:14:139 [HTTP] {"id":"E0020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:14:140 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:14:140 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.click() with args: ["E0020000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:14:140 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:14:140 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:14:140 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:14:141 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/E0020000-0000-0000-5FCC-000000000000/click
2023-05-12 09:44:14:143 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/E0020000-0000-0000-5FCC-000000000000/click' to command name 'click'
2023-05-12 09:44:14:143 [XCUITestDriver@0b37 (54641091)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/E0020000-0000-0000-5FCC-000000000000/click] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/E0020000-0000-0000-5FCC-000000000000/click] with body: {"id":"E0020000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:14:540 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:14:541 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:14:541 [HTTP] {}
2023-05-12 09:44:14:541 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:14:541 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:14:541 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:14:541 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:14:541 [XCUITestDriver@0b37 (54641091)] Executing command 'getScreenshot'
2023-05-12 09:44:14:541 [XCUITestDriver@0b37 (54641091)] Taking screenshot with WDA
2023-05-12 09:44:14:542 [XCUITestDriver@0b37 (54641091)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:14:542 [XCUITestDriver@0b37 (54641091)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/screenshot] with no body
2023-05-12 09:44:14:795 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ANdaVsWGPPwAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXP...
2023-05-12 09:44:14:814 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ANdaVsWGPPwAAQABJREFUeAF03We3bsV1t3l9o7YtwUk757xPIuecQUIBkSQEQoCCZT+j+0P2YyuBEFHcff3mzbbV7tEvzoCzzr1WpVmzal71r6rvHP5gsdh++u+L1Xv/sth/6qvF4WuLxf5PFouDF79ZrD30yWL7ib8ujr//9eLojW8WBz3feuTzxfZDny92Xvh8cfzaN4vzn/fshS8WG498uth54ovF3g++Wpz9rG+++PXi2sOfLlYe6BtPfb64/sZi/m3r6S8Xq4/8bbHxzF8XN366WBy+3vNX/t77ny82H/58cfTKV4vjH3+1OCkfG09/trh2/8eLnae/Wmy++vViv9/vPvfV4lp53Xj808X+c18vdt/6+2L3x39frD32+WL94b8t1p8qv/Lfb9ee+9ti5aG/VY5++8MvK9s3i83eWX3088Xlu/64OHrq68WBfP1osdisDq7c/+li+5kvFoev9uwnXy/WX/p8caW01h74bLH/YnXT84Pq6+rDH5eHjxfbD3yxWPvhp4sDee1bVx/4fHHtob8udp4v/2/1zVe+LJ9fLFYf/HSx/vRfFiflaf/7lfXJ8nTvJ4vNe/9W3r9Y7P/468XhK98sVh7+ZHH1nr8stp78arH9g8/L198X6098trh0958WK4/+dep5v7SU69Jd5euuLxeXn/7T4rD8q+9L9/+l9z+pzqrzF79Y7Lz0VeX/crFy1xeLa3d9vNh7qrrqt2u13Wplunq93z75cXn6ZrHzyhfV3d8Wd9z8Y2UrrWf+Nm288cSXiztv/3mxcvvjxUZ1uf5sbffcZ4srpXPlxifTvptP...
2023-05-12 09:44:14:859 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 301 ms - 6471656
2023-05-12 09:44:14:859 [HTTP]
2023-05-12 09:44:14:860 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.click() result: null
2023-05-12 09:44:14:861 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/E0020000-0000-0000-5FCC-000000000000/click 200 721 ms - 14
2023-05-12 09:44:14:861 [HTTP]
2023-05-12 09:44:14:863 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:14:863 [HTTP] {"using":"id","value":"playerBarTrackSubtitle"}
2023-05-12 09:44:14:863 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.findElement() with args: ["id","playerBarTrackSubtitle","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:14:863 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:14:864 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:14:864 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:14:864 [XCUITestDriver@0b37 (54641091)] Executing command 'findElement'
2023-05-12 09:44:14:864 [XCUITestDriver@0b37 (54641091)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:14:864 [XCUITestDriver@0b37 (54641091)] Waiting up to 0 ms for condition
2023-05-12 09:44:14:864 [XCUITestDriver@0b37 (54641091)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:14:864 [XCUITestDriver@0b37 (54641091)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element] with body: {"using":"id","value":"playerBarTrackSubtitle"}
2023-05-12 09:44:15:080 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":{"ELEMENT":"0C030000-0000-0000-5FCC-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C030000-0000-0000-5FCC-000000000000"},"sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:15:082 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C030000-0000-0000-5FCC-000000000000","ELEMENT":"0C030000-0000-0000-5FCC-000000000000"}
2023-05-12 09:44:15:082 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 219 ms - 137
2023-05-12 09:44:15:082 [HTTP]
2023-05-12 09:44:15:084 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C030000-0000-0000-5FCC-000000000000/text
2023-05-12 09:44:15:084 [HTTP] {}
2023-05-12 09:44:15:085 [XCUITestDriver@0b37 (54641091)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:15:085 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.getText() with args: ["0C030000-0000-0000-5FCC-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:15:085 [AppiumDriver@657d] Plugins which can handle cmd 'getText': appium-dashboard
2023-05-12 09:44:15:085 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getText'
2023-05-12 09:44:15:085 [AppiumDriver@657d] Executing default handling behavior for command 'getText'
2023-05-12 09:44:15:088 [XCUITestDriver@0b37 (54641091)] Proxying to WDA with an unknown route: GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C030000-0000-0000-5FCC-000000000000/text
2023-05-12 09:44:15:088 [XCUITestDriver@0b37 (54641091)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C030000-0000-0000-5FCC-000000000000/text' to command name 'getText'
2023-05-12 09:44:15:088 [XCUITestDriver@0b37 (54641091)] Proxying [GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C030000-0000-0000-5FCC-000000000000/text] to [GET http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9/element/0C030000-0000-0000-5FCC-000000000000/text] with no body
2023-05-12 09:44:15:141 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":"LIVE HD • x","sessionId":"5BE63808-5D15-4233-892F-AC8639ED6EC9"}
2023-05-12 09:44:15:143 [XCUITestDriver@0b37 (54641091)] Responding to client with driver.getText() result: "LIVE HD • x"
2023-05-12 09:44:15:144 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C030000-0000-0000-5FCC-000000000000/text 200 59 ms - 31
2023-05-12 09:44:15:144 [HTTP]
2023-05-12 09:44:15:561 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/app/reset
2023-05-12 09:44:15:561 [HTTP] {}
2023-05-12 09:44:15:561 [XCUITestDriver@0b37 (54641091)] Calling AppiumDriver.reset() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:15:561 [AppiumDriver@657d] Plugins which can handle cmd 'reset': appium-dashboard
2023-05-12 09:44:15:561 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'reset'
2023-05-12 09:44:15:561 [AppiumDriver@657d] Executing default handling behavior for command 'reset'
2023-05-12 09:44:15:561 [XCUITestDriver@0b37 (54641091)] Executing command 'reset'
2023-05-12 09:44:15:562 [XCUITestDriver@0b37 (54641091)] Resetting app mid-session
2023-05-12 09:44:15:562 [XCUITestDriver@0b37 (54641091)] Running generic full reset
2023-05-12 09:44:15:562 [DevCon Factory] Releasing connections for 814D6207-4523-4C51-83C7-F75B2F2D2122 device on 9100 port number
2023-05-12 09:44:15:562 [DevCon Factory] No cached connections have been found
2023-05-12 09:44:15:562 [XCUITestDriver@0b37 (54641091)] Matched '/session/bce8649d-9ee9-4672-9d02-1e71417eca8c' to command name 'deleteSession'
2023-05-12 09:44:15:562 [XCUITestDriver@0b37 (54641091)] Proxying [DELETE /session/bce8649d-9ee9-4672-9d02-1e71417eca8c] to [DELETE http://127.0.0.1:8100/session/5BE63808-5D15-4233-892F-AC8639ED6EC9] with no body
2023-05-12 09:44:16:618 [XCUITestDriver@0b37 (54641091)] Got response with status 200: {"value":null,"sessionId":null}
2023-05-12 09:44:16:618 [DevCon Factory] Releasing connections for 814D6207-4523-4C51-83C7-F75B2F2D2122 device on any port number
2023-05-12 09:44:16:619 [DevCon Factory] Found cached connections to release: ["814D6207-4523-4C51-83C7-F75B2F2D2122:8100"]
2023-05-12 09:44:16:619 [DevCon Factory] Cached connections count: 0
2023-05-12 09:44:16:619 [XCUITestDriver@0b37 (54641091)] Not clearing log files. Use `clearSystemFiles` capability to turn on.
2023-05-12 09:44:16:619 [IOSSimulatorLog] Stopping iOS log capture
2023-05-12 09:44:16:640 [XCUITestDriver@0b37] Restarting app
2023-05-12 09:44:16:647 [XCUITestDriver@0b37] Creating session with W3C capabilities: {
2023-05-12 09:44:16:648 [XCUITestDriver@0b37] "alwaysMatch": {
2023-05-12 09:44:16:649 [XCUITestDriver@0b37] "platformName": "iOS",
2023-05-12 09:44:16:650 [XCUITestDriver@0b37] "appium:platformVersion": "16.2",
2023-05-12 09:44:16:650 [XCUITestDriver@0b37] "appium:deviceName": "iPhone 14 Plus",
2023-05-12 09:44:16:650 [XCUITestDriver@0b37] "appium:app": "/Users/theo.king/myApp.app",
2023-05-12 09:44:16:650 [XCUITestDriver@0b37] "appium:newCommandTimeout": 10,
2023-05-12 09:44:16:650 [XCUITestDriver@0b37] "appium:autoGrantPermissions": "false",
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] "appium:automationName": "XCUITest",
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] "appium:useNativeCachingStrategy": "false",
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] "appium:clearDeviceLogsOnStart": true,
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] "appium:nativeWebScreenshot": true
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] },
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] "firstMatch": [
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] {}
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] ]
2023-05-12 09:44:16:653 [XCUITestDriver@0b37] }
2023-05-12 09:44:16:656 [XCUITestDriver@0b37] Capability 'useNativeCachingStrategy' changed from string to boolean. This may cause unexpected behavior
2023-05-12 09:44:16:657 [XCUITestDriver@0b37] The following capabilities were provided, but are not recognized by Appium:
2023-05-12 09:44:16:657 [XCUITestDriver@0b37] autoGrantPermissions
2023-05-12 09:44:16:657 [XCUITestDriver@0b37] clearDeviceLogsOnStart
2023-05-12 09:44:16:657 [XCUITestDriver@0b37] nativeWebScreenshot
2023-05-12 09:44:16:658 [XCUITestDriver@0b37 (db741236)] Session created with session id: db741236-ecf7-4d4c-bbd4-7c9858859c8c
2023-05-12 09:44:16:673 [XCUITest] Current user: 'theo.king'
2023-05-12 09:44:16:674 [XCUITestDriver@0b37 (db741236)] iOS SDK Version set to '16.2'
2023-05-12 09:44:16:801 [iOSSim] Constructing iOS simulator for Xcode version 14.2 with udid '814D6207-4523-4C51-83C7-F75B2F2D2122'
2023-05-12 09:44:16:802 [XCUITestDriver@0b37 (db741236)] Determining device to run tests on: udid: '814D6207-4523-4C51-83C7-F75B2F2D2122', real device: false
2023-05-12 09:44:16:802 [XCUITestDriver@0b37 (db741236)] Event 'xcodeDetailsRetrieved' logged at 1683884656802 (10:44:16 GMT+0100 (British Summer Time))
2023-05-12 09:44:16:802 [BaseDriver] Using local app '/Users/theo.king/myApp.app'
2023-05-12 09:44:16:803 [XCUITestDriver@0b37 (db741236)] Event 'appConfigured' logged at 1683884656803 (10:44:16 GMT+0100 (British Summer Time))
2023-05-12 09:44:16:803 [XCUITest] Checking whether app '/Users/theo.king/myApp.app' is actually present on file system
2023-05-12 09:44:16:803 [XCUITest] App is present
2023-05-12 09:44:16:804 [XCUITest] Getting bundle ID from app '/Users/theo.king/myApp.app': 'com.company.xxx.development'
2023-05-12 09:44:16:804 [XCUITestDriver@0b37 (db741236)] Event 'resetStarted' logged at 1683884656804 (10:44:16 GMT+0100 (British Summer Time))
2023-05-12 09:44:16:914 [simctl] Error running 'terminate': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
The operation couldn’t be completed. found nothing to terminate
found nothing to terminate
2023-05-12 09:44:16:915 [XCUITest] Reset: failed to terminate Simulator application with id "com.company.xxx.development"
2023-05-12 09:44:16:915 [XCUITest] Not scrubbing third party app in anticipation of uninstall
2023-05-12 09:44:16:915 [XCUITestDriver@0b37 (db741236)] Event 'resetComplete' logged at 1683884656915 (10:44:16 GMT+0100 (British Summer Time))
2023-05-12 09:44:16:915 [XCUITestDriver@0b37 (db741236)] Using WDA path: '/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
2023-05-12 09:44:16:915 [XCUITestDriver@0b37 (db741236)] Using WDA agent: '/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
2023-05-12 09:44:17:029 [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '814D6207-4523-4C51-83C7-F75B2F2D2122' using simctl
2023-05-12 09:44:17:172 [XCUITestDriver@0b37 (db741236)] Event 'logCaptureStarted' logged at 1683884657172 (10:44:17 GMT+0100 (British Summer Time))
2023-05-12 09:44:17:172 [XCUITestDriver@0b37 (db741236)] Setting up simulator
2023-05-12 09:44:17:172 [iOSSim] Setting preferences of 814D6207-4523-4C51-83C7-F75B2F2D2122 Simulator to {"ConnectHardwareKeyboard":false}
2023-05-12 09:44:17:172 [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false}
2023-05-12 09:44:17:478 [iOSSim] Updated 814D6207-4523-4C51-83C7-F75B2F2D2122 Simulator preferences at '/Users/theo.king/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false,"DevicePreferences":{"814D6207-4523-4C51-83C7-F75B2F2D2122":{"SimulatorExternalDisplay":2114,"ConnectHardwareKeyboard":false,"SimulatorWindowRotationAngle":0,"SimulatorWindowOrientation":"Portrait","SimulatorWindowGeometry":{"C9E679BB-64B1-4C7F-A9DC-41A512670974":{"WindowCenter":"{3087, 885}","WindowScale":0.8886597938144329},"A8BFBC1B-F5F5-4865-8828-8779553E61D5":{"WindowCenter":"{756, 476.5}","WindowScale":0.8886597938144329},"AA2F0C60-1EB2-44BC-A78F-601D37F450A6":{"WindowCenter":"{2421, 756.5}","WindowScale":0.8886597938144329}},"ChromeTint":""}}}
2023-05-12 09:44:17:609 [iOSSim] Got Simulator UI client PID: 6402
2023-05-12 09:44:17:609 [iOSSim] Both Simulator with UDID '814D6207-4523-4C51-83C7-F75B2F2D2122' and the UI client are currently running
2023-05-12 09:44:17:610 [XCUITestDriver@0b37 (db741236)] Event 'simStarted' logged at 1683884657610 (10:44:17 GMT+0100 (British Summer Time))
2023-05-12 09:44:17:610 [XCUITest] Verifying application platform
2023-05-12 09:44:17:610 [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]
2023-05-12 09:44:17:749 [XCUITest] Reset requested. Removing app with id 'com.company.xxx.development' from the device
2023-05-12 09:44:17:942 [XCUITest] Installing '/Users/theo.king/myApp.app' on Simulator with UUID '814D6207-4523-4C51-83C7-F75B2F2D2122'...
2023-05-12 09:44:18:114 [XCUITestDriver@0b37 (db741236)] Parsed BUILD_DIR configuration value: '/Users/theo.king/Library/Developer/Xcode/DerivedData/WebDriverAgent-gggtmlafefvmtncmhrpeaecupkbo/Build/Products'
2023-05-12 09:44:18:114 [XCUITestDriver@0b37 (db741236)] Got derived data root: '/Users/theo.king/Library/Developer/Xcode/DerivedData/WebDriverAgent-gggtmlafefvmtncmhrpeaecupkbo'
2023-05-12 09:44:19:993 [XCUITest] The app has been installed successfully.
2023-05-12 09:44:19:993 [XCUITestDriver@0b37 (db741236)] Event 'appInstalled' logged at 1683884659993 (10:44:19 GMT+0100 (British Summer Time))
2023-05-12 09:44:20:082 [XCUITestDriver@0b37 (db741236)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
2023-05-12 09:44:20:082 [DevCon Factory] Requesting connection for device 814D6207-4523-4C51-83C7-F75B2F2D2122 on local port 8100
2023-05-12 09:44:20:082 [DevCon Factory] Cached connections count: 0
2023-05-12 09:44:20:082 [DevCon Factory] Successfully requested the connection for 814D6207-4523-4C51-83C7-F75B2F2D2122:8100
2023-05-12 09:44:20:082 [XCUITestDriver@0b37 (db741236)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
2023-05-12 09:44:20:082 [WD Proxy] Matched '/status' to command name 'getStatus'
2023-05-12 09:44:20:083 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-05-12 09:44:20:084 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"16.2"},"ios":{"simulatorVersion":"16.2","ip":"192.168.1.85"},"ready":true,"build":{"upgradedAt":"1683817397750","time":"May 11 2023 16:27:54","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-05-12 09:44:20:085 [XCUITestDriver@0b37 (db741236)] Upgrade timestamp of the currently bundled WDA: 1683817397750
2023-05-12 09:44:20:085 [XCUITestDriver@0b37 (db741236)] Upgrade timestamp of the WDA on the device: 1683817397750
2023-05-12 09:44:20:085 [XCUITestDriver@0b37 (db741236)] 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.
2023-05-12 09:44:20:085 [XCUITestDriver@0b37 (db741236)] Trying to start WebDriverAgent 2 times with 10000ms interval
2023-05-12 09:44:20:085 [XCUITestDriver@0b37 (db741236)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
2023-05-12 09:44:20:085 [XCUITestDriver@0b37 (db741236)] Event 'wdaStartAttempted' logged at 1683884660085 (10:44:20 GMT+0100 (British Summer Time))
2023-05-12 09:44:20:085 [XCUITestDriver@0b37 (db741236)] Using provided WebdriverAgent at 'http://127.0.0.1:8100/'
2023-05-12 09:44:20:085 [WD Proxy] Matched '/status' to command name 'getStatus'
2023-05-12 09:44:20:085 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
2023-05-12 09:44:20:087 [WD Proxy] Got response with status 200: {"value":{"message":"WebDriverAgent is ready to accept commands","state":"success","os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"16.1","version":"16.2"},"ios":{"simulatorVersion":"16.2","ip":"192.168.1.85"},"ready":true,"build":{"upgradedAt":"1683817397750","time":"May 11 2023 16:27:54","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"}},"sessionId":null}
2023-05-12 09:44:20:087 [XCUITestDriver@0b37 (db741236)] Event 'wdaSessionAttempted' logged at 1683884660087 (10:44:20 GMT+0100 (British Summer Time))
2023-05-12 09:44:20:087 [XCUITestDriver@0b37 (db741236)] Sending createSession command to WDA
2023-05-12 09:44:20:087 [XCUITestDriver@0b37 (db741236)] Matched '/session' to command name 'createSession'
2023-05-12 09:44:20:087 [XCUITestDriver@0b37 (db741236)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.company.xxx.development","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":false,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
2023-05-12 09:44:22:553 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726","capabilities":{"device":"iphone","browserName":"debug app 👾","sdkVersion":"16.2","CFBundleIdentifier":"com.company.xxx.development"}},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:22:553 [XCUITestDriver@0b37 (db741236)] Determined the downstream protocol as 'W3C'
2023-05-12 09:44:22:553 [XCUITestDriver@0b37 (db741236)] Event 'wdaSessionStarted' logged at 1683884662553 (10:44:22 GMT+0100 (British Summer Time))
2023-05-12 09:44:22:554 [XCUITestDriver@0b37 (db741236)] Event 'wdaStarted' logged at 1683884662554 (10:44:22 GMT+0100 (British Summer Time))
2023-05-12 09:44:22:554 [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
2023-05-12 09:44:22:554 [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
2023-05-12 09:44:22:559 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.reset() result: null
2023-05-12 09:44:22:560 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/app/reset 200 6998 ms - 14
2023-05-12 09:44:22:560 [HTTP]
2023-05-12 09:44:22:568 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:22:568 [HTTP] {"using":"-ios predicate string","value":"label == 'Allow App to use your app and website activity?'"}
2023-05-12 09:44:22:569 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["-ios predicate string","label == 'Allow App to use your app and website activity?'","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:22:569 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:22:569 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:22:569 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:22:569 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:22:569 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:22:569 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:22:570 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:22:570 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"predicate string","value":"label == 'Allow App to use your app and website activity?'"}
2023-05-12 09:44:22:615 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"0A000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:22:616 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0A000000-0000-0000-67CD-000000000000","ELEMENT":"0A000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:22:616 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 48 ms - 137
2023-05-12 09:44:22:616 [HTTP]
2023-05-12 09:44:23:630 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:23:630 [HTTP] {"using":"-ios class chain","value":"**/XCUIElementTypeButton[`label == \"NEXT\"`]"}
2023-05-12 09:44:23:630 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["-ios class chain","**/XCUIElementTypeButton[`label == \"NEXT\"`]","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:23:630 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:23:630 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:23:631 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:23:631 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:23:633 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:23:633 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:23:634 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:23:634 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"class chain","value":"**/XCUIElementTypeButton[`label == \"NEXT\"`]"}
2023-05-12 09:44:23:699 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:23:701 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-67CD-000000000000","ELEMENT":"0C000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:23:701 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 72 ms - 137
2023-05-12 09:44:23:701 [HTTP]
2023-05-12 09:44:23:704 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-67CD-000000000000/click
2023-05-12 09:44:23:704 [HTTP] {"id":"0C000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:23:704 [XCUITestDriver@0b37 (db741236)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:23:704 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.click() with args: ["0C000000-0000-0000-67CD-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:23:704 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:23:704 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:23:705 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:23:705 [XCUITestDriver@0b37 (db741236)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-67CD-000000000000/click
2023-05-12 09:44:23:706 [XCUITestDriver@0b37 (db741236)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-67CD-000000000000/click' to command name 'click'
2023-05-12 09:44:23:706 [XCUITestDriver@0b37 (db741236)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-67CD-000000000000/click] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element/0C000000-0000-0000-67CD-000000000000/click] with body: {"id":"0C000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:24:291 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":null,"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:24:294 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:24:294 [HTTP] {}
2023-05-12 09:44:24:294 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:24:294 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:24:294 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:24:294 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:24:294 [XCUITestDriver@0b37 (db741236)] Executing command 'getScreenshot'
2023-05-12 09:44:24:294 [XCUITestDriver@0b37 (db741236)] Taking screenshot with WDA
2023-05-12 09:44:24:295 [XCUITestDriver@0b37 (db741236)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:24:295 [XCUITestDriver@0b37 (db741236)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/screenshot] with no body
2023-05-12 09:44:24:433 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AEUCOI1uFcwAAQABJREFUeAHsvXubJVWR/d/37uquvuG8tRkE/Y6KMIIKghdAHUXwNqIgCl4AB8XL/N6JdNPdvqX6xcrMlbkyMnbmzjx5Tp2q2n/EE7Fj78yqPmejT32eFRHnzv/Hp0fFymdQ7kC5A+UOlDtw0u/Aucc/PVI7/9n7R7BzT8TGffoLT3x6NGpP3ju6IHbuSft5Yuc/9+CoNvu5nxP7/CdH5wO78Hn7eWr/z96fsIv/ef/ogrPzdpZ2zt4P4xren0+tL37h06PKvnj/6KLalywvdsH2NjF915L4/FP232hjF75sn/WX/9mzC09/cqR28Zl7RzTmua78V+zfG9il/7p/NGb6Dpy7/JVPj648+6BnzMHTLj376ZG3y889OKJd+aqdfc7et8DwrLdLX7OfZ3bxq/bvnDCevfx1+31as9/n67Vd+pp9Jo1d/Kp9rmZX7J1X7f3e+MyV5+0z6dl9W3d2+QX7WT2zf/sLy+3KN+wzMLv64oOk8Qy9nr3ykv2+jV1+0d4lax9f/ebDo6vftJ+1gV3+ln22gV35tv0eZle/Y+8P7Mq37TMU82euvGzfjZjf1/W1lx8c0Q5e+fQIdv3l+z27ZmvY1Vfs58p7r7366dGofdeeM7v66r2eIVfl4b9n71hoB/Zcz/77/tHBiF3/gf3bxNqz339wdNDY9f9+eOTtxg8eHR3+8F9H1197eHTwQztrds3e4+3qD+37Erv2mp0Tu/Ij+17FDn5k7+uZ/Xt+NG3X7QzsxusPenb9DfveNrAbP7Z3ium7NM/4wM727Cf2+Ytd/6n9ngv...
2023-05-12 09:44:24:441 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AEUCOI1uFcwAAQABJREFUeAHsvXubJVWR/d/37uquvuG8tRkE/Y6KMIIKghdAHUXwNqIgCl4AB8XL/N6JdNPdvqX6xcrMlbkyMnbmzjx5Tp2q2n/EE7Fj78yqPmejT32eFRHnzv/Hp0fFymdQ7kC5A+UOlDtw0u/Aucc/PVI7/9n7R7BzT8TGffoLT3x6NGpP3ju6IHbuSft5Yuc/9+CoNvu5nxP7/CdH5wO78Hn7eWr/z96fsIv/ef/ogrPzdpZ2zt4P4xren0+tL37h06PKvnj/6KLalywvdsH2NjF915L4/FP232hjF75sn/WX/9mzC09/cqR28Zl7RzTmua78V+zfG9il/7p/NGb6Dpy7/JVPj648+6BnzMHTLj376ZG3y889OKJd+aqdfc7et8DwrLdLX7OfZ3bxq/bvnDCevfx1+31as9/n67Vd+pp9Jo1d/Kp9rmZX7J1X7f3e+MyV5+0z6dl9W3d2+QX7WT2zf/sLy+3KN+wzMLv64oOk8Qy9nr3ykv2+jV1+0d4lax9f/ebDo6vftJ+1gV3+ln22gV35tv0eZle/Y+8P7Mq37TMU82euvGzfjZjf1/W1lx8c0Q5e+fQIdv3l+z27ZmvY1Vfs58p7r7366dGofdeeM7v66r2eIVfl4b9n71hoB/Zcz/77/tHBiF3/gf3bxNqz339wdNDY9f9+eOTtxg8eHR3+8F9H1197eHTwQztrds3e4+3qD+37Erv2mp0Tu/Ij+17FDn5k7+uZ/Xt+NG3X7QzsxusPenb9DfveNrAbP7Z3ium7NM/4wM727Cf2+Ytd/6n9ngvswJ5Ru/6z...
2023-05-12 09:44:24:453 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 158 ms - 1789008
2023-05-12 09:44:24:453 [HTTP]
2023-05-12 09:44:24:460 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.click() result: null
2023-05-12 09:44:24:461 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-67CD-000000000000/click 200 757 ms - 14
2023-05-12 09:44:24:461 [HTTP]
2023-05-12 09:44:24:463 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text
2023-05-12 09:44:24:463 [HTTP] {}
2023-05-12 09:44:24:463 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.getAlertText() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:24:463 [AppiumDriver@657d] Plugins which can handle cmd 'getAlertText': appium-dashboard
2023-05-12 09:44:24:463 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAlertText'
2023-05-12 09:44:24:463 [AppiumDriver@657d] Executing default handling behavior for command 'getAlertText'
2023-05-12 09:44:24:463 [XCUITestDriver@0b37 (db741236)] Executing command 'getAlertText'
2023-05-12 09:44:24:464 [XCUITestDriver@0b37 (db741236)] Matched '/alert/text' to command name 'getAlertText'
2023-05-12 09:44:24:464 [XCUITestDriver@0b37 (db741236)] Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/alert/text] with no body
2023-05-12 09:44:24:544 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":"Allow “debug app 👾” to track your activity across other companies’ apps and websites?\nThis will allow us to give you a better ads experience","sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:24:547 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.getAlertText() result: "Allow “debug app 👾” to track your activity across other companies’ apps and websites?\nThis will allow us to give you a better ads experience"
2023-05-12 09:44:24:548 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text 200 85 ms - 166
2023-05-12 09:44:24:548 [HTTP]
2023-05-12 09:44:24:549 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/accept
2023-05-12 09:44:24:549 [HTTP] {}
2023-05-12 09:44:24:550 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.postAcceptAlert() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:24:550 [AppiumDriver@657d] Plugins which can handle cmd 'postAcceptAlert': appium-dashboard
2023-05-12 09:44:24:550 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'postAcceptAlert'
2023-05-12 09:44:24:550 [AppiumDriver@657d] Executing default handling behavior for command 'postAcceptAlert'
2023-05-12 09:44:24:550 [XCUITestDriver@0b37 (db741236)] Executing command 'postAcceptAlert'
2023-05-12 09:44:24:552 [XCUITestDriver@0b37 (db741236)] Matched '/alert/accept' to command name 'postAcceptAlert'
2023-05-12 09:44:24:552 [XCUITestDriver@0b37 (db741236)] Proxying [POST /alert/accept] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/alert/accept] with body: {}
2023-05-12 09:44:25:210 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":null,"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:25:212 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.postAcceptAlert() result: null
2023-05-12 09:44:25:213 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/accept 200 663 ms - 14
2023-05-12 09:44:25:213 [HTTP]
2023-05-12 09:44:25:215 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:25:215 [HTTP] {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:44:25:215 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","We use cookies on our site","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:25:215 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:25:215 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:25:215 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:25:215 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:25:215 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:25:215 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:25:216 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:25:216 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:44:25:230 [XCUITestDriver@0b37 (db741236)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'We use cookies on our site'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x00000...
2023-05-12 09:44:25:230 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:25:232 [XCUITestDriver@0b37 (db741236)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:25:232 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:25:232 [XCUITestDriver@0b37 (db741236)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:25:232 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:25:232 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:25:232 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:25:232 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:25:232 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 17 ms - 1140
2023-05-12 09:44:25:232 [HTTP]
2023-05-12 09:44:25:737 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:25:737 [HTTP] {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:44:25:737 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","We use cookies on our site","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:25:738 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:25:738 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:25:738 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:25:738 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:25:738 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:25:738 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:25:739 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:25:739 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"We use cookies on our site"}
2023-05-12 09:44:25:864 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"0D000000-0000-0000-6FCD-000000000000","element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-6FCD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:25:865 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0D000000-0000-0000-6FCD-000000000000","ELEMENT":"0D000000-0000-0000-6FCD-000000000000"}
2023-05-12 09:44:25:866 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 129 ms - 137
2023-05-12 09:44:25:866 [HTTP]
2023-05-12 09:44:25:868 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:25:868 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:44:25:868 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:25:868 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:25:868 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:25:868 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:25:868 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:25:868 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:25:868 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:25:868 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:25:868 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:44:25:983 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-6FCD-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-6FCD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:25:984 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-6FCD-000000000000","ELEMENT":"0C000000-0000-0000-6FCD-000000000000"}
2023-05-12 09:44:25:984 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 117 ms - 137
2023-05-12 09:44:25:984 [HTTP]
2023-05-12 09:44:25:986 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:25:986 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:44:25:986 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:25:986 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:25:986 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:25:986 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:25:986 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:25:986 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:25:986 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:25:987 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:25:987 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:44:26:096 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"0C000000-0000-0000-6FCD-000000000000","element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-6FCD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:26:098 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"0C000000-0000-0000-6FCD-000000000000","ELEMENT":"0C000000-0000-0000-6FCD-000000000000"}
2023-05-12 09:44:26:098 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 112 ms - 137
2023-05-12 09:44:26:098 [HTTP]
2023-05-12 09:44:26:101 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-6FCD-000000000000/click
2023-05-12 09:44:26:101 [HTTP] {"id":"0C000000-0000-0000-6FCD-000000000000"}
2023-05-12 09:44:26:101 [XCUITestDriver@0b37 (db741236)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:26:101 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.click() with args: ["0C000000-0000-0000-6FCD-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:26:101 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:26:101 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:26:101 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:26:102 [XCUITestDriver@0b37 (db741236)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-6FCD-000000000000/click
2023-05-12 09:44:26:102 [XCUITestDriver@0b37 (db741236)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-6FCD-000000000000/click' to command name 'click'
2023-05-12 09:44:26:102 [XCUITestDriver@0b37 (db741236)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-6FCD-000000000000/click] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element/0C000000-0000-0000-6FCD-000000000000/click] with body: {"id":"0C000000-0000-0000-6FCD-000000000000"}
2023-05-12 09:44:26:463 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":null,"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:26:467 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:26:468 [HTTP] {}
2023-05-12 09:44:26:468 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:26:468 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:26:468 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:26:469 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:26:469 [XCUITestDriver@0b37 (db741236)] Executing command 'getScreenshot'
2023-05-12 09:44:26:469 [XCUITestDriver@0b37 (db741236)] Taking screenshot with WDA
2023-05-12 09:44:26:469 [XCUITestDriver@0b37 (db741236)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:26:469 [XCUITestDriver@0b37 (db741236)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/screenshot] with no body
2023-05-12 09:44:26:545 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AATZjmKNmtgAAQABJREFUeAHs2EEBAAAIAjH7l8YgNxsweXFzBAgQIECAAAECBAgQIECAAAECBAhkBC6TVFACBAgQIECAAAECBAgQIECAAAECBGYQVAICBAgQIECAAAECBAgQIECAAAECIQGDYOjZohIgQIAAAQIECBAgQIAAAQIECBAwCOoAAQIECBAgQIAAAQIECBAgQIAAgZCAQTD0bFEJECBAgAABAgQIECBAgAABAgQIGAR1gAABAgQIECBAgAABAgQIECBAgEBIwCAYeraoBAgQIECAAAECBAgQIECAAAECBAyCOkCAAAECBAgQIECAAAECBAgQIEAgJGAQDD1bVAIECBAgQIAAAQIECBAgQIAAAQIGQR0gQIAAAQIECBAgQIAAAQIECBAgEBIwCIaeLSoBAgQIECBAgAABAgQIECBAgAABg6AOECBAgAABAgQIECBAgAABAgQIEAgJGARDzxaVAAECBAgQIECAAAECBAgQIECAgEFQBwgQIECAAAECBAgQIECAAAECBAiEBAyCoWeLSoAAAQIECBAgQIAAAQIECBAgQMAgqAMECBAgQIAAAQIECBAgQIAAAQIEQgIGwdCzRSVAgAABAgQIECBAgAABAgQIECBgENQBAgQIECBAgAABAgQIECBAgAABAiEBg2Do2aISIECAAAECBAgQIECAAAECBAgQMAjqAAECBAgQIECAAAECBAgQIECAAIGQgEEw9GxRCRAgQIAAAQIECBAgQIAAAQIECBgEdYAAAQIECBAgQIAAAQIECBAgQIBASMAgGHq2qAQIECBAgAABAgQ...
2023-05-12 09:44:26:547 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AATZjmKNmtgAAQABJREFUeAHs2EEBAAAIAjH7l8YgNxsweXFzBAgQIECAAAECBAgQIECAAAECBAhkBC6TVFACBAgQIECAAAECBAgQIECAAAECBGYQVAICBAgQIECAAAECBAgQIECAAAECIQGDYOjZohIgQIAAAQIECBAgQIAAAQIECBAwCOoAAQIECBAgQIAAAQIECBAgQIAAgZCAQTD0bFEJECBAgAABAgQIECBAgAABAgQIGAR1gAABAgQIECBAgAABAgQIECBAgEBIwCAYeraoBAgQIECAAAECBAgQIECAAAECBAyCOkCAAAECBAgQIECAAAECBAgQIEAgJGAQDD1bVAIECBAgQIAAAQIECBAgQIAAAQIGQR0gQIAAAQIECBAgQIAAAQIECBAgEBIwCIaeLSoBAgQIECBAgAABAgQIECBAgAABg6AOECBAgAABAgQIECBAgAABAgQIEAgJGARDzxaVAAECBAgQIECAAAECBAgQIECAgEFQBwgQIECAAAECBAgQIECAAAECBAiEBAyCoWeLSoAAAQIECBAgQIAAAQIECBAgQMAgqAMECBAgQIAAAQIECBAgQIAAAQIEQgIGwdCzRSVAgAABAgQIECBAgAABAgQIECBgENQBAgQIECBAgAABAgQIECBAgAABAiEBg2Do2aISIECAAAECBAgQIECAAAECBAgQMAjqAAECBAgQIECAAAECBAgQIECAAIGQgEEw9GxRCRAgQIAAAQIECBAgQIAAAQIECBgEdYAAAQIECBAgQIAAAQIECBAgQIBASMAgGHq2qAQIECBAgAABAgQIECBAgAAB...
2023-05-12 09:44:26:557 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 88 ms - 249392
2023-05-12 09:44:26:557 [HTTP]
2023-05-12 09:44:26:561 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.click() result: null
2023-05-12 09:44:26:562 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/0C000000-0000-0000-6FCD-000000000000/click 200 461 ms - 14
2023-05-12 09:44:26:562 [HTTP]
2023-05-12 09:44:26:565 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:26:565 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:44:26:565 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:26:565 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:26:565 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:26:565 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:26:565 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:26:566 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:26:566 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:26:566 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:26:566 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:44:26:651 [XCUITestDriver@0b37 (db741236)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'ACCEPT'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _dispatc...
2023-05-12 09:44:26:651 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:26:654 [XCUITestDriver@0b37 (db741236)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:26:654 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:26:654 [XCUITestDriver@0b37 (db741236)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:26:654 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:26:654 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:26:654 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:26:654 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:26:654 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 89 ms - 1140
2023-05-12 09:44:26:654 [HTTP]
2023-05-12 09:44:27:166 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:27:166 [HTTP] {"using":"name","value":"ACCEPT"}
2023-05-12 09:44:27:167 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","ACCEPT","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:27:167 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:27:167 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:27:167 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:27:167 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:27:168 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:27:168 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:27:168 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:27:168 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"ACCEPT"}
2023-05-12 09:44:27:204 [XCUITestDriver@0b37 (db741236)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'ACCEPT'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x0000000180146004 _dispatc...
2023-05-12 09:44:27:204 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:27:208 [XCUITestDriver@0b37 (db741236)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:27:208 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:27:208 [XCUITestDriver@0b37 (db741236)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:27:209 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:27:209 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:27:209 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:27:209 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:27:210 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 44 ms - 1140
2023-05-12 09:44:27:210 [HTTP]
2023-05-12 09:44:27:722 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:27:722 [HTTP] {"using":"name","value":"Live Radio & Catch Up"}
2023-05-12 09:44:27:723 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","Live Radio & Catch Up","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:27:723 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:27:723 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:27:724 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:27:724 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:27:724 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:27:724 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:27:725 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:27:725 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"Live Radio & Catch Up"}
2023-05-12 09:44:27:839 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"3C000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"3C000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:27:846 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"3C000000-0000-0000-67CD-000000000000","ELEMENT":"3C000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:27:846 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 126 ms - 137
2023-05-12 09:44:27:846 [HTTP]
2023-05-12 09:44:29:329 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:29:332 [HTTP] {"using":"name","value":"GET STARTED"}
2023-05-12 09:44:29:333 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","GET STARTED","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:29:333 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:29:333 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:29:334 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:29:334 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:29:334 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:29:334 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:29:335 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:29:335 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"GET STARTED"}
2023-05-12 09:44:29:453 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"2A000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"2A000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:29:457 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2A000000-0000-0000-67CD-000000000000","ELEMENT":"2A000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:29:458 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 132 ms - 137
2023-05-12 09:44:29:458 [HTTP]
2023-05-12 09:44:29:461 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-67CD-000000000000/click
2023-05-12 09:44:29:462 [HTTP] {"id":"2A000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:29:462 [XCUITestDriver@0b37 (db741236)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:29:462 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.click() with args: ["2A000000-0000-0000-67CD-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:29:462 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:29:462 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:29:462 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:29:462 [XCUITestDriver@0b37 (db741236)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-67CD-000000000000/click
2023-05-12 09:44:29:463 [XCUITestDriver@0b37 (db741236)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-67CD-000000000000/click' to command name 'click'
2023-05-12 09:44:29:463 [XCUITestDriver@0b37 (db741236)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-67CD-000000000000/click] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element/2A000000-0000-0000-67CD-000000000000/click] with body: {"id":"2A000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:29:806 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":null,"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:29:814 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:29:815 [HTTP] {}
2023-05-12 09:44:29:815 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:29:815 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:29:815 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:29:815 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:29:815 [XCUITestDriver@0b37 (db741236)] Executing command 'getScreenshot'
2023-05-12 09:44:29:815 [XCUITestDriver@0b37 (db741236)] Taking screenshot with WDA
2023-05-12 09:44:29:815 [XCUITestDriver@0b37 (db741236)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:29:815 [XCUITestDriver@0b37 (db741236)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/screenshot] with no body
2023-05-12 09:44:29:935 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AByeQ60OasgAAQABJREFUeAHsnQd8HdWV/5+aCzamGWOMaTbgot4ly3I3tgkBQiBll01I/iHJHwJLSejN0iuSbEMKJLuhJuSTECCbZP+BkJDdQAohdEgAgykGU917l8//97ujIwbx5j1J854l22c+DHfevXPvmTnv6I7n+865J1LZtkNsNx2YDfSVDbTj769dyhdsk0ru+Hus4t7aLifGX5MVIrJL2rH7NvehHRXcbTMNmAZMA6YB04BpwDRgGjANmAZMA6YB04BpwDTQMw1EDAT1FQgyuWZ7tAEDgj2bsuxs04BpwDRgGjANmAZMA6YB04BpwDRgGjANmAbCasCAoHlImodon9qAAcGwk5j1Nw2YBkwDpgHTgGnANGAaMA2YBkwDpgHTgGmgZxowINinMMi8BM1L0IBgz6YsO9s0YBowDZgGTAOmAdOAacA0YBowDZgGTAOmgbAaMCBoQNA8BPvUBgwIhp3ErL9pwDRgGjANmAZMA6YB04BpwDRgGjANmAZMAz3TgAHBPoVB5iFoHoIGBHs2ZdnZpgHTgGnANGAaMA2YBkwDpgHTgGnANGAaMA2E1YABQQOC5iHYpzZgQDDsJGb9TQOmAdOAacA0YBowDZgGTAOmAdOAacA0YBromQYMCPYpDDIPQfMQNCDYsynLzjYNmAZMA6YB04BpwDRgGjANmAZMA6YB04BpIKwGDAgaEDQPwT61AQOCYScx628aMA2YBkwDpgHTgGnANGAaMA2YBkwDpgHTQM80YECwT2GQeQiah6ABwZ5NWXa2acA0YBowDZgGTAOmAdOAacA0YBo...
2023-05-12 09:44:29:941 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0AByeQ60OasgAAQABJREFUeAHsnQd8HdWV/5+aCzamGWOMaTbgot4ly3I3tgkBQiBll01I/iHJHwJLSejN0iuSbEMKJLuhJuSTECCbZP+BkJDdQAohdEgAgykGU917l8//97ujIwbx5j1J854l22c+DHfevXPvmTnv6I7n+865J1LZtkNsNx2YDfSVDbTj769dyhdsk0ru+Hus4t7aLifGX5MVIrJL2rH7NvehHRXcbTMNmAZMA6YB04BpwDRgGjANmAZMA6YB04BpwDTQMw1EDAT1FQgyuWZ7tAEDgj2bsuxs04BpwDRgGjANmAZMA6YB04BpwDRgGjANmAbCasCAoHlImodon9qAAcGwk5j1Nw2YBkwDpgHTgGnANGAaMA2YBkwDpgHTgGmgZxowINinMMi8BM1L0IBgz6YsO9s0YBowDZgGTAOmAdOAacA0YBowDZgGTAOmgbAaMCBoQNA8BPvUBgwIhp3ErL9pwDRgGjANmAZMA6YB04BpwDRgGjANmAZMAz3TgAHBPoVB5iFoHoIGBHs2ZdnZpgHTgGnANGAaMA2YBkwDpgHTgGnANGAaMA2E1YABQQOC5iHYpzZgQDDsJGb9TQOmAdOAacA0YBowDZgGTAOmAdOAacA0YBromQYMCPYpDDIPQfMQNCDYsynLzjYNmAZMA6YB04BpwDRgGjANmAZMA6YB04BpIKwGDAgaEDQPwT61AQOCYScx628aMA2YBkwDpgHTgGnANGAaMA2YBkwDpgHTQM80YECwT2GQeQiah6ABwZ5NWXa2acA0YBowDZgGTAOmAdOAacA0YBowDZgGTANh...
2023-05-12 09:44:29:949 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 134 ms - 933640
2023-05-12 09:44:29:949 [HTTP]
2023-05-12 09:44:29:954 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.click() result: null
2023-05-12 09:44:29:954 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/2A000000-0000-0000-67CD-000000000000/click 200 493 ms - 14
2023-05-12 09:44:29:954 [HTTP]
2023-05-12 09:44:29:956 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:29:956 [HTTP] {"using":"name","value":"FIND YOUR LOCAL STATION"}
2023-05-12 09:44:29:956 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","FIND YOUR LOCAL STATION","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:29:956 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:29:956 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:29:956 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:29:956 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:29:956 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:29:956 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:29:956 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:29:956 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"FIND YOUR LOCAL STATION"}
2023-05-12 09:44:30:012 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"46000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"46000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:30:014 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"46000000-0000-0000-67CD-000000000000","ELEMENT":"46000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:30:014 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 58 ms - 137
2023-05-12 09:44:30:014 [HTTP]
2023-05-12 09:44:30:015 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:30:016 [HTTP] {"using":"name","value":"To localise your station, please tell us where you are."}
2023-05-12 09:44:30:016 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","To localise your station, please tell us where you are.","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:30:016 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:30:016 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:30:016 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:30:016 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:30:016 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:30:016 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:30:016 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:30:016 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"To localise your station, please tell us where you are."}
2023-05-12 09:44:30:068 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"48000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"48000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:30:072 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"48000000-0000-0000-67CD-000000000000","ELEMENT":"48000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:30:072 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 56 ms - 137
2023-05-12 09:44:30:072 [HTTP]
2023-05-12 09:44:30:074 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:30:074 [HTTP] {"using":"name","value":"Find my local station"}
2023-05-12 09:44:30:074 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","Find my local station","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:30:074 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:30:074 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:30:074 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:30:074 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:30:074 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:30:075 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:30:075 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:30:075 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"Find my local station"}
2023-05-12 09:44:30:127 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"49000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"49000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:30:128 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"49000000-0000-0000-67CD-000000000000","ELEMENT":"49000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:30:129 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 55 ms - 137
2023-05-12 09:44:30:129 [HTTP]
2023-05-12 09:44:30:130 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-67CD-000000000000/click
2023-05-12 09:44:30:130 [HTTP] {"id":"49000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:30:130 [XCUITestDriver@0b37 (db741236)] Would have proxied command directly, but a plugin exists which might require its value, so will let its value be collected internally and made part of plugin chain
2023-05-12 09:44:30:130 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.click() with args: ["49000000-0000-0000-67CD-000000000000","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:30:130 [AppiumDriver@657d] Plugins which can handle cmd 'click': appium-dashboard
2023-05-12 09:44:30:130 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'click'
2023-05-12 09:44:30:131 [AppiumDriver@657d] Executing default handling behavior for command 'click'
2023-05-12 09:44:30:131 [XCUITestDriver@0b37 (db741236)] Proxying to WDA with an unknown route: POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-67CD-000000000000/click
2023-05-12 09:44:30:131 [XCUITestDriver@0b37 (db741236)] Matched '/wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-67CD-000000000000/click' to command name 'click'
2023-05-12 09:44:30:131 [XCUITestDriver@0b37 (db741236)] Proxying [POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-67CD-000000000000/click] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element/49000000-0000-0000-67CD-000000000000/click] with body: {"id":"49000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:30:449 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":null,"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:30:456 [HTTP] --> GET /wd/hub/wd-internal/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot
2023-05-12 09:44:30:457 [HTTP] {}
2023-05-12 09:44:30:457 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.getScreenshot() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:30:457 [AppiumDriver@657d] Plugins which can handle cmd 'getScreenshot': appium-dashboard
2023-05-12 09:44:30:457 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getScreenshot'
2023-05-12 09:44:30:457 [AppiumDriver@657d] Executing default handling behavior for command 'getScreenshot'
2023-05-12 09:44:30:457 [XCUITestDriver@0b37 (db741236)] Executing command 'getScreenshot'
2023-05-12 09:44:30:457 [XCUITestDriver@0b37 (db741236)] Taking screenshot with WDA
2023-05-12 09:44:30:458 [XCUITestDriver@0b37 (db741236)] Matched '/screenshot' to command name 'getScreenshot'
2023-05-12 09:44:30:458 [XCUITestDriver@0b37 (db741236)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/screenshot] with no body
2023-05-12 09:44:30:556 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABanCyKLLwQAAQABJREFUeAHsnfnXNE9Zn0lMVDYTRVSOC4KISUSDSzAux4MeAkgEgiE5xiigiYKKgoqg4gKoUdlM2MQTxYhLgijihiCroEFBQRbFsHy/rsmfMXmv1s9Y7/0+Vd3PTD/L+/T1Q5+7q+peqquurpm6p2fmNrfeeuvOwzGQARmQARmQARmQARmQARmQARmQARmQARmQgW0wcBsnehsT7Tw7zzIgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAzBgQtAnJHcuBi4GMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4I...
2023-05-12 09:44:30:558 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAYAAABU4hAtAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAACVAF+BAAAAHGlET1QAAAACAAAAAAAABW0AAAAoAAAFbQAABW0ABanCyKLLwQAAQABJREFUeAHsnfnXNE9Zn0lMVDYTRVSOC4KISUSDSzAux4MeAkgEgiE5xiigiYKKgoqg4gKoUdlM2MQTxYhLgijihiCroEFBQRbFsHy/rsmfMXmv1s9Y7/0+Vd3PTD/L+/T1Q5+7q+peqquurpm6p2fmNrfeeuvOwzGQARmQARmQARmQARmQARmQARmQARmQARmQgW0wcBsnehsT7Tw7zzIgAzIgAzIgAzIgAzIgAzIgAzIgAzIgAzBgQtAnJHcuBi4GMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4EMiADMiADMiADMiADMiADMiADMiADMrAdBkwImhDcecNv54Z3rp1rGZABGZABGZABGZABGZABGZABGZABE4ImBHcuBC4E...
2023-05-12 09:44:30:567 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/screenshot 200 106 ms - 975268
2023-05-12 09:44:30:567 [HTTP]
2023-05-12 09:44:30:568 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.click() result: null
2023-05-12 09:44:30:569 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element/49000000-0000-0000-67CD-000000000000/click 200 438 ms - 14
2023-05-12 09:44:30:569 [HTTP]
2023-05-12 09:44:30:570 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:30:570 [HTTP] {"using":"name","value":"This is used to stream your local radio stations"}
2023-05-12 09:44:30:570 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","This is used to stream your local radio stations","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:30:570 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:30:570 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:30:571 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:30:571 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:30:571 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:30:571 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:30:571 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:30:571 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"This is used to stream your local radio stations"}
2023-05-12 09:44:30:893 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"2F380000-0000-0000-1019-000000000000","element-6066-11e4-a52e-4f735466cecf":"2F380000-0000-0000-1019-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:30:901 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2F380000-0000-0000-1019-000000000000","ELEMENT":"2F380000-0000-0000-1019-000000000000"}
2023-05-12 09:44:30:902 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 331 ms - 137
2023-05-12 09:44:30:902 [HTTP]
2023-05-12 09:44:30:908 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings
2023-05-12 09:44:30:908 [HTTP] {"settings":{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:44:30:908 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.updateSettings() with args: [{"dismissAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:30:908 [AppiumDriver@657d] Plugins which can handle cmd 'updateSettings': appium-dashboard
2023-05-12 09:44:30:908 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'updateSettings'
2023-05-12 09:44:30:909 [AppiumDriver@657d] Executing default handling behavior for command 'updateSettings'
2023-05-12 09:44:30:910 [XCUITestDriver@0b37 (db741236)] Executing command 'updateSettings'
2023-05-12 09:44:30:911 [BaseDriver] The value of 'dismissAlertButtonSelector' setting did not change. Skipping the update for it
2023-05-12 09:44:30:914 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.updateSettings() result: null
2023-05-12 09:44:30:917 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings 200 9 ms - 14
2023-05-12 09:44:30:917 [HTTP]
2023-05-12 09:44:30:919 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings
2023-05-12 09:44:30:919 [HTTP] {"settings":{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"}}
2023-05-12 09:44:30:920 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.updateSettings() with args: [{"acceptAlertButtonSelector":"**/XCUIElementTypeButton[`label == 'Don\\’t Allow'`]"},"bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:30:920 [AppiumDriver@657d] Plugins which can handle cmd 'updateSettings': appium-dashboard
2023-05-12 09:44:30:920 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'updateSettings'
2023-05-12 09:44:30:920 [AppiumDriver@657d] Executing default handling behavior for command 'updateSettings'
2023-05-12 09:44:30:920 [XCUITestDriver@0b37 (db741236)] Executing command 'updateSettings'
2023-05-12 09:44:30:920 [BaseDriver] The value of 'acceptAlertButtonSelector' setting did not change. Skipping the update for it
2023-05-12 09:44:30:921 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.updateSettings() result: null
2023-05-12 09:44:30:922 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/appium/settings 200 2 ms - 14
2023-05-12 09:44:30:922 [HTTP]
2023-05-12 09:44:30:924 [HTTP] --> GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text
2023-05-12 09:44:30:924 [HTTP] {}
2023-05-12 09:44:30:924 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.getAlertText() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:30:925 [AppiumDriver@657d] Plugins which can handle cmd 'getAlertText': appium-dashboard
2023-05-12 09:44:30:925 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'getAlertText'
2023-05-12 09:44:30:925 [AppiumDriver@657d] Executing default handling behavior for command 'getAlertText'
2023-05-12 09:44:30:925 [XCUITestDriver@0b37 (db741236)] Executing command 'getAlertText'
2023-05-12 09:44:30:925 [XCUITestDriver@0b37 (db741236)] Matched '/alert/text' to command name 'getAlertText'
2023-05-12 09:44:30:925 [XCUITestDriver@0b37 (db741236)] Proxying [GET /alert/text] to [GET http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/alert/text] with no body
2023-05-12 09:44:31:066 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":"Allow “debug app 👾” to use your location?\nThis is used to stream your local radio stations","sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:31:068 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.getAlertText() result: "Allow “debug app 👾” to use your location?\nThis is used to stream your local radio stations"
2023-05-12 09:44:31:068 [HTTP] <-- GET /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/text 200 144 ms - 114
2023-05-12 09:44:31:068 [HTTP]
2023-05-12 09:44:31:073 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/dismiss
2023-05-12 09:44:31:074 [HTTP] {}
2023-05-12 09:44:31:074 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.postDismissAlert() with args: ["bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:31:074 [AppiumDriver@657d] Plugins which can handle cmd 'postDismissAlert': appium-dashboard
2023-05-12 09:44:31:074 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'postDismissAlert'
2023-05-12 09:44:31:074 [AppiumDriver@657d] Executing default handling behavior for command 'postDismissAlert'
2023-05-12 09:44:31:074 [XCUITestDriver@0b37 (db741236)] Executing command 'postDismissAlert'
2023-05-12 09:44:31:076 [XCUITestDriver@0b37 (db741236)] Matched '/alert/dismiss' to command name 'postDismissAlert'
2023-05-12 09:44:31:076 [XCUITestDriver@0b37 (db741236)] Proxying [POST /alert/dismiss] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/alert/dismiss] with body: {}
2023-05-12 09:44:31:858 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":null,"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:31:864 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.postDismissAlert() result: null
2023-05-12 09:44:31:864 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/alert/dismiss 200 791 ms - 14
2023-05-12 09:44:31:864 [HTTP]
2023-05-12 09:44:31:867 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:31:867 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:31:868 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:31:868 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:31:868 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:31:868 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:31:868 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:31:868 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:31:868 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:31:868 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:31:868 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:31:899 [XCUITestDriver@0b37 (db741236)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:44:31:899 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:31:901 [XCUITestDriver@0b37 (db741236)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:31:901 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:31:901 [XCUITestDriver@0b37 (db741236)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:31:901 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:31:901 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:31:901 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:31:901 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:31:901 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 34 ms - 1140
2023-05-12 09:44:31:901 [HTTP]
2023-05-12 09:44:32:412 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:32:412 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:32:413 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:32:413 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:32:413 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:32:414 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:32:414 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:32:414 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:32:414 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:32:415 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:32:415 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:32:468 [XCUITestDriver@0b37 (db741236)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:44:32:469 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:32:471 [XCUITestDriver@0b37 (db741236)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:32:471 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:32:471 [XCUITestDriver@0b37 (db741236)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:32:471 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:32:471 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:32:471 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:32:476 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:32:476 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 64 ms - 1140
2023-05-12 09:44:32:476 [HTTP]
2023-05-12 09:44:32:982 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:32:982 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:32:982 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:32:983 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:32:983 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:32:983 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:32:983 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:32:983 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:32:984 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:32:984 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:32:984 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:33:029 [XCUITestDriver@0b37 (db741236)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:44:33:029 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:33:034 [XCUITestDriver@0b37 (db741236)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:33:034 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:33:034 [XCUITestDriver@0b37 (db741236)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:33:034 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:33:034 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:33:034 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:33:034 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:33:035 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 53 ms - 1140
2023-05-12 09:44:33:035 [HTTP]
2023-05-12 09:44:33:544 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:33:544 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:33:544 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:33:545 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:33:545 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:33:545 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:33:545 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:33:546 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:33:546 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:33:546 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:33:546 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:33:588 [XCUITestDriver@0b37 (db741236)] Got response with status 404: {"value":{"error":"no such element","message":"unable to find an element using 'name', value 'live-radio-block'","traceback":"(\n\t0 WebDriverAgentLib 0x0000000111097730 FBNoSuchElementErrorResponseForRequest + 252\n\t1 WebDriverAgentLib 0x0000000111097560 +[FBFindElementCommands handleFindElement:] + 304\n\t2 WebDriverAgentLib 0x000000011105e8bc -[FBRoute_TargetAction mountRequest:intoResponse:] + 168\n\t3 WebDriverAgentLib 0x000000011104b454 __37-[FBWebServer registerRouteHandlers:]_block_invoke + 396\n\t4 WebDriverAgentLib 0x000000011107eeb0 -[RoutingHTTPServer handleRoute:withRequest:response:] + 160\n\t5 WebDriverAgentLib 0x000000011107f93c __72-[RoutingHTTPServer routeMethod:withPath:parameters:request:connection:]_block_invoke + 64\n\t6 libdispatch.dylib 0x0000000180135768 _dispatch_client_callout + 16\n\t7 libdispatch.dylib 0x000000018014600...
2023-05-12 09:44:33:589 [W3C] Matched W3C error code 'no such element' to NoSuchElementError
2023-05-12 09:44:33:593 [XCUITestDriver@0b37 (db741236)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
2023-05-12 09:44:33:593 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.doNativeFind (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:129:11)
2023-05-12 09:44:33:593 [XCUITestDriver@0b37 (db741236)] at processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-05-12 09:44:33:593 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findNativeElementOrElements (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:89:10)
2023-05-12 09:44:33:594 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrEls (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium-xcuitest-driver/lib/commands/find.js:22:12)
2023-05-12 09:44:33:594 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElOrElsWithProcessing (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:66:14)
2023-05-12 09:44:33:594 [XCUITestDriver@0b37 (db741236)] at XCUITestDriver.findElement (/Users/theo.king/code/xxx/testing/app-at/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:13:12)
2023-05-12 09:44:33:594 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 404 50 ms - 1140
2023-05-12 09:44:33:594 [HTTP]
2023-05-12 09:44:34:103 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:34:103 [HTTP] {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:34:103 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["name","live-radio-block","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:34:103 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:34:103 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:34:103 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:34:103 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:34:103 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:34:104 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:34:104 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:34:104 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"name","value":"live-radio-block"}
2023-05-12 09:44:34:331 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"67000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"67000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:34:340 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"67000000-0000-0000-67CD-000000000000","ELEMENT":"67000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:34:340 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 237 ms - 137
2023-05-12 09:44:34:340 [HTTP]
2023-05-12 09:44:34:343 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:34:343 [HTTP] {"using":"id","value":"Live Radio"}
2023-05-12 09:44:34:344 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["id","Live Radio","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:34:344 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:34:344 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:34:345 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:34:345 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:34:345 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:34:346 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:34:346 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:34:346 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"id","value":"Live Radio"}
2023-05-12 09:44:34:541 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"55000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-67CD-000000000000"},"sessionId":"FAE2F348-F838-4FD4-8F3C-6FD7C95A1726"}
2023-05-12 09:44:34:545 [XCUITestDriver@0b37 (db741236)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"55000000-0000-0000-67CD-000000000000","ELEMENT":"55000000-0000-0000-67CD-000000000000"}
2023-05-12 09:44:34:546 [HTTP] <-- POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element 200 202 ms - 137
2023-05-12 09:44:34:546 [HTTP]
2023-05-12 09:44:34:550 [HTTP] --> POST /wd/hub/session/bce8649d-9ee9-4672-9d02-1e71417eca8c/element
2023-05-12 09:44:34:550 [HTTP] {"using":"id","value":"Live Playlists"}
2023-05-12 09:44:34:550 [XCUITestDriver@0b37 (db741236)] Calling AppiumDriver.findElement() with args: ["id","Live Playlists","bce8649d-9ee9-4672-9d02-1e71417eca8c"]
2023-05-12 09:44:34:550 [AppiumDriver@657d] Plugins which can handle cmd 'findElement': appium-dashboard
2023-05-12 09:44:34:550 [AppiumDriver@657d] Plugin appium-dashboard is now handling cmd 'findElement'
2023-05-12 09:44:34:550 [AppiumDriver@657d] Executing default handling behavior for command 'findElement'
2023-05-12 09:44:34:550 [XCUITestDriver@0b37 (db741236)] Executing command 'findElement'
2023-05-12 09:44:34:551 [XCUITestDriver@0b37 (db741236)] Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id, css selector
2023-05-12 09:44:34:551 [XCUITestDriver@0b37 (db741236)] Waiting up to 0 ms for condition
2023-05-12 09:44:34:551 [XCUITestDriver@0b37 (db741236)] Matched '/element' to command name 'findElement'
2023-05-12 09:44:34:551 [XCUITestDriver@0b37 (db741236)] Proxying [POST /element] to [POST http://127.0.0.1:8100/session/FAE2F348-F838-4FD4-8F3C-6FD7C95A1726/element] with body: {"using":"id","value":"Live Playlists"}
2023-05-12 09:44:34:739 [XCUITestDriver@0b37 (db741236)] Got response with status 200: {"value":{"ELEMENT":"58000000-0000-0000-67CD-000000000000","element-6066-11e4-a52e-4f735466cecf":"58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment