Skip to content

Instantly share code, notes, and snippets.

@erdncyz
Created August 20, 2024 08:26
Show Gist options
  • Save erdncyz/e145c7b21f57c31b75a325dd2d5651bf to your computer and use it in GitHub Desktop.
Save erdncyz/e145c7b21f57c31b75a325dd2d5651bf to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Last login: Mon Aug 19 22:01:48 on ttys000
techqaautomation2@TECHs-Mac-mini ~ % npm cache clean --force
npm warn using --force Recommended protections disabled.
techqaautomation2@TECHs-Mac-mini ~ % appium plugin install --source=npm appium-device-farm
✖ Checking if 'appium-device-farm' is compatible
Error: npm command 'info appium-device-farm peerDependencies dependencies --json' failed with code 1.
STDOUT:
{
"error": {
"code": "ECONNRESET",
"summary": "request to https://registry.npmjs.org/appium-device-farm failed, reason: read ECONNRESET",
"detail": "This is a problem related to network connectivity.\nIn most cases you are behind a proxy or have bad network settings.\n\nIf you are behind a proxy, please make sure that the\n'proxy' config is set properly. See: 'npm help config'"
}
}
STDERR:
npm error code ECONNRESET
npm error syscall read
npm error errno ECONNRESET
npm error network request to https://registry.npmjs.org/appium-device-farm failed, reason: read ECONNRESET
npm error network This is a problem related to network connectivity.
npm error network In most cases you are behind a proxy or have bad network settings.
npm error network
npm error network If you are behind a proxy, please make sure that the
npm error network 'proxy' config is set properly. See: 'npm help config'
npm error A complete log of this run can be found in: /Users/techqaautomation2/.npm/_logs/2024-08-20T05_36_11_278Z-debug-0.log
techqaautomation2@TECHs-Mac-mini ~ % appium plugin install --source=npm appium-device-farm
✔ Checking if 'appium-device-farm' is compatible
✔ Installing 'appium-device-farm'
ℹ Plugin device-farm@9.2.3 successfully installed
techqaautomation2@TECHs-Mac-mini ~ % appium plugin run device-farm reset
> appium-device-farm@9.2.3 run-db-migration
> path-exists lib/src/scripts/initialize-database.js && node lib/src/scripts/initialize-database.js || ts-node src/scripts/initialize-database.ts
Deploying the database migrations
Prisma schema loaded from prisma/schema.prisma
Datasource "db": SQLite database "device-farm-latest.db" at "file:/Users/techqaautomation2/.cache/appium-device-farm/device-farm-latest.db?connection_limit=1"
SQLite database device-farm-latest.db created at file:/Users/techqaautomation2/.cache/appium-device-farm/device-farm-latest.db?connection_limit=1
11 migrations found in prisma/migrations
Applying migration `20231011074725_initial_tables`
Applying migration `20231226115334_update_session_log`
Applying migration `20240311161212_naming_convention`
Applying migration `20240409102733_device_logs`
Applying migration `20240410102723_app_profiling`
Applying migration `20240414124650_add_test_event_journal_table`
Applying migration `20240415094307_add_event_id`
Applying migration `20240424090400_app_information`
Applying migration `20240503172755_file_size`
Applying migration `20240504171646_device_logs`
Applying migration `20240509132829_bundle_id`
The following migration(s) have been applied:
migrations/
└─ 20231011074725_initial_tables/
└─ migration.sql
└─ 20231226115334_update_session_log/
└─ migration.sql
└─ 20240311161212_naming_convention/
└─ migration.sql
└─ 20240409102733_device_logs/
└─ migration.sql
└─ 20240410102723_app_profiling/
└─ migration.sql
└─ 20240414124650_add_test_event_journal_table/
└─ migration.sql
└─ 20240415094307_add_event_id/
└─ migration.sql
└─ 20240424090400_app_information/
└─ migration.sql
└─ 20240503172755_file_size/
└─ migration.sql
└─ 20240504171646_device_logs/
└─ migration.sql
└─ 20240509132829_bundle_id/
└─ migration.sql
All migrations have been successfully applied.
Generating prisma client
Prisma schema loaded from prisma/schema.prisma
✔ Generated Prisma Client (v5.18.0) to ./node_modules/@prisma/client in 157ms
Start by importing your Prisma Client (See: http://pris.ly/d/importing-client)
Tip: Interested in query caching in just a few lines of code? Try Accelerate today! https://pris.ly/tip-3-accelerate
(node:67677) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)
✔ reset successfully ran
techqaautomation2@TECHs-Mac-mini ~ % source ~/.bash_profile
techqaautomation2@TECHs-Mac-mini ~ % appium server -ka 800 -p 4723 -pa /wd/hub --use-plugins=device-farm --plugin-device-farm-platform=both
[Appium] Attempting to load plugin device-farm...
[Appium] Requiring plugin at /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/src/main.js
{ DeviceFarmProLoader: [class D], default: [class D] }
[Appium] Hh has been successfully loaded in 0.925s
[Appium] Welcome to Appium v2.11.3
[Appium] Non-default server args:
[Appium] {
basePath: '/wd/hub',
keepAliveTimeout: 800,
usePlugins: [
'device-farm'
]
}
[Appium] The autodetected Appium home path: /Users/techqaautomation2/.appium
[Appium] Attempting to load driver uiautomator2...
[Appium] Attempting to load driver xcuitest...
[Appium] Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[Appium] AndroidUiautomator2Driver has been successfully loaded in 0.500s
[Appium] Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/build/index.js
[Appium] XCUITestDriver has been successfully loaded in 1.034s
[device-farm-main] 📱 Update server with CLI Args: {"subcommand":"server","address":"0.0.0.0","basePath":"/wd/hub","keepAliveTimeout":800,"port":4723,"usePlugins":["device-farm"],"plugin":{"device-farm":{"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}},"extraArgs":[],"allowCors":false,"allowInsecure":[],"callbackPort":4723,"debugLogSpacing":false,"denyInsecure":[],"localTimezone":false,"loglevel":"debug","logFormat":"text","logNoColors":false,"logTimestamp":false,"pluginsImportChunkSize":7,"driversImportChunkSize":3,"longStacktrace":false,"noPermsCheck":false,"relaxedSecurityEnabled":false,"sessionOverride":false,"strictCaps":false,"useDrivers":[],"driver":{"xcuitest":{"wdaLocalPort":8100}},"tmpDir":"/var/folders/jq/lbxddq5x2_nbrzb2gbls3fk40000gn/T"}
{ DeviceFarmProLoader: [class D], default: [class D] }
[ADB] Found 1 'build-tools' folders under '/Users/techqaautomation2/Library/Android/sdk' (newest first):
[ADB] /Users/techqaautomation2/Library/Android/sdk/build-tools/34.0.0
[ADB] Using 'adb' from '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[device-farm-main] Cli Args: {"subcommand":"server","address":"0.0.0.0","basePath":"/wd/hub","keepAliveTimeout":800,"port":4723,"usePlugins":["device-farm"],"plugin":{"device-farm":{"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}},"extraArgs":[],"allowCors":false,"allowInsecure":[],"callbackPort":4723,"debugLogSpacing":false,"denyInsecure":[],"localTimezone":false,"loglevel":"debug","logFormat":"text","logNoColors":false,"logTimestamp":false,"pluginsImportChunkSize":7,"driversImportChunkSize":3,"longStacktrace":false,"noPermsCheck":false,"relaxedSecurityEnabled":false,"sessionOverride":false,"strictCaps":false,"useDrivers":[],"driver":{"xcuitest":{"wdaLocalPort":8100}},"tmpDir":"/var/folders/jq/lbxddq5x2_nbrzb2gbls3fk40000gn/T"}
[device-farm-main] 📱 Update server with Plugin Args: {"platform":"both","iosDeviceType":"both","androidDeviceType":"both","skipChromeDownload":true,"maxSessions":8,"adbRemote":[],"emulators":[],"simulators":[],"deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"172.28.34.26","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":true,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Initializing storage
[device-farm-main] Initializing database
[device-farm-main] Creating new database: ./temp-appium/db.json
[device-farm-main] Database loaded
[device-farm-main] proxy is not required for axios
[device-farm-main] Registering proxy middleware
[device-farm-main] Registering websocket handler for Android Streaming
[device-farm-main] Registering websocket handler for iOS Streaming
Inside get streaming server
[device-farm-main] 📣📣📣 I'm a hub and I'm listening on 172.28.34.26:4723
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Hub will clean pending sessions every 30000 ms with pending session timeout: 310000 ms
[ADB] Using 'adb' from '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[ADB] Getting connected devices
[ADB] Connected devices: [{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"}]
[device-farm-main] fetchAndroidDevices from host: undefined. Found 3 android devices
[device-farm-main] Android Device details for 241ae3789b1c7ece not available. So querying now.
[device-farm-main] skipChromeDownload server arg is set; skipping Chromedriver installation.
[device-farm-main] Android web/hybrid testing will not be possible without Chromedriver.
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.release'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.characteristics'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell wm size'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.product.name'
[device-farm-main] Screen dimension for device 241ae3789b1c7ece : Physical size: 1440x2960
[device-farm-main] Parsed screen dimension for device 241ae3789b1c7ece : 1440x2960
[device-farm-main] Android Device details for R52N50DHW6A not available. So querying now.
[device-farm-main] skipChromeDownload server arg is set; skipping Chromedriver installation.
[device-farm-main] Android web/hybrid testing will not be possible without Chromedriver.
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R52N50DHW6A shell getprop ro.build.version.release'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R52N50DHW6A shell getprop ro.build.characteristics'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R52N50DHW6A shell wm size'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R52N50DHW6A shell getprop ro.product.name'
[device-farm-main] Screen dimension for device R52N50DHW6A : Physical size: 1600x2560
[device-farm-main] Parsed screen dimension for device R52N50DHW6A : 1600x2560
[device-farm-main] Android Device details for R58M80VSEZF not available. So querying now.
[device-farm-main] skipChromeDownload server arg is set; skipping Chromedriver installation.
[device-farm-main] Android web/hybrid testing will not be possible without Chromedriver.
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell getprop ro.build.version.release'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell getprop ro.build.characteristics'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell wm size'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell getprop ro.product.name'
[device-farm-main] Screen dimension for device R58M80VSEZF : Physical size: 1080x2280
[device-farm-main] Parsed screen dimension for device R58M80VSEZF : 1080x2280
[device-farm-main] Found 3 android devices
[device-farm-main] Fetching local simulators
{ MessageType: 'Result', Number: 0 }
{
DeviceID: 24,
MessageType: 'Attached',
Properties: {
ConnectionSpeed: 480000000,
ConnectionType: 'USB',
DeviceID: 24,
LocationID: 336592896,
ProductID: 4776,
SerialNumber: '00008030-000425EC1E04802E',
USBSerialNumber: '00008030000425EC1E04802E'
}
}
{
DeviceID: 22,
MessageType: 'Attached',
Properties: {
ConnectionSpeed: 480000000,
ConnectionType: 'USB',
DeviceID: 22,
LocationID: 337641472,
ProductID: 4776,
SerialNumber: '00008030-001E090C3686802E',
USBSerialNumber: '00008030001E090C3686802E'
}
}
{
DeviceID: 12,
MessageType: 'Attached',
Properties: {
ConnectionSpeed: 480000000,
ConnectionType: 'USB',
DeviceID: 12,
LocationID: 339738624,
ProductID: 4776,
SerialNumber: '00008030-001445A62E6A802E',
UDID: '00008030-001445A62E6A802E',
USBSerialNumber: '00008030001445A62E6A802E'
}
}
[device-farm-main] iOS device with udid 00008030-000425EC1E04802E plugged! updating device list...
[device-farm-main] Added 1 new devices to local database
[device-farm-main] iOS device with udid 00008030-001E090C3686802E plugged! updating device list...
[device-farm-main] iOS device with udid 00008030-001445A62E6A802E plugged! updating device list...
[device-farm-main] Added 1 new devices to local database
[device-farm-main] Added 1 new devices to local database
[device-farm-main] iOS Simulators: false
[device-farm-main] tvOS Simulators: false
[device-farm-main] No iOS simulators found!
[device-farm-main] No tvOS simulators found!
[device-farm-main] Added 3 new devices to local database
[device-farm-main] 📣📣📣 Device Farm Plugin will be served at 🔗 http://172.28.34.26:4723/device-farm with id 66ea1a2e-170f-4281-9865-4f704ea1f261
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723/wd/hub
[Appium] You can provide the following URLs in your client code to connect to this server:
http://127.0.0.1:4723/wd/hub (only accessible from the same host)
http://172.28.34.26:4723/wd/hub
http://169.254.138.249:4723/wd/hub
http://169.254.205.172:4723/wd/hub
http://169.254.109.31:4723/wd/hub
[Appium] Available drivers:
[Appium] - uiautomator2@3.7.7 (automationName 'UiAutomator2')
[Appium] - xcuitest@7.24.15 (automationName 'XCUITest')
[Appium] Available plugins:
[Appium] - device-farm@9.2.3 (ACTIVE)
[HTTP] --> GET /device-farm/api/dashboard/build {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/build. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/api/dashboard/session {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/session. So, not proxying it to downstream.
[HTTP] --> GET /dashboard/api/ping {}
[device-farm-main] Received non-webdriver request with url /dashboard/api/ping. So, not proxying it to downstream.
[HTTP] No route found for /dashboard/api/ping
[HTTP] <-- GET /dashboard/api/ping 404 2 ms - 211
[HTTP] <-- GET /device-farm/api/dashboard/build 304 73 ms - -
[HTTP] <-- GET /device-farm/api/dashboard/session 304 61 ms - -
[HTTP] --> GET /device-farm/api/dashboard/uploadedApps {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/uploadedApps. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/uploadedApps 200 2 ms - 2
[HTTP] --> POST /device-farm/api/dashboard/upload {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/upload. So, not proxying it to downstream.
storage location is 127.0.0.1//Users/techqaautomation2/.cache/appium-device-farm/assets/wda-resign.ipa
storage location is 127.0.0.1//Users/techqaautomation2/.cache/appium-device-farm/assets/wda-resign.ipa
915168 total bytes
Archiver has been finalized and the output file descriptor has closed.
[device-farm-main] Caching the manifest 'Payload/WebDriverAgentRunner-Runner.app/Info.plist' for com.facebook.WebDriverAgentRunner.xctrunner app from the compressed source using the key '3984374347'
[HTTP] <-- POST /device-farm/api/dashboard/upload 200 73 ms - 426
[HTTP] --> POST /device-farm/api/dashboard/uploadedAppInformation {"file":{"fieldname":"file","originalname":"wda-resign.ipa","encoding":"7bit","mimetype":"application/octet-stream","destination":"/Users/techqaautomation2/.cache/appium-device-farm/assets","filename":"wda-resign.ipa","path":"/Users/techqaautomation2/.cache/appium-device-farm/assets/wda-resign.ipa","size":930354},"bundleId":"com.facebook.WebDriverAgentRunner.xctrunner"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/uploadedAppInformation. So, not proxying it to downstream.
[HTTP] <-- POST /device-farm/api/dashboard/uploadedAppInformation 200 6 ms - 49
[HTTP] --> GET /device-farm/api/dashboard/uploadedApps {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/uploadedApps. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/uploadedApps 200 4 ms - 289
[HTTP] --> GET /device-farm {}
[device-farm-main] Received non-webdriver request with url /device-farm. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm 301 1 ms - 189
[HTTP] --> GET /device-farm/ {}
[device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ 200 2 ms - 513
[HTTP] --> GET /device-farm/ui-assets/index-EU5vm-6k.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-EU5vm-6k.js. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/ui-assets/index-Cp7K0uA9.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-Cp7K0uA9.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-Cp7K0uA9.css 200 4 ms - 115382
[HTTP] <-- GET /device-farm/ui-assets/index-EU5vm-6k.js 200 5 ms - 1353738
[HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 200 1 ms - 71564
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3115
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> POST /device-farm/api/block {"udid":"00008030-000425EC1E04802E","host":"http://172.28.34.26:4723"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/block. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":"00008030-000425EC1E04802E"}}
[HTTP] <-- POST /device-farm/api/block 200 3 ms - 16
[HTTP] --> POST /device-farm/api/dashboard/installiOSWDA {"udid":"00008030-000425EC1E04802E"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/installiOSWDA. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-000425EC1E04802E"]}}
[device-farm-main] Successfully pushed the file payload (908.55 KB) to the remote location '/wda-resign.ipa' in 51ms
[device-farm-main] A new application installation is going to be performed. Will timeout in 240000 ms
[device-farm-main] The installation of 'com.facebook.WebDriverAgentRunner.xctrunner' succeeded after 975ms
[HTTP] <-- POST /device-farm/api/dashboard/installiOSWDA 200 979 ms - 91
[HTTP] --> POST /device-farm/api/dashboard/appiumSession {"udid":"00008030-000425EC1E04802E","origin":"http://127.0.0.1:4723"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/appiumSession. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-000425EC1E04802E"]}}
[HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008030-000425EC1E04802E","df:skipReport":true,"appium:mjpegServerPort":60735,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0}},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008030-000425EC1E04802E","df:skipReport":true,"appium:mjpegServerPort":60735,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0},"appium:usePreinstalledWDA":true,"appium:updatedWDABundleId"...
[AppiumDriver@4644] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008030-000425EC1E04802E","df:skipReport":true,"appium:mjpegServerPort":60735,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0},"appium:usePreinstalledWDA":true,"appium:updatedWDABundleId":"com.facebook.WebDriverAgentRunner.xctrunner","appium:updatedWDABundleIdSuffix":"","df:portForward":true},null,{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008030-000425EC1E04802E","df:skipReport":true,"appium:mjpegServerPort":60735,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75...
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@4644] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@4644] Plugin device-farm is now handling cmd 'createSession'
[device-farm-main] 📱 pluginArgs: {"platform":"both","iosDeviceType":"both","androidDeviceType":"both","skipChromeDownload":true,"maxSessions":8,"adbRemote":[],"emulators":[],"simulators":[],"deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"172.28.34.26","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":true,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.34.26
[device-farm-main] 📱 Creating temporary session capability_id: 37388b11-22f1-454d-b5ce-6721a1d5b0eb
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"ios","udid":"00008030-000425EC1E04802E","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"ios","udid":{"$in":"00008030-000425EC1E04802E"}}
[device-farm-main] Updated devices with filter: {"platform":"ios","udid":{"$in":"00008030-000425EC1E04802E"}}
[device-farm-main] 📱 Blocking device 00008030-000425EC1E04802E at host http://172.28.34.26:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":60734,"mjpegServerPort":60735,"udid":"00008030-000425EC1E04802E","sdk":"17.2.1","name":"iPhone 11 Pro Max","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,5","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"414","height":"896","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60734","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":1,"created":1724134748358,"version":0,"updated":1724134771314},"$loki":1}"
[device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":60734,"mjpegServerPort":60735,"udid":"00008030-000425EC1E04802E","sdk":"17.2.1","name":"iPhone 11 Pro Max","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,5","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"414","height":"896","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60734","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":3,"created":1724134748358,"version":0,"updated":1724134772312},"$loki":1,"newCommandTimeout":120}]"
[device-farm-main] device.host: http://172.28.34.26:4723 and pluginArgs.bindHostOrIp: 172.28.34.26
[device-farm-main] 📱 Creating session on the same node
[device-farm-main] 📱 Forwarding ios port to real device 00008030-000425EC1E04802E for manual interaction
[DevCon Factory Device Farm] Requesting connection for device 00008030-000425EC1E04802E on local port 60735, device port 60735
[DevCon Factory Device Farm] Cached connections count: 0
[DevCon Factory Device Farm] Successfully requested the connection for 00008030-000425EC1E04802E:60735
[AppiumDriver@4644] Executing default handling behavior for command 'createSession'
[AppiumDriver@4644] Event 'newSessionRequested' logged at 1724134772315 (09:19:32 GMT+0300 (GMT+03:00))
[Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS'
[Appium] The 'xcuitest' driver was installed and matched caps.
[Appium] Will require it at /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver
[Appium] Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/build/index.js
[AppiumDriver@4644] Appium v2.11.3 creating new XCUITestDriver (v7.24.15) session
[AppiumDriver@4644] Checking BaseDriver versions for Appium and XCUITestDriver
[AppiumDriver@4644] Appium's BaseDriver version is 9.11.3
[AppiumDriver@4644] XCUITestDriver's BaseDriver version is 9.11.3
[XCUITestDriver@1611]
[XCUITestDriver@1611] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "iOS",
"df:skipReport": true,
"appium:automationName": "XCUITest",
"appium:newCommandTimeout": 120,
"appium:waitForQuiescence": false,
"appium:wdaEventloopIdleDelay": 0,
"appium:eventLoopIdleDelaySec": 0,
"appium:waitForIdleTimeout": 0,
"appium:udid": "00008030-000425EC1E04802E",
"appium:deviceName": "iPhone 11 Pro Max",
"appium:platformVersion": "17.2.1",
"appium:mjpegServerPort": 60735,
"appium:wdaLocalPort": 60734,
"appium:usePreinstalledWDA": true,
"appium:updatedWDABundleId": "com.facebook.WebDriverAgentRunner.xctrunner",
"appium:updatedWDABundleIdSuffix": ""
},
"firstMatch": [
{}
]
}
[BaseDriver] The 'waitForQuiescence' capability has been deprecated and must not be used anymore. Please check the driver documentation for possible alternatives.
[BaseDriver] The 'waitForQuiescence' capability has been deprecated and must not be used anymore. Please check the driver documentation for possible alternatives.
[XCUITestDriver@1611] The following provided capabilities were not recognized by this driver:
[XCUITestDriver@1611] df:skipReport
[XCUITestDriver@1611] eventLoopIdleDelaySec
[XCUITestDriver@1611] The desired capabilities include neither an app nor a bundleId. WebDriverAgent will be started without the default app
[2946792a][XCUITestDriver@1611] Session created with session id: 2946792a-d6db-4b22-a028-562bf5b8d7e4
[2946792a][XCUITest] Current user: 'techqaautomation2'
[2946792a][XCUITestDriver@1611] Available real devices: 00008030-000425EC1E04802E, 00008030-001E090C3686802E, 00008030-001445A62E6A802E
[2946792a][XCUITestDriver@1611] Creating iDevice object with udid '00008030-000425EC1E04802E'
[2946792a][XCUITestDriver@1611] Determining device to run tests on: udid: '00008030-000425EC1E04802E', real device: true
[2946792a][XCUITestDriver@1611] Normalized platformVersion capability value '17.2.1' to '17.2'
[2946792a][XCUITestDriver@1611] Event 'xcodeDetailsRetrieved' logged at 1724134772348 (09:19:32 GMT+0300 (GMT+03:00))
[2946792a][XCUITestDriver@1611] Event 'appConfigured' logged at 1724134772349 (09:19:32 GMT+0300 (GMT+03:00))
[2946792a][XCUITestDriver@1611] Event 'resetStarted' logged at 1724134772349 (09:19:32 GMT+0300 (GMT+03:00))
[2946792a][XCUITestDriver@1611] Reset: running ios real device reset flow
[2946792a][XCUITestDriver@1611] Event 'resetComplete' logged at 1724134772349 (09:19:32 GMT+0300 (GMT+03:00))
[2946792a][XCUITestDriver@1611] Using WDA path: '/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
[2946792a][XCUITestDriver@1611] Using WDA agent: '/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
[2946792a][XCUITestDriver@1611] The pyidevice tool is not present in PATH. Skipping crash logs collection for real devices.
[2946792a][XCUITestDriver@1611] Event 'logCaptureStarted' logged at 1724134772472 (09:19:32 GMT+0300 (GMT+03:00))
[2946792a][XCUITestDriver@1611] Setting up real device
[2946792a][XCUITestDriver@1611] No obsolete cached processes from previous WDA sessions listening on port 60734 have been found
[2946792a][DevCon Factory] Requesting connection for device 00008030-000425EC1E04802E on local port 60734, device port 60734
[2946792a][DevCon Factory] Cached connections count: 0
[2946792a][DevCon Factory] Successfully requested the connection for 00008030-000425EC1E04802E:60734
[2946792a][XCUITestDriver@1611] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[2946792a][XCUITestDriver@1611] Trying to start WebDriverAgent once since at least one of webDriverAgentUrl,usePreinstalledWDA capabilities is provided
[2946792a][XCUITestDriver@1611] Event 'wdaStartAttempted' logged at 1724134772550 (09:19:32 GMT+0300 (GMT+03:00))
[2946792a][XCUITestDriver@1611] The executable name for the bundle id 'com.facebook.WebDriverAgentRunner.xctrunner' was 'WebDriverAgentRunner-Runner'
[2946792a][XCUITestDriver@1611] Calling devicectl to kill the process
[2946792a][XCUITestDriver@1611] Executing xcrun devicectl device info processes --device 00008030-000425EC1E04802E --quiet --json-output -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3161
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 200 1 ms - 1
[2946792a][XCUITestDriver@1611] The process of the bundle id 'com.facebook.WebDriverAgentRunner.xctrunner' was not running
[2946792a][XCUITestDriver@1611] Launching WebDriverAgent on the device without xcodebuild
[2946792a][XCUITestDriver@1611] Executing xcrun devicectl device process launch --device 00008030-000425EC1E04802E --terminate-existing --environment-variables '{"USE_PORT":"60734","WDA_PRODUCT_BUNDLE_IDENTIFIER":"com.facebook.WebDriverAgentRunner.xctrunner","MJPEG_SERVER_PORT":"60735"}' com.facebook.WebDriverAgentRunner.xctrunner
[2946792a][WD Proxy] Matched '/status' to command name 'getStatus'
[2946792a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60734/status] with no body
[2946792a][iProxy@00008030:60734] Connection was refused to port 60734
[2946792a][WD Proxy] socket hang up
[2946792a][WD Proxy] Matched '/status' to command name 'getStatus'
[2946792a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60734/status] with no body
[2946792a][iProxy@00008030:60734] Connection was refused to port 60734
[2946792a][WD Proxy] socket hang up
[2946792a][WD Proxy] Matched '/status' to command name 'getStatus'
[2946792a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60734/status] with no body
[2946792a][iProxy@00008030:60734] Connection was refused to port 60734
[2946792a][WD Proxy] socket hang up
[2946792a][WD Proxy] Matched '/status' to command name 'getStatus'
[2946792a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60734/status] with no body
[2946792a][iProxy@00008030:60734] Connection was refused to port 60734
[2946792a][WD Proxy] socket hang up
[2946792a][WD Proxy] Matched '/status' to command name 'getStatus'
[2946792a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60734/status] with no body
[2946792a][iProxy@00008030:60734] Connection was refused to port 60734
[2946792a][WD Proxy] socket hang up
[2946792a][WD Proxy] Matched '/status' to command name 'getStatus'
[2946792a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60734/status] with no body
[2946792a][WD Proxy] Got response with status 200: {"value":{"build":{"version":"8.9.1","time":"Aug 14 2024 17:04:16","productBundleIdentifier":"com.facebook.WebDriverAgentRunner.xctrunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.0","version":"17.2.1"},"device":"iphone","ios":{"ip":"172.28.34.20"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null}
[2946792a][XCUITestDriver@1611] Event 'wdaSessionAttempted' logged at 1724134777145 (09:19:37 GMT+0300 (GMT+03:00))
[2946792a][XCUITestDriver@1611] Sending createSession command to WDA
[2946792a][XCUITestDriver@1611] Matched '/session' to command name 'createSession'
[2946792a][XCUITestDriver@1611] Proxying [POST /session] to [POST http://127.0.0.1:60734/session] with body: {"capabilities":{"firstMatch":[{"arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":false,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"waitForIdleTimeout":0,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
[2946792a][XCUITestDriver@1611] Got response with status 200: {"value":{"sessionId":"4200E60E-7755-4799-BA6F-4D31A37875FB","capabilities":{"sdkVersion":"17.2.1","device":"iphone"}},"sessionId":"4200E60E-7755-4799-BA6F-4D31A37875FB"}
[2946792a][XCUITestDriver@1611] Determined the downstream protocol as 'W3C'
[2946792a][XCUITestDriver@1611] WDA session startup took 12ms
[2946792a][XCUITestDriver@1611] Event 'wdaSessionStarted' logged at 1724134777158 (09:19:37 GMT+0300 (GMT+03:00))
[2946792a][XCUITestDriver@1611] Event 'wdaStarted' logged at 1724134777158 (09:19:37 GMT+0300 (GMT+03:00))
[2946792a][BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
[2946792a][BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
[2946792a][AppiumDriver@4644] New XCUITestDriver session created successfully, session 2946792a-d6db-4b22-a028-562bf5b8d7e4 added to master session list
[2946792a][AppiumDriver@4644] Applying the initial values to Appium settings parsed from W3C caps: {"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0}
[2946792a][XCUITestDriver@1611] Matched '/appium/settings' to command name 'updateSettings'
[2946792a][XCUITestDriver@1611] Proxying [POST /appium/settings] to [POST http://127.0.0.1:60734/session/4200E60E-7755-4799-BA6F-4D31A37875FB/appium/settings] with body: {"settings":{"mjpegServerFramerate":34}}
[2946792a][XCUITestDriver@1611] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"maxTypingFrequency":60,"reduceMotion":false,"respectSystemAlerts":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"screenshotOrientation":"auto","keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"4200E60E-7755-4799-BA6F-4D31A37875FB"}
[2946792a][XCUITestDriver@1611] Matched '/appium/settings' to command name 'updateSettings'
[2946792a][XCUITestDriver@1611] Proxying [POST /appium/settings] to [POST http://127.0.0.1:60734/session/4200E60E-7755-4799-BA6F-4D31A37875FB/appium/settings] with body: {"settings":{"mjpegServerScreenshotQuality":75}}
[2946792a][XCUITestDriver@1611] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"maxTypingFrequency":60,"reduceMotion":false,"respectSystemAlerts":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"screenshotOrientation":"auto","keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":75,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"4200E60E-7755-4799-BA6F-4D31A37875FB"}
[2946792a][BaseDriver] The value of 'mjpegScalingFactor' setting did not change. Skipping the update for it
[2946792a][XCUITestDriver@1611] Matched '/appium/settings' to command name 'updateSettings'
[2946792a][XCUITestDriver@1611] Proxying [POST /appium/settings] to [POST http://127.0.0.1:60734/session/4200E60E-7755-4799-BA6F-4D31A37875FB/appium/settings] with body: {"settings":{"animationCoolOffTimeout":0}}
[2946792a][XCUITestDriver@1611] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"maxTypingFrequency":60,"reduceMotion":false,"respectSystemAlerts":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"screenshotOrientation":"auto","keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":75,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":0},"sessionId":"4200E60E-7755-4799-BA6F-4D31A37875FB"}
[2946792a][AppiumDriver@4644] Event 'newSessionStarted' logged at 1724134777218 (09:19:37 GMT+0300 (GMT+03:00))
[2946792a][device-farm-main] 📱 37388b11-22f1-454d-b5ce-6721a1d5b0eb Session response: {"protocol":"W3C","value":["2946792a-d6db-4b22-a028-562bf5b8d7e4",{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008030-000425EC1E04802E","deviceName":"iPhone 11 Pro Max","platformVersion":"17.2","mjpegServerPort":60735,"wdaLocalPort":60734,"usePreinstalledWDA":true,"updatedWDABundleId":"com.facebook.WebDriverAgentRunner.xctrunner","updatedWDABundleIdSuffix":""},"W3C"]}
[2946792a][device-farm-main] 📱 Removing pending session with capability_id: 37388b11-22f1-454d-b5ce-6721a1d5b0eb
[2946792a][device-farm-main] 37388b11-22f1-454d-b5ce-6721a1d5b0eb 📱 Session response is CreateSessionResponseInternal
[2946792a][device-farm-main] 📱 37388b11-22f1-454d-b5ce-6721a1d5b0eb ----- Device UDID 00008030-000425EC1E04802E blocked for session 2946792a-d6db-4b22-a028-562bf5b8d7e4
[2946792a][device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":60734,"mjpegServerPort":60735,"udid":"00008030-000425EC1E04802E","sdk":"17.2.1","name":"iPhone 11 Pro Max","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,5","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"414","height":"896","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60734","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":1,"created":1724134748358,"version":0,"updated":1724134771314},"$loki":1}"
[2946792a][device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":60734,"mjpegServerPort":60735,"udid":"00008030-000425EC1E04802E","sdk":"17.2.1","name":"iPhone 11 Pro Max","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,5","totalUtilizationTimeMilliSec":0,"sessionStartTime":1724134777219,"width":"414","height":"896","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60734","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":4,"created":1724134748358,"version":0,"updated":1724134777219},"$loki":1,"newCommandTimeout":120,"session_id":"2946792a-d6db-4b22-a028-562bf5b8d7e4","lastCmdExecutedAt":1724134777219}]"
[2946792a][device-farm-main] 37388b11-22f1-454d-b5ce-6721a1d5b0eb 📱 Updating Device 00008030-000425EC1E04802E with session ID 2946792a-d6db-4b22-a028-562bf5b8d7e4
[2946792a][device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":60734,"mjpegServerPort":60735,"udid":"00008030-000425EC1E04802E","sdk":"17.2.1","name":"iPhone 11 Pro Max","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,5","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"414","height":"896","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60734","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":1,"created":1724134748358,"version":0,"updated":1724134771314},"$loki":1}"
[2946792a][device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":60734,"mjpegServerPort":60735,"udid":"00008030-000425EC1E04802E","sdk":"17.2.1","name":"iPhone 11 Pro Max","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,5","totalUtilizationTimeMilliSec":0,"sessionStartTime":1724134777219,"width":"414","height":"896","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60734","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":5,"created":1724134748358,"version":0,"updated":1724134777219},"$loki":1,"newCommandTimeout":120,"session_id":"2946792a-d6db-4b22-a028-562bf5b8d7e4","lastCmdExecutedAt":1724134777219,"proxyUrl":"http://127.0.0.1:60734","proxySessionId":"4200E60E-7755-4799-BA6F-4D31A37875FB"}]"
[2946792a][AppiumDriver@4644] Promoting 1 sessionless plugins to be attached to session ID 2946792a-d6db-4b22-a028-562bf5b8d7e4
[2946792a][XCUITestDriver@1611] Cached the protocol value 'W3C' for the new session 2946792a-d6db-4b22-a028-562bf5b8d7e4
[2946792a][XCUITestDriver@1611] 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","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008030-000425EC1E04802E","deviceName":"iPhone 11 Pro Max","platformVersion":"17.2","mjpegServerPort":60735,"wdaLocalPort":60734,"usePreinstalledWDA":true,"updatedWDABundleId":"com.facebook.WebDriverAgentRunner.xctrunner","updatedWDABundleIdSuffix":""}}
[2946792a][HTTP] <-- POST /wd/hub/session 200 4916 ms - 731
[device-farm-main] Response from browser create session {"value":{"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008030-000425EC1E04802E","deviceName":"iPhone 11 Pro Max","platformVersion":"17.2","mjpegServerPort":60735,"wdaLocalPort":60734,"usePreinstalledWDA":true,"updatedWDABundleId":"com.facebook.WebDriverAgentRunner.xctrunner","updatedWDABundleIdSuffix":""},"sessionId":"2946792a-d6db-4b22-a028-562bf5b8d7e4"}}
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-000425EC1E04802E"]}}
[HTTP] <-- POST /device-farm/api/dashboard/appiumSession 200 4923 ms - 874
[HTTP] --> GET /device-farm/api/dashboard/mjpeg-stream/60735 {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/mjpeg-stream/60735. So, not proxying it to downstream.
[device-farm-main] New streaming request recieved with url: /ios-stream/00008030-000425EC1E04802E
[device-farm-main] Device id 00008030-000425EC1E04802E matched for streaming url : /ios-stream/00008030-000425EC1E04802E
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-000425EC1E04802E"]}}
[HTTP] --> GET /device-farm/ui-assets/device-loading-BbhTw1Mo.gif {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-loading-BbhTw1Mo.gif. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/device-loading-BbhTw1Mo.gif 200 4 ms - 1151362
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> POST /device-farm/api/dashboard/closeSession {"udid":"00008030-000425EC1E04802E","origin":"http://127.0.0.1:4723"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/closeSession. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-000425EC1E04802E"]}}
[2946792a][HTTP] --> DELETE /wd/hub/session/2946792a-d6db-4b22-a028-562bf5b8d7e4 {}
[2946792a][device-farm-main] Updating lastCmdExecutedAt for device 00008030-000425EC1E04802E in session 2946792a-d6db-4b22-a028-562bf5b8d7e4
[2946792a][XCUITestDriver@1611] Calling AppiumDriver.deleteSession() with args: ["2946792a-d6db-4b22-a028-562bf5b8d7e4"]
[2946792a][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[2946792a][AppiumDriver@4644] Plugins which can handle cmd 'deleteSession': device-farm
[2946792a][AppiumDriver@4644] Plugin device-farm is now handling cmd 'deleteSession'
[2946792a][device-farm-main] Updated devices with filter: {"session_id":"2946792a-d6db-4b22-a028-562bf5b8d7e4"}
[2946792a][device-farm-main] 📱 Unblocking the device that is blocked for session 2946792a-d6db-4b22-a028-562bf5b8d7e4
[2946792a][AppiumDriver@4644] Executing default handling behavior for command 'deleteSession'
[2946792a][AppiumDriver@4644] Event 'quitSessionRequested' logged at 1724134782996 (09:19:42 GMT+0300 (GMT+03:00))
[2946792a][AppiumDriver@4644] Removing session 2946792a-d6db-4b22-a028-562bf5b8d7e4 from our master session list
[2946792a][XCUITestDriver@1611] Matched '/session/2946792a-d6db-4b22-a028-562bf5b8d7e4' to command name 'deleteSession'
[2946792a][XCUITestDriver@1611] Proxying [DELETE /session/2946792a-d6db-4b22-a028-562bf5b8d7e4] to [DELETE http://127.0.0.1:60734/session/4200E60E-7755-4799-BA6F-4D31A37875FB] with no body
[2946792a][XCUITestDriver@1611] Got response with status 200: {"value":null,"sessionId":null}
[2946792a][XCUITestDriver@1611] Stopping the XCTest session
[2946792a][XCUITestDriver@1611] Cannot read properties of undefined (reading 'terminateApp')
[2946792a][DevCon Factory] Releasing connections for 00008030-000425EC1E04802E device on any port number
[2946792a][DevCon Factory] Found cached connections to release: ["00008030-000425EC1E04802E:60734"]
[2946792a][DevCon Factory] Releasing the listener for '00008030-000425EC1E04802E:60734'
[2946792a][iProxy@00008030:60734] Closing the connection
[2946792a][DevCon Factory] Cached connections count: 0
[2946792a][AppiumDriver@4644] Event 'quitSessionFinished' logged at 1724134783021 (09:19:43 GMT+0300 (GMT+03:00))
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
[2946792a][device-farm-main] Socket server not removed within 5000ms. So not registering again
[2946792a][DevCon Factory Device Farm] Releasing connections for 00008030-000425EC1E04802E device on 60735 port number
[2946792a][DevCon Factory Device Farm] Found cached connections to release: ["00008030-000425EC1E04802E:60735"]
[2946792a][DevCon Factory Device Farm] Releasing the listener for '00008030-000425EC1E04802E:60735'
[2946792a][iProxy@00008030:60735] Closing the connection
[2946792a][DevCon Factory Device Farm] Port #60735 has been successfully released after 1ms
[2946792a][DevCon Factory Device Farm] Cached connections count: 0
[2946792a][AppiumDriver@4644] Received response: null
[2946792a][AppiumDriver@4644] But deleting session, so not returning
[2946792a][AppiumDriver@4644] Responding to client with driver.deleteSession() result: null
[2946792a][HTTP] <-- DELETE /wd/hub/session/2946792a-d6db-4b22-a028-562bf5b8d7e4 200 5056 ms - 14
[HTTP] <-- POST /device-farm/api/dashboard/closeSession 200 5087 ms - 54
[HTTP] <-- GET /ios-stream/00008030-000425EC1E04802E - - ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 6 ms - 3234
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 200 1 ms - 1
[HTTP] --> POST /device-farm/api/block {"udid":"00008030-001445A62E6A802E","host":"http://172.28.34.26:4723"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/block. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":"00008030-001445A62E6A802E"}}
[HTTP] <-- POST /device-farm/api/block 200 2 ms - 16
[HTTP] --> POST /device-farm/api/dashboard/installiOSWDA {"udid":"00008030-001445A62E6A802E"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/installiOSWDA. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-001445A62E6A802E"]}}
[device-farm-main] Successfully pushed the file payload (908.55 KB) to the remote location '/wda-resign.ipa' in 46ms
[device-farm-main] A new application installation is going to be performed. Will timeout in 240000 ms
[device-farm-main] The installation of 'com.facebook.WebDriverAgentRunner.xctrunner' succeeded after 998ms
[HTTP] <-- POST /device-farm/api/dashboard/installiOSWDA 200 1004 ms - 91
[HTTP] --> POST /device-farm/api/dashboard/appiumSession {"udid":"00008030-001445A62E6A802E","origin":"http://127.0.0.1:4723"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/appiumSession. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-001445A62E6A802E"]}}
[HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008030-001445A62E6A802E","df:skipReport":true,"appium:mjpegServerPort":60739,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0}},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008030-001445A62E6A802E","df:skipReport":true,"appium:mjpegServerPort":60739,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0},"appium:usePreinstalledWDA":true,"appium:updatedWDABundleId"...
[AppiumDriver@4644] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008030-001445A62E6A802E","df:skipReport":true,"appium:mjpegServerPort":60739,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0},"appium:usePreinstalledWDA":true,"appium:updatedWDABundleId":"com.facebook.WebDriverAgentRunner.xctrunner","appium:updatedWDABundleIdSuffix":"","df:portForward":true},null,{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008030-001445A62E6A802E","df:skipReport":true,"appium:mjpegServerPort":60739,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75...
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@4644] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@4644] Plugin device-farm is now handling cmd 'createSession'
[device-farm-main] 📱 pluginArgs: {"platform":"both","iosDeviceType":"both","androidDeviceType":"both","skipChromeDownload":true,"maxSessions":8,"adbRemote":[],"emulators":[],"simulators":[],"deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"172.28.34.26","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":true,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.34.26
[device-farm-main] 📱 Creating temporary session capability_id: 4f509194-5500-414e-b6cc-0cbedb06a3a1
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"ios","udid":"00008030-001445A62E6A802E","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"ios","udid":{"$in":"00008030-001445A62E6A802E"}}
[device-farm-main] Updated devices with filter: {"platform":"ios","udid":{"$in":"00008030-001445A62E6A802E"}}
[device-farm-main] 📱 Blocking device 00008030-001445A62E6A802E at host http://172.28.34.26:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":60737,"mjpegServerPort":60739,"udid":"00008030-001445A62E6A802E","sdk":"16.0.3","name":"iPhone 11 Pro","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,3","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"375","height":"812","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60737","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":1,"created":1724134748359,"version":0,"updated":1724134793632},"$loki":3}"
[device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":60737,"mjpegServerPort":60739,"udid":"00008030-001445A62E6A802E","sdk":"16.0.3","name":"iPhone 11 Pro","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,3","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"375","height":"812","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60737","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":3,"created":1724134748359,"version":0,"updated":1724134794657},"$loki":3,"newCommandTimeout":120}]"
[device-farm-main] device.host: http://172.28.34.26:4723 and pluginArgs.bindHostOrIp: 172.28.34.26
[device-farm-main] 📱 Creating session on the same node
[device-farm-main] 📱 Forwarding ios port to real device 00008030-001445A62E6A802E for manual interaction
[DevCon Factory Device Farm] Requesting connection for device 00008030-001445A62E6A802E on local port 60739, device port 60739
[DevCon Factory Device Farm] Cached connections count: 0
[DevCon Factory Device Farm] Successfully requested the connection for 00008030-001445A62E6A802E:60739
[AppiumDriver@4644] Executing default handling behavior for command 'createSession'
[AppiumDriver@4644] Event 'newSessionRequested' logged at 1724134794660 (09:19:54 GMT+0300 (GMT+03:00))
[Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS'
[Appium] The 'xcuitest' driver was installed and matched caps.
[Appium] Will require it at /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver
[Appium] Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/build/index.js
[AppiumDriver@4644] Appium v2.11.3 creating new XCUITestDriver (v7.24.15) session
[AppiumDriver@4644] Checking BaseDriver versions for Appium and XCUITestDriver
[AppiumDriver@4644] Appium's BaseDriver version is 9.11.3
[AppiumDriver@4644] XCUITestDriver's BaseDriver version is 9.11.3
[XCUITestDriver@823d]
[XCUITestDriver@823d] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "iOS",
"df:skipReport": true,
"appium:automationName": "XCUITest",
"appium:newCommandTimeout": 120,
"appium:waitForQuiescence": false,
"appium:wdaEventloopIdleDelay": 0,
"appium:eventLoopIdleDelaySec": 0,
"appium:waitForIdleTimeout": 0,
"appium:udid": "00008030-001445A62E6A802E",
"appium:deviceName": "iPhone 11 Pro",
"appium:platformVersion": "16.0.3",
"appium:mjpegServerPort": 60739,
"appium:wdaLocalPort": 60737,
"appium:usePreinstalledWDA": true,
"appium:updatedWDABundleId": "com.facebook.WebDriverAgentRunner.xctrunner",
"appium:updatedWDABundleIdSuffix": ""
},
"firstMatch": [
{}
]
}
[BaseDriver] The 'waitForQuiescence' capability has been deprecated and must not be used anymore. Please check the driver documentation for possible alternatives.
[BaseDriver] The 'waitForQuiescence' capability has been deprecated and must not be used anymore. Please check the driver documentation for possible alternatives.
[XCUITestDriver@823d] The following provided capabilities were not recognized by this driver:
[XCUITestDriver@823d] df:skipReport
[XCUITestDriver@823d] eventLoopIdleDelaySec
[XCUITestDriver@823d] The desired capabilities include neither an app nor a bundleId. WebDriverAgent will be started without the default app
[c1fc4d2a][XCUITestDriver@823d] Session created with session id: c1fc4d2a-550f-4693-96c5-a9e443bccbf5
[c1fc4d2a][XCUITest] Current user: 'techqaautomation2'
[c1fc4d2a][XCUITestDriver@823d] Available real devices: 00008030-000425EC1E04802E, 00008030-001E090C3686802E, 00008030-001445A62E6A802E
[c1fc4d2a][XCUITestDriver@823d] Creating iDevice object with udid '00008030-001445A62E6A802E'
[c1fc4d2a][XCUITestDriver@823d] Determining device to run tests on: udid: '00008030-001445A62E6A802E', real device: true
[c1fc4d2a][XCUITestDriver@823d] Normalized platformVersion capability value '16.0.3' to '16.0'
[c1fc4d2a][XCUITestDriver@823d] Event 'xcodeDetailsRetrieved' logged at 1724134794680 (09:19:54 GMT+0300 (GMT+03:00))
[c1fc4d2a][XCUITestDriver@823d] Event 'appConfigured' logged at 1724134794680 (09:19:54 GMT+0300 (GMT+03:00))
[c1fc4d2a][XCUITestDriver@823d] Event 'resetStarted' logged at 1724134794680 (09:19:54 GMT+0300 (GMT+03:00))
[c1fc4d2a][XCUITestDriver@823d] Reset: running ios real device reset flow
[c1fc4d2a][XCUITestDriver@823d] Event 'resetComplete' logged at 1724134794680 (09:19:54 GMT+0300 (GMT+03:00))
[c1fc4d2a][XCUITestDriver@823d] Using WDA path: '/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
[c1fc4d2a][XCUITestDriver@823d] Using WDA agent: '/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
[c1fc4d2a][XCUITestDriver@823d] The pyidevice tool is not present in PATH. Skipping crash logs collection for real devices.
[c1fc4d2a][XCUITestDriver@823d] Event 'logCaptureStarted' logged at 1724134794800 (09:19:54 GMT+0300 (GMT+03:00))
[c1fc4d2a][XCUITestDriver@823d] Setting up real device
[c1fc4d2a][XCUITestDriver@823d] No obsolete cached processes from previous WDA sessions listening on port 60737 have been found
[c1fc4d2a][DevCon Factory] Requesting connection for device 00008030-001445A62E6A802E on local port 60737, device port 60737
[c1fc4d2a][DevCon Factory] Cached connections count: 0
[c1fc4d2a][DevCon Factory] Successfully requested the connection for 00008030-001445A62E6A802E:60737
[c1fc4d2a][XCUITestDriver@823d] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[c1fc4d2a][XCUITestDriver@823d] Trying to start WebDriverAgent once since at least one of webDriverAgentUrl,usePreinstalledWDA capabilities is provided
[c1fc4d2a][XCUITestDriver@823d] Event 'wdaStartAttempted' logged at 1724134794866 (09:19:54 GMT+0300 (GMT+03:00))
[c1fc4d2a][XCUITestDriver@823d] The executable name for the bundle id 'com.facebook.WebDriverAgentRunner.xctrunner' was 'WebDriverAgentRunner-Runner'
[c1fc4d2a][XCUITestDriver@823d] The process of the bundle id 'com.facebook.WebDriverAgentRunner.xctrunner' was not running
[c1fc4d2a][XCUITestDriver@823d] Launching WebDriverAgent on the device without xcodebuild
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 2 ms - 3280
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 200 1 ms - 1
[c1fc4d2a][ios-device] SignerIdentifier: Apple Development: PdoQa Digi (DK9NZXVCYQ)
[c1fc4d2a][ios-device] removing /tmp/WebDriverAgentRunner-5B75C854-EFC1-4D28-980C-F584FE6C5B12.xctestconfiguration
[c1fc4d2a][ios-device] Test runner ready
[c1fc4d2a][ios-device] Pid of launched com.facebook.WebDriverAgentRunner.xctrunner: 79751
[c1fc4d2a][WD Proxy] Matched '/status' to command name 'getStatus'
[c1fc4d2a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60737/status] with no body
[c1fc4d2a][iProxy@00008030:60737] Connection was refused to port 60737
[c1fc4d2a][WD Proxy] socket hang up
[c1fc4d2a][WD Proxy] Matched '/status' to command name 'getStatus'
[c1fc4d2a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60737/status] with no body
[c1fc4d2a][iProxy@00008030:60737] Connection was refused to port 60737
[c1fc4d2a][WD Proxy] socket hang up
[c1fc4d2a][WD Proxy] Matched '/status' to command name 'getStatus'
[c1fc4d2a][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:60737/status] with no body
[c1fc4d2a][WD Proxy] Got response with status 200: {"value":{"build":{"version":"8.9.1","time":"Aug 14 2024 17:04:16","productBundleIdentifier":"com.facebook.WebDriverAgentRunner.xctrunner"},"os":{"testmanagerdVersion":28,"name":"iOS","sdkVersion":"17.0","version":"16.0.3"},"device":"iphone","ios":{"ip":"172.28.34.24"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null}
[c1fc4d2a][XCUITestDriver@823d] Event 'wdaSessionAttempted' logged at 1724134803466 (09:20:03 GMT+0300 (GMT+03:00))
[c1fc4d2a][XCUITestDriver@823d] Sending createSession command to WDA
[c1fc4d2a][XCUITestDriver@823d] Matched '/session' to command name 'createSession'
[c1fc4d2a][XCUITestDriver@823d] Proxying [POST /session] to [POST http://127.0.0.1:60737/session] with body: {"capabilities":{"firstMatch":[{"arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":false,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"waitForIdleTimeout":0,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}}
[c1fc4d2a][XCUITestDriver@823d] Got response with status 200: {"value":{"sessionId":"C2BF3683-C67A-4266-8421-06AEE6B0924E","capabilities":{"sdkVersion":"16.0.3","device":"iphone"}},"sessionId":"C2BF3683-C67A-4266-8421-06AEE6B0924E"}
[c1fc4d2a][XCUITestDriver@823d] Determined the downstream protocol as 'W3C'
[c1fc4d2a][XCUITestDriver@823d] WDA session startup took 13ms
[c1fc4d2a][XCUITestDriver@823d] Event 'wdaSessionStarted' logged at 1724134803480 (09:20:03 GMT+0300 (GMT+03:00))
[c1fc4d2a][XCUITestDriver@823d] Event 'wdaStarted' logged at 1724134803480 (09:20:03 GMT+0300 (GMT+03:00))
[c1fc4d2a][BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
[c1fc4d2a][BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
[c1fc4d2a][AppiumDriver@4644] New XCUITestDriver session created successfully, session c1fc4d2a-550f-4693-96c5-a9e443bccbf5 added to master session list
[c1fc4d2a][AppiumDriver@4644] Applying the initial values to Appium settings parsed from W3C caps: {"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0}
[c1fc4d2a][XCUITestDriver@823d] Matched '/appium/settings' to command name 'updateSettings'
[c1fc4d2a][XCUITestDriver@823d] Proxying [POST /appium/settings] to [POST http://127.0.0.1:60737/session/C2BF3683-C67A-4266-8421-06AEE6B0924E/appium/settings] with body: {"settings":{"mjpegServerFramerate":34}}
[c1fc4d2a][XCUITestDriver@823d] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"maxTypingFrequency":60,"reduceMotion":false,"respectSystemAlerts":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"screenshotOrientation":"auto","keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"C2BF3683-C67A-4266-8421-06AEE6B0924E"}
[c1fc4d2a][XCUITestDriver@823d] Matched '/appium/settings' to command name 'updateSettings'
[c1fc4d2a][XCUITestDriver@823d] Proxying [POST /appium/settings] to [POST http://127.0.0.1:60737/session/C2BF3683-C67A-4266-8421-06AEE6B0924E/appium/settings] with body: {"settings":{"mjpegServerScreenshotQuality":75}}
[c1fc4d2a][XCUITestDriver@823d] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"maxTypingFrequency":60,"reduceMotion":false,"respectSystemAlerts":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"screenshotOrientation":"auto","keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":75,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"C2BF3683-C67A-4266-8421-06AEE6B0924E"}
[c1fc4d2a][BaseDriver] The value of 'mjpegScalingFactor' setting did not change. Skipping the update for it
[c1fc4d2a][XCUITestDriver@823d] Matched '/appium/settings' to command name 'updateSettings'
[c1fc4d2a][XCUITestDriver@823d] Proxying [POST /appium/settings] to [POST http://127.0.0.1:60737/session/C2BF3683-C67A-4266-8421-06AEE6B0924E/appium/settings] with body: {"settings":{"animationCoolOffTimeout":0}}
[c1fc4d2a][XCUITestDriver@823d] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"maxTypingFrequency":60,"reduceMotion":false,"respectSystemAlerts":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"screenshotOrientation":"auto","keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":75,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":0},"sessionId":"C2BF3683-C67A-4266-8421-06AEE6B0924E"}
[c1fc4d2a][AppiumDriver@4644] Event 'newSessionStarted' logged at 1724134803542 (09:20:03 GMT+0300 (GMT+03:00))
[c1fc4d2a][device-farm-main] 📱 4f509194-5500-414e-b6cc-0cbedb06a3a1 Session response: {"protocol":"W3C","value":["c1fc4d2a-550f-4693-96c5-a9e443bccbf5",{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008030-001445A62E6A802E","deviceName":"iPhone 11 Pro","platformVersion":"16.0","mjpegServerPort":60739,"wdaLocalPort":60737,"usePreinstalledWDA":true,"updatedWDABundleId":"com.facebook.WebDriverAgentRunner.xctrunner","updatedWDABundleIdSuffix":""},"W3C"]}
[c1fc4d2a][device-farm-main] 📱 Removing pending session with capability_id: 4f509194-5500-414e-b6cc-0cbedb06a3a1
[c1fc4d2a][device-farm-main] 4f509194-5500-414e-b6cc-0cbedb06a3a1 📱 Session response is CreateSessionResponseInternal
[c1fc4d2a][device-farm-main] 📱 4f509194-5500-414e-b6cc-0cbedb06a3a1 ----- Device UDID 00008030-001445A62E6A802E blocked for session c1fc4d2a-550f-4693-96c5-a9e443bccbf5
[c1fc4d2a][device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":60737,"mjpegServerPort":60739,"udid":"00008030-001445A62E6A802E","sdk":"16.0.3","name":"iPhone 11 Pro","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,3","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"375","height":"812","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60737","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":1,"created":1724134748359,"version":0,"updated":1724134793632},"$loki":3}"
[c1fc4d2a][device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":60737,"mjpegServerPort":60739,"udid":"00008030-001445A62E6A802E","sdk":"16.0.3","name":"iPhone 11 Pro","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,3","totalUtilizationTimeMilliSec":0,"sessionStartTime":1724134803544,"width":"375","height":"812","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60737","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":4,"created":1724134748359,"version":0,"updated":1724134803545},"$loki":3,"newCommandTimeout":120,"session_id":"c1fc4d2a-550f-4693-96c5-a9e443bccbf5","lastCmdExecutedAt":1724134803544}]"
[c1fc4d2a][device-farm-main] 4f509194-5500-414e-b6cc-0cbedb06a3a1 📱 Updating Device 00008030-001445A62E6A802E with session ID c1fc4d2a-550f-4693-96c5-a9e443bccbf5
[c1fc4d2a][device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":60737,"mjpegServerPort":60739,"udid":"00008030-001445A62E6A802E","sdk":"16.0.3","name":"iPhone 11 Pro","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,3","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"375","height":"812","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60737","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":1,"created":1724134748359,"version":0,"updated":1724134793632},"$loki":3}"
[c1fc4d2a][device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":60737,"mjpegServerPort":60739,"udid":"00008030-001445A62E6A802E","sdk":"16.0.3","name":"iPhone 11 Pro","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.34.26:4723","wdaBundleId":"","productModel":"iPhone12,3","totalUtilizationTimeMilliSec":0,"sessionStartTime":1724134803544,"width":"375","height":"812","tags":[],"webDriverAgentUrl":"http://172.28.34.26:60737","nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":5,"created":1724134748359,"version":0,"updated":1724134803546},"$loki":3,"newCommandTimeout":120,"session_id":"c1fc4d2a-550f-4693-96c5-a9e443bccbf5","lastCmdExecutedAt":1724134803544,"proxyUrl":"http://127.0.0.1:60737","proxySessionId":"C2BF3683-C67A-4266-8421-06AEE6B0924E"}]"
[c1fc4d2a][AppiumDriver@4644] Promoting 1 sessionless plugins to be attached to session ID c1fc4d2a-550f-4693-96c5-a9e443bccbf5
[c1fc4d2a][XCUITestDriver@823d] Cached the protocol value 'W3C' for the new session c1fc4d2a-550f-4693-96c5-a9e443bccbf5
[c1fc4d2a][XCUITestDriver@823d] 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","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008030-001445A62E6A802E","deviceName":"iPhone 11 Pro","platformVersion":"16.0","mjpegServerPort":60739,"wdaLocalPort":60737,"usePreinstalledWDA":true,"updatedWDABundleId":"com.facebook.WebDriverAgentRunner.xctrunner","updatedWDABundleIdSuffix":""}}
[c1fc4d2a][HTTP] <-- POST /wd/hub/session 200 8897 ms - 727
[device-farm-main] Response from browser create session {"value":{"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008030-001445A62E6A802E","deviceName":"iPhone 11 Pro","platformVersion":"16.0","mjpegServerPort":60739,"wdaLocalPort":60737,"usePreinstalledWDA":true,"updatedWDABundleId":"com.facebook.WebDriverAgentRunner.xctrunner","updatedWDABundleIdSuffix":""},"sessionId":"c1fc4d2a-550f-4693-96c5-a9e443bccbf5"}}
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-001445A62E6A802E"]}}
[HTTP] <-- POST /device-farm/api/dashboard/appiumSession 200 8907 ms - 870
[HTTP] --> GET /device-farm/api/dashboard/mjpeg-stream/60739 {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/mjpeg-stream/60739. So, not proxying it to downstream.
[device-farm-main] New streaming request recieved with url: /ios-stream/00008030-001445A62E6A802E
[device-farm-main] Device id 00008030-001445A62E6A802E matched for streaming url : /ios-stream/00008030-001445A62E6A802E
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-001445A62E6A802E"]}}
[HTTP] --> POST /device-farm/api/dashboard/closeSession {"udid":"00008030-001445A62E6A802E","origin":"http://127.0.0.1:4723"}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/closeSession. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-001445A62E6A802E"]}}
[c1fc4d2a][HTTP] --> DELETE /wd/hub/session/c1fc4d2a-550f-4693-96c5-a9e443bccbf5 {}
[c1fc4d2a][device-farm-main] Updating lastCmdExecutedAt for device 00008030-001445A62E6A802E in session c1fc4d2a-550f-4693-96c5-a9e443bccbf5
[c1fc4d2a][XCUITestDriver@823d] Calling AppiumDriver.deleteSession() with args: ["c1fc4d2a-550f-4693-96c5-a9e443bccbf5"]
[c1fc4d2a][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c1fc4d2a][AppiumDriver@4644] Plugins which can handle cmd 'deleteSession': device-farm
[c1fc4d2a][AppiumDriver@4644] Plugin device-farm is now handling cmd 'deleteSession'
[c1fc4d2a][device-farm-main] Updated devices with filter: {"session_id":"c1fc4d2a-550f-4693-96c5-a9e443bccbf5"}
[c1fc4d2a][device-farm-main] 📱 Unblocking the device that is blocked for session c1fc4d2a-550f-4693-96c5-a9e443bccbf5
[c1fc4d2a][AppiumDriver@4644] Executing default handling behavior for command 'deleteSession'
[c1fc4d2a][AppiumDriver@4644] Event 'quitSessionRequested' logged at 1724134807179 (09:20:07 GMT+0300 (GMT+03:00))
[c1fc4d2a][AppiumDriver@4644] Removing session c1fc4d2a-550f-4693-96c5-a9e443bccbf5 from our master session list
[c1fc4d2a][XCUITestDriver@823d] Matched '/session/c1fc4d2a-550f-4693-96c5-a9e443bccbf5' to command name 'deleteSession'
[c1fc4d2a][XCUITestDriver@823d] Proxying [DELETE /session/c1fc4d2a-550f-4693-96c5-a9e443bccbf5] to [DELETE http://127.0.0.1:60737/session/C2BF3683-C67A-4266-8421-06AEE6B0924E] with no body
[c1fc4d2a][XCUITestDriver@823d] Got response with status 200: {"value":null,"sessionId":null}
[c1fc4d2a][XCUITestDriver@823d] Stopping the XCTest session
[c1fc4d2a][ios-device] Xctest for com.facebook.WebDriverAgentRunner.xctrunner on device 00008030-001445A62E6A802E has stopped!
[c1fc4d2a][DevCon Factory] Releasing connections for 00008030-001445A62E6A802E device on any port number
[c1fc4d2a][DevCon Factory] Found cached connections to release: ["00008030-001445A62E6A802E:60737"]
[c1fc4d2a][DevCon Factory] Releasing the listener for '00008030-001445A62E6A802E:60737'
[c1fc4d2a][iProxy@00008030:60737] Closing the connection
[c1fc4d2a][DevCon Factory] Cached connections count: 0
[c1fc4d2a][AppiumDriver@4644] Event 'quitSessionFinished' logged at 1724134807192 (09:20:07 GMT+0300 (GMT+03:00))
Waiting for Android and iOS websocket handlers to be removed..
[c1fc4d2a][iProxy@00008030:60737] The connection has been closed
[HTTP] <-- GET /device-farm/api/dashboard/mjpeg-stream/60739 200 13 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
[c1fc4d2a][device-farm-main] Socket server not removed within 5000ms. So not registering again
[c1fc4d2a][DevCon Factory Device Farm] Releasing connections for 00008030-001445A62E6A802E device on 60739 port number
[c1fc4d2a][DevCon Factory Device Farm] Found cached connections to release: ["00008030-001445A62E6A802E:60739"]
[c1fc4d2a][DevCon Factory Device Farm] Releasing the listener for '00008030-001445A62E6A802E:60739'
[c1fc4d2a][iProxy@00008030:60739] Closing the connection
[iProxy@00008030:60739] The connection has been closed
[c1fc4d2a][DevCon Factory Device Farm] Port #60739 has been successfully released after 1ms
[c1fc4d2a][DevCon Factory Device Farm] Cached connections count: 0
[c1fc4d2a][AppiumDriver@4644] Received response: null
[c1fc4d2a][AppiumDriver@4644] But deleting session, so not returning
[c1fc4d2a][AppiumDriver@4644] Responding to client with driver.deleteSession() result: null
[c1fc4d2a][HTTP] <-- DELETE /wd/hub/session/c1fc4d2a-550f-4693-96c5-a9e443bccbf5 200 5030 ms - 14
[HTTP] <-- POST /device-farm/api/dashboard/closeSession 200 5046 ms - 54
[c1fc4d2a][iProxy@00008030:60739] Connection was refused to port 60739
[HTTP] <-- GET /ios-stream/00008030-001445A62E6A802E - - ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 2 ms - 3353
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 200 1 ms - 1
[2946792a][iProxy@00008030:60734] The connection has been closed
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] <-- GET /device-farm/api/dashboard/mjpeg-stream/60735 200 11 ms - -
[iProxy@00008030:60735] The connection has been closed
[HTTP] --> GET /device-farm/ {}
[device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ 200 2 ms - 513
[HTTP] --> GET /device-farm/ui-assets/index-Cp7K0uA9.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-Cp7K0uA9.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-Cp7K0uA9.css 304 1 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-EU5vm-6k.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-EU5vm-6k.js. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-EU5vm-6k.js 304 1 ms - -
[HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 2 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/ {}
[device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ 200 1 ms - 513
[HTTP] --> GET /device-farm/ui-assets/index-Cp7K0uA9.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-Cp7K0uA9.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-Cp7K0uA9.css 304 0 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-EU5vm-6k.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-EU5vm-6k.js. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-EU5vm-6k.js 304 0 ms - -
[HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/dashboard/build {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/build. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/api/dashboard/session {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/session. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/build 304 6 ms - -
[HTTP] <-- GET /device-farm/api/dashboard/session 304 5 ms - -
[HTTP] --> GET /device-farm/api/dashboard/uploadedApps {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/uploadedApps. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/uploadedApps 304 1 ms - -
[HTTP] --> GET /device-farm/api/dashboard/session {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/session. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/api/dashboard/build {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/build. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/session 304 3 ms - -
[HTTP] <-- GET /device-farm/api/dashboard/build 304 2 ms - -
[HTTP] --> GET /device-farm {}
[device-farm-main] Received non-webdriver request with url /device-farm. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm 301 1 ms - 189
[HTTP] --> GET /device-farm/ {}
[device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ 304 1 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-Cp7K0uA9.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-Cp7K0uA9.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-Cp7K0uA9.css 304 4 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-EU5vm-6k.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-EU5vm-6k.js. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-EU5vm-6k.js 304 2 ms - -
[HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 2 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 2 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/dashboard/build {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/build. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/api/dashboard/session {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/session. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/build 304 2 ms - -
[HTTP] <-- GET /device-farm/api/dashboard/session 304 2 ms - -
[HTTP] --> GET /device-farm/api/dashboard/uploadedApps {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/uploadedApps. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/uploadedApps 304 1 ms - -
[HTTP] --> GET /device-farm/api/dashboard/build {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/build. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/api/dashboard/session {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/session. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/build 304 8 ms - -
[HTTP] <-- GET /device-farm/api/dashboard/session 304 8 ms - -
[HTTP] --> GET /device-farm/api/dashboard/uploadedApps {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/uploadedApps. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/uploadedApps 304 5 ms - -
[HTTP] --> GET /device-farm/api/dashboard/session {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/session. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/api/dashboard/build {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/build. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/dashboard/session 304 7 ms - -
[HTTP] <-- GET /device-farm/api/dashboard/build 304 6 ms - -
[HTTP] --> GET /device-farm {}
[device-farm-main] Received non-webdriver request with url /device-farm. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm 301 0 ms - 189
[HTTP] --> GET /device-farm/ {}
[device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ 304 0 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-CH13_JD0.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-CH13_JD0.css. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 1 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-DkYaoYSS.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkYaoYSS.js. So, not proxying it to downstream.
[HTTP] No route found for /device-farm/ui-assets/index-CH13_JD0.css
[HTTP] <-- GET /device-farm/ui-assets/index-CH13_JD0.css 404 3 ms - 211
[HTTP] No route found for /device-farm/ui-assets/index-DkYaoYSS.js
[HTTP] <-- GET /device-farm/ui-assets/index-DkYaoYSS.js 404 2 ms - 211
[HTTP] --> GET /device-farm/ {}
[device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ 304 2 ms - -
[HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/ui-assets/index-CH13_JD0.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-CH13_JD0.css. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/ui-assets/index-DkYaoYSS.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkYaoYSS.js. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 3 ms - -
[HTTP] No route found for /device-farm/ui-assets/index-CH13_JD0.css
[HTTP] <-- GET /device-farm/ui-assets/index-CH13_JD0.css 404 3 ms - 211
[HTTP] No route found for /device-farm/ui-assets/index-DkYaoYSS.js
[HTTP] <-- GET /device-farm/ui-assets/index-DkYaoYSS.js 404 3 ms - 211
[HTTP] --> GET /device-farm/ui-assets/index-Cp7K0uA9.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-Cp7K0uA9.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-Cp7K0uA9.css 304 1 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-EU5vm-6k.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-EU5vm-6k.js. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-EU5vm-6k.js 304 0 ms - -
[HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 0 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[HTTP] Request idempotency key: 9583d887-4d60-44ed-b949-5e956b4a77ea
[HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"appium:udid":"R58M80VSEZF","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.tod.mobil","appium:appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","appium:newCommandTimeout":600,"df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024"},"firstMatch":[{}]}}
[AppiumDriver@4644] Calling AppiumDriver.createSession() with args: [null,null,{"alwaysMatch":{"appium:udid":"R58M80VSEZF","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.tod.mobil","appium:appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","appium:newCommandTimeout":600,"df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024"},"firstMatch":[{}]}]
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@4644] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@4644] Plugin device-farm is now handling cmd 'createSession'
[device-farm-main] 📱 pluginArgs: {"platform":"both","iosDeviceType":"both","androidDeviceType":"both","skipChromeDownload":true,"maxSessions":8,"adbRemote":[],"emulators":[],"simulators":[],"deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"172.28.34.26","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":true,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.34.26
[device-farm-main] 📱 Creating temporary session capability_id: 13f55c3a-e8b8-4d82-9c2e-84472564b67f
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"android","udid":"R58M80VSEZF","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"R58M80VSEZF"},"busy":false,"userBlocked":false}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"R58M80VSEZF"},"busy":false,"userBlocked":false}
[device-farm-main] 📱 Blocking device R58M80VSEZF at host http://172.28.34.26:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":60701,"sdk":"12","realDevice":true,"name":"d1xx","busy":false,"state":"device","udid":"R58M80VSEZF","platform":"android","deviceType":"real","host":"http://172.28.34.26:4723","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"1080","height":"2280","liveStreaming":true,"tags":[],"nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":0,"created":1724134748364,"version":0},"$loki":6}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":60701,"sdk":"12","realDevice":true,"name":"d1xx","busy":true,"state":"device","udid":"R58M80VSEZF","platform":"android","deviceType":"real","host":"http://172.28.34.26:4723","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"1080","height":"2280","liveStreaming":true,"tags":[],"nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":2,"created":1724134748364,"version":0,"updated":1724136613424},"$loki":6,"newCommandTimeout":600}]"
[device-farm-main] device.host: http://172.28.34.26:4723 and pluginArgs.bindHostOrIp: 172.28.34.26
[device-farm-main] 📱 Creating session on the same node
[device-farm-main] 📱 Live streaming argument is set to true, preparing device for live streaming
[device-farm-main] Streaming apk not present, so downloading..
[device-farm-main] Successfully downloaded streaming sdk and saved to /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk
Current directory: /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF install /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk'
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 0 ms - 3400
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 200 0 ms - 1
[device-farm-main] Installed /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk on device R58M80VSEZF
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pm list packages'
Allowing recording permissions
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell appops set com.device.farm PROJECT_MEDIA allow'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am start -W -n com.device.farm/com.device.farm.ScreenCaptureActivity'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF forward tcp:60701 tcp:1991'
Pressing home
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell input keyevent KEYCODE_HOME'
[device-farm-main] Websocket event received, streaming app is running
[AppiumDriver@4644] Executing default handling behavior for command 'createSession'
[AppiumDriver@4644] Event 'newSessionRequested' logged at 1724136624435 (09:50:24 GMT+0300 (GMT+03:00))
[Appium] Attempting to find matching driver for automationName 'UiAutomator2' and platformName 'Android'
[Appium] The 'uiautomator2' driver was installed and matched caps.
[Appium] Will require it at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver
[Appium] Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[AppiumDriver@4644] Appium v2.11.3 creating new AndroidUiautomator2Driver (v3.7.7) session
[AppiumDriver@4644] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@4644] Appium's BaseDriver version is 9.11.3
[AppiumDriver@4644] AndroidUiautomator2Driver's BaseDriver version is 9.11.3
[AndroidUiautomator2Driver@57d8]
[AndroidUiautomator2Driver@57d8] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "Android",
"df:liveVideo": true,
"df:recordVideo": true,
"df:saveDeviceLogs": true,
"df:build": "TOD_ANDROID-LIVE-20-08-2024",
"appium:deviceName": "Automation2",
"appium:appPackage": "com.digiturk.tod.mobil",
"appium:appActivity": "com.digiturk.iq.mobil.provider.view.splash.SplashActivity",
"appium:noReset": false,
"appium:fullReset": false,
"appium:automationName": "UiAutomator2",
"appium:newCommandTimeout": 600,
"appium:udid": "R58M80VSEZF",
"appium:systemPort": 54527,
"appium:chromeDriverPort": 54528,
"appium:adbPort": 5037,
"appium:mjpegServerPort": 54529
},
"firstMatch": [
{}
]
}
[AndroidUiautomator2Driver@57d8] The following provided capabilities were not recognized by this driver:
[AndroidUiautomator2Driver@57d8] df:liveVideo
[AndroidUiautomator2Driver@57d8] df:recordVideo
[AndroidUiautomator2Driver@57d8] df:saveDeviceLogs
[AndroidUiautomator2Driver@57d8] df:build
[AndroidUiautomator2Driver@57d8] chromeDriverPort
[AndroidUiautomator2Driver@57d8] adbRemoteHost
[bfc9e844][AndroidUiautomator2Driver@57d8] Session created with session id: bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][ADB] Found 1 'build-tools' folders under '/Users/techqaautomation2/Library/Android/sdk' (newest first):
[bfc9e844][ADB] /Users/techqaautomation2/Library/Android/sdk/build-tools/34.0.0
[bfc9e844][ADB] Using 'adb' from '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[bfc9e844][AndroidUiautomator2Driver@57d8] Retrieving device list
[bfc9e844][ADB] Trying to find connected Android devices
[bfc9e844][ADB] Getting connected devices
[bfc9e844][ADB] Connected devices: [{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"}]
[bfc9e844][AndroidUiautomator2Driver@57d8] Using device: R58M80VSEZF
[bfc9e844][ADB] Using 'adb' from '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[bfc9e844][ADB] Setting device id to R58M80VSEZF
[bfc9e844][AndroidUiautomator2Driver@57d8] Starting 'com.digiturk.tod.mobil' directly on the device
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell getprop ro.build.version.sdk'
[bfc9e844][ADB] Current device property 'ro.build.version.sdk': 31
[bfc9e844][ADB] Getting device platform version
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell getprop ro.build.version.release'
[bfc9e844][ADB] Current device property 'ro.build.version.release': 12
[bfc9e844][ADB] Device API level: 31
[bfc9e844][AndroidUiautomator2Driver@57d8] Relaxing hidden api policy
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
[bfc9e844][AndroidUiautomator2Driver@57d8] No app sent in, not parsing package/activity
[bfc9e844][AndroidUiautomator2Driver@57d8] Pushing settings apk to the device...
[bfc9e844][ADB] Getting package info for 'io.appium.settings'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys package io.appium.settings'
[bfc9e844][ADB] Using 'aapt2' from '/Users/techqaautomation2/Library/Android/sdk/build-tools/34.0.0/aapt2'
[bfc9e844][ADB] Reading package manifest: '/Users/techqaautomation2/Library/Android/sdk/build-tools/34.0.0/aapt2 dump badging /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[bfc9e844][ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.12.11' >= '5.12.11')
[bfc9e844][ADB] There is no need to install/upgrade '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys activity services io.appium.settings'
[bfc9e844][AndroidUiautomator2Driver@57d8] io.appium.settings is already running. There is no need to reset its permissions.
[bfc9e844][Logcat] Starting logs capture with command: /Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF logcat -v threadtime
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell appops set io.appium.settings android:mock_location allow'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell cat /data/local/tmp/mock_apps.json'
[bfc9e844][AndroidUiautomator2Driver@57d8] Forwarding UiAutomator2 Server port 6790 to local port 54527
[bfc9e844][AndroidUiautomator2Driver@57d8] MJPEG broadcasting requested, forwarding MJPEG server port 7810 to local port 54529
[bfc9e844][ADB] Forwarding system: 54529 to device: 7810
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF forward tcp:54529 tcp:7810'
[bfc9e844][ADB] Forwarding system: 54527 to device: 6790
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF forward tcp:54527 tcp:6790'
[bfc9e844][ADB] Getting package info for 'io.appium.uiautomator2.server'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys package io.appium.uiautomator2.server'
[bfc9e844][ADB] Getting install status for io.appium.uiautomator2.server.test
[bfc9e844][AndroidUiautomator2Driver@57d8] No app capability. Assuming it is already on the device
[bfc9e844][ADB] Getting install status for com.digiturk.tod.mobil
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell cmd package list packages'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell cmd package list packages'
[bfc9e844][ADB] Reading package manifest: '/Users/techqaautomation2/Library/Android/sdk/build-tools/34.0.0/aapt2 dump badging /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.22.apk'
[bfc9e844][ADB] 'com.digiturk.tod.mobil' is installed
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am force-stop com.digiturk.tod.mobil'
[bfc9e844][ADB] 'io.appium.uiautomator2.server.test' is installed
[bfc9e844][ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.22' >= '7.0.22')
[bfc9e844][AndroidUiautomator2Driver@57d8] Server packages status: [{"installState":"sameVersionInstalled","appPath":"/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.22.apk","appId":"io.appium.uiautomator2.server"},{"installState":"sameVersionInstalled","appPath":"/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk","appId":"io.appium.uiautomator2.server.test"}]
[bfc9e844][AndroidUiautomator2Driver@57d8] Server packages are not going to be (re)installed
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 30000ms for services to be available
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pm list instrumentation'
[bfc9e844][AndroidUiautomator2Driver@57d8] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[bfc9e844][ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[bfc9e844][ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server.test",";"]]
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pm clear com.digiturk.tod.mobil'
[bfc9e844][AndroidUiautomator2Driver@57d8] Performed fast reset on the installed 'com.digiturk.tod.mobil' application (stop and clear)
[bfc9e844][AndroidUiautomator2Driver@57d8] Performing shallow cleanup of automation leftovers
[bfc9e844][AndroidUiautomator2Driver@57d8] No obsolete sessions have been detected (socket hang up)
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am force-stop io.appium.uiautomator2.server'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am force-stop io.appium.uiautomator2.server.test'
[bfc9e844][AndroidUiautomator2Driver@57d8] Starting UIAutomator2 server 7.0.22
[bfc9e844][AndroidUiautomator2Driver@57d8] Using UIAutomator2 server from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.22.apk' and test from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 30000ms for UiAutomator2 to be online...
[bfc9e844][ADB] Creating ADB subprocess with args: ["-P","5037","-s","R58M80VSEZF","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/status' to command name 'getStatus'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /status] to [GET http://127.0.0.1:54527/status] with no body
[bfc9e844][AndroidUiautomator2Driver@57d8] socket hang up
[bfc9e844][AndroidUiautomator2Driver@57d8] [Instrumentation]
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/status' to command name 'getStatus'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /status] to [GET http://127.0.0.1:54527/status] with no body
[bfc9e844][AndroidUiautomator2Driver@57d8] socket hang up
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 304 1 ms - -
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/status' to command name 'getStatus'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /status] to [GET http://127.0.0.1:54527/status] with no body
[bfc9e844][AndroidUiautomator2Driver@57d8] socket hang up
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/status' to command name 'getStatus'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /status] to [GET http://127.0.0.1:54527/status] with no body
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[bfc9e844][AndroidUiautomator2Driver@57d8] The initialization of the instrumentation process took 3120ms
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/session' to command name 'createSession'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /session] to [POST http://127.0.0.1:54527/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"R58M80VSEZF","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":54527,"chromeDriverPort":54528,"adbPort":5037,"mjpegServerPort":54529,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"Automation2","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationN...
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"capabilities":{"firstMatch":[{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"R58M80VSEZF","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":54527,"chromeDriverPort":54528,"adbPort":5037,"mjpegServerPort":54529,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"Automation2","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.Sp...
[bfc9e844][AndroidUiautomator2Driver@57d8] Determined the downstream protocol as 'W3C'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/appium/device/pixel_ratio] with no body
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/appium/device/system_bars] with no body
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/window/current/size' to command name 'getWindowSize'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /window/current/size] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/window/current/size] with no body
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/appium/device/info] with no body
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys window'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys power'
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":2.625}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"statusBar":90}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"height":2280,"width":1080}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Screen already unlocked, doing nothing
[bfc9e844][AndroidUiautomator2Driver@57d8] Starting 'com.digiturk.tod.mobil/com.digiturk.iq.mobil.provider.view.splash.SplashActivity and waiting for 'com.digiturk.tod.mobil/com.digiturk.iq.mobil.provider.view.splash.SplashActivity'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am start -W -n com.digiturk.tod.mobil/com.digiturk.iq.mobil.provider.view.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"androidId":"dd3c42441cfa4173","apiVersion":"31","bluetooth":{"state":"OFF"},"brand":"samsung","carrierName":"Turkcell","displayDensity":420,"locale":"tr_TR","manufacturer":"samsung","model":"SM-N970F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":30000,"linkUpstreamBandwidthKbps":15000,"networkCapabilities":"NET_CAPABILITY_IMS,NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-2147483648,"transportTypes":"TRANSPORT_CELLULAR"},"detailedState":"CONNECTED","extraInfo":"ims","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":13,"subtypeName":"LTE","type":0,"typeName":"MOBILE"},{"capabilities":{"SSID":null,"linkDownBandwidthKbps":162245,"linkUpstreamBandwidthKbps":169556,"networkCapabilities":"NET_CAPABIL...
[bfc9e844][AppiumDriver@4644] New AndroidUiautomator2Driver session created successfully, session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 added to master session list
[bfc9e844][AppiumDriver@4644] Event 'newSessionStarted' logged at 1724136629793 (09:50:29 GMT+0300 (GMT+03:00))
[bfc9e844][device-farm-main] 📱 13f55c3a-e8b8-4d82-9c2e-84472564b67f Session response: {"protocol":"W3C","value":["bfc9e844-c160-4c7c-93dd-42ea57b2d4d1",{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"R58M80VSEZF","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":54527,"chromeDriverPort":54528,"adbPort":5037,"mjpegServerPort":54529,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"Automation2","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":54527,"chromeDriverPort":54528,"adbPort":5037,"mjpegServerPort":54529},"deviceUDID":"R58M80VSEZF","pixelRatio":"2.625","statBarHeight":90,"viewportRect":{"left":0,"top":90,"width":1080,"height":2190},"deviceApiLevel":31,"platformVersion":"12","deviceManufacturer":"samsung","deviceModel":"SM-N970F","deviceScreenSize":"1080x2280","deviceScreenDensity":420},"W3C"]}
[bfc9e844][device-farm-main] 📱 Removing pending session with capability_id: 13f55c3a-e8b8-4d82-9c2e-84472564b67f
[bfc9e844][device-farm-main] 13f55c3a-e8b8-4d82-9c2e-84472564b67f 📱 Session response is CreateSessionResponseInternal
[bfc9e844][device-farm-main] 📱 13f55c3a-e8b8-4d82-9c2e-84472564b67f ----- Device UDID R58M80VSEZF blocked for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":60701,"sdk":"12","realDevice":true,"name":"d1xx","busy":false,"state":"device","udid":"R58M80VSEZF","platform":"android","deviceType":"real","host":"http://172.28.34.26:4723","totalUtilizationTimeMilliSec":0,"sessionStartTime":0,"width":"1080","height":"2280","liveStreaming":true,"tags":[],"nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":0,"created":1724134748364,"version":0},"$loki":6}"
[bfc9e844][device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":60701,"sdk":"12","realDevice":true,"name":"d1xx","busy":true,"state":"device","udid":"R58M80VSEZF","platform":"android","deviceType":"real","host":"http://172.28.34.26:4723","totalUtilizationTimeMilliSec":0,"sessionStartTime":1724136629794,"width":"1080","height":"2280","liveStreaming":true,"tags":[],"nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":3,"created":1724134748364,"version":0,"updated":1724136629794},"$loki":6,"newCommandTimeout":600,"session_id":"bfc9e844-c160-4c7c-93dd-42ea57b2d4d1","lastCmdExecutedAt":1724136629794}]"
[bfc9e844][device-farm-main] Skipping dashboard report
[bfc9e844][device-farm-main] Adding the session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with type local to session map
[bfc9e844][HTTP] --> POST /wd/hub/wd-internal/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/appium/start_recording_screen {"options":{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.startRecordingScreen() with args: [{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800},"bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'startRecordingScreen': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'startRecordingScreen'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'startRecordingScreen'
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][ADB] Getting IDs of all 'screenrecord' processes
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell 'pgrep --help; echo $?''
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[bfc9e844][AndroidUiautomator2Driver@57d8] Screen recording has not been previously started by Appium. There is nothing to stop
[bfc9e844][ADB] Getting IDs of all 'screenrecord' processes
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[bfc9e844][ADB] Building screenrecord process with the command line: adb -P 5037 -s R58M80VSEZF shell screenrecord --size 1280x720 --time-limit 180 /sdcard/620235e2.mp4
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell "[ -e '/sdcard/620235e2.mp4' ] && echo __PASS__"'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell "[ -e '/sdcard/620235e2.mp4' ] && echo __PASS__"'
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.startRecordingScreen() result: ""
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/appium/start_recording_screen 200 657 ms - 12
[bfc9e844][device-farm-main] 13f55c3a-e8b8-4d82-9c2e-84472564b67f 📱 Updating Device R58M80VSEZF with session ID bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AppiumDriver@4644] Promoting 1 sessionless plugins to be attached to session ID bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Cached the protocol value 'W3C' for the new session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"R58M80VSEZF","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":54527,"chromeDriverPort":54528,"adbPort":5037,"mjpegServerPort":54529,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"Automation2","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomat...
[bfc9e844][HTTP] <-- POST /wd/hub/session 200 17755 ms - 1502
[HTTP] --> GET /wd/hub/status {}
[device-farm-main] Received non-webdriver request with url /wd/hub/status. So, not proxying it to downstream.
[AppiumDriver@4644] Calling AppiumDriver.getStatus() with args: []
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@4644] Plugins which can handle cmd 'getStatus': device-farm
[AppiumDriver@4644] Plugin device-farm is now handling cmd 'getStatus'
[AppiumDriver@4644] Executing default handling behavior for command 'getStatus'
[AppiumDriver@4644] Responding to client with driver.getStatus() result: {"ready":true,"message":"The server is ready to accept new connections","build":{"version":"2.11.3"}}
[HTTP] <-- GET /wd/hub/status 200 1 ms - 111
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/execute/sync {"script":"devicefarm: setSessionName","args":[{"name":"Live TV Channel Check Broadcast Stream with Different User Type"}]}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Received execute command with script devicefarm: setSessionName
[bfc9e844][device-farm-main] Updating session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with data: {"name":"Live TV Channel Check Broadcast Stream with Different User Type"}
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/execute/sync 200 16 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_discover"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_discover","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc67-ffff-ffff0000001a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc67-ffff-ffff0000001a"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc67-ffff-ffff0000001a","ELEMENT":"00000000-0000-dc67-ffff-ffff0000001a"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 74 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc67-ffff-ffff0000001a/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc67-ffff-ffff0000001a","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc67-ffff-ffff0000001a/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc67-ffff-ffff0000001a/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc67-ffff-ffff0000001a/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc67-ffff-ffff0000001a/displayed 200 23 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_discover"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_discover","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc67-ffff-ffff0000001a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc67-ffff-ffff0000001a"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc67-ffff-ffff0000001a","ELEMENT":"00000000-0000-dc67-ffff-ffff0000001a"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 32 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc67-ffff-ffff0000001a/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc67-ffff-ffff0000001a","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc67-ffff-ffff0000001a/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc67-ffff-ffff0000001a/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc67-ffff-ffff0000001a/click] with body: {"element":"00000000-0000-dc67-ffff-ffff0000001a"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc67-ffff-ffff0000001a/click 200 78 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 264 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 1002 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 174 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 257 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 222 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 243 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 231 ms - 802
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3499
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 200 1 ms - 1
[device-farm-main] Found 1 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 182 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 159 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 140 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 177 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 132 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 193 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 556 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 333 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 280 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 296 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 179 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 182 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 206 ms - 802
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3499
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 310 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 231 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 248 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 272 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 309 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 182 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 108 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 80 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 178 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 170 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 123 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 161 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 192 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 104 ms - 802
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3499
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - -
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 106 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 85 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 152 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 593 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 142 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 112 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 169 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"navigation_account"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","navigation_account","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"navigation_account","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc69-ffff-ffff0000005e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc69-ffff-ffff0000005e"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc69-ffff-ffff0000005e","ELEMENT":"00000000-0000-dc69-ffff-ffff0000005e"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 167 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc69-ffff-ffff0000005e/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc69-ffff-ffff0000005e","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc69-ffff-ffff0000005e/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc69-ffff-ffff0000005e/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc69-ffff-ffff0000005e/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc69-ffff-ffff0000005e/displayed 200 29 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"navigation_account"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","navigation_account","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"navigation_account","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc69-ffff-ffff0000005e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc69-ffff-ffff0000005e"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc69-ffff-ffff0000005e","ELEMENT":"00000000-0000-dc69-ffff-ffff0000005e"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 97 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc69-ffff-ffff0000005e/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc69-ffff-ffff0000005e","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc69-ffff-ffff0000005e/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc69-ffff-ffff0000005e/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc69-ffff-ffff0000005e/click] with body: {"element":"00000000-0000-dc69-ffff-ffff0000005e"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc69-ffff-ffff0000005e/click 200 93 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_login"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_login","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc69-ffff-ffff0000019d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc69-ffff-ffff0000019d"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc69-ffff-ffff0000019d","ELEMENT":"00000000-0000-dc69-ffff-ffff0000019d"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 732 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc69-ffff-ffff0000019d/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc69-ffff-ffff0000019d","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc69-ffff-ffff0000019d/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc69-ffff-ffff0000019d/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc69-ffff-ffff0000019d/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc69-ffff-ffff0000019d/displayed 200 34 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_login"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_login","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc69-ffff-ffff0000019d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc69-ffff-ffff0000019d"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc69-ffff-ffff0000019d","ELEMENT":"00000000-0000-dc69-ffff-ffff0000019d"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 50 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc69-ffff-ffff0000019d/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc69-ffff-ffff0000019d","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc69-ffff-ffff0000019d/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc69-ffff-ffff0000019d/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc69-ffff-ffff0000019d/click] with body: {"element":"00000000-0000-dc69-ffff-ffff0000019d"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc69-ffff-ffff0000019d/click 200 103 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"et_user_name"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","et_user_name","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6a-ffff-ffff000001e9","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001e9"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001e9","ELEMENT":"00000000-0000-dc6a-ffff-ffff000001e9"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 515 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001e9/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc6a-ffff-ffff000001e9","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6a-ffff-ffff000001e9/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc6a-ffff-ffff000001e9/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6a-ffff-ffff000001e9/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001e9/displayed 200 34 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"et_user_name"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","et_user_name","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6a-ffff-ffff000001e9","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001e9"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001e9","ELEMENT":"00000000-0000-dc6a-ffff-ffff000001e9"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 23 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001e9/value {"value":["1","4","4","8","0","0","9","1"],"text":"14480091"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.setValue() with args: [["1","4","4","8","0","0","9","1"],"00000000-0000-dc6a-ffff-ffff000001e9","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'setValue': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'setValue'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'setValue'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6a-ffff-ffff000001e9/value' to command name 'setValue'
[bfc9e844][AndroidUiautomator2Driver@57d8] Added 'value' property ["1","4","4","8","0","0","9","1"] to 'setValue' request body
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc6a-ffff-ffff000001e9/value] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6a-ffff-ffff000001e9/value] with body: {"elementId":"00000000-0000-dc6a-ffff-ffff000001e9","text":"14480091","replace":false,"value":["1","4","4","8","0","0","9","1"]}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.setValue() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method setValue
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001e9/value 200 587 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"et_password"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","et_password","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6a-ffff-ffff000001f4","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001f4"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001f4","ELEMENT":"00000000-0000-dc6a-ffff-ffff000001f4"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 529 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001f4/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc6a-ffff-ffff000001f4","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6a-ffff-ffff000001f4/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc6a-ffff-ffff000001f4/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6a-ffff-ffff000001f4/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001f4/displayed 200 32 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"et_password"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","et_password","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6a-ffff-ffff000001f4","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001f4"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001f4","ELEMENT":"00000000-0000-dc6a-ffff-ffff000001f4"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 37 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001f4/value {"value":["*","T","e","s","t","1","2","3","4","."],"text":"*Test1234."}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.setValue() with args: [["*","T","e","s","t","1","2","3","4","."],"00000000-0000-dc6a-ffff-ffff000001f4","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'setValue': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'setValue'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'setValue'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6a-ffff-ffff000001f4/value' to command name 'setValue'
[bfc9e844][AndroidUiautomator2Driver@57d8] Added 'value' property ["*","T","e","s","t","1","2","3","4","."] to 'setValue' request body
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc6a-ffff-ffff000001f4/value] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6a-ffff-ffff000001f4/value] with body: {"elementId":"00000000-0000-dc6a-ffff-ffff000001f4","text":"*Test1234.","replace":false,"value":["*","T","e","s","t","1","2","3","4","."]}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.setValue() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method setValue
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001f4/value 200 576 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_login"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_login","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3500
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[device-farm-main] Found 1 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6a-ffff-ffff000001fd","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001fd"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001fd","ELEMENT":"00000000-0000-dc6a-ffff-ffff000001fd"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 537 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001fd/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc6a-ffff-ffff000001fd","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6a-ffff-ffff000001fd/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc6a-ffff-ffff000001fd/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6a-ffff-ffff000001fd/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001fd/displayed 200 29 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_login"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_login","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6a-ffff-ffff000001fd","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001fd"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6a-ffff-ffff000001fd","ELEMENT":"00000000-0000-dc6a-ffff-ffff000001fd"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 40 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001fd/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc6a-ffff-ffff000001fd","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6a-ffff-ffff000001fd/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc6a-ffff-ffff000001fd/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6a-ffff-ffff000001fd/click] with body: {"element":"00000000-0000-dc6a-ffff-ffff000001fd"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6a-ffff-ffff000001fd/click 200 88 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"validate_device_button"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6c-ffff-ffff00000252","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6c-ffff-ffff00000252"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6c-ffff-ffff00000252","ELEMENT":"00000000-0000-dc6c-ffff-ffff00000252"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 52 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6c-ffff-ffff00000252/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc6c-ffff-ffff00000252","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6c-ffff-ffff00000252/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc6c-ffff-ffff00000252/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6c-ffff-ffff00000252/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6c-ffff-ffff00000252/displayed 200 28 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"validate_device_button"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6c-ffff-ffff00000252","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6c-ffff-ffff00000252"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6c-ffff-ffff00000252","ELEMENT":"00000000-0000-dc6c-ffff-ffff00000252"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 37 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6c-ffff-ffff00000252/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc6c-ffff-ffff00000252","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6c-ffff-ffff00000252/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc6c-ffff-ffff00000252/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6c-ffff-ffff00000252/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6c-ffff-ffff00000252/displayed 200 25 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"validate_device_button"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6c-ffff-ffff00000252","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6c-ffff-ffff00000252"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6c-ffff-ffff00000252","ELEMENT":"00000000-0000-dc6c-ffff-ffff00000252"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 35 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6c-ffff-ffff00000252/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc6c-ffff-ffff00000252","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6c-ffff-ffff00000252/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc6c-ffff-ffff00000252/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6c-ffff-ffff00000252/click] with body: {"element":"00000000-0000-dc6c-ffff-ffff00000252"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6c-ffff-ffff00000252/click 200 87 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"description"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","description","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"description","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 85 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"description"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","description","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"description","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6e-ffff-ffff00000362","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6e-ffff-ffff00000362"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6e-ffff-ffff00000362","ELEMENT":"00000000-0000-dc6e-ffff-ffff00000362"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 326 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff00000362/text {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] 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
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.getText() with args: ["00000000-0000-dc6e-ffff-ffff00000362","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'getText': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'getText'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'getText'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff00000362/text' to command name 'getText'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff00000362/text] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6e-ffff-ffff00000362/text] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"538 0****85 no’lu telefonunuza SMS olarak gönderilen onay kodu ile cihaz doğrulama işleminize devam edebilirsiniz. (Referans no: CHDZZ)"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.getText() result: "538 0****85 no’lu telefonunuza SMS olarak gönderilen onay kodu ile cihaz doğrulama işleminize devam edebilirsiniz. (Referans no: CHDZZ)"
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method getText
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff00000362/text 200 301 ms - 153
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"verification_code"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","verification_code","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"verification_code","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6e-ffff-ffff00000365","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6e-ffff-ffff00000365"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6e-ffff-ffff00000365","ELEMENT":"00000000-0000-dc6e-ffff-ffff00000365"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 50 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff00000365/value {"value":["9","1","2","8"],"text":"9128"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.setValue() with args: [["9","1","2","8"],"00000000-0000-dc6e-ffff-ffff00000365","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'setValue': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'setValue'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'setValue'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6e-ffff-ffff00000365/value' to command name 'setValue'
[bfc9e844][AndroidUiautomator2Driver@57d8] Added 'value' property ["9","1","2","8"] to 'setValue' request body
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc6e-ffff-ffff00000365/value] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6e-ffff-ffff00000365/value] with body: {"elementId":"00000000-0000-dc6e-ffff-ffff00000365","text":"9128","replace":false,"value":["9","1","2","8"]}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.setValue() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method setValue
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff00000365/value 200 68 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"device_name"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","device_name","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"device_name","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6e-ffff-ffff0000036b","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6e-ffff-ffff0000036b"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6e-ffff-ffff0000036b","ELEMENT":"00000000-0000-dc6e-ffff-ffff0000036b"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 984 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff0000036b/value {"value":["A","u","t","o","m","a","t","i","o","n"," ","D","e","v","i","c","e"],"text":"Automation Device"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.setValue() with args: [["A","u","t","o","m","a","t","i","o","n"," ","D","e","v","i","c","e"],"00000000-0000-dc6e-ffff-ffff0000036b","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'setValue': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'setValue'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'setValue'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6e-ffff-ffff0000036b/value' to command name 'setValue'
[bfc9e844][AndroidUiautomator2Driver@57d8] Added 'value' property ["A","u","t","o","m","a","t","i","o","n"," ","D","e","v","i","c","e"] to 'setValue' request body
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc6e-ffff-ffff0000036b/value] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6e-ffff-ffff0000036b/value] with body: {"elementId":"00000000-0000-dc6e-ffff-ffff0000036b","text":"Automation Device","replace":false,"value":["A","u","t","o","m","a","t","i","o","n"," ","D","e","v","i","c","e"]}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.setValue() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method setValue
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff0000036b/value 200 76 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"next_button"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","next_button","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"next_button","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc6e-ffff-ffff0000036c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6e-ffff-ffff0000036c"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc6e-ffff-ffff0000036c","ELEMENT":"00000000-0000-dc6e-ffff-ffff0000036c"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 926 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff0000036c/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc6e-ffff-ffff0000036c","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc6e-ffff-ffff0000036c/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc6e-ffff-ffff0000036c/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc6e-ffff-ffff0000036c/click] with body: {"element":"00000000-0000-dc6e-ffff-ffff0000036c"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc6e-ffff-ffff0000036c/click 200 108 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"ok_button"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","ok_button","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"ok_button","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 101 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"ok_button"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","ok_button","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"ok_button","context":"","multiple":false}
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3500
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc70-ffff-ffff0000039e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc70-ffff-ffff0000039e"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc70-ffff-ffff0000039e","ELEMENT":"00000000-0000-dc70-ffff-ffff0000039e"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 476 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc70-ffff-ffff0000039e/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc70-ffff-ffff0000039e","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc70-ffff-ffff0000039e/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc70-ffff-ffff0000039e/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc70-ffff-ffff0000039e/click] with body: {"element":"00000000-0000-dc70-ffff-ffff0000039e"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc70-ffff-ffff0000039e/click 200 113 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"changePasswordButton"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 1156 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc72-ffff-ffff000003b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc72-ffff-ffff000003b1"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc72-ffff-ffff000003b1","ELEMENT":"00000000-0000-dc72-ffff-ffff000003b1"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 53 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc72-ffff-ffff000003b1/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc72-ffff-ffff000003b1","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc72-ffff-ffff000003b1/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc72-ffff-ffff000003b1/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc72-ffff-ffff000003b1/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc72-ffff-ffff000003b1/displayed 200 22 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"(//android.widget.ImageView)[1]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","(//android.widget.ImageView)[1]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"(//android.widget.ImageView)[1]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc72-ffff-ffff000003c1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc72-ffff-ffff000003c1"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc72-ffff-ffff000003c1","ELEMENT":"00000000-0000-dc72-ffff-ffff000003c1"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 127 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc72-ffff-ffff000003c1/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc72-ffff-ffff000003c1","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc72-ffff-ffff000003c1/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc72-ffff-ffff000003c1/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc72-ffff-ffff000003c1/click] with body: {"element":"00000000-0000-dc72-ffff-ffff000003c1"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc72-ffff-ffff000003c1/click 200 90 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc72-ffff-ffff000003b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc72-ffff-ffff000003b1"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc72-ffff-ffff000003b1","ELEMENT":"00000000-0000-dc72-ffff-ffff000003b1"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 129 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc72-ffff-ffff000003b1/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc72-ffff-ffff000003b1","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc72-ffff-ffff000003b1/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc72-ffff-ffff000003b1/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc72-ffff-ffff000003b1/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"stale element reference","message":"androidx.test.uiautomator.StaleObjectException","stacktrace":"io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: androidx.test.uiautomator.StaleObjectException\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:63)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)\n\tat io.netty.handler.codec.MessageToMe...
[bfc9e844][W3C] Matched W3C error code 'stale element reference' to StaleElementReferenceError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: androidx.test.uiautomator.StaleObjectException
at io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:63)
at io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)
at io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)
at io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:435)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)
at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:250)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:611)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:552)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:466)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:920)
Caused by: androidx.test.uiautomator.StaleObjectException
at androidx.test.uiautomator.UiObject2.getAccessibilityNodeInfo(UiObject2.java:1018)
at androidx.test.uiautomator.UiObject2.hashCode(UiObject2.java:139)
at java.lang.Object.toString(Object.java:291)
at java.util.Formatter$FormatSpecifier.printString(Formatter.java:2978)
at java.util.Formatter$FormatSpecifier.print(Formatter.java:2855)
at java.util.Formatter.format(Formatter.java:2524)
at java.util.Formatter.format(Formatter.java:2459)
at java.lang.String.format(String.java:2870)
at io.appium.uiautomator2.utils.ReflectionUtils.invoke(ReflectionUtils.java:85)
at io.appium.uiautomator2.core.AxNodeInfoExtractor.extractAxNodeInfo(AxNodeInfoExtractor.java:58)
at io.appium.uiautomator2.core.AxNodeInfoExtractor.toAxNodeInfo(AxNodeInfoExtractor.java:48)
at io.appium.uiautomator2.model.UiObject2Element.getAttribute(UiObject2Element.java:127)
at io.appium.uiautomator2.handler.GetElementAttribute.safeHandle(GetElementAttribute.java:24)
at io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)
... 33 more
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc72-ffff-ffff000003b1/displayed 404 615 ms - 4797
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 188 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 191 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 147 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 153 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 160 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 202 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 157 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3500
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 158 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 233 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 169 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"titleTextView"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","titleTextView","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 170 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 101 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 145 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 166 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 127 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 109 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 92 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 126 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"skip"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","skip","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 149 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 136 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 131 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 162 ms - 802
[device-farm-main] Found 1 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 152 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"b_continue"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","b_continue","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 133 ms - 802
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3500
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"id","value":"navigation_account"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["id","navigation_account","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"id","selector":"navigation_account","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc76-ffff-ffff00000442","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc76-ffff-ffff00000442"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc76-ffff-ffff00000442","ELEMENT":"00000000-0000-dc76-ffff-ffff00000442"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 139 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc76-ffff-ffff00000442/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc76-ffff-ffff00000442","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc76-ffff-ffff00000442/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc76-ffff-ffff00000442/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc76-ffff-ffff00000442/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc76-ffff-ffff00000442/displayed 200 20 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc76-ffff-ffff0000045d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc76-ffff-ffff0000045d"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc76-ffff-ffff0000045d","ELEMENT":"00000000-0000-dc76-ffff-ffff0000045d"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 275 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc76-ffff-ffff0000045d/text {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] 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
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.getText() with args: ["00000000-0000-dc76-ffff-ffff0000045d","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'getText': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'getText'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'getText'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc76-ffff-ffff0000045d/text' to command name 'getText'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc76-ffff-ffff0000045d/text] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc76-ffff-ffff0000045d/text] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":""}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.getText() result: ""
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method getText
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc76-ffff-ffff0000045d/text 200 26 ms - 12
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc76-ffff-ffff0000045d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc76-ffff-ffff0000045d"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc76-ffff-ffff0000045d","ELEMENT":"00000000-0000-dc76-ffff-ffff0000045d"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 240 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc76-ffff-ffff0000045d/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc76-ffff-ffff0000045d","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc76-ffff-ffff0000045d/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc76-ffff-ffff0000045d/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc76-ffff-ffff0000045d/click] with body: {"element":"00000000-0000-dc76-ffff-ffff0000045d"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc76-ffff-ffff0000045d/click 200 89 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Spor\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Spor\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Spor\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc77-ffff-ffff0000052e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc77-ffff-ffff0000052e"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc77-ffff-ffff0000052e","ELEMENT":"00000000-0000-dc77-ffff-ffff0000052e"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 214 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc77-ffff-ffff0000052e/displayed {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc77-ffff-ffff0000052e","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc77-ffff-ffff0000052e/attribute/displayed' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc77-ffff-ffff0000052e/attribute/displayed] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc77-ffff-ffff0000052e/attribute/displayed] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementDisplayed() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementDisplayed
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc77-ffff-ffff0000052e/displayed 200 28 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Spor\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Spor\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Spor\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc77-ffff-ffff0000052e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc77-ffff-ffff0000052e"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc77-ffff-ffff0000052e","ELEMENT":"00000000-0000-dc77-ffff-ffff0000052e"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 216 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc77-ffff-ffff0000052e/enabled {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-dc77-ffff-ffff0000052e","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'elementEnabled': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementEnabled'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'elementEnabled'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc77-ffff-ffff0000052e/attribute/enabled' to command name 'getAttribute'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /element/00000000-0000-dc77-ffff-ffff0000052e/attribute/enabled] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc77-ffff-ffff0000052e/attribute/enabled] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"true"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.elementEnabled() result: true
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method elementEnabled
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc77-ffff-ffff0000052e/enabled 200 32 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Spor\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Spor\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Spor\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc77-ffff-ffff0000052e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc77-ffff-ffff0000052e"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc77-ffff-ffff0000052e","ELEMENT":"00000000-0000-dc77-ffff-ffff0000052e"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 124 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc77-ffff-ffff0000052e/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc77-ffff-ffff0000052e","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc77-ffff-ffff0000052e/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc77-ffff-ffff0000052e/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc77-ffff-ffff0000052e/click] with body: {"element":"00000000-0000-dc77-ffff-ffff0000052e"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc77-ffff-ffff0000052e/click 200 70 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//androidx.recyclerview.widget.RecyclerView[@content-desc=\"Spor\"]/android.view.ViewGroup[5]/android.widget.ImageButton"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//androidx.recyclerview.widget.RecyclerView[@content-desc=\"Spor\"]/android.view.ViewGroup[5]/android.widget.ImageButton","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//androidx.recyclerview.widget.RecyclerView[@content-desc=\"Spor\"]/android.view.ViewGroup[5]/android.widget.ImageButton","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc77-ffff-ffff0000060c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc77-ffff-ffff0000060c"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc77-ffff-ffff0000060c","ELEMENT":"00000000-0000-dc77-ffff-ffff0000060c"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 204 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc77-ffff-ffff0000060c/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc77-ffff-ffff0000060c","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc77-ffff-ffff0000060c/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc77-ffff-ffff0000060c/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc77-ffff-ffff0000060c/click] with body: {"element":"00000000-0000-dc77-ffff-ffff0000060c"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc77-ffff-ffff0000060c/click 200 78 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.widget.TextView[@text=\"Salı\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text=\"Salı\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text=\"Salı\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 404: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[bfc9e844][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[bfc9e844][AndroidUiautomator2Driver@57d8] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 404 88 ms - 802
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//android.widget.TextView[@text=\"Salı\"]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text=\"Salı\"]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text=\"Salı\"]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc78-ffff-ffff000006bc","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc78-ffff-ffff000006bc"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc78-ffff-ffff000006bc","ELEMENT":"00000000-0000-dc78-ffff-ffff000006bc"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 526 ms - 137
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc78-ffff-ffff000006bc/click {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.click() with args: ["00000000-0000-dc78-ffff-ffff000006bc","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element/00000000-0000-dc78-ffff-ffff000006bc/click' to command name 'click'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element/00000000-0000-dc78-ffff-ffff000006bc/click] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc78-ffff-ffff000006bc/click] with body: {"element":"00000000-0000-dc78-ffff-ffff000006bc"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.click() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method click
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc78-ffff-ffff000006bc/click 200 594 ms - 14
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element {"using":"xpath","value":"//androidx.recyclerview.widget.RecyclerView[@content-desc=\"Salı\"]/android.view.ViewGroup[1]/android.widget.TextView[2]"}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.findElement() with args: ["xpath","//androidx.recyclerview.widget.RecyclerView[@content-desc=\"Salı\"]/android.view.ViewGroup[1]/android.widget.TextView[2]","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[bfc9e844][AndroidUiautomator2Driver@57d8] Waiting up to 0 ms for condition
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/element' to command name 'findElement'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [POST /element] to [POST http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element] with body: {"strategy":"xpath","selector":"//androidx.recyclerview.widget.RecyclerView[@content-desc=\"Salı\"]/android.view.ViewGroup[1]/android.widget.TextView[2]","context":"","multiple":false}
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":{"ELEMENT":"00000000-0000-dc78-ffff-ffff00000747","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc78-ffff-ffff00000747"}}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc78-ffff-ffff00000747","ELEMENT":"00000000-0000-dc78-ffff-ffff00000747"}
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method findElement
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element 200 246 ms - 137
[bfc9e844][HTTP] --> GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc78-ffff-ffff00000747/text {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] 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
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.getText() with args: ["00000000-0000-dc78-ffff-ffff00000747","bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'getText': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'getText'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'getText'
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc78-ffff-ffff00000747/text' to command name 'getText'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc78-ffff-ffff00000747/text] to [GET http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70/element/00000000-0000-dc78-ffff-ffff00000747/text] with no body
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":"Ligue 1 Haftanın Golleri"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.getText() result: "Ligue 1 Haftanın Golleri"
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method getText
{} bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Saving log entry for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with eventId undefined
[bfc9e844][HTTP] <-- GET /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/element/00000000-0000-dc78-ffff-ffff00000747/text 200 44 ms - 37
[bfc9e844][HTTP] --> POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/execute/sync {"script":"devicefarm: setSessionStatus","args":[{"status":"passed"}]}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][device-farm-main] Received execute command with script devicefarm: setSessionStatus
[bfc9e844][device-farm-main] Updating session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with data: {"status":"passed"}
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/execute/sync 200 5 ms - 14
[bfc9e844][HTTP] --> DELETE /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 {}
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][HTTP] --> POST /wd/hub/wd-internal/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/appium/stop_recording_screen {}
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.stopRecordingScreen() with args: [null,"bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'stopRecordingScreen': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'stopRecordingScreen'
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'stopRecordingScreen'
[bfc9e844][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][ADB] Getting IDs of all 'screenrecord' processes
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell kill -2 2781'
[bfc9e844][ADB] Getting IDs of all 'screenrecord' processes
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3500
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[bfc9e844][ADB] Getting IDs of all 'screenrecord' processes
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF pull /sdcard/620235e2.mp4 /var/folders/jq/lbxddq5x2_nbrzb2gbls3fk40000gn/T/2024720-67860-dqnmn.op624f/620235e2.mp4'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell rm -rf /sdcard/620235e2.mp4'
[bfc9e844][AndroidUiautomator2Driver@57d8] The size of the resulting screen recording is 1.99 MB
[bfc9e844][AndroidUiautomator2Driver@57d8] Responding to client with driver.stopRecordingScreen() result: "AAAAGGZ0eXBtcDQyAAAAAGlzb21tcDQyAAAAAW1kYXQAAAAAAB/QmgAAGZZluE///h4LigACEn5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OT///hUKcAB44B9OQZW/pp3/35kD5Ggm94qVLocGSjMmUoaWbku//f/PrhX8RBMnXEF+MYj/9hLBGO/I54Nf7AmbB94ydAMoFPARYGiOgQr52C1X++oMTYzgAQylmehZV0sCtkykUvfAXHQiSIcTzGTAOaDZKsgj/2g89Pn9KBiMWtubsD//7+HB6dQbdTzZk/zwAZwH+1RSbAFD//nq6Q68ALWzgimTqeBBFKRNGUochwAJZjhGK7LtBGadfH/fdrUENVyuDjfdq8dNiiW+CBZnCtrBC17BrwFBTwgAbAX/z/BaL+DTkh5Lue/tvEAALgyA4ABCBf4Ai/TpzR4iLmRkTk5OTk5OTk5P//3WFQpwALA/jDXkXL5ec/2AuO4UrJiPcqs7AAKtaCXu51V73/wHTCr/AAl1zF0LmdH6wQG2It66u22BVgANDl5p+5WK/7/6fhXjOABBImBCQ9fgArMdkMwq1CHgACAGByGJn/754VWAFSdkM4RV+a5j23s29J/+9YE5snD7O5MX28kKijJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJyfCciL/hIKfWyJZmyJM7hpsnNdz////lQ/YyL5H/734dX8ZcHyn9M3dWiQjToMqY91qIbHw6nLUbtQuCheOPIEvDBpzv+prcGzY2BdesKGayt+uJKSVR/3xe72/RZEEz7huc/ff6z2bIL/kI5GMCCHGB//1u3HBamCaxsOQxT6AIRU+pO+vBEboIiH173wcAUkZtBLWdgtpajym+1f+FrCrsMfQlTAG5I3iWs8AiWka2JWVV3vGPTRMX8XVqqJIpYdL+8CJb3lrZ/1f+EDurj/hp1waJkzLura6AMJF2mv...
[bfc9e844][HTTP] <-- POST /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/appium/stop_recording_screen 200 1034 ms - 2787452
[bfc9e844][device-farm-main] Updating session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with data: {"videoRecording":"bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/video/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1.mp4","deviceLogs":"bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/device_log.json","appProfiling":"bfc9e844-c160-4c7c-93dd-42ea57b2d4d1/profiling.json"}
[bfc9e844][AndroidUiautomator2Driver@57d8] Calling AppiumDriver.deleteSession() with args: ["bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"]
[bfc9e844][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[bfc9e844][AppiumDriver@4644] Plugins which can handle cmd 'deleteSession': device-farm
[bfc9e844][AppiumDriver@4644] Plugin device-farm is now handling cmd 'deleteSession'
[bfc9e844][device-farm-main] Updated devices with filter: {"session_id":"bfc9e844-c160-4c7c-93dd-42ea57b2d4d1"}
[bfc9e844][device-farm-main] 📱 Unblocking the device that is blocked for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1
[bfc9e844][AppiumDriver@4644] Executing default handling behavior for command 'deleteSession'
[bfc9e844][AppiumDriver@4644] Event 'quitSessionRequested' logged at 1724136710259 (09:51:50 GMT+0300 (GMT+03:00))
[bfc9e844][AppiumDriver@4644] Removing session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 from our master session list
[bfc9e844][AndroidUiautomator2Driver@57d8] Deleting UiAutomator2 session
[bfc9e844][AndroidUiautomator2Driver@57d8] Deleting UiAutomator2 server session
[bfc9e844][AndroidUiautomator2Driver@57d8] Matched '/' to command name 'deleteSession'
[bfc9e844][AndroidUiautomator2Driver@57d8] Proxying [DELETE /] to [DELETE http://127.0.0.1:54527/session/0d64a332-ef49-4309-8781-2b48a0471d70] with no body
[bfc9e844][AndroidUiautomator2Driver@57d8] Got response with status 200: {"sessionId":"0d64a332-ef49-4309-8781-2b48a0471d70","value":null}
[bfc9e844][AndroidUiautomator2Driver@57d8] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[bfc9e844][AndroidUiautomator2Driver@57d8] [Instrumentation] The process has exited with code null, signal SIGTERM
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am force-stop com.digiturk.tod.mobil'
[bfc9e844][ADB] Removing forwarded port socket connection: 54527
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF forward --remove tcp:54527'
[bfc9e844][ADB] Removing forwarded port socket connection: 54529
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF forward --remove tcp:54529'
[bfc9e844][AndroidUiautomator2Driver@57d8] Restoring hidden api policy to the device default configuration
[bfc9e844][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[bfc9e844][Logcat] Stopping logcat capture
[bfc9e844][AppiumDriver@4644] Event 'quitSessionFinished' logged at 1724136710719 (09:51:50 GMT+0300 (GMT+03:00))
Waiting for Android and iOS websocket handlers to be removed..
[bfc9e844][device-farm-main] Registering websocket handler for Android Streaming
[bfc9e844][device-farm-main] Registering websocket handler for iOS Streaming
Inside get streaming server
[bfc9e844][AppiumDriver@4644] Received response: null
[bfc9e844][AppiumDriver@4644] But deleting session, so not returning
[bfc9e844][AppiumDriver@4644] Responding to client with driver.deleteSession() result: null
[bfc9e844][device-farm-main] Intercepted response for session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with method deleteSession
[bfc9e844][device-farm-main] Updating session bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 with data: {"status":"passed","endTime":"2024-08-20T06:51:50.721Z","hasLiveVideo":false}
[bfc9e844][HTTP] <-- DELETE /wd/hub/session/bfc9e844-c160-4c7c-93dd-42ea57b2d4d1 200 1746 ms - 14
[HTTP] Request idempotency key: 57d94e13-893b-4797-a028-b63fddd7a7cc
[HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"appium:udid":"R58M80VSEZF","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.tod.mobil","appium:appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","appium:newCommandTimeout":600,"df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024"},"firstMatch":[{}]}}
[AppiumDriver@4644] Calling AppiumDriver.createSession() with args: [null,null,{"alwaysMatch":{"appium:udid":"R58M80VSEZF","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.tod.mobil","appium:appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","appium:newCommandTimeout":600,"df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024"},"firstMatch":[{}]}]
[AppiumDriver@4644] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@4644] Plugin device-farm is now handling cmd 'createSession'
[device-farm-main] 📱 pluginArgs: {"platform":"both","iosDeviceType":"both","androidDeviceType":"both","skipChromeDownload":true,"maxSessions":8,"adbRemote":[],"emulators":[],"simulators":[],"deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"172.28.34.26","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":true,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.34.26
[device-farm-main] 📱 Creating temporary session capability_id: 3d1883ee-3edb-4342-9f28-e21c72508fd7
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"android","udid":"R58M80VSEZF","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"R58M80VSEZF"},"busy":false,"userBlocked":false}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"R58M80VSEZF"},"busy":false,"userBlocked":false}
[device-farm-main] 📱 Blocking device R58M80VSEZF at host http://172.28.34.26:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":60701,"sdk":"12","realDevice":true,"name":"d1xx","busy":false,"state":"device","udid":"R58M80VSEZF","platform":"android","deviceType":"real","host":"http://172.28.34.26:4723","totalUtilizationTimeMilliSec":80463,"sessionStartTime":0,"width":"1080","height":"2280","liveStreaming":true,"tags":[],"nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":274,"created":1724134748364,"version":0,"updated":1724136708980},"$loki":6}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":60701,"sdk":"12","realDevice":true,"name":"d1xx","busy":true,"state":"device","udid":"R58M80VSEZF","platform":"android","deviceType":"real","host":"http://172.28.34.26:4723","totalUtilizationTimeMilliSec":80463,"sessionStartTime":0,"width":"1080","height":"2280","liveStreaming":true,"tags":[],"nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":276,"created":1724134748364,"version":0,"updated":1724136710794},"$loki":6,"newCommandTimeout":600}]"
[device-farm-main] device.host: http://172.28.34.26:4723 and pluginArgs.bindHostOrIp: 172.28.34.26
[device-farm-main] 📱 Creating session on the same node
[device-farm-main] 📱 Live streaming argument is set to true, preparing device for live streaming
Current directory: /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF install /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk'
[device-farm-main] Installed /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk on device R58M80VSEZF
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pm list packages'
Allowing recording permissions
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell appops set com.device.farm PROJECT_MEDIA allow'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am start -W -n com.device.farm/com.device.farm.ScreenCaptureActivity'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF forward tcp:60701 tcp:1991'
Pressing home
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell input keyevent KEYCODE_HOME'
[device-farm-main] Websocket event received, streaming app is running
[AppiumDriver@4644] Executing default handling behavior for command 'createSession'
[AppiumDriver@4644] Event 'newSessionRequested' logged at 1724136718487 (09:51:58 GMT+0300 (GMT+03:00))
[Appium] Attempting to find matching driver for automationName 'UiAutomator2' and platformName 'Android'
[Appium] The 'uiautomator2' driver was installed and matched caps.
[Appium] Will require it at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver
[Appium] Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[AppiumDriver@4644] Appium v2.11.3 creating new AndroidUiautomator2Driver (v3.7.7) session
[AppiumDriver@4644] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@4644] Appium's BaseDriver version is 9.11.3
[AppiumDriver@4644] AndroidUiautomator2Driver's BaseDriver version is 9.11.3
[AndroidUiautomator2Driver@08e2]
[AndroidUiautomator2Driver@08e2] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "Android",
"df:liveVideo": true,
"df:recordVideo": true,
"df:saveDeviceLogs": true,
"df:build": "TOD_ANDROID-LIVE-20-08-2024",
"appium:deviceName": "Automation2",
"appium:appPackage": "com.digiturk.tod.mobil",
"appium:appActivity": "com.digiturk.iq.mobil.provider.view.splash.SplashActivity",
"appium:noReset": false,
"appium:fullReset": false,
"appium:automationName": "UiAutomator2",
"appium:newCommandTimeout": 600,
"appium:udid": "R58M80VSEZF",
"appium:systemPort": 57880,
"appium:chromeDriverPort": 57881,
"appium:adbPort": 5037,
"appium:mjpegServerPort": 57882
},
"firstMatch": [
{}
]
}
[AndroidUiautomator2Driver@08e2] The following provided capabilities were not recognized by this driver:
[AndroidUiautomator2Driver@08e2] df:liveVideo
[AndroidUiautomator2Driver@08e2] df:recordVideo
[AndroidUiautomator2Driver@08e2] df:saveDeviceLogs
[AndroidUiautomator2Driver@08e2] df:build
[AndroidUiautomator2Driver@08e2] chromeDriverPort
[AndroidUiautomator2Driver@08e2] adbRemoteHost
[c2e84132][AndroidUiautomator2Driver@08e2] Session created with session id: c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][ADB] Using 'adb' from '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[c2e84132][AndroidUiautomator2Driver@08e2] Retrieving device list
[c2e84132][ADB] Trying to find connected Android devices
[c2e84132][ADB] Getting connected devices
[c2e84132][ADB] Connected devices: [{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"}]
[c2e84132][AndroidUiautomator2Driver@08e2] Using device: R58M80VSEZF
[c2e84132][ADB] Using 'adb' from '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[c2e84132][ADB] Setting device id to R58M80VSEZF
[c2e84132][AndroidUiautomator2Driver@08e2] Starting 'com.digiturk.tod.mobil' directly on the device
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell getprop ro.build.version.sdk'
[c2e84132][ADB] Current device property 'ro.build.version.sdk': 31
[c2e84132][ADB] Getting device platform version
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell getprop ro.build.version.release'
[c2e84132][ADB] Current device property 'ro.build.version.release': 12
[c2e84132][ADB] Device API level: 31
[c2e84132][AndroidUiautomator2Driver@08e2] Relaxing hidden api policy
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
[c2e84132][AndroidUiautomator2Driver@08e2] No app sent in, not parsing package/activity
[c2e84132][AndroidUiautomator2Driver@08e2] Pushing settings apk to the device...
[c2e84132][ADB] Getting package info for 'io.appium.settings'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys package io.appium.settings'
[c2e84132][ADB] Using 'aapt2' from '/Users/techqaautomation2/Library/Android/sdk/build-tools/34.0.0/aapt2'
[c2e84132][ADB] Reading package manifest: '/Users/techqaautomation2/Library/Android/sdk/build-tools/34.0.0/aapt2 dump badging /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[c2e84132][ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.12.11' >= '5.12.11')
[c2e84132][ADB] There is no need to install/upgrade '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys activity services io.appium.settings'
[c2e84132][AndroidUiautomator2Driver@08e2] io.appium.settings is already running. There is no need to reset its permissions.
[c2e84132][Logcat] Starting logs capture with command: /Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF logcat -v threadtime
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell appops set io.appium.settings android:mock_location allow'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell cat /data/local/tmp/mock_apps.json'
[c2e84132][AndroidUiautomator2Driver@08e2] Forwarding UiAutomator2 Server port 6790 to local port 57880
[c2e84132][AndroidUiautomator2Driver@08e2] MJPEG broadcasting requested, forwarding MJPEG server port 7810 to local port 57882
[c2e84132][ADB] Forwarding system: 57882 to device: 7810
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF forward tcp:57882 tcp:7810'
[c2e84132][ADB] Forwarding system: 57880 to device: 6790
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF forward tcp:57880 tcp:6790'
[c2e84132][ADB] Getting package info for 'io.appium.uiautomator2.server'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys package io.appium.uiautomator2.server'
[c2e84132][ADB] Getting install status for io.appium.uiautomator2.server.test
[c2e84132][AndroidUiautomator2Driver@08e2] No app capability. Assuming it is already on the device
[c2e84132][ADB] Getting install status for com.digiturk.tod.mobil
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell cmd package list packages'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell cmd package list packages'
[c2e84132][ADB] 'io.appium.uiautomator2.server.test' is installed
[c2e84132][ADB] 'com.digiturk.tod.mobil' is installed
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am force-stop com.digiturk.tod.mobil'
[c2e84132][ADB] Reading package manifest: '/Users/techqaautomation2/Library/Android/sdk/build-tools/34.0.0/aapt2 dump badging /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.22.apk'
[c2e84132][ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.22' >= '7.0.22')
[c2e84132][AndroidUiautomator2Driver@08e2] Server packages status: [{"installState":"sameVersionInstalled","appPath":"/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.22.apk","appId":"io.appium.uiautomator2.server"},{"installState":"sameVersionInstalled","appPath":"/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk","appId":"io.appium.uiautomator2.server.test"}]
[c2e84132][AndroidUiautomator2Driver@08e2] Server packages are not going to be (re)installed
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 30000ms for services to be available
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pm list instrumentation'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pm clear com.digiturk.tod.mobil'
[c2e84132][AndroidUiautomator2Driver@08e2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[c2e84132][ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[c2e84132][ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server.test",";"]]
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[c2e84132][AndroidUiautomator2Driver@08e2] Performed fast reset on the installed 'com.digiturk.tod.mobil' application (stop and clear)
[c2e84132][AndroidUiautomator2Driver@08e2] Performing shallow cleanup of automation leftovers
[c2e84132][AndroidUiautomator2Driver@08e2] No obsolete sessions have been detected (socket hang up)
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am force-stop io.appium.uiautomator2.server'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am force-stop io.appium.uiautomator2.server.test'
[c2e84132][AndroidUiautomator2Driver@08e2] Starting UIAutomator2 server 7.0.22
[c2e84132][AndroidUiautomator2Driver@08e2] Using UIAutomator2 server from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.22.apk' and test from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 30000ms for UiAutomator2 to be online...
[c2e84132][ADB] Creating ADB subprocess with args: ["-P","5037","-s","R58M80VSEZF","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/status' to command name 'getStatus'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /status] to [GET http://127.0.0.1:57880/status] with no body
[c2e84132][AndroidUiautomator2Driver@08e2] socket hang up
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3406
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 200 0 ms - 1
[c2e84132][AndroidUiautomator2Driver@08e2] [Instrumentation]
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/status' to command name 'getStatus'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /status] to [GET http://127.0.0.1:57880/status] with no body
[c2e84132][AndroidUiautomator2Driver@08e2] socket hang up
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/status' to command name 'getStatus'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /status] to [GET http://127.0.0.1:57880/status] with no body
[c2e84132][AndroidUiautomator2Driver@08e2] socket hang up
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/status' to command name 'getStatus'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /status] to [GET http://127.0.0.1:57880/status] with no body
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[c2e84132][AndroidUiautomator2Driver@08e2] The initialization of the instrumentation process took 3099ms
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/session' to command name 'createSession'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /session] to [POST http://127.0.0.1:57880/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"R58M80VSEZF","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":57880,"chromeDriverPort":57881,"adbPort":5037,"mjpegServerPort":57882,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"Automation2","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationN...
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"capabilities":{"firstMatch":[{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"R58M80VSEZF","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":57880,"chromeDriverPort":57881,"adbPort":5037,"mjpegServerPort":57882,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"Automation2","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.Sp...
[c2e84132][AndroidUiautomator2Driver@08e2] Determined the downstream protocol as 'W3C'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/appium/device/pixel_ratio] with no body
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/appium/device/system_bars] with no body
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/window/current/size' to command name 'getWindowSize'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /window/current/size] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/window/current/size] with no body
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/appium/device/info] with no body
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys window'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell dumpsys power'
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":2.625}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"height":2280,"width":1080}}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"statusBar":90}}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"androidId":"dd3c42441cfa4173","apiVersion":"31","bluetooth":{"state":"OFF"},"brand":"samsung","carrierName":"Turkcell","displayDensity":420,"locale":"tr_TR","manufacturer":"samsung","model":"SM-N970F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":30000,"linkUpstreamBandwidthKbps":15000,"networkCapabilities":"NET_CAPABILITY_IMS,NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-2147483648,"transportTypes":"TRANSPORT_CELLULAR"},"detailedState":"CONNECTED","extraInfo":"ims","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":13,"subtypeName":"LTE","type":0,"typeName":"MOBILE"},{"capabilities":{"SSID":null,"linkDownBandwidthKbps":162245,"linkUpstreamBandwidthKbps":169556,"networkCapabilities":"NET_CAPABIL...
[c2e84132][AndroidUiautomator2Driver@08e2] Screen already unlocked, doing nothing
[c2e84132][AndroidUiautomator2Driver@08e2] Starting 'com.digiturk.tod.mobil/com.digiturk.iq.mobil.provider.view.splash.SplashActivity and waiting for 'com.digiturk.tod.mobil/com.digiturk.iq.mobil.provider.view.splash.SplashActivity'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell am start -W -n com.digiturk.tod.mobil/com.digiturk.iq.mobil.provider.view.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[c2e84132][AppiumDriver@4644] New AndroidUiautomator2Driver session created successfully, session c2e84132-eebb-41f6-a179-893670a4c111 added to master session list
[c2e84132][AppiumDriver@4644] Event 'newSessionStarted' logged at 1724136723632 (09:52:03 GMT+0300 (GMT+03:00))
[c2e84132][device-farm-main] 📱 3d1883ee-3edb-4342-9f28-e21c72508fd7 Session response: {"protocol":"W3C","value":["c2e84132-eebb-41f6-a179-893670a4c111",{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"R58M80VSEZF","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":57880,"chromeDriverPort":57881,"adbPort":5037,"mjpegServerPort":57882,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"Automation2","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":57880,"chromeDriverPort":57881,"adbPort":5037,"mjpegServerPort":57882},"deviceUDID":"R58M80VSEZF","pixelRatio":"2.625","statBarHeight":90,"viewportRect":{"left":0,"top":90,"width":1080,"height":2190},"deviceApiLevel":31,"platformVersion":"12","deviceManufacturer":"samsung","deviceModel":"SM-N970F","deviceScreenSize":"1080x2280","deviceScreenDensity":420},"W3C"]}
[c2e84132][device-farm-main] 📱 Removing pending session with capability_id: 3d1883ee-3edb-4342-9f28-e21c72508fd7
[c2e84132][device-farm-main] 3d1883ee-3edb-4342-9f28-e21c72508fd7 📱 Session response is CreateSessionResponseInternal
[c2e84132][device-farm-main] 📱 3d1883ee-3edb-4342-9f28-e21c72508fd7 ----- Device UDID R58M80VSEZF blocked for session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":60701,"sdk":"12","realDevice":true,"name":"d1xx","busy":false,"state":"device","udid":"R58M80VSEZF","platform":"android","deviceType":"real","host":"http://172.28.34.26:4723","totalUtilizationTimeMilliSec":80463,"sessionStartTime":0,"width":"1080","height":"2280","liveStreaming":true,"tags":[],"nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":274,"created":1724134748364,"version":0,"updated":1724136708980},"$loki":6}"
[c2e84132][device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":60701,"sdk":"12","realDevice":true,"name":"d1xx","busy":true,"state":"device","udid":"R58M80VSEZF","platform":"android","deviceType":"real","host":"http://172.28.34.26:4723","totalUtilizationTimeMilliSec":80463,"sessionStartTime":1724136723633,"width":"1080","height":"2280","liveStreaming":true,"tags":[],"nodeId":"66ea1a2e-170f-4281-9865-4f704ea1f261","meta":{"revision":277,"created":1724134748364,"version":0,"updated":1724136723633},"$loki":6,"newCommandTimeout":600,"session_id":"c2e84132-eebb-41f6-a179-893670a4c111","lastCmdExecutedAt":1724136723633}]"
[c2e84132][device-farm-main] Skipping dashboard report
[c2e84132][device-farm-main] Adding the session c2e84132-eebb-41f6-a179-893670a4c111 with type local to session map
[c2e84132][HTTP] --> POST /wd/hub/wd-internal/session/c2e84132-eebb-41f6-a179-893670a4c111/appium/start_recording_screen {"options":{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800}}
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.startRecordingScreen() with args: [{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800},"c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'startRecordingScreen': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'startRecordingScreen'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'startRecordingScreen'
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][ADB] Getting IDs of all 'screenrecord' processes
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell 'pgrep --help; echo $?''
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[c2e84132][AndroidUiautomator2Driver@08e2] Screen recording has not been previously started by Appium. There is nothing to stop
[c2e84132][ADB] Getting IDs of all 'screenrecord' processes
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[c2e84132][ADB] Building screenrecord process with the command line: adb -P 5037 -s R58M80VSEZF shell screenrecord --size 1280x720 --time-limit 180 /sdcard/ba6c8632.mp4
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell "[ -e '/sdcard/ba6c8632.mp4' ] && echo __PASS__"'
[c2e84132][ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s R58M80VSEZF shell "[ -e '/sdcard/ba6c8632.mp4' ] && echo __PASS__"'
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.startRecordingScreen() result: ""
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/appium/start_recording_screen 200 616 ms - 12
[c2e84132][device-farm-main] 3d1883ee-3edb-4342-9f28-e21c72508fd7 📱 Updating Device R58M80VSEZF with session ID c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AppiumDriver@4644] Promoting 1 sessionless plugins to be attached to session ID c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Cached the protocol value 'W3C' for the new session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"R58M80VSEZF","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","newCommandTimeout":600,"udid":"R58M80VSEZF","systemPort":57880,"chromeDriverPort":57881,"adbPort":5037,"mjpegServerPort":57882,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":true,"df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"TOD_ANDROID-LIVE-20-08-2024","deviceName":"Automation2","appPackage":"com.digiturk.tod.mobil","appActivity":"com.digiturk.iq.mobil.provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomat...
[c2e84132][HTTP] <-- POST /wd/hub/session 200 14049 ms - 1502
[HTTP] --> GET /wd/hub/status {}
[device-farm-main] Received non-webdriver request with url /wd/hub/status. So, not proxying it to downstream.
[AppiumDriver@4644] Calling AppiumDriver.getStatus() with args: []
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@4644] Plugins which can handle cmd 'getStatus': device-farm
[AppiumDriver@4644] Plugin device-farm is now handling cmd 'getStatus'
[AppiumDriver@4644] Executing default handling behavior for command 'getStatus'
[AppiumDriver@4644] Responding to client with driver.getStatus() result: {"ready":true,"message":"The server is ready to accept new connections","build":{"version":"2.11.3"}}
[HTTP] <-- GET /wd/hub/status 200 1 ms - 111
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/execute/sync {"script":"devicefarm: setSessionName","args":[{"name":"Live TV Channel Play with Different User Type"}]}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Received execute command with script devicefarm: setSessionName
[c2e84132][device-farm-main] Updating session c2e84132-eebb-41f6-a179-893670a4c111 with data: {"name":"Live TV Channel Play with Different User Type"}
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/execute/sync 200 4 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_discover"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_discover","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9c-ffff-ffff0000001a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9c-ffff-ffff0000001a"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9c-ffff-ffff0000001a","ELEMENT":"00000000-0000-dc9c-ffff-ffff0000001a"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 64 ms - 137
[c2e84132][HTTP] --> GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9c-ffff-ffff0000001a/displayed {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc9c-ffff-ffff0000001a","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9c-ffff-ffff0000001a/attribute/displayed' to command name 'getAttribute'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /element/00000000-0000-dc9c-ffff-ffff0000001a/attribute/displayed] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9c-ffff-ffff0000001a/attribute/displayed] with no body
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":"true"}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.elementDisplayed() result: true
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method elementDisplayed
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9c-ffff-ffff0000001a/displayed 200 19 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_discover"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_discover","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9c-ffff-ffff0000001a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9c-ffff-ffff0000001a"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9c-ffff-ffff0000001a","ELEMENT":"00000000-0000-dc9c-ffff-ffff0000001a"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 43 ms - 137
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9c-ffff-ffff0000001a/click {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.click() with args: ["00000000-0000-dc9c-ffff-ffff0000001a","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9c-ffff-ffff0000001a/click' to command name 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element/00000000-0000-dc9c-ffff-ffff0000001a/click] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9c-ffff-ffff0000001a/click] with body: {"element":"00000000-0000-dc9c-ffff-ffff0000001a"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":null}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.click() result: null
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method click
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9c-ffff-ffff0000001a/click 200 77 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 264 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 852 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[device-farm-main] Found 1 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 188 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 179 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 205 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 233 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 0 ms - 3504
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 223 ms - 802
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 200 0 ms - 1
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 197 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 176 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 195 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 183 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 133 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_continue"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_continue","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 181 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 548 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 308 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 230 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 277 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 233 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 174 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3504
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 208 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 245 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 162 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 202 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 228 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 161 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"//android.view.View[@content-desc=\"Sonra\"]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Sonra\"]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Sonra\"]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 174 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"titleTextView"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","titleTextView","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 135 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"titleTextView"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","titleTextView","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 166 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"titleTextView"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","titleTextView","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 159 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"titleTextView"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","titleTextView","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 154 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"titleTextView"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","titleTextView","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 183 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"titleTextView"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","titleTextView","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 157 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"titleTextView"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","titleTextView","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 164 ms - 802
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 0 ms - 3504
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"skip"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","skip","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 165 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"skip"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","skip","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 134 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"skip"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","skip","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 178 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"skip"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","skip","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 147 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"skip"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","skip","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 152 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"skip"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","skip","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 165 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"skip"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","skip","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 134 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"skip"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","skip","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 148 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"navigation_account"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","navigation_account","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"navigation_account","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9e-ffff-ffff0000005e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9e-ffff-ffff0000005e"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9e-ffff-ffff0000005e","ELEMENT":"00000000-0000-dc9e-ffff-ffff0000005e"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 143 ms - 137
[c2e84132][HTTP] --> GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9e-ffff-ffff0000005e/displayed {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc9e-ffff-ffff0000005e","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9e-ffff-ffff0000005e/attribute/displayed' to command name 'getAttribute'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /element/00000000-0000-dc9e-ffff-ffff0000005e/attribute/displayed] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9e-ffff-ffff0000005e/attribute/displayed] with no body
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":"true"}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.elementDisplayed() result: true
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method elementDisplayed
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9e-ffff-ffff0000005e/displayed 200 28 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"navigation_account"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","navigation_account","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"navigation_account","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9e-ffff-ffff0000005e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9e-ffff-ffff0000005e"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9e-ffff-ffff0000005e","ELEMENT":"00000000-0000-dc9e-ffff-ffff0000005e"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 152 ms - 137
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9e-ffff-ffff0000005e/click {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.click() with args: ["00000000-0000-dc9e-ffff-ffff0000005e","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9e-ffff-ffff0000005e/click' to command name 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element/00000000-0000-dc9e-ffff-ffff0000005e/click] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9e-ffff-ffff0000005e/click] with body: {"element":"00000000-0000-dc9e-ffff-ffff0000005e"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":null}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.click() result: null
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method click
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9e-ffff-ffff0000005e/click 200 89 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_login"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_login","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9e-ffff-ffff00000139","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9e-ffff-ffff00000139"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9e-ffff-ffff00000139","ELEMENT":"00000000-0000-dc9e-ffff-ffff00000139"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 724 ms - 137
[c2e84132][HTTP] --> GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9e-ffff-ffff00000139/displayed {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc9e-ffff-ffff00000139","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9e-ffff-ffff00000139/attribute/displayed' to command name 'getAttribute'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /element/00000000-0000-dc9e-ffff-ffff00000139/attribute/displayed] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9e-ffff-ffff00000139/attribute/displayed] with no body
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":"true"}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.elementDisplayed() result: true
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method elementDisplayed
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9e-ffff-ffff00000139/displayed 200 29 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_login"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_login","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9e-ffff-ffff00000139","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9e-ffff-ffff00000139"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9e-ffff-ffff00000139","ELEMENT":"00000000-0000-dc9e-ffff-ffff00000139"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 41 ms - 137
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9e-ffff-ffff00000139/click {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.click() with args: ["00000000-0000-dc9e-ffff-ffff00000139","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9e-ffff-ffff00000139/click' to command name 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element/00000000-0000-dc9e-ffff-ffff00000139/click] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9e-ffff-ffff00000139/click] with body: {"element":"00000000-0000-dc9e-ffff-ffff00000139"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[device-farm-main] Found 1 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":null}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.click() result: null
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method click
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9e-ffff-ffff00000139/click 200 68 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"et_user_name"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","et_user_name","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9f-ffff-ffff00000185","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000185"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000185","ELEMENT":"00000000-0000-dc9f-ffff-ffff00000185"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 514 ms - 137
[c2e84132][HTTP] --> GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000185/displayed {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc9f-ffff-ffff00000185","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9f-ffff-ffff00000185/attribute/displayed' to command name 'getAttribute'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /element/00000000-0000-dc9f-ffff-ffff00000185/attribute/displayed] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9f-ffff-ffff00000185/attribute/displayed] with no body
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":"true"}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.elementDisplayed() result: true
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method elementDisplayed
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000185/displayed 200 33 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"et_user_name"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","et_user_name","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9f-ffff-ffff00000185","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000185"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000185","ELEMENT":"00000000-0000-dc9f-ffff-ffff00000185"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 40 ms - 137
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000185/value {"value":["1","4","4","8","0","0","9","1"],"text":"14480091"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.setValue() with args: [["1","4","4","8","0","0","9","1"],"00000000-0000-dc9f-ffff-ffff00000185","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'setValue': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'setValue'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'setValue'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9f-ffff-ffff00000185/value' to command name 'setValue'
[c2e84132][AndroidUiautomator2Driver@08e2] Added 'value' property ["1","4","4","8","0","0","9","1"] to 'setValue' request body
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element/00000000-0000-dc9f-ffff-ffff00000185/value] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9f-ffff-ffff00000185/value] with body: {"elementId":"00000000-0000-dc9f-ffff-ffff00000185","text":"14480091","replace":false,"value":["1","4","4","8","0","0","9","1"]}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":null}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.setValue() result: null
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method setValue
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000185/value 200 594 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"et_password"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","et_password","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9f-ffff-ffff00000190","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000190"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000190","ELEMENT":"00000000-0000-dc9f-ffff-ffff00000190"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 516 ms - 137
[c2e84132][HTTP] --> GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000190/displayed {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc9f-ffff-ffff00000190","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9f-ffff-ffff00000190/attribute/displayed' to command name 'getAttribute'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /element/00000000-0000-dc9f-ffff-ffff00000190/attribute/displayed] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9f-ffff-ffff00000190/attribute/displayed] with no body
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":"true"}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.elementDisplayed() result: true
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method elementDisplayed
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000190/displayed 200 31 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"et_password"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","et_password","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9f-ffff-ffff00000190","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000190"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000190","ELEMENT":"00000000-0000-dc9f-ffff-ffff00000190"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 43 ms - 137
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000190/value {"value":["*","T","e","s","t","1","2","3","4","."],"text":"*Test1234."}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.setValue() with args: [["*","T","e","s","t","1","2","3","4","."],"00000000-0000-dc9f-ffff-ffff00000190","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'setValue': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'setValue'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'setValue'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9f-ffff-ffff00000190/value' to command name 'setValue'
[c2e84132][AndroidUiautomator2Driver@08e2] Added 'value' property ["*","T","e","s","t","1","2","3","4","."] to 'setValue' request body
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element/00000000-0000-dc9f-ffff-ffff00000190/value] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9f-ffff-ffff00000190/value] with body: {"elementId":"00000000-0000-dc9f-ffff-ffff00000190","text":"*Test1234.","replace":false,"value":["*","T","e","s","t","1","2","3","4","."]}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":null}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.setValue() result: null
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method setValue
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000190/value 200 565 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_login"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_login","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 0 ms - 3504
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9f-ffff-ffff00000199","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000199"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000199","ELEMENT":"00000000-0000-dc9f-ffff-ffff00000199"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 535 ms - 137
[c2e84132][HTTP] --> GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000199/displayed {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dc9f-ffff-ffff00000199","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9f-ffff-ffff00000199/attribute/displayed' to command name 'getAttribute'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /element/00000000-0000-dc9f-ffff-ffff00000199/attribute/displayed] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9f-ffff-ffff00000199/attribute/displayed] with no body
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":"true"}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.elementDisplayed() result: true
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method elementDisplayed
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000199/displayed 200 32 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"b_login"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","b_login","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dc9f-ffff-ffff00000199","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000199"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dc9f-ffff-ffff00000199","ELEMENT":"00000000-0000-dc9f-ffff-ffff00000199"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 59 ms - 137
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000199/click {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.click() with args: ["00000000-0000-dc9f-ffff-ffff00000199","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dc9f-ffff-ffff00000199/click' to command name 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element/00000000-0000-dc9f-ffff-ffff00000199/click] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dc9f-ffff-ffff00000199/click] with body: {"element":"00000000-0000-dc9f-ffff-ffff00000199"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":null}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.click() result: null
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method click
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dc9f-ffff-ffff00000199/click 200 108 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 96 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 90 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 96 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 62 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 80 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 74 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 98 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 78 ms - 802
[HTTP] --> GET /device-farm/api/device {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/device 200 1 ms - 3504
[HTTP] --> GET /device-farm/api/queue/length {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/api/queue/length 304 0 ms - -
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"validate_device_button"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","validate_device_button","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"validate_device_button","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 64 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"changePasswordButton"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 81 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"changePasswordButton"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 404: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[c2e84132][W3C] Matched W3C error code 'no such element' to NoSuchElementError
[c2e84132][AndroidUiautomator2Driver@08e2] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/Users/techqaautomation2/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 404 63 ms - 802
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"id","value":"titleTextView"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["id","titleTextView","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"id","selector":"titleTextView","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dca2-ffff-ffff000001e4","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dca2-ffff-ffff000001e4"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dca2-ffff-ffff000001e4","ELEMENT":"00000000-0000-dca2-ffff-ffff000001e4"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 53 ms - 137
[c2e84132][HTTP] --> GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dca2-ffff-ffff000001e4/displayed {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-dca2-ffff-ffff000001e4","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'elementDisplayed': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'elementDisplayed'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'elementDisplayed'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dca2-ffff-ffff000001e4/attribute/displayed' to command name 'getAttribute'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [GET /element/00000000-0000-dca2-ffff-ffff000001e4/attribute/displayed] to [GET http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dca2-ffff-ffff000001e4/attribute/displayed] with no body
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":"true"}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.elementDisplayed() result: true
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method elementDisplayed
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- GET /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dca2-ffff-ffff000001e4/displayed 200 27 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element {"using":"xpath","value":"(//android.widget.ImageView)[1]"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.findElement() with args: ["xpath","(//android.widget.ImageView)[1]","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'findElement': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'findElement'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[c2e84132][AndroidUiautomator2Driver@08e2] Waiting up to 0 ms for condition
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element' to command name 'findElement'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element] with body: {"strategy":"xpath","selector":"(//android.widget.ImageView)[1]","context":"","multiple":false}
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":{"ELEMENT":"00000000-0000-dca2-ffff-ffff00000266","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dca2-ffff-ffff00000266"}}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-dca2-ffff-ffff00000266","ELEMENT":"00000000-0000-dca2-ffff-ffff00000266"}
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method findElement
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element 200 108 ms - 137
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dca2-ffff-ffff00000266/click {}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Calling AppiumDriver.click() with args: ["00000000-0000-dca2-ffff-ffff00000266","c2e84132-eebb-41f6-a179-893670a4c111"]
[c2e84132][AppiumDriver@4644] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[c2e84132][AppiumDriver@4644] Plugins which can handle cmd 'click': device-farm
[c2e84132][AppiumDriver@4644] Plugin device-farm is now handling cmd 'click'
[c2e84132][AppiumDriver@4644] Executing default handling behavior for command 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Matched '/element/00000000-0000-dca2-ffff-ffff00000266/click' to command name 'click'
[c2e84132][AndroidUiautomator2Driver@08e2] Proxying [POST /element/00000000-0000-dca2-ffff-ffff00000266/click] to [POST http://127.0.0.1:57880/session/4710b220-5148-4a7c-bd1b-cdcb3a6b7758/element/00000000-0000-dca2-ffff-ffff00000266/click] with body: {"element":"00000000-0000-dca2-ffff-ffff00000266"}
[c2e84132][device-farm-main] Updating lastCmdExecutedAt for device R58M80VSEZF in session c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][AndroidUiautomator2Driver@08e2] Got response with status 200: {"sessionId":"4710b220-5148-4a7c-bd1b-cdcb3a6b7758","value":null}
[c2e84132][AndroidUiautomator2Driver@08e2] Responding to client with driver.click() result: null
[c2e84132][device-farm-main] Intercepted response for session c2e84132-eebb-41f6-a179-893670a4c111 with method click
{} c2e84132-eebb-41f6-a179-893670a4c111
[c2e84132][device-farm-main] Saving log entry for session c2e84132-eebb-41f6-a179-893670a4c111 with eventId undefined
[c2e84132][HTTP] <-- POST /wd/hub/session/c2e84132-eebb-41f6-a179-893670a4c111/element/00000000-0000-dca2-ffff-ffff00000266/click 200 63 ms - 14
[c2e84132][HTTP] --> POST /wd/hub/session/c2e84132-eebb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment