Skip to content

Instantly share code, notes, and snippets.

@erdncyz
Created June 25, 2024 12:09
Show Gist options
  • Save erdncyz/eafeade66c15ee966657758643f0a96c to your computer and use it in GitHub Desktop.
Save erdncyz/eafeade66c15ee966657758643f0a96c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Last login: Mon Jun 24 00:11:58 on ttys001
techqaautomation2@techs-mac-mini ~ % appium plugin uninstall device-farm
dbug Appium Parsed manifest file at /Users/techqaautomation2/.appium/node_modules/.cache/appium/extensions.yaml: {
dbug Appium "drivers": {
dbug Appium "xcuitest": {
dbug Appium "pkgName": "appium-xcuitest-driver",
dbug Appium "version": "7.17.2",
dbug Appium "installType": "npm",
dbug Appium "installSpec": "xcuitest",
dbug Appium "installPath": "/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver",
dbug Appium "appiumVersion": "^2.5.4",
dbug Appium "automationName": "XCUITest",
dbug Appium "platformNames": [
dbug Appium "iOS",
dbug Appium "tvOS"
dbug Appium ],
dbug Appium "mainClass": "XCUITestDriver",
dbug Appium "scripts": {
dbug Appium "build-wda": "./scripts/build-wda.js",
dbug Appium "open-wda": "./scripts/open-wda.js"
dbug Appium },
dbug Appium "schema": {
dbug Appium "$schema": "http://json-schema.org/draft-07/schema",
dbug Appium "type": "object",
dbug Appium "properties": {
dbug Appium "webdriveragent-port": {
dbug Appium "appiumCliDest": "wdaLocalPort",
dbug Appium "default": 8100,
dbug Appium "description": "Local port used for communication with WebDriverAgent",
dbug Appium "maximum": 65535,
dbug Appium "minimum": 1,
dbug Appium "type": "integer"
dbug Appium }
dbug Appium },
dbug Appium "additionalProperties": false,
dbug Appium "title": "XCUITest Driver Configuration",
dbug Appium "description": "Appium configuration schema for the XCUITest driver.",
dbug Appium "$id": "driver-xcuitest.json"
dbug Appium },
dbug Appium "doctor": {
dbug Appium "checks": [
dbug Appium "./build/lib/doctor/required-checks.js",
dbug Appium "./build/lib/doctor/optional-checks.js"
dbug Appium ]
dbug Appium }
dbug Appium },
dbug Appium "uiautomator2": {
dbug Appium "pkgName": "appium-uiautomator2-driver",
dbug Appium "version": "3.5.6",
dbug Appium "installType": "npm",
dbug Appium "installSpec": "uiautomator2",
dbug Appium "installPath": "/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver",
dbug Appium "appiumVersion": "^2.4.1",
dbug Appium "automationName": "UiAutomator2",
dbug Appium "platformNames": [
dbug Appium "Android"
dbug Appium ],
dbug Appium "mainClass": "AndroidUiautomator2Driver",
dbug Appium "scripts": {
dbug Appium "reset": "scripts/reset.js"
dbug Appium },
dbug Appium "doctor": {
dbug Appium "checks": [
dbug Appium "./build/lib/doctor/required-checks.js",
dbug Appium "./build/lib/doctor/optional-checks.js"
dbug Appium ]
dbug Appium }
dbug Appium }
dbug Appium },
dbug Appium "plugins": {
dbug Appium "device-farm": {
dbug Appium "pkgName": "appium-device-farm",
dbug Appium "version": "8.4.7-rc.35",
dbug Appium "installType": "npm",
dbug Appium "installSpec": "appium-device-farm@8.4.7-rc.35",
dbug Appium "installPath": "/Users/techqaautomation2/.appium/node_modules/appium-device-farm",
dbug Appium "appiumVersion": "^2.5.4",
dbug Appium "mainClass": "DevicePlugin",
dbug Appium "schema": {
dbug Appium "$schema": "http://json-schema.org/draft-07/schema",
dbug Appium "additionalProperties": false,
dbug Appium "description": "Appium configuration schema for the Device Farm plugin.",
dbug Appium "properties": {
dbug Appium "platform": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "androidDeviceType": {
dbug Appium "type": "string",
dbug Appium "default": "both"
dbug Appium },
dbug Appium "simulators": {
dbug Appium "type": "array"
dbug Appium },
dbug Appium "iosDeviceType": {
dbug Appium "type": "string",
dbug Appium "default": "both"
dbug Appium },
dbug Appium "hub": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "remoteMachineProxyIP": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "adbRemote": {
dbug Appium "type": "array"
dbug Appium },
dbug Appium "skipChromeDownload": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "maxSessions": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "cloud": {
dbug Appium "type": "object"
dbug Appium },
dbug Appium "derivedDataPath": {
dbug Appium "type": "object"
dbug Appium },
dbug Appium "emulators": {
dbug Appium "type": "array"
dbug Appium },
dbug Appium "proxy": {
dbug Appium "type": "object"
dbug Appium },
dbug Appium "deviceAvailabilityTimeoutMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "deviceAvailabilityQueryIntervalMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "sendNodeDevicesToHubIntervalMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "checkStaleDevicesIntervalMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "checkBlockedDevicesIntervalMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "newCommandTimeoutSec": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "bindHostOrIp": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "enableDashboard": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "removeDevicesFromDatabaseBeforeRunningThePlugin": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "bootedSimulators": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "remoteConnectionTimeout": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "liveStreaming": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "wdaBundleId": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "preBuildWDAPath": {
dbug Appium "type": "string"
dbug Appium }
dbug Appium },
dbug Appium "title": "Appium device farm plugin",
dbug Appium "type": "object"
dbug Appium }
dbug Appium }
dbug Appium },
dbug Appium "schemaRev": 4
dbug Appium }
✔ Successfully uninstalled plugin 'device-farm'
techqaautomation2@techs-mac-mini ~ % appium plugin install --source=npm appium-device-farm
dbug Appium Parsed manifest file at /Users/techqaautomation2/.appium/node_modules/.cache/appium/extensions.yaml: {
dbug Appium "drivers": {
dbug Appium "xcuitest": {
dbug Appium "pkgName": "appium-xcuitest-driver",
dbug Appium "version": "7.17.2",
dbug Appium "installType": "npm",
dbug Appium "installSpec": "xcuitest",
dbug Appium "installPath": "/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver",
dbug Appium "appiumVersion": "^2.5.4",
dbug Appium "automationName": "XCUITest",
dbug Appium "platformNames": [
dbug Appium "iOS",
dbug Appium "tvOS"
dbug Appium ],
dbug Appium "mainClass": "XCUITestDriver",
dbug Appium "scripts": {
dbug Appium "build-wda": "./scripts/build-wda.js",
dbug Appium "open-wda": "./scripts/open-wda.js"
dbug Appium },
dbug Appium "schema": {
dbug Appium "$schema": "http://json-schema.org/draft-07/schema",
dbug Appium "type": "object",
dbug Appium "properties": {
dbug Appium "webdriveragent-port": {
dbug Appium "appiumCliDest": "wdaLocalPort",
dbug Appium "default": 8100,
dbug Appium "description": "Local port used for communication with WebDriverAgent",
dbug Appium "maximum": 65535,
dbug Appium "minimum": 1,
dbug Appium "type": "integer"
dbug Appium }
dbug Appium },
dbug Appium "additionalProperties": false,
dbug Appium "title": "XCUITest Driver Configuration",
dbug Appium "description": "Appium configuration schema for the XCUITest driver.",
dbug Appium "$id": "driver-xcuitest.json"
dbug Appium },
dbug Appium "doctor": {
dbug Appium "checks": [
dbug Appium "./build/lib/doctor/required-checks.js",
dbug Appium "./build/lib/doctor/optional-checks.js"
dbug Appium ]
dbug Appium }
dbug Appium },
dbug Appium "uiautomator2": {
dbug Appium "pkgName": "appium-uiautomator2-driver",
dbug Appium "version": "3.5.6",
dbug Appium "installType": "npm",
dbug Appium "installSpec": "uiautomator2",
dbug Appium "installPath": "/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver",
dbug Appium "appiumVersion": "^2.4.1",
dbug Appium "automationName": "UiAutomator2",
dbug Appium "platformNames": [
dbug Appium "Android"
dbug Appium ],
dbug Appium "mainClass": "AndroidUiautomator2Driver",
dbug Appium "scripts": {
dbug Appium "reset": "scripts/reset.js"
dbug Appium },
dbug Appium "doctor": {
dbug Appium "checks": [
dbug Appium "./build/lib/doctor/required-checks.js",
dbug Appium "./build/lib/doctor/optional-checks.js"
dbug Appium ]
dbug Appium }
dbug Appium }
dbug Appium },
dbug Appium "plugins": {},
dbug Appium "schemaRev": 4
dbug Appium }
✔ Checking if 'appium-device-farm' is compatible
✔ Installing 'appium-device-farm'
ℹ Plugin device-farm@8.4.7-rc.46 successfully installed
techqaautomation2@techs-mac-mini ~ % source ~/.bash_profile
techqaautomation2@techs-mac-mini ~ % appium server --use-plugins=device-farm -pa /wd/hub --plugin-device-farm-platform=both
dbug Appium Parsed manifest file at /Users/techqaautomation2/.appium/node_modules/.cache/appium/extensions.yaml: {
dbug Appium "drivers": {
dbug Appium "xcuitest": {
dbug Appium "pkgName": "appium-xcuitest-driver",
dbug Appium "version": "7.17.2",
dbug Appium "installType": "npm",
dbug Appium "installSpec": "xcuitest",
dbug Appium "installPath": "/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver",
dbug Appium "appiumVersion": "^2.5.4",
dbug Appium "automationName": "XCUITest",
dbug Appium "platformNames": [
dbug Appium "iOS",
dbug Appium "tvOS"
dbug Appium ],
dbug Appium "mainClass": "XCUITestDriver",
dbug Appium "scripts": {
dbug Appium "build-wda": "./scripts/build-wda.js",
dbug Appium "open-wda": "./scripts/open-wda.js"
dbug Appium },
dbug Appium "schema": {
dbug Appium "$schema": "http://json-schema.org/draft-07/schema",
dbug Appium "type": "object",
dbug Appium "properties": {
dbug Appium "webdriveragent-port": {
dbug Appium "appiumCliDest": "wdaLocalPort",
dbug Appium "default": 8100,
dbug Appium "description": "Local port used for communication with WebDriverAgent",
dbug Appium "maximum": 65535,
dbug Appium "minimum": 1,
dbug Appium "type": "integer"
dbug Appium }
dbug Appium },
dbug Appium "additionalProperties": false,
dbug Appium "title": "XCUITest Driver Configuration",
dbug Appium "description": "Appium configuration schema for the XCUITest driver.",
dbug Appium "$id": "driver-xcuitest.json"
dbug Appium },
dbug Appium "doctor": {
dbug Appium "checks": [
dbug Appium "./build/lib/doctor/required-checks.js",
dbug Appium "./build/lib/doctor/optional-checks.js"
dbug Appium ]
dbug Appium }
dbug Appium },
dbug Appium "uiautomator2": {
dbug Appium "pkgName": "appium-uiautomator2-driver",
dbug Appium "version": "3.5.6",
dbug Appium "installType": "npm",
dbug Appium "installSpec": "uiautomator2",
dbug Appium "installPath": "/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver",
dbug Appium "appiumVersion": "^2.4.1",
dbug Appium "automationName": "UiAutomator2",
dbug Appium "platformNames": [
dbug Appium "Android"
dbug Appium ],
dbug Appium "mainClass": "AndroidUiautomator2Driver",
dbug Appium "scripts": {
dbug Appium "reset": "scripts/reset.js"
dbug Appium },
dbug Appium "doctor": {
dbug Appium "checks": [
dbug Appium "./build/lib/doctor/required-checks.js",
dbug Appium "./build/lib/doctor/optional-checks.js"
dbug Appium ]
dbug Appium }
dbug Appium }
dbug Appium },
dbug Appium "plugins": {
dbug Appium "device-farm": {
dbug Appium "pkgName": "appium-device-farm",
dbug Appium "version": "8.4.7-rc.46",
dbug Appium "installType": "npm",
dbug Appium "installSpec": "appium-device-farm",
dbug Appium "installPath": "/Users/techqaautomation2/.appium/node_modules/appium-device-farm",
dbug Appium "appiumVersion": "^2.5.4",
dbug Appium "mainClass": "DevicePlugin",
dbug Appium "schema": {
dbug Appium "$schema": "http://json-schema.org/draft-07/schema",
dbug Appium "additionalProperties": false,
dbug Appium "description": "Appium configuration schema for the Device Farm plugin.",
dbug Appium "properties": {
dbug Appium "platform": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "androidDeviceType": {
dbug Appium "type": "string",
dbug Appium "default": "both"
dbug Appium },
dbug Appium "simulators": {
dbug Appium "type": "array"
dbug Appium },
dbug Appium "iosDeviceType": {
dbug Appium "type": "string",
dbug Appium "default": "both"
dbug Appium },
dbug Appium "hub": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "remoteMachineProxyIP": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "adbRemote": {
dbug Appium "type": "array"
dbug Appium },
dbug Appium "skipChromeDownload": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "maxSessions": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "cloud": {
dbug Appium "type": "object"
dbug Appium },
dbug Appium "derivedDataPath": {
dbug Appium "type": "object"
dbug Appium },
dbug Appium "emulators": {
dbug Appium "type": "array"
dbug Appium },
dbug Appium "proxy": {
dbug Appium "type": "object"
dbug Appium },
dbug Appium "deviceAvailabilityTimeoutMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "deviceAvailabilityQueryIntervalMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "sendNodeDevicesToHubIntervalMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "checkStaleDevicesIntervalMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "checkBlockedDevicesIntervalMs": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "newCommandTimeoutSec": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "bindHostOrIp": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "enableDashboard": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "removeDevicesFromDatabaseBeforeRunningThePlugin": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "bootedSimulators": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "remoteConnectionTimeout": {
dbug Appium "type": "number"
dbug Appium },
dbug Appium "liveStreaming": {
dbug Appium "type": "boolean"
dbug Appium },
dbug Appium "wdaBundleId": {
dbug Appium "type": "string"
dbug Appium },
dbug Appium "preBuildWDAPath": {
dbug Appium "type": "string"
dbug Appium }
dbug Appium },
dbug Appium "title": "Appium device farm plugin",
dbug Appium "type": "object"
dbug Appium },
dbug Appium "scripts": {
dbug Appium "setup": "lib/src/scripts/setup-db.js",
dbug Appium "reset": "lib/src/scripts/clear-assets.js"
dbug Appium }
dbug Appium }
dbug Appium },
dbug Appium "schemaRev": 4
dbug Appium }
info Appium Attempting to load plugin device-farm...
dbug Appium Requiring plugin at /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/src/main.js
{ DeviceFarmProLoader: [class Z], default: [class Z] }
dbug Appium Gc has been successfully loaded in 0.626s
info Appium Welcome to Appium v2.6.0
info Appium Non-default server args:
info Appium {
info Appium basePath: '/wd/hub',
info Appium usePlugins: [
info Appium 'device-farm'
info Appium ]
info Appium }
dbug Appium The autodetected Appium home path: /Users/techqaautomation2/.appium
info Appium Attempting to load driver xcuitest...
info Appium Attempting to load driver uiautomator2...
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
dbug Appium AndroidUiautomator2Driver has been successfully loaded in 0.766s
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/build/index.js
dbug Appium XCUITestDriver has been successfully loaded in 1.650s
[device-farm-main] 📱 Update server with CLI Args: {"subcommand":"server","address":"0.0.0.0","basePath":"/wd/hub","port":4723,"usePlugins":["device-farm"],"plugin":{"device-farm":{"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}},"extraArgs":[],"allowCors":false,"allowInsecure":[],"callbackPort":4723,"debugLogSpacing":false,"denyInsecure":[],"keepAliveTimeout":600,"localTimezone":false,"loglevel":"debug","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 Z], default: [class Z] }
[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","port":4723,"usePlugins":["device-farm"],"plugin":{"device-farm":{"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}},"extraArgs":[],"allowCors":false,"allowInsecure":[],"callbackPort":4723,"debugLogSpacing":false,"denyInsecure":[],"keepAliveTimeout":600,"localTimezone":false,"loglevel":"debug","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.5.43","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":false,"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.5.43: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":"13068580385508","state":"device"},{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"},{"udid":"emulator-5554","state":"device"},{"udid":"emulator-5556","state":"device"},{"udid":"emulator-5558","state":"device"}]
[device-farm-main] fetchAndroidDevices from host: undefined. Found 7 android devices
[device-farm-main] Android Device details for 13068580385508 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 13068580385508 shell getprop ro.build.version.release'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 13068580385508 shell getprop ro.build.characteristics'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 13068580385508 shell wm size'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 13068580385508 shell getprop ro.product.name'
[device-farm-main] Screen dimension for device 13068580385508 : Physical size: 1920x1080
[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] 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] 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] Android Device details for emulator-5554 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 emulator-5554 shell getprop ro.build.version.release'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.characteristics'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell wm size'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.product.name'
[device-farm-main] Screen dimension for device emulator-5554 : Physical size: 1080x2220
[device-farm-main] Android Device details for emulator-5556 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 emulator-5556 shell getprop ro.build.version.release'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5556 shell getprop ro.build.characteristics'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5556 shell wm size'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5556 shell getprop ro.product.name'
[device-farm-main] Screen dimension for device emulator-5556 : Physical size: 1440x3120
[device-farm-main] Android Device details for emulator-5558 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 emulator-5558 shell getprop ro.build.version.release'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5558 shell getprop ro.build.characteristics'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5558 shell wm size'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5558 shell getprop ro.product.name'
[device-farm-main] Screen dimension for device emulator-5558 : Physical size: 2560x1600
[device-farm-main] Found 7 android devices
[device-farm-main] Fetching local simulators
[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: true
[device-farm-main] tvOS Simulators: false
[device-farm-main] No tvOS simulators found!
[device-farm-main] Added 17 new devices to local database
[device-farm-main] 📣📣📣 Device Farm Plugin will be served at 🔗 http://172.28.5.43:4723/device-farm with id 6d13b919-739e-4f5a-b9fd-7585e4b57be2
info Appium Appium REST http interface listener started on http://0.0.0.0:4723/wd/hub
info Appium You can provide the following URLs in your client code to connect to this server:
info Appium http://127.0.0.1:4723/wd/hub (only accessible from the same host)
info Appium http://172.28.5.43:4723/wd/hub
info Appium http://169.254.30.58:4723/wd/hub
info Appium Available drivers:
info Appium - xcuitest@7.17.2 (automationName 'XCUITest')
info Appium - uiautomator2@3.5.6 (automationName 'UiAutomator2')
info Appium Available plugins:
info Appium - device-farm@8.4.7-rc.46 (ACTIVE)
[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 /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 5 ms - 211
[HTTP] <-- GET /device-farm/api/device 200 60 ms - 15155
[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/ {}
[device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ 200 3 ms - 513
[HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/ui-assets/index-DkzDA3O0.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkzDA3O0.js. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 200 3 ms - 115071
[HTTP] <-- GET /device-farm/ui-assets/index-DkzDA3O0.js 200 2 ms - 940211
[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 7 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 - 15155
[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/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 200 4 ms - 2684
[HTTP] <-- GET /device-farm/api/dashboard/session 200 31 ms - 766243
[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-DkzDA3O0.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkzDA3O0.js. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-DkzDA3O0.js 304 1 ms - -
[HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 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 12 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 200 1 ms - 15155
[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":"241ae3789b1c7ece","host":"http://172.28.5.43: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":"241ae3789b1c7ece"}}
[HTTP] <-- POST /device-farm/api/block 200 2 ms - 16
[HTTP] --> POST /device-farm/api/dashboard/appiumSession {"udid":"241ae3789b1c7ece","systemPort":54545,"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":["241ae3789b1c7ece"]}}
[HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"platformName":"android","appium:automationName":"UIAutomator2","appium:newCommandTimeout":120,"appium:waitForIdleTimeout":10,"appium:udid":"241ae3789b1c7ece","df:skipReport":true,"appium:systemPort":54545,"appium:adbExecTimeout":80000,"appium:uiautomator2ServerLaunchTimeout":60000},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"android","appium:automationName":"UIAutomator2","appium:newCommandTimeout":120,"appium:waitForIdleTimeout":10,"appium:udid":"241ae3789b1c7ece","df:skipReport":true,"appium:systemPort":54545}}
[AppiumDriver@38ca] Calling AppiumDriver.createSession() with args: [{"platformName":"android","appium:automationName":"UIAutomator2","appium:newCommandTimeout":120,"appium:waitForIdleTimeout":10,"appium:udid":"241ae3789b1c7ece","df:skipReport":true,"appium:systemPort":54545},null,{"alwaysMatch":{"platformName":"android","appium:automationName":"UIAutomator2","appium:newCommandTimeout":120,"appium:waitForIdleTimeout":10,"appium:udid":"241ae3789b1c7ece","df:skipReport":true,"appium:systemPort":54545,"appium:adbExecTimeout":80000,"appium:uiautomator2ServerLaunchTimeout":60000},"firstMatch":[{}]}]
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@38ca] 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.5.43","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":false,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.5.43
[device-farm-main] 📱 Creating temporary session capability_id: e02b90b2-7eb4-44b5-974f-5b75827b095f
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"android","udid":"241ae3789b1c7ece","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"}}
[device-farm-main] 📱 Blocking device 241ae3789b1c7ece at host http://172.28.5.43:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1289896,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":1,"created":1719315876456,"version":0,"updated":1719315888111},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1289896,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":3,"created":1719315876456,"version":0,"updated":1719315888129},"$loki":4,"newCommandTimeout":120}]"
[device-farm-main] device.host: http://172.28.5.43:4723 and pluginArgs.bindHostOrIp: 172.28.5.43
[device-farm-main] 📱 Creating session on the same node
[AppiumDriver@38ca] Executing default handling behavior for command 'createSession'
[AppiumDriver@38ca] Event 'newSessionRequested' logged at 1719315888130 (14:44:48 GMT+0300 (GMT+03:00))
info Appium Attempting to find matching driver for automationName 'UIAutomator2' and platformName 'android'
info Appium The 'uiautomator2' driver was installed and matched caps.
info Appium Will require it at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[AppiumDriver@38ca] Appium v2.6.0 creating new AndroidUiautomator2Driver (v3.5.6) session
[AppiumDriver@38ca] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@38ca] Appium's BaseDriver version is 9.10.3
[AppiumDriver@38ca] AndroidUiautomator2Driver's BaseDriver version is 9.10.3
[AndroidUiautomator2Driver@9f15]
[AndroidUiautomator2Driver@9f15] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "android",
"df:skipReport": true,
"appium:automationName": "UIAutomator2",
"appium:newCommandTimeout": 120,
"appium:waitForIdleTimeout": 10,
"appium:adbExecTimeout": 80000,
"appium:uiautomator2ServerLaunchTimeout": 60000,
"appium:udid": "241ae3789b1c7ece",
"appium:systemPort": 54672,
"appium:chromeDriverPort": 54673,
"appium:adbPort": 5037,
"appium:mjpegServerPort": 54674
},
"firstMatch": [
{}
]
}
[AndroidUiautomator2Driver@9f15] The following provided capabilities were not recognized by this driver:
[AndroidUiautomator2Driver@9f15] df:skipReport
[AndroidUiautomator2Driver@9f15] waitForIdleTimeout
[AndroidUiautomator2Driver@9f15] chromeDriverPort
[AndroidUiautomator2Driver@9f15] adbRemoteHost
[AndroidUiautomator2Driver@9f15] Session created with session id: 8cbb1eff-7913-4982-8bc6-904df82a7c11
[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'
[AndroidUiautomator2Driver@9f15] Retrieving device list
[ADB] Trying to find connected Android devices
[ADB] Getting connected devices
[ADB] Connected devices: [{"udid":"13068580385508","state":"device"},{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"},{"udid":"emulator-5554","state":"device"},{"udid":"emulator-5556","state":"device"},{"udid":"emulator-5558","state":"device"}]
[AndroidUiautomator2Driver@9f15] Using device: 241ae3789b1c7ece
[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] Setting device id to 241ae3789b1c7ece
[AndroidUiautomator2Driver@9f15] Neither 'app' nor 'appPackage' was set. Starting UiAutomator2 without the target application
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.sdk'
[ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.release'
[ADB] Current device property 'ro.build.version.release': 10
[ADB] Device API level: 29
[AndroidUiautomator2Driver@9f15] Relaxing hidden api policy
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece 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''
[AndroidUiautomator2Driver@9f15] No app sent in, not parsing package/activity
[AndroidUiautomator2Driver@9f15] Pushing settings apk to the device...
[ADB] Getting package info for 'io.appium.settings'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.settings'
[ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.12.3' >= '5.12.3')
[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'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings'
[AndroidUiautomator2Driver@9f15] io.appium.settings is already running. There is no need to reset its permissions.
[Logcat] Starting logs capture with command: /Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece logcat -v threadtime
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set io.appium.settings android:mock_location allow'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cat /data/local/tmp/mock_apps.json'
[AndroidUiautomator2Driver@9f15] Forwarding UiAutomator2 Server port 6790 to local port 54672
[AndroidUiautomator2Driver@9f15] MJPEG broadcasting requested, forwarding MJPEG server port 7810 to local port 54674
[ADB] Forwarding system: 54674 to device: 7810
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:54674 tcp:7810'
[ADB] Forwarding system: 54672 to device: 6790
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:54672 tcp:6790'
[ADB] Getting package info for 'io.appium.uiautomator2.server'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.uiautomator2.server'
[ADB] Getting install status for io.appium.uiautomator2.server.test
[AndroidUiautomator2Driver@9f15] No app capability. Assuming it is already on the device
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[ADB] 'io.appium.uiautomator2.server.test' is installed
[ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.14' >= '7.0.14')
[AndroidUiautomator2Driver@9f15] 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.14.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"}]
[AndroidUiautomator2Driver@9f15] Server packages are not going to be (re)installed
[AndroidUiautomator2Driver@9f15] Waiting up to 30000ms for services to be available
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list instrumentation'
[AndroidUiautomator2Driver@9f15] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[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",";"]]
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[AndroidUiautomator2Driver@9f15] Performing shallow cleanup of automation leftovers
[AndroidUiautomator2Driver@9f15] No obsolete sessions have been detected (socket hang up)
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@9f15] Starting UIAutomator2 server 7.0.14
[AndroidUiautomator2Driver@9f15] Using UIAutomator2 server from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.14.apk' and test from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@9f15] Waiting up to 60000ms for UiAutomator2 to be online...
[ADB] Creating ADB subprocess with args: ["-P","5037","-s","241ae3789b1c7ece","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[AndroidUiautomator2Driver@9f15] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@9f15] Proxying [GET /status] to [GET http://127.0.0.1:54672/status] with no body
[AndroidUiautomator2Driver@9f15] socket hang up
[AndroidUiautomator2Driver@9f15] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@9f15] Proxying [GET /status] to [GET http://127.0.0.1:54672/status] with no body
[AndroidUiautomator2Driver@9f15] socket hang up
[Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[AndroidUiautomator2Driver@9f15] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@9f15] Proxying [GET /status] to [GET http://127.0.0.1:54672/status] with no body
[AndroidUiautomator2Driver@9f15] socket hang up
[AndroidUiautomator2Driver@9f15] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@9f15] Proxying [GET /status] to [GET http://127.0.0.1:54672/status] with no body
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[AndroidUiautomator2Driver@9f15] The initialization of the instrumentation process took 3174ms
[AndroidUiautomator2Driver@9f15] Matched '/session' to command name 'createSession'
[AndroidUiautomator2Driver@9f15] Proxying [POST /session] to [POST http://127.0.0.1:54672/session] with body: {"capabilities":{"firstMatch":[{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece"}],"alwaysMatch":{}}}
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"4bc81b87-848e-4e89-8926-ddde2151d8fe","value":{"capabilities":{"firstMatch":[{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece"}],"alwaysMatch":{}},"sessionId":"4bc81b87-848e-4e89-8926-ddde21...
[AndroidUiautomator2Driver@9f15] Determined the downstream protocol as 'W3C'
[AndroidUiautomator2Driver@9f15] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:54672/session/4bc81b87-848e-4e89-8926-ddde2151d8fe/appium/device/pixel_ratio] with no body
[AndroidUiautomator2Driver@9f15] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[AndroidUiautomator2Driver@9f15] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:54672/session/4bc81b87-848e-4e89-8926-ddde2151d8fe/appium/device/system_bars] with no body
[AndroidUiautomator2Driver@9f15] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@9f15] Proxying [GET /window/current/size] to [GET http://127.0.0.1:54672/session/4bc81b87-848e-4e89-8926-ddde2151d8fe/window/current/size] with no body
[AndroidUiautomator2Driver@9f15] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:54672/session/4bc81b87-848e-4e89-8926-ddde2151d8fe/appium/device/info] with no body
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys window'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys power'
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"4bc81b87-848e-4e89-8926-ddde2151d8fe","value":{"statusBar":84}}
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"4bc81b87-848e-4e89-8926-ddde2151d8fe","value":3.5}
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"4bc81b87-848e-4e89-8926-ddde2151d8fe","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"4bc81b87-848e-4e89-8926-ddde2151d8fe","value":{"androidId":"55d5ce852680fecb","apiVersion":"29","bluetooth":{"state":"ON"},"brand":"samsung","carrierName":"","displayDensity":560,"locale":"en_US","manufacturer":"samsung","model":"SM-N960F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,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":-42,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"1440x2960","timeZone":"Europe/Istanbul"}}
[AndroidUiautomator2Driver@9f15] Screen already unlocked, doing nothing
[AppiumDriver@38ca] New AndroidUiautomator2Driver session created successfully, session 8cbb1eff-7913-4982-8bc6-904df82a7c11 added to master session list
[AppiumDriver@38ca] Event 'newSessionStarted' logged at 1719315892375 (14:44:52 GMT+0300 (GMT+03:00))
[device-farm-main] 📱 e02b90b2-7eb4-44b5-974f-5b75827b095f Session response: {"protocol":"W3C","value":["8cbb1eff-7913-4982-8bc6-904df82a7c11",{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceManufacturer":"samsung","deviceModel":"SM-N960F","deviceScreenSize":"1440x2960","deviceScreenDensity":560},"W3C"]}
[device-farm-main] 📱 Removing pending session with capability_id: e02b90b2-7eb4-44b5-974f-5b75827b095f
[device-farm-main] e02b90b2-7eb4-44b5-974f-5b75827b095f 📱 Session response is CreateSessionResponseInternal
[device-farm-main] 📱 e02b90b2-7eb4-44b5-974f-5b75827b095f ----- Device UDID 241ae3789b1c7ece blocked for session 8cbb1eff-7913-4982-8bc6-904df82a7c11
[device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1289896,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":1,"created":1719315876456,"version":0,"updated":1719315888111},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1289896,"sessionStartTime":1719315892376,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":4,"created":1719315876456,"version":0,"updated":1719315892376},"$loki":4,"newCommandTimeout":120,"session_id":"8cbb1eff-7913-4982-8bc6-904df82a7c11","lastCmdExecutedAt":1719315892376}]"
[device-farm-main] e02b90b2-7eb4-44b5-974f-5b75827b095f 📱 Updating Device 241ae3789b1c7ece with session ID 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AppiumDriver@38ca] Promoting 1 sessionless plugins to be attached to session ID 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AndroidUiautomator2Driver@9f15] Cached the protocol value 'W3C' for the new session 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AndroidUiautomator2Driver@9f15] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":...
[HTTP] <-- POST /wd/hub/session 200 4258 ms - 1201
[device-farm-main] Response from browser create session {"value":{"capabilities":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":54672,"chromeDriverPort":54673,"adbPort":5037,"mjpegServerPort":54674},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceManufacturer":"samsung","deviceModel":"SM-N960F","deviceScreenSize":"1440x2960","deviceScreenDensity":560},"sessionId":"8cbb1eff-7913-4982-8bc6-904df82a7c11"}}
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[HTTP] <-- POST /device-farm/api/dashboard/appiumSession 200 4265 ms - 708
[HTTP] --> OPTIONS /device-farm/api/dashboard/installAndroidStreamingApp {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/installAndroidStreamingApp. So, not proxying it to downstream.
[HTTP] <-- OPTIONS /device-farm/api/dashboard/installAndroidStreamingApp 204 1 ms - 0
[HTTP] --> POST /device-farm/api/dashboard/installAndroidStreamingApp {"udid":"241ae3789b1c7ece","systemPort":54545}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/installAndroidStreamingApp. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[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
[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'
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 241ae3789b1c7ece 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 1 ms - 15299
[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 200 1 ms - 15299
[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 - -
Installed /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk on device 241ae3789b1c7ece
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list packages'
Allowing recording permissions
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set com.device.farm PROJECT_MEDIA allow'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece 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 241ae3789b1c7ece forward tcp:54545 tcp:1991'
Pressing home
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell input keyevent KEYCODE_HOME'
[device-farm-main] Websocket event received, streaming app is running
[HTTP] <-- POST /device-farm/api/dashboard/installAndroidStreamingApp 200 20701 ms - 703
[device-farm-main] New streaming request recieved with url: /android-stream/241ae3789b1c7ece
[device-farm-main] Device id 241ae3789b1c7ece matched for streaming url : /android-stream/241ae3789b1c7ece
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[device-farm-main] Creating new proxy streaming session for device 241ae3789b1c7ece
[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 3 ms - 1151362
[device-farm-main] Successfully created proxy streaming session for device 241ae3789b1c7ece
[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 3 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 - -
WebSocket message received: { action: 'swipe', args: { actions: [ [Object] ] } }
Performing action on the screen {
actions: [
{
type: 'pointer',
id: 'finger1',
parameters: [Object],
actions: [Array]
}
]
} {
userBlocked: true,
offline: false,
adbPort: 5037,
systemPort: 54545,
sdk: '10',
realDevice: true,
name: 'crownltexx',
busy: true,
state: 'device',
udid: '241ae3789b1c7ece',
platform: 'android',
deviceType: 'real',
host: 'http://172.28.5.43:4723',
totalUtilizationTimeMilliSec: 1289896,
sessionStartTime: 1719315892376,
width: '1440',
height: '2960',
liveStreaming: false,
tags: [],
nodeId: '6d13b919-739e-4f5a-b9fd-7585e4b57be2',
meta: {
revision: 4,
created: 1719315876456,
version: 0,
updated: 1719315892376
},
'$loki': 4,
newCommandTimeout: 120,
session_id: '8cbb1eff-7913-4982-8bc6-904df82a7c11',
lastCmdExecutedAt: 1719315892376
}
[device-farm-main] Proxying request to appium {"method":"post","url":"http://127.0.0.1:4723/wd/hub/session/8cbb1eff-7913-4982-8bc6-904df82a7c11/actions","timeout":60000,"headers":{"Content-Type":"application/json"},"data":{"actions":[{"type":"pointer","id":"finger1","parameters":{"pointerType":"touch"},"actions":[{"type":"pointerMove","duration":0,"x":633,"y":1369},{"type":"pointerDown","button":0},{"type":"pause","duration":0},{"type":"pointerMove","duration":100,"origin":"viewport","x":584,"y":703},{"type":"pointerUp","button":0}]}]}}
[HTTP] --> POST /wd/hub/session/8cbb1eff-7913-4982-8bc6-904df82a7c11/actions {"actions":[{"type":"pointer","id":"finger1","parameters":{"pointerType":"touch"},"actions":[{"type":"pointerMove","duration":0,"x":633,"y":1369},{"type":"pointerDown","button":0},{"type":"pause","duration":0},{"type":"pointerMove","duration":100,"origin":"viewport","x":584,"y":703},{"type":"pointerUp","button":0}]}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AndroidUiautomator2Driver@9f15] Calling AppiumDriver.performActions() with args: [[{"type":"pointer","id":"finger1","parameters":{"pointerType":"touch"},"actions":[{"type":"pointerMove","duration":0,"x":633,"y":1369},{"type":"pointerDown","button":0},{"type":"pause","duration":0},{"type":"pointerMove","duration":100,"origin":"viewport","x":584,"y":703},{"type":"pointerUp","button":0}]}],"8cbb1eff-7913-4982-8bc6-904df82a7c11"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'performActions': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'performActions'
[AppiumDriver@38ca] Executing default handling behavior for command 'performActions'
[AndroidUiautomator2Driver@9f15] Preprocessed actions: [
{
"type": "pointer",
"id": "finger1",
"parameters": {
"pointerType": "touch"
},
"actions": [
{
"type": "pointerMove",
"duration": 0,
"x": 633,
"y": 1369
},
{
"type": "pointerDown",
"button": 0
},
{
"type": "pause",
"duration": 0
},
{
"type": "pointerMove",
"duration": 100,
"origin": "viewport",
"x": 584,
"y": 703
},
{
"type": "pointerUp",
"button": 0
}
]
}
]
[AndroidUiautomator2Driver@9f15] Matched '/actions' to command name 'performActions'
[AndroidUiautomator2Driver@9f15] Proxying [POST /actions] to [POST http://127.0.0.1:54672/session/4bc81b87-848e-4e89-8926-ddde2151d8fe/actions] with body: {"actions":[{"type":"pointer","id":"finger1","parameters":{"pointerType":"touch"},"actions":[{"type":"pointerMove","duration":0,"x":633,"y":1369},{"type":"pointerDown","button":0},{"type":"pause","duration":0},{"type":"pointerMove","duration":100,"origin":"viewport","x":584,"y":703},{"type":"pointerUp","button":0}]}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"4bc81b87-848e-4e89-8926-ddde2151d8fe","value":null}
[AndroidUiautomator2Driver@9f15] Responding to client with driver.performActions() result: null
[HTTP] <-- POST /wd/hub/session/8cbb1eff-7913-4982-8bc6-904df82a7c11/actions 200 358 ms - 14
Response from click { value: null }
WebSocket message received: { action: 'swipe', args: { actions: [ [Object] ] } }
Performing action on the screen {
actions: [
{
type: 'pointer',
id: 'finger1',
parameters: [Object],
actions: [Array]
}
]
} {
userBlocked: true,
offline: false,
adbPort: 5037,
systemPort: 54545,
sdk: '10',
realDevice: true,
name: 'crownltexx',
busy: true,
state: 'device',
udid: '241ae3789b1c7ece',
platform: 'android',
deviceType: 'real',
host: 'http://172.28.5.43:4723',
totalUtilizationTimeMilliSec: 1289896,
sessionStartTime: 1719315892376,
width: '1440',
height: '2960',
liveStreaming: false,
tags: [],
nodeId: '6d13b919-739e-4f5a-b9fd-7585e4b57be2',
meta: {
revision: 4,
created: 1719315876456,
version: 0,
updated: 1719315892376
},
'$loki': 4,
newCommandTimeout: 120,
session_id: '8cbb1eff-7913-4982-8bc6-904df82a7c11',
lastCmdExecutedAt: 1719315892376
}
[device-farm-main] Proxying request to appium {"method":"post","url":"http://127.0.0.1:4723/wd/hub/session/8cbb1eff-7913-4982-8bc6-904df82a7c11/actions","timeout":60000,"headers":{"Content-Type":"application/json"},"data":{"actions":[{"type":"pointer","id":"finger1","parameters":{"pointerType":"touch"},"actions":[{"type":"pointerMove","duration":0,"x":719,"y":1842},{"type":"pointerDown","button":0},{"type":"pause","duration":0},{"type":"pointerMove","duration":100,"origin":"viewport","x":719,"y":2557},{"type":"pointerUp","button":0}]}]}}
[HTTP] --> POST /wd/hub/session/8cbb1eff-7913-4982-8bc6-904df82a7c11/actions {"actions":[{"type":"pointer","id":"finger1","parameters":{"pointerType":"touch"},"actions":[{"type":"pointerMove","duration":0,"x":719,"y":1842},{"type":"pointerDown","button":0},{"type":"pause","duration":0},{"type":"pointerMove","duration":100,"origin":"viewport","x":719,"y":2557},{"type":"pointerUp","button":0}]}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AndroidUiautomator2Driver@9f15] Calling AppiumDriver.performActions() with args: [[{"type":"pointer","id":"finger1","parameters":{"pointerType":"touch"},"actions":[{"type":"pointerMove","duration":0,"x":719,"y":1842},{"type":"pointerDown","button":0},{"type":"pause","duration":0},{"type":"pointerMove","duration":100,"origin":"viewport","x":719,"y":2557},{"type":"pointerUp","button":0}]}],"8cbb1eff-7913-4982-8bc6-904df82a7c11"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'performActions': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'performActions'
[AppiumDriver@38ca] Executing default handling behavior for command 'performActions'
[AndroidUiautomator2Driver@9f15] Preprocessed actions: [
{
"type": "pointer",
"id": "finger1",
"parameters": {
"pointerType": "touch"
},
"actions": [
{
"type": "pointerMove",
"duration": 0,
"x": 719,
"y": 1842
},
{
"type": "pointerDown",
"button": 0
},
{
"type": "pause",
"duration": 0
},
{
"type": "pointerMove",
"duration": 100,
"origin": "viewport",
"x": 719,
"y": 2557
},
{
"type": "pointerUp",
"button": 0
}
]
}
]
[AndroidUiautomator2Driver@9f15] Matched '/actions' to command name 'performActions'
[AndroidUiautomator2Driver@9f15] Proxying [POST /actions] to [POST http://127.0.0.1:54672/session/4bc81b87-848e-4e89-8926-ddde2151d8fe/actions] with body: {"actions":[{"type":"pointer","id":"finger1","parameters":{"pointerType":"touch"},"actions":[{"type":"pointerMove","duration":0,"x":719,"y":1842},{"type":"pointerDown","button":0},{"type":"pause","duration":0},{"type":"pointerMove","duration":100,"origin":"viewport","x":719,"y":2557},{"type":"pointerUp","button":0}]}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"4bc81b87-848e-4e89-8926-ddde2151d8fe","value":null}
[AndroidUiautomator2Driver@9f15] Responding to client with driver.performActions() result: null
[HTTP] <-- POST /wd/hub/session/8cbb1eff-7913-4982-8bc6-904df82a7c11/actions 200 211 ms - 14
Response from click { value: null }
[HTTP] --> POST /device-farm/api/dashboard/closeSession {"udid":"241ae3789b1c7ece","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":["241ae3789b1c7ece"]}}
[HTTP] --> DELETE /wd/hub/session/8cbb1eff-7913-4982-8bc6-904df82a7c11 {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AndroidUiautomator2Driver@9f15] Calling AppiumDriver.deleteSession() with args: ["8cbb1eff-7913-4982-8bc6-904df82a7c11"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'deleteSession': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'deleteSession'
[device-farm-main] Updated devices with filter: {"session_id":"8cbb1eff-7913-4982-8bc6-904df82a7c11"}
[device-farm-main] 📱 Unblocking the device that is blocked for session 8cbb1eff-7913-4982-8bc6-904df82a7c11
[AppiumDriver@38ca] Executing default handling behavior for command 'deleteSession'
[AppiumDriver@38ca] Event 'quitSessionRequested' logged at 1719315923395 (14:45:23 GMT+0300 (GMT+03:00))
[AppiumDriver@38ca] Removing session 8cbb1eff-7913-4982-8bc6-904df82a7c11 from our master session list
[AndroidUiautomator2Driver@9f15] Deleting UiAutomator2 session
[AndroidUiautomator2Driver@9f15] Deleting UiAutomator2 server session
[AndroidUiautomator2Driver@9f15] Matched '/' to command name 'deleteSession'
[AndroidUiautomator2Driver@9f15] Proxying [DELETE /] to [DELETE http://127.0.0.1:54672/session/4bc81b87-848e-4e89-8926-ddde2151d8fe] with no body
[AndroidUiautomator2Driver@9f15] Got response with status 200: {"sessionId":"4bc81b87-848e-4e89-8926-ddde2151d8fe","value":null}
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[Logcat] Stopping logcat capture
[ADB] Removing forwarded port socket connection: 54672
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:54672'
[ADB] Removing forwarded port socket connection: 54674
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:54674'
[AndroidUiautomator2Driver@9f15] Restoring hidden api policy to the device default configuration
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[Instrumentation] .
[Instrumentation] Time: 33.518
[Instrumentation]
[Instrumentation] OK (1 test)
[HTTP] <-- GET /android-stream/241ae3789b1c7ece - - ms - -
[AppiumDriver@38ca] Event 'quitSessionFinished' logged at 1719315923685 (14:45:23 GMT+0300 (GMT+03:00))
Waiting for Android and iOS websocket handlers to be removed..
[device-farm-main] Registering websocket handler for Android Streaming
[device-farm-main] Registering websocket handler for iOS Streaming
Inside get streaming server
[AppiumDriver@38ca] Received response: null
[AppiumDriver@38ca] But deleting session, so not returning
[AppiumDriver@38ca] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/8cbb1eff-7913-4982-8bc6-904df82a7c11 200 298 ms - 14
[HTTP] <-- POST /device-farm/api/dashboard/closeSession 200 308 ms - 54
[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 4 ms - 15179
[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 - -
[Instrumentation] The process has exited with code 0
[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 - 15179
[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] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"platformName":"Android","appium:deviceName":"Automation2","appium:udid":"241ae3789b1c7ece","appium:automationName":"UiAutomator2","df:liveVideo":false,"appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"Android","appium:deviceName":"Automation2","appium:udid":"241ae3789b1c7ece","appium:automationName":"UiAutomator2","df:liveVideo":false,"appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}}
[AppiumDriver@38ca] Calling AppiumDriver.createSession() with args: [{"platformName":"Android","appium:deviceName":"Automation2","appium:udid":"241ae3789b1c7ece","appium:automationName":"UiAutomator2","df:liveVideo":false,"appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"platformName":"Android","appium:deviceName":"Automation2","appium:udid":"241ae3789b1c7ece","appium:automationName":"UiAutomator2","df:liveVideo":false,"appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}]
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@38ca] 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.5.43","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":false,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.5.43
[device-farm-main] 📱 Creating temporary session capability_id: 12275a6b-6a9a-4145-998a-eaae7dac2960
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"android","udid":"241ae3789b1c7ece","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"},"busy":false,"userBlocked":false}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"},"busy":false,"userBlocked":false}
[device-farm-main] 📱 Blocking device 241ae3789b1c7ece at host http://172.28.5.43:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1320913,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":9,"created":1719315876456,"version":0,"updated":1719315923391},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1320913,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":11,"created":1719315876456,"version":0,"updated":1719315935191},"$loki":4,"newCommandTimeout":3600}]"
[device-farm-main] device.host: http://172.28.5.43:4723 and pluginArgs.bindHostOrIp: 172.28.5.43
[device-farm-main] 📱 Creating session on the same node
[AppiumDriver@38ca] Executing default handling behavior for command 'createSession'
[AppiumDriver@38ca] Event 'newSessionRequested' logged at 1719315935191 (14:45:35 GMT+0300 (GMT+03:00))
info Appium Attempting to find matching driver for automationName 'UiAutomator2' and platformName 'Android'
info Appium The 'uiautomator2' driver was installed and matched caps.
info Appium Will require it at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[AppiumDriver@38ca] Appium v2.6.0 creating new AndroidUiautomator2Driver (v3.5.6) session
[AppiumDriver@38ca] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@38ca] Appium's BaseDriver version is 9.10.3
[AppiumDriver@38ca] AndroidUiautomator2Driver's BaseDriver version is 9.10.3
[AndroidUiautomator2Driver@e7ac]
[AndroidUiautomator2Driver@e7ac] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "Android",
"df:liveVideo": false,
"appium:deviceName": "Automation2",
"appium:automationName": "UiAutomator2",
"appium:ensureWebviewsHavePages": true,
"appium:nativeWebScreenshot": true,
"appium:newCommandTimeout": 3600,
"appium:connectHardwareKeyboard": true,
"appium:udid": "241ae3789b1c7ece",
"appium:systemPort": 54863,
"appium:chromeDriverPort": 54864,
"appium:adbPort": 5037
},
"firstMatch": [
{}
]
}
[AndroidUiautomator2Driver@e7ac] The following provided capabilities were not recognized by this driver:
[AndroidUiautomator2Driver@e7ac] df:liveVideo
[AndroidUiautomator2Driver@e7ac] connectHardwareKeyboard
[AndroidUiautomator2Driver@e7ac] chromeDriverPort
[AndroidUiautomator2Driver@e7ac] adbRemoteHost
[AndroidUiautomator2Driver@e7ac] Session created with session id: 3acf9092-be48-4f64-80e7-999df2d45d27
[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'
[AndroidUiautomator2Driver@e7ac] Retrieving device list
[ADB] Trying to find connected Android devices
[ADB] Getting connected devices
[ADB] Connected devices: [{"udid":"13068580385508","state":"device"},{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"},{"udid":"emulator-5554","state":"device"},{"udid":"emulator-5556","state":"device"},{"udid":"emulator-5558","state":"device"}]
[AndroidUiautomator2Driver@e7ac] Using device: 241ae3789b1c7ece
[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] Setting device id to 241ae3789b1c7ece
[AndroidUiautomator2Driver@e7ac] Neither 'app' nor 'appPackage' was set. Starting UiAutomator2 without the target application
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.sdk'
[ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.release'
[ADB] Current device property 'ro.build.version.release': 10
[ADB] Device API level: 29
[AndroidUiautomator2Driver@e7ac] Relaxing hidden api policy
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece 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''
[AndroidUiautomator2Driver@e7ac] No app sent in, not parsing package/activity
[AndroidUiautomator2Driver@e7ac] Pushing settings apk to the device...
[ADB] Getting package info for 'io.appium.settings'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.settings'
[ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.12.3' >= '5.12.3')
[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'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings'
[AndroidUiautomator2Driver@e7ac] io.appium.settings is already running. There is no need to reset its permissions.
[Logcat] Starting logs capture with command: /Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece logcat -v threadtime
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set io.appium.settings android:mock_location allow'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cat /data/local/tmp/mock_apps.json'
[AndroidUiautomator2Driver@e7ac] Forwarding UiAutomator2 Server port 6790 to local port 54863
[ADB] Forwarding system: 54863 to device: 6790
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:54863 tcp:6790'
[ADB] Getting package info for 'io.appium.uiautomator2.server'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.uiautomator2.server'
[ADB] Getting install status for io.appium.uiautomator2.server.test
[AndroidUiautomator2Driver@e7ac] No app capability. Assuming it is already on the device
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[ADB] 'io.appium.uiautomator2.server.test' is installed
[ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.14' >= '7.0.14')
[AndroidUiautomator2Driver@e7ac] 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.14.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"}]
[AndroidUiautomator2Driver@e7ac] Server packages are not going to be (re)installed
[AndroidUiautomator2Driver@e7ac] Waiting up to 30000ms for services to be available
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list instrumentation'
[AndroidUiautomator2Driver@e7ac] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[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",";"]]
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[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 - 15204
[AndroidUiautomator2Driver@e7ac] Performing shallow cleanup of automation leftovers
[AndroidUiautomator2Driver@e7ac] No obsolete sessions have been detected (socket hang up)
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop io.appium.uiautomator2.server.test'
[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
[AndroidUiautomator2Driver@e7ac] Starting UIAutomator2 server 7.0.14
[AndroidUiautomator2Driver@e7ac] Using UIAutomator2 server from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.14.apk' and test from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@e7ac] Waiting up to 30000ms for UiAutomator2 to be online...
[ADB] Creating ADB subprocess with args: ["-P","5037","-s","241ae3789b1c7ece","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[AndroidUiautomator2Driver@e7ac] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /status] to [GET http://127.0.0.1:54863/status] with no body
[AndroidUiautomator2Driver@e7ac] socket hang up
[AndroidUiautomator2Driver@e7ac] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /status] to [GET http://127.0.0.1:54863/status] with no body
[AndroidUiautomator2Driver@e7ac] socket hang up
[Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[AndroidUiautomator2Driver@e7ac] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /status] to [GET http://127.0.0.1:54863/status] with no body
[AndroidUiautomator2Driver@e7ac] 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 - 15204
[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
[AndroidUiautomator2Driver@e7ac] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /status] to [GET http://127.0.0.1:54863/status] with no body
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[AndroidUiautomator2Driver@e7ac] The initialization of the instrumentation process took 3157ms
[AndroidUiautomator2Driver@e7ac] Matched '/session' to command name 'createSession'
[AndroidUiautomator2Driver@e7ac] Proxying [POST /session] to [POST http://127.0.0.1:54863/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","df:liveVideo":false,"deviceName":"241ae3789b1c7ece","automationName":"UiAutomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"241ae3789b1c7ece","systemPort":54863,"chromeDriverPort":54864,"adbPort":5037,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":false,"deviceName":"Automation2","automationName":"UiAutomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"241ae3789b1c7ece","systemPort":54863,"chromeDriverPort":54864,"adbPort":5037},"deviceUDID":"241ae3789b1c7ece"}],"alwaysMatch":{}}}
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":{"capabilities":{"firstMatch":[{"platformName":"Android","df:liveVideo":false,"deviceName":"241ae3789b1c7ece","automationName":"UiAutomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"241ae3789b1c7ece","systemPort":54863,"chromeDriverPort":54864,"adbPort":5037,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":false,"deviceName":"Automation2","automationName":"UiAutomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"241ae3789b1c7ece","systemPort":54863,"chromeDriverPort":54864,"adbPort":5037},"deviceUDID":"241ae3789b1c7ece"}],"alwaysMatch":{}},"sessionId":"811336b5-7426-40a2-831d-d695b5a13106"}}
[AndroidUiautomator2Driver@e7ac] Determined the downstream protocol as 'W3C'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:54863/session/811336b5-7426-40a2-831d-d695b5a13106/appium/device/pixel_ratio] with no body
[AndroidUiautomator2Driver@e7ac] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:54863/session/811336b5-7426-40a2-831d-d695b5a13106/appium/device/system_bars] with no body
[AndroidUiautomator2Driver@e7ac] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /window/current/size] to [GET http://127.0.0.1:54863/session/811336b5-7426-40a2-831d-d695b5a13106/window/current/size] with no body
[AndroidUiautomator2Driver@e7ac] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:54863/session/811336b5-7426-40a2-831d-d695b5a13106/appium/device/info] with no body
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys window'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys power'
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":{"statusBar":84}}
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":3.5}
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":{"androidId":"55d5ce852680fecb","apiVersion":"29","bluetooth":{"state":"ON"},"brand":"samsung","carrierName":"","displayDensity":560,"locale":"en_US","manufacturer":"samsung","model":"SM-N960F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,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":-42,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"1440x2960","timeZone":"Europe/Istanbul"}}
[AndroidUiautomator2Driver@e7ac] Screen already unlocked, doing nothing
[AppiumDriver@38ca] New AndroidUiautomator2Driver session created successfully, session 3acf9092-be48-4f64-80e7-999df2d45d27 added to master session list
[AppiumDriver@38ca] Event 'newSessionStarted' logged at 1719315939401 (14:45:39 GMT+0300 (GMT+03:00))
[device-farm-main] 📱 12275a6b-6a9a-4145-998a-eaae7dac2960 Session response: {"protocol":"W3C","value":["3acf9092-be48-4f64-80e7-999df2d45d27",{"platformName":"Android","df:liveVideo":false,"deviceName":"241ae3789b1c7ece","automationName":"UiAutomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"241ae3789b1c7ece","systemPort":54863,"chromeDriverPort":54864,"adbPort":5037,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":false,"deviceName":"Automation2","automationName":"UiAutomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"241ae3789b1c7ece","systemPort":54863,"chromeDriverPort":54864,"adbPort":5037},"deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceManufacturer":"samsung","deviceModel":"SM-N960F","deviceScreenSize":"1440x2960","deviceScreenDensity":560},"W3C"]}
[device-farm-main] 📱 Removing pending session with capability_id: 12275a6b-6a9a-4145-998a-eaae7dac2960
[device-farm-main] 12275a6b-6a9a-4145-998a-eaae7dac2960 📱 Session response is CreateSessionResponseInternal
[device-farm-main] 📱 12275a6b-6a9a-4145-998a-eaae7dac2960 ----- Device UDID 241ae3789b1c7ece blocked for session 3acf9092-be48-4f64-80e7-999df2d45d27
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1320913,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":9,"created":1719315876456,"version":0,"updated":1719315923391},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1320913,"sessionStartTime":1719315939401,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":12,"created":1719315876456,"version":0,"updated":1719315939401},"$loki":4,"newCommandTimeout":3600,"session_id":"3acf9092-be48-4f64-80e7-999df2d45d27","lastCmdExecutedAt":1719315939401}]"
[device-farm-main] Skipping dashboard report
[device-farm-main] Adding the session 3acf9092-be48-4f64-80e7-999df2d45d27 with type local to session map
[device-farm-main] 12275a6b-6a9a-4145-998a-eaae7dac2960 📱 Updating Device 241ae3789b1c7ece with session ID 3acf9092-be48-4f64-80e7-999df2d45d27
[AppiumDriver@38ca] Promoting 1 sessionless plugins to be attached to session ID 3acf9092-be48-4f64-80e7-999df2d45d27
[AndroidUiautomator2Driver@e7ac] Cached the protocol value 'W3C' for the new session 3acf9092-be48-4f64-80e7-999df2d45d27
[AndroidUiautomator2Driver@e7ac] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","df:liveVideo":false,"deviceName":"241ae3789b1c7ece","automationName":"UiAutomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"241ae3789b1c7ece","systemPort":54863,"chromeDriverPort":54864,"adbPort":5037,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:liveVideo":false,"deviceName":"Automation2","automationName":"UiAutomator2","ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"241ae3789b1c7ece","systemPort":54863,"chromeDriverPort":54864,"adbPort":5037},"deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceMan...
[HTTP] <-- POST /wd/hub/session 200 4226 ms - 1186
[HTTP] --> GET /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27/screenshot {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3acf9092-be48-4f64-80e7-999df2d45d27
[AndroidUiautomator2Driver@e7ac] Calling AppiumDriver.getScreenshot() with args: ["3acf9092-be48-4f64-80e7-999df2d45d27"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getScreenshot': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getScreenshot'
[AppiumDriver@38ca] Executing default handling behavior for command 'getScreenshot'
[AndroidUiautomator2Driver@e7ac] Matched '/screenshot' to command name 'getScreenshot'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /screenshot] to [GET http://127.0.0.1:54863/session/811336b5-7426-40a2-831d-d695b5a13106/screenshot] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3acf9092-be48-4f64-80e7-999df2d45d27
[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 - 15302
[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 - -
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":"iVBORw0KGgoAAAANSUhEUgAABaAAAAuQCAYAAAD85Zg4AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHicTJ1dkiVLbpw/ByJP9R1uQkbRTNQyZJQeZCbtafSmBVOcrpMRgB4ceaovjWP9V1UnMyIAh7sDof/5v/5Pa4vMIP86nH24lOwOzmlSTeTirs3exZe+CEHH4TTsI0qwttBXkwHaRTWUghK8uuAr4C3eJYomotESvQ/rFOeCVVAdnBUoRd4QC9Q3h0SdZBecYu/g9wpeX5u8k1NJq1hxcx04Jb5D/ArRp3mXaAUZkNlA8b4CJLQb3aAGEAT0aaDpbGgQognYTZ4b/bXg2uwbqmBFcRVUClWDLu6CQ81XJtHQ62bHi683ZDUnitIhCyrgO5ovJWpxEB0ioqizUCbaN12iSLoLsVEmrcNfeeAkN36PUUHnYccm7oUS9II+ot9N0/AScZI4N9+R6BVcbOI+7Ar6SmJBneL+FpzkiuBKqC7iKjhNNWQH0bApSKHrsAsCyEo4AhWdBzXsDqoTHYgEVlEHuhd9ks5C+fY+OOnPH819F43Q8lrqQB1xAoIDGcQJpKIIuhNVo27qdagCASLgNFTRK4m/mt7FOi+6gmJTcVMpXkrq92Jdze7mzabisDq4dvJCnFdzGs4OmgQVcNNRKOCvHZxOzhKVBXWI08RqssR7vyhAbIJNLPGP+uIroO9DU/Tyburb65h/K1YGfcobEYGC7uDcTehQC8gLheja6PuQ7xf5t4Zs9inq+NdaTX9/wd2c12FFEyW6oNVEX0SId0OvTeSBbmoHeZKLon8F94HahaKI8KtIiroWtYOjA5XEhqgNIVhBqugQnSA1UQUbqv+GaMRNz7komj5NceglcicnRJQQQSfARu9GWrCaaKgDu9uf7TRnLa4spE3V8dmJxSI4DXGg4kYklUFl...
[AndroidUiautomator2Driver@e7ac] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABaAAAAuQCAYAAAD85Zg4AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHicTJ1dkiVLbpw/ByJP9R1uQkbRTNQyZJQeZCbtafSmBVOcrpMRgB4ceaovjWP9V1UnMyIAh7sDof/5v/5Pa4vMIP86nH24lOwOzmlSTeTirs3exZe+CEHH4TTsI0qwttBXkwHaRTWUghK8uuAr4C3eJYomotESvQ/rFOeCVVAdnBUoRd4QC9Q3h0SdZBecYu/g9wpeX5u8k1NJq1hxcx04Jb5D/ArRp3mXaAUZkNlA8b4CJLQb3aAGEAT0aaDpbGgQognYTZ4b/bXg2uwbqmBFcRVUClWDLu6CQ81XJtHQ62bHi683ZDUnitIhCyrgO5ovJWpxEB0ioqizUCbaN12iSLoLsVEmrcNfeeAkN36PUUHnYccm7oUS9II+ot9N0/AScZI4N9+R6BVcbOI+7Ar6SmJBneL+FpzkiuBKqC7iKjhNNWQH0bApSKHrsAsCyEo4AhWdBzXsDqoTHYgEVlEHuhd9ks5C+fY+OOnPH819F43Q8lrqQB1xAoIDGcQJpKIIuhNVo27qdagCASLgNFTRK4m/mt7FOi+6gmJTcVMpXkrq92Jdze7mzabisDq4dvJCnFdzGs4OmgQVcNNRKOCvHZxOzhKVBXWI08RqssR7vyhAbIJNLPGP+uIroO9DU/Tyburb65h/K1YGfcobEYGC7uDcTehQC8gLheja6PuQ7xf5t4Zs9inq+NdaTX9/wd2c12FFEyW6oNVEX0SId0OvTeSBbmoHeZKLon8F94HahaKI8KtIiroWtYOjA5XEhqgNIVhBqugQnSA1UQUbqv+GaMRNz7komj5NceglcicnRJQQQSfARu9GWrCaaKgDu9uf7TRnLa4spE3V8dmJxSI4DXGg4kYklUFlE938VYubb3rDJjnRVDexF69K7tzEVeQNalFKWmKt4r0hsumGbq9bKlndnPVN...
[device-farm-main] Intercepted response for session 3acf9092-be48-4f64-80e7-999df2d45d27 with method getScreenshot
{} 3acf9092-be48-4f64-80e7-999df2d45d27
[device-farm-main] Saving log entry for session 3acf9092-be48-4f64-80e7-999df2d45d27 with eventId undefined
[HTTP] <-- GET /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27/screenshot 200 5989 ms - 8206712
[HTTP] --> GET /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27/window/rect {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3acf9092-be48-4f64-80e7-999df2d45d27
[AndroidUiautomator2Driver@e7ac] Calling AppiumDriver.getWindowRect() with args: ["3acf9092-be48-4f64-80e7-999df2d45d27"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getWindowRect': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getWindowRect'
[AppiumDriver@38ca] Executing default handling behavior for command 'getWindowRect'
[AndroidUiautomator2Driver@e7ac] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /window/current/size] to [GET http://127.0.0.1:54863/session/811336b5-7426-40a2-831d-d695b5a13106/window/current/size] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3acf9092-be48-4f64-80e7-999df2d45d27
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@e7ac] Responding to client with driver.getWindowRect() result: {"width":1440,"height":2960,"x":0,"y":0}
[device-farm-main] Intercepted response for session 3acf9092-be48-4f64-80e7-999df2d45d27 with method getWindowRect
{} 3acf9092-be48-4f64-80e7-999df2d45d27
[device-farm-main] Saving log entry for session 3acf9092-be48-4f64-80e7-999df2d45d27 with eventId undefined
[HTTP] <-- GET /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27/window/rect 200 64 ms - 50
[HTTP] --> GET /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27/source {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3acf9092-be48-4f64-80e7-999df2d45d27
[AndroidUiautomator2Driver@e7ac] 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
[AndroidUiautomator2Driver@e7ac] Calling AppiumDriver.getPageSource() with args: ["3acf9092-be48-4f64-80e7-999df2d45d27"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getPageSource': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getPageSource'
[AppiumDriver@38ca] Executing default handling behavior for command 'getPageSource'
[AndroidUiautomator2Driver@e7ac] Matched '/wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27/source' to command name 'getPageSource'
[AndroidUiautomator2Driver@e7ac] Proxying [GET /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27/source] to [GET http://127.0.0.1:54863/session/811336b5-7426-40a2-831d-d695b5a13106/source] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3acf9092-be48-4f64-80e7-999df2d45d27
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1440\" height=\"2792\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.sec.android.app.launcher\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1440,2960]\" displayed=\"true\">\r\n <android.widget.LinearLayout index=\"0\" package=\"com.sec.android.app.launcher\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1440,2960]\" displayed=\"true\">\r\n <android.widget.FrameLayout index=\"0\" p...
[AndroidUiautomator2Driver@e7ac] Responding to client with driver.getPageSource() result: "<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1440\" height=\"2792\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.sec.android.app.launcher\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1440,2960]\" displayed=\"true\">\r\n <android.widget.LinearLayout index=\"0\" package=\"com.sec.android.app.launcher\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1440,2960]\" displayed=\"true\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.sec.android.app.launcher\" class=\"android.widg...
[device-farm-main] Intercepted response for session 3acf9092-be48-4f64-80e7-999df2d45d27 with method getPageSource
{} 3acf9092-be48-4f64-80e7-999df2d45d27
[device-farm-main] Saving log entry for session 3acf9092-be48-4f64-80e7-999df2d45d27 with eventId undefined
[HTTP] <-- GET /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27/source 200 292 ms - 13915
[HTTP] --> DELETE /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27 {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3acf9092-be48-4f64-80e7-999df2d45d27
[device-farm-main] Updating session 3acf9092-be48-4f64-80e7-999df2d45d27 with data: {"deviceLogs":"3acf9092-be48-4f64-80e7-999df2d45d27/device_log.json"}
[AndroidUiautomator2Driver@e7ac] Calling AppiumDriver.deleteSession() with args: ["3acf9092-be48-4f64-80e7-999df2d45d27"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'deleteSession': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'deleteSession'
[device-farm-main] Updated devices with filter: {"session_id":"3acf9092-be48-4f64-80e7-999df2d45d27"}
[device-farm-main] 📱 Unblocking the device that is blocked for session 3acf9092-be48-4f64-80e7-999df2d45d27
[AppiumDriver@38ca] Executing default handling behavior for command 'deleteSession'
[AppiumDriver@38ca] Event 'quitSessionRequested' logged at 1719315951728 (14:45:51 GMT+0300 (GMT+03:00))
[AppiumDriver@38ca] Removing session 3acf9092-be48-4f64-80e7-999df2d45d27 from our master session list
[AndroidUiautomator2Driver@e7ac] Deleting UiAutomator2 session
[AndroidUiautomator2Driver@e7ac] Deleting UiAutomator2 server session
[AndroidUiautomator2Driver@e7ac] Matched '/' to command name 'deleteSession'
[AndroidUiautomator2Driver@e7ac] Proxying [DELETE /] to [DELETE http://127.0.0.1:54863/session/811336b5-7426-40a2-831d-d695b5a13106] with no body
[AndroidUiautomator2Driver@e7ac] Got response with status 200: {"sessionId":"811336b5-7426-40a2-831d-d695b5a13106","value":null}
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[Logcat] Stopping logcat capture
[ADB] Removing forwarded port socket connection: 54863
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:54863'
[AndroidUiautomator2Driver@e7ac] Restoring hidden api policy to the device default configuration
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[AppiumDriver@38ca] Event 'quitSessionFinished' logged at 1719315951938 (14:45:51 GMT+0300 (GMT+03:00))
Waiting for Android and iOS websocket handlers to be removed..
[device-farm-main] Registering websocket handler for Android Streaming
[device-farm-main] Registering websocket handler for iOS Streaming
Inside get streaming server
[AppiumDriver@38ca] Received response: null
[AppiumDriver@38ca] But deleting session, so not returning
[AppiumDriver@38ca] Responding to client with driver.deleteSession() result: null
[device-farm-main] Intercepted response for session 3acf9092-be48-4f64-80e7-999df2d45d27 with method deleteSession
[device-farm-main] Updating session 3acf9092-be48-4f64-80e7-999df2d45d27 with data: {"status":"unmarked","endTime":"2024-06-25T11:45:51.940Z","hasLiveVideo":false}
[HTTP] <-- DELETE /wd/hub/session/3acf9092-be48-4f64-80e7-999df2d45d27 200 231 ms - 14
[Instrumentation] .
[Instrumentation] Time: 15.059
[Instrumentation]
[Instrumentation] OK (1 test)
[HTTP] --> GET /wd/hub/sessions {}
[AppiumDriver@38ca] Calling AppiumDriver.getSessions() with args: []
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Plugins which can handle cmd 'getSessions': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getSessions'
[AppiumDriver@38ca] Executing default handling behavior for command 'getSessions'
[AppiumDriver@38ca] Responding to client with driver.getSessions() result: []
[HTTP] <-- GET /wd/hub/sessions 304 2 ms - -
[Instrumentation] The process has exited with code 0
[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 - 15180
[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 /wd/hub/session {"capabilities":{"alwaysMatch":{"platformName":"ios","appium:udid":"00008030-001E090C3686802E","appium:automationName":"XCUITest","appium:appiumVersion":"2.5.1","appium:deviceName":"iPhone","df:liveVideo":"false","appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"ios","appium:udid":"00008030-001E090C3686802E","appium:automationName":"XCUITest","appium:appiumVersion":"2.5.1","appium:deviceName":"iPhone","df:liveVideo":"false","appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}}
[AppiumDriver@38ca] Calling AppiumDriver.createSession() with args: [{"platformName":"ios","appium:udid":"00008030-001E090C3686802E","appium:automationName":"XCUITest","appium:appiumVersion":"2.5.1","appium:deviceName":"iPhone","df:liveVideo":"false","appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"platformName":"ios","appium:udid":"00008030-001E090C3686802E","appium:automationName":"XCUITest","appium:appiumVersion":"2.5.1","appium:deviceName":"iPhone","df:liveVideo":"false","appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}]
[AppiumDriver@38ca] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@38ca] 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.5.43","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":false,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.5.43
[device-farm-main] 📱 Creating temporary session capability_id: d79d903a-2ddf-4435-80a8-e02b28ac2ece
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"ios","udid":"00008030-001E090C3686802E","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"ios","udid":{"$in":"00008030-001E090C3686802E"},"busy":false,"userBlocked":false}
[device-farm-main] Updated devices with filter: {"platform":"ios","udid":{"$in":"00008030-001E090C3686802E"},"busy":false,"userBlocked":false}
[device-farm-main] 📱 Blocking device 00008030-001E090C3686802E at host http://172.28.5.43:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"wdaLocalPort":54629,"mjpegServerPort":54630,"udid":"00008030-001E090C3686802E","sdk":"17.5.1","name":"iPhone 11","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.5.43:4723","wdaBundleId":"","productModel":"iPhone12,1","totalUtilizationTimeMilliSec":752841,"sessionStartTime":0,"width":"414","height":"896","tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":0,"created":1719315876154,"version":0},"$loki":1}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"wdaLocalPort":54629,"mjpegServerPort":54630,"udid":"00008030-001E090C3686802E","sdk":"17.5.1","name":"iPhone 11","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.5.43:4723","wdaBundleId":"","productModel":"iPhone12,1","totalUtilizationTimeMilliSec":752841,"sessionStartTime":0,"width":"414","height":"896","tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":2,"created":1719315876154,"version":0,"updated":1719315957278},"$loki":1,"newCommandTimeout":3600}]"
[device-farm-main] device.host: http://172.28.5.43:4723 and pluginArgs.bindHostOrIp: 172.28.5.43
[device-farm-main] 📱 Creating session on the same node
[AppiumDriver@38ca] Executing default handling behavior for command 'createSession'
[AppiumDriver@38ca] Event 'newSessionRequested' logged at 1719315957278 (14:45:57 GMT+0300 (GMT+03:00))
info Appium Attempting to find matching driver for automationName 'XCUITest' and platformName 'ios'
info Appium The 'xcuitest' driver was installed and matched caps.
info Appium Will require it at /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/build/index.js
[AppiumDriver@38ca] Appium v2.6.0 creating new XCUITestDriver (v7.17.2) session
[AppiumDriver@38ca] Checking BaseDriver versions for Appium and XCUITestDriver
[AppiumDriver@38ca] Appium's BaseDriver version is 9.10.3
[AppiumDriver@38ca] XCUITestDriver's BaseDriver version is 9.10.3
[XCUITestDriver@cc3e]
[XCUITestDriver@cc3e] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "ios",
"df:liveVideo": "false",
"appium:automationName": "XCUITest",
"appium:appiumVersion": "2.5.1",
"appium:includeSafariInWebviews": true,
"appium:newCommandTimeout": 3600,
"appium:connectHardwareKeyboard": true,
"appium:udid": "00008030-001E090C3686802E",
"appium:deviceName": "iPhone 11",
"appium:platformVersion": "17.5.1",
"appium:wdaLocalPort": 54629
},
"firstMatch": [
{}
]
}
[XCUITestDriver@cc3e] The following provided capabilities were not recognized by this driver:
[XCUITestDriver@cc3e] df:liveVideo
[XCUITestDriver@cc3e] appiumVersion
[XCUITestDriver@cc3e] The desired capabilities include neither an app nor a bundleId. WebDriverAgent will be started without the default app
[XCUITestDriver@cc3e] Session created with session id: 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITest] Current user: 'techqaautomation2'
[XCUITestDriver@cc3e] Available real devices: 00008030-001E090C3686802E, 00008030-001445A62E6A802E
[XCUITestDriver@cc3e] Creating iDevice object with udid '00008030-001E090C3686802E'
[XCUITestDriver@cc3e] Determining device to run tests on: udid: '00008030-001E090C3686802E', real device: true
[XCUITestDriver@cc3e] Normalized platformVersion capability value '17.5.1' to '17.5'
[XCUITestDriver@cc3e] Event 'xcodeDetailsRetrieved' logged at 1719315957330 (14:45:57 GMT+0300 (GMT+03:00))
[XCUITestDriver@cc3e] Event 'appConfigured' logged at 1719315957330 (14:45:57 GMT+0300 (GMT+03:00))
[XCUITestDriver@cc3e] Event 'resetStarted' logged at 1719315957330 (14:45:57 GMT+0300 (GMT+03:00))
[XCUITestDriver@cc3e] Reset: running ios real device reset flow
[XCUITestDriver@cc3e] Event 'resetComplete' logged at 1719315957331 (14:45:57 GMT+0300 (GMT+03:00))
[XCUITestDriver@cc3e] Using WDA path: '/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
[XCUITestDriver@cc3e] Using WDA agent: '/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'
[XCUITest] Crash reports root '/Users/techqaautomation2/Library/Logs/CrashReporter/MobileDevice/iPhone 11' does not exist. Got nothing to gather.
[XCUITestDriver@cc3e] Event 'logCaptureStarted' logged at 1719315957457 (14:45:57 GMT+0300 (GMT+03:00))
[XCUITestDriver@cc3e] Setting up real device
[XCUITestDriver@cc3e] No obsolete cached processes from previous WDA sessions listening on port 54629 have been found
[DevCon Factory] Requesting connection for device 00008030-001E090C3686802E on local port 54629, device port 54629
[DevCon Factory] Cached connections count: 0
[DevCon Factory] Successfully requested the connection for 00008030-001E090C3686802E:54629
[XCUITestDriver@cc3e] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'
[WD Proxy] Matched '/status' to command name 'getStatus'
[WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[WD Proxy] socket hang up
[XCUITestDriver@cc3e] WDA is not listening at 'http://127.0.0.1:54629/'. Original error:: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
[XCUITestDriver@cc3e] WDA is currently not running. There is nothing to cache
[XCUITestDriver@cc3e] Trying to start WebDriverAgent 1 times with 10000ms interval
[XCUITestDriver@cc3e] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
[XCUITestDriver@cc3e] Event 'wdaStartAttempted' logged at 1719315957612 (14:45:57 GMT+0300 (GMT+03:00))
[XCUITestDriver@cc3e] Launching WebDriverAgent on the device
[XCUITestDriver@cc3e] There is no need to perform the project cleanup. A fresh install has been detected
[WebDriverAgent] Killing running processes 'xcodebuild.*00008030-001E090C3686802E' for the device 00008030-001E090C3686802E...
[XCUITestDriver@cc3e] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=00008030-001E090C3686802E IPHONEOS_DEPLOYMENT_TARGET=17.5 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/techqaautomation2/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent'
[XCUITestDriver@cc3e] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability
[XCUITestDriver@cc3e] Waiting up to 60000ms for WebDriverAgent to start
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Parsed BUILD_DIR configuration value: '/Users/techqaautomation2/Library/Developer/Xcode/DerivedData/WebDriverAgent-fbuvwqckpcromxadyyugudevjibz/Build/Products'
[XCUITestDriver@cc3e] Got derived data root: '/Users/techqaautomation2/Library/Developer/Xcode/DerivedData/WebDriverAgent-fbuvwqckpcromxadyyugudevjibz'
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 - 15228
[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
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] Session queue ID:d79d903a-2ddf-4435-80a8-e02b28ac2ece has been pending for 7604 ms
[device-farm-main] No pending sessions to clean
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 4 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 - -
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 1 ms - -
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 1 ms - -
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] Session queue ID:d79d903a-2ddf-4435-80a8-e02b28ac2ece has been pending for 37610 ms
[device-farm-main] No pending sessions to clean
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 2 ms - 15228
[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 - -
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 1 ms - -
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 2 ms - 15228
[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 - -
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 - -
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] 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 1 ms - -
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] Session queue ID:d79d903a-2ddf-4435-80a8-e02b28ac2ece has been pending for 67612 ms
[device-farm-main] No pending sessions to clean
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[iProxy@00008030:54629] Connection was refused to port 54629
[XCUITestDriver@cc3e] socket hang up
[XCUITestDriver@cc3e] Matched '/status' to command name 'getStatus'
[XCUITestDriver@cc3e] Proxying [GET /status] to [GET http://127.0.0.1:54629/status] with no body
[XCUITestDriver@cc3e] Got response with status 200: {"value":{"build":{"upgradedAt":"1717496974191","version":"8.7.1","time":"Jun 25 2024 14:46:14","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.0","version":"17.5.1"},"device":"iphone","ios":{"ip":"172.28.34.30"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null}
[XCUITestDriver@cc3e] WebDriverAgent information:
[XCUITestDriver@cc3e] {
"build": {
"upgradedAt": "1717496974191",
"version": "8.7.1",
"time": "Jun 25 2024 14:46:14",
"productBundleIdentifier": "com.facebook.WebDriverAgentRunner"
},
"os": {
"testmanagerdVersion": 65535,
"name": "iOS",
"sdkVersion": "17.0",
"version": "17.5.1"
},
"device": "iphone",
"ios": {
"ip": "172.28.34.30"
},
"message": "WebDriverAgent is ready to accept commands",
"state": "success",
"ready": true
}
[XCUITestDriver@cc3e] WebDriverAgent successfully started after 72407ms
[XCUITestDriver@cc3e] Event 'wdaSessionAttempted' logged at 1719316030688 (14:47:10 GMT+0300 (GMT+03:00))
[XCUITestDriver@cc3e] Sending createSession command to WDA
[XCUITestDriver@cc3e] Matched '/session' to command name 'createSession'
[XCUITestDriver@cc3e] Proxying [POST /session] to [POST http://127.0.0.1:54629/session] with body: {"capabilities":{"firstMatch":[{"arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":false}],"alwaysMatch":{}}}
[XCUITestDriver@cc3e] Got response with status 200: {"value":{"sessionId":"D0EEAB9B-6ED2-40BA-B532-4099DEEFFB67","capabilities":{"sdkVersion":"17.5.1","device":"iphone"}},"sessionId":"D0EEAB9B-6ED2-40BA-B532-4099DEEFFB67"}
[XCUITestDriver@cc3e] Determined the downstream protocol as 'W3C'
[XCUITestDriver@cc3e] WDA session startup took 8ms
[XCUITestDriver@cc3e] Event 'wdaSessionStarted' logged at 1719316030696 (14:47:10 GMT+0300 (GMT+03:00))
[XCUITestDriver@cc3e] Event 'wdaStarted' logged at 1719316030696 (14:47:10 GMT+0300 (GMT+03:00))
[BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it
[BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it
[AppiumDriver@38ca] New XCUITestDriver session created successfully, session 7ed9bacd-1223-4da4-8af0-48b4349515b1 added to master session list
[AppiumDriver@38ca] Event 'newSessionStarted' logged at 1719316030698 (14:47:10 GMT+0300 (GMT+03:00))
[device-farm-main] 📱 Forwarding ios port to real device 00008030-001E090C3686802E for manual interaction
[DevCon Factory Device Farm] Requesting connection for device 00008030-001E090C3686802E on local port 54630, device port 54630
[DevCon Factory Device Farm] Cached connections count: 0
[DevCon Factory Device Farm] Successfully requested the connection for 00008030-001E090C3686802E:54630
[device-farm-main] 📱 d79d903a-2ddf-4435-80a8-e02b28ac2ece Session response: {"protocol":"W3C","value":["7ed9bacd-1223-4da4-8af0-48b4349515b1",{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"ios","df:liveVideo":"false","automationName":"XCUITest","appiumVersion":"2.5.1","includeSafariInWebviews":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"00008030-001E090C3686802E","deviceName":"iPhone 11","platformVersion":"17.5","wdaLocalPort":54629},"W3C"]}
[device-farm-main] 📱 Removing pending session with capability_id: d79d903a-2ddf-4435-80a8-e02b28ac2ece
[device-farm-main] d79d903a-2ddf-4435-80a8-e02b28ac2ece 📱 Session response is CreateSessionResponseInternal
[device-farm-main] 📱 d79d903a-2ddf-4435-80a8-e02b28ac2ece ----- Device UDID 00008030-001E090C3686802E blocked for session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"wdaLocalPort":54629,"mjpegServerPort":54630,"udid":"00008030-001E090C3686802E","sdk":"17.5.1","name":"iPhone 11","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.5.43:4723","wdaBundleId":"","productModel":"iPhone12,1","totalUtilizationTimeMilliSec":752841,"sessionStartTime":0,"width":"414","height":"896","tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":0,"created":1719315876154,"version":0},"$loki":1}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"wdaLocalPort":54629,"mjpegServerPort":54630,"udid":"00008030-001E090C3686802E","sdk":"17.5.1","name":"iPhone 11","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.5.43:4723","wdaBundleId":"","productModel":"iPhone12,1","totalUtilizationTimeMilliSec":752841,"sessionStartTime":1719316030701,"width":"414","height":"896","tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":3,"created":1719315876154,"version":0,"updated":1719316030701},"$loki":1,"newCommandTimeout":3600,"session_id":"7ed9bacd-1223-4da4-8af0-48b4349515b1","lastCmdExecutedAt":1719316030701}]"
[device-farm-main] Skipping dashboard report
[device-farm-main] Adding the session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with type local to session map
[device-farm-main] d79d903a-2ddf-4435-80a8-e02b28ac2ece 📱 Updating Device 00008030-001E090C3686802E with session ID 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"wdaLocalPort":54629,"mjpegServerPort":54630,"udid":"00008030-001E090C3686802E","sdk":"17.5.1","name":"iPhone 11","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.5.43:4723","wdaBundleId":"","productModel":"iPhone12,1","totalUtilizationTimeMilliSec":752841,"sessionStartTime":0,"width":"414","height":"896","tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":0,"created":1719315876154,"version":0},"$loki":1}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"wdaLocalPort":54629,"mjpegServerPort":54630,"udid":"00008030-001E090C3686802E","sdk":"17.5.1","name":"iPhone 11","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://172.28.5.43:4723","wdaBundleId":"","productModel":"iPhone12,1","totalUtilizationTimeMilliSec":752841,"sessionStartTime":1719316030701,"width":"414","height":"896","tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":4,"created":1719315876154,"version":0,"updated":1719316030710},"$loki":1,"newCommandTimeout":3600,"session_id":"7ed9bacd-1223-4da4-8af0-48b4349515b1","lastCmdExecutedAt":1719316030701,"proxyUrl":"http://127.0.0.1:54629","proxySessionId":"D0EEAB9B-6ED2-40BA-B532-4099DEEFFB67"}]"
[AppiumDriver@38ca] Promoting 1 sessionless plugins to be attached to session ID 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Cached the protocol value 'W3C' for the new session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] 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:liveVideo":"false","automationName":"XCUITest","appiumVersion":"2.5.1","includeSafariInWebviews":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"00008030-001E090C3686802E","deviceName":"iPhone 11","platformVersion":"17.5","wdaLocalPort":54629}}
[HTTP] <-- POST /wd/hub/session 200 73433 ms - 564
[HTTP] --> GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/screenshot {}
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Calling AppiumDriver.getScreenshot() with args: ["7ed9bacd-1223-4da4-8af0-48b4349515b1"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getScreenshot': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getScreenshot'
[AppiumDriver@38ca] Executing default handling behavior for command 'getScreenshot'
[XCUITestDriver@cc3e] Executing command 'getScreenshot'
[XCUITestDriver@cc3e] Taking screenshot with WDA
[XCUITestDriver@cc3e] Matched '/screenshot' to command name 'getScreenshot'
[XCUITestDriver@cc3e] Proxying [GET /screenshot] to [GET http://127.0.0.1:54629/session/D0EEAB9B-6ED2-40BA-B532-4099DEEFFB67/screenshot] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAAAzwAAAcACAIAAACaY9F8AAAAAXNSR0IArs4c6QAAAIRlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAAAzygAwAEAAAAAQAABwAAAAAA67c8AgAAAAlwSFlzAAALEwAACxMBAJqcGAAAABxpRE9UAAAAAgAAAAAAAAOAAAAAKAAAA4AAAAOAAA+J6wfShyAAAEAASURBVHgBzL2HuxzFlbg9M92T52ZFJBSQQCggoRwQkpCEAsoB5ZxzzhLKOUeUBYhscDZgbINzWse1Dc5ee73e3d/z/RPfW3W6q6vnTl+NwP593zz11D1dfepUdX7vqRRLeD83rn+JhCf4m/7+8F/2iqYfm90uKfUSzd5yBezHnISEqDzxuGNClE50ujpMqaqpsByyie28ouzHUeXax25OAkLohxHHcXRSzHGQ444bc5140o0R0qmEjhFimXQ8n4oV0vGKrBdX5uKEmgq3rjpeWxknri7EmtQ4TWtdAkKzOqd5I7dl03SzmniLWqdNM7d1U4kTrZsm2jZ3H2mdbNc89nCLRIcH3a7t848+kOzYIvV4u0zHB5OPt3e7P5zs+pCKH2vrdGmT6NMh07l1vHeHRN+Obo/2iSe7Jvt3Tvfu4DzVs6pfp9SQbu6wHun+HeKjeuee7ukM6+4QP9UtPrqPM7JX4ukeMYRRfdzx/VIjeyth6hOJaUPcyf3jzw5OzhgSmz3MIZ71FJvO/JHpeSMyc59Ozx4enzUsNufpxPwR7uLR7oIR8SXPJFdOyM1/OrF0lLtirLN0jLtqrAprJ6TXTcysmRBfOzGxalxs49TU5qnOhkmx7dPd3XPcDZOcteNju2Zltz2b2jY9tmdOlrBjhrNntkt4bk5...
[XCUITestDriver@cc3e] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAzwAAAcACAIAAACaY9F8AAAAAXNSR0IArs4c6QAAAIRlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAAAzygAwAEAAAAAQAABwAAAAAA67c8AgAAAAlwSFlzAAALEwAACxMBAJqcGAAAABxpRE9UAAAAAgAAAAAAAAOAAAAAKAAAA4AAAAOAAA+J6wfShyAAAEAASURBVHgBzL2HuxzFlbg9M92T52ZFJBSQQCggoRwQkpCEAsoB5ZxzzhLKOUeUBYhscDZgbINzWse1Dc5ee73e3d/z/RPfW3W6q6vnTl+NwP593zz11D1dfepUdX7vqRRLeD83rn+JhCf4m/7+8F/2iqYfm90uKfUSzd5yBezHnISEqDzxuGNClE50ujpMqaqpsByyie28ouzHUeXax25OAkLohxHHcXRSzHGQ444bc5140o0R0qmEjhFimXQ8n4oV0vGKrBdX5uKEmgq3rjpeWxknri7EmtQ4TWtdAkKzOqd5I7dl03SzmniLWqdNM7d1U4kTrZsm2jZ3H2mdbNc89nCLRIcH3a7t848+kOzYIvV4u0zHB5OPt3e7P5zs+pCKH2vrdGmT6NMh07l1vHeHRN+Obo/2iSe7Jvt3Tvfu4DzVs6pfp9SQbu6wHun+HeKjeuee7ukM6+4QP9UtPrqPM7JX4ukeMYRRfdzx/VIjeyth6hOJaUPcyf3jzw5OzhgSmz3MIZ71FJvO/JHpeSMyc59Ozx4enzUsNufpxPwR7uLR7oIR8SXPJFdOyM1/OrF0lLtirLN0jLtqrAprJ6TXTcysmRBfOzGxalxs49TU5qnOhkmx7dPd3XPcDZOcteNju2Zltz2b2jY9tmdOlrBjhrNntkt4bk5yx/TYoXnO...
[device-farm-main] Intercepted response for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with method getScreenshot
{} 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Saving log entry for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with eventId undefined
[HTTP] <-- GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/screenshot 200 432 ms - 2578128
[HTTP] --> GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/window/rect {}
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Calling AppiumDriver.getWindowRect() with args: ["7ed9bacd-1223-4da4-8af0-48b4349515b1"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getWindowRect': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getWindowRect'
[AppiumDriver@38ca] Executing default handling behavior for command 'getWindowRect'
[XCUITestDriver@cc3e] Executing command 'getWindowRect'
[XCUITestDriver@cc3e] Proxying [GET /window/size] to [GET http://127.0.0.1:54629/session/D0EEAB9B-6ED2-40BA-B532-4099DEEFFB67/window/size] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Got response with status 200: {"value":{"width":414,"height":896},"sessionId":"D0EEAB9B-6ED2-40BA-B532-4099DEEFFB67"}
[XCUITestDriver@cc3e] Responding to client with driver.getWindowRect() result: {"width":414,"height":896,"x":0,"y":0}
[device-farm-main] Intercepted response for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with method getWindowRect
{} 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Saving log entry for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with eventId undefined
[HTTP] <-- GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/window/rect 200 165 ms - 48
[HTTP] --> GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/source {}
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Calling AppiumDriver.getPageSource() with args: ["7ed9bacd-1223-4da4-8af0-48b4349515b1"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getPageSource': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getPageSource'
[AppiumDriver@38ca] Executing default handling behavior for command 'getPageSource'
[XCUITestDriver@cc3e] Executing command 'getPageSource'
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource'
[XCUITestDriver@cc3e] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:54629/session/D0EEAB9B-6ED2-40BA-B532-4099DEEFFB67/source?format=xml&scope=AppiumAUT] with no body
[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 - 15419
[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
[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 - 15419
[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
[XCUITestDriver@cc3e] Got response with status 200: {"value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\" \" label=\" \" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"896\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"896\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"896\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"896\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"100\" index=\"0\"/>\n </XCUIElementTypeOther>\n <XCUIElementT...
[XCUITestDriver@cc3e] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AppiumAUT>\n <XCUIElementTypeApplication type=\"XCUIElementTypeApplication\" name=\" \" label=\" \" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"896\" index=\"0\">\n <XCUIElementTypeWindow type=\"XCUIElementTypeWindow\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"896\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"true\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"896\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"896\" index=\"0\">\n <XCUIElementTypeOther type=\"XCUIElementTypeOther\" enabled=\"true\" visible=\"false\" accessible=\"false\" x=\"0\" y=\"0\" width=\"414\" height=\"100\" index=\"0\"/>\n </XCUIElementTypeOther>\n <XCUIElementTypeOther ...
[device-farm-main] Intercepted response for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with method getPageSource
{} 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Saving log entry for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with eventId undefined
[HTTP] <-- GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/source 200 1687 ms - 19961
[HTTP] --> POST /device-farm/api/block {"udid":"241ae3789b1c7ece","host":"http://172.28.5.43: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":"241ae3789b1c7ece"}}
[HTTP] <-- POST /device-farm/api/block 200 2 ms - 16
[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 - 15418
[HTTP] --> POST /device-farm/api/dashboard/appiumSession {"udid":"241ae3789b1c7ece","systemPort":54545,"origin":"http://172.28.5.43: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":["241ae3789b1c7ece"]}}
[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 /wd/hub/session {"capabilities":{"alwaysMatch":{"platformName":"android","appium:automationName":"UIAutomator2","appium:newCommandTimeout":120,"appium:waitForIdleTimeout":10,"appium:udid":"241ae3789b1c7ece","df:skipReport":true,"appium:systemPort":54545,"appium:adbExecTimeout":80000,"appium:uiautomator2ServerLaunchTimeout":60000},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"android","appium:automationName":"UIAutomator2","appium:newCommandTimeout":120,"appium:waitForIdleTimeout":10,"appium:udid":"241ae3789b1c7ece","df:skipReport":true,"appium:systemPort":54545}}
[AppiumDriver@38ca] Calling AppiumDriver.createSession() with args: [{"platformName":"android","appium:automationName":"UIAutomator2","appium:newCommandTimeout":120,"appium:waitForIdleTimeout":10,"appium:udid":"241ae3789b1c7ece","df:skipReport":true,"appium:systemPort":54545},null,{"alwaysMatch":{"platformName":"android","appium:automationName":"UIAutomator2","appium:newCommandTimeout":120,"appium:waitForIdleTimeout":10,"appium:udid":"241ae3789b1c7ece","df:skipReport":true,"appium:systemPort":54545,"appium:adbExecTimeout":80000,"appium:uiautomator2ServerLaunchTimeout":60000},"firstMatch":[{}]}]
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@38ca] 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.5.43","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":false,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.5.43
[device-farm-main] 📱 Creating temporary session capability_id: d582284f-8066-4f40-9889-cab9eefffd93
[device-farm-main] Max session count: 8, Busy device count: 1
[device-farm-main] Waiting for free device. Filter: {"platform":"android","udid":"241ae3789b1c7ece","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"}}
[device-farm-main] 📱 Blocking device 241ae3789b1c7ece at host http://172.28.5.43:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1333239,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":20,"created":1719315876456,"version":0,"updated":1719316035752},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1333239,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":22,"created":1719315876456,"version":0,"updated":1719316035955},"$loki":4,"newCommandTimeout":120}]"
[device-farm-main] device.host: http://172.28.5.43:4723 and pluginArgs.bindHostOrIp: 172.28.5.43
[device-farm-main] 📱 Creating session on the same node
[AppiumDriver@38ca] Executing default handling behavior for command 'createSession'
[AppiumDriver@38ca] Event 'newSessionRequested' logged at 1719316035956 (14:47:15 GMT+0300 (GMT+03:00))
info Appium Attempting to find matching driver for automationName 'UIAutomator2' and platformName 'android'
info Appium The 'uiautomator2' driver was installed and matched caps.
info Appium Will require it at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[AppiumDriver@38ca] Appium v2.6.0 creating new AndroidUiautomator2Driver (v3.5.6) session
[AppiumDriver@38ca] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@38ca] Appium's BaseDriver version is 9.10.3
[AppiumDriver@38ca] AndroidUiautomator2Driver's BaseDriver version is 9.10.3
[AndroidUiautomator2Driver@1589]
[AndroidUiautomator2Driver@1589] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "android",
"df:skipReport": true,
"appium:automationName": "UIAutomator2",
"appium:newCommandTimeout": 120,
"appium:waitForIdleTimeout": 10,
"appium:adbExecTimeout": 80000,
"appium:uiautomator2ServerLaunchTimeout": 60000,
"appium:udid": "241ae3789b1c7ece",
"appium:systemPort": 55212,
"appium:chromeDriverPort": 55213,
"appium:adbPort": 5037,
"appium:mjpegServerPort": 55214
},
"firstMatch": [
{}
]
}
[AndroidUiautomator2Driver@1589] The following provided capabilities were not recognized by this driver:
[AndroidUiautomator2Driver@1589] df:skipReport
[AndroidUiautomator2Driver@1589] waitForIdleTimeout
[AndroidUiautomator2Driver@1589] chromeDriverPort
[AndroidUiautomator2Driver@1589] adbRemoteHost
[AndroidUiautomator2Driver@1589] Session created with session id: 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9
[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'
[AndroidUiautomator2Driver@1589] Retrieving device list
[ADB] Trying to find connected Android devices
[ADB] Getting connected devices
[ADB] Connected devices: [{"udid":"13068580385508","state":"device"},{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"},{"udid":"emulator-5554","state":"device"},{"udid":"emulator-5556","state":"device"},{"udid":"emulator-5558","state":"device"}]
[AndroidUiautomator2Driver@1589] Using device: 241ae3789b1c7ece
[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] Setting device id to 241ae3789b1c7ece
[AndroidUiautomator2Driver@1589] Neither 'app' nor 'appPackage' was set. Starting UiAutomator2 without the target application
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.sdk'
[ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.release'
[ADB] Current device property 'ro.build.version.release': 10
[ADB] Device API level: 29
[AndroidUiautomator2Driver@1589] Relaxing hidden api policy
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece 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''
[AndroidUiautomator2Driver@1589] No app sent in, not parsing package/activity
[AndroidUiautomator2Driver@1589] Pushing settings apk to the device...
[ADB] Getting package info for 'io.appium.settings'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.settings'
[ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.12.3' >= '5.12.3')
[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'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings'
[AndroidUiautomator2Driver@1589] io.appium.settings is already running. There is no need to reset its permissions.
[Logcat] Starting logs capture with command: /Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece logcat -v threadtime
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set io.appium.settings android:mock_location allow'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cat /data/local/tmp/mock_apps.json'
[AndroidUiautomator2Driver@1589] Forwarding UiAutomator2 Server port 6790 to local port 55212
[AndroidUiautomator2Driver@1589] MJPEG broadcasting requested, forwarding MJPEG server port 7810 to local port 55214
[ADB] Forwarding system: 55214 to device: 7810
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:55214 tcp:7810'
[ADB] Forwarding system: 55212 to device: 6790
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:55212 tcp:6790'
[ADB] Getting package info for 'io.appium.uiautomator2.server'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.uiautomator2.server'
[ADB] Getting install status for io.appium.uiautomator2.server.test
[AndroidUiautomator2Driver@1589] No app capability. Assuming it is already on the device
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[ADB] 'io.appium.uiautomator2.server.test' is installed
[ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.14' >= '7.0.14')
[AndroidUiautomator2Driver@1589] 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.14.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"}]
[AndroidUiautomator2Driver@1589] Server packages are not going to be (re)installed
[AndroidUiautomator2Driver@1589] Waiting up to 30000ms for services to be available
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list instrumentation'
[AndroidUiautomator2Driver@1589] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[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",";"]]
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[AndroidUiautomator2Driver@1589] Performing shallow cleanup of automation leftovers
[AndroidUiautomator2Driver@1589] No obsolete sessions have been detected (socket hang up)
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@1589] Starting UIAutomator2 server 7.0.14
[AndroidUiautomator2Driver@1589] Using UIAutomator2 server from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.14.apk' and test from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@1589] Waiting up to 60000ms for UiAutomator2 to be online...
[ADB] Creating ADB subprocess with args: ["-P","5037","-s","241ae3789b1c7ece","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[AndroidUiautomator2Driver@1589] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@1589] Proxying [GET /status] to [GET http://127.0.0.1:55212/status] with no body
[AndroidUiautomator2Driver@1589] socket hang up
[AndroidUiautomator2Driver@1589] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@1589] Proxying [GET /status] to [GET http://127.0.0.1:55212/status] with no body
[AndroidUiautomator2Driver@1589] socket hang up
[Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[AndroidUiautomator2Driver@1589] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@1589] Proxying [GET /status] to [GET http://127.0.0.1:55212/status] with no body
[AndroidUiautomator2Driver@1589] socket hang up
[AndroidUiautomator2Driver@1589] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@1589] Proxying [GET /status] to [GET http://127.0.0.1:55212/status] with no body
[AndroidUiautomator2Driver@1589] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[AndroidUiautomator2Driver@1589] The initialization of the instrumentation process took 3162ms
[AndroidUiautomator2Driver@1589] Matched '/session' to command name 'createSession'
[AndroidUiautomator2Driver@1589] Proxying [POST /session] to [POST http://127.0.0.1:55212/session] with body: {"capabilities":{"firstMatch":[{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece"}],"alwaysMatch":{}}}
[AndroidUiautomator2Driver@1589] Got response with status 200: {"sessionId":"156d7b99-196c-41f9-bd3f-17865ed2fdc8","value":{"capabilities":{"firstMatch":[{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece"}],"alwaysMatch":{}},"sessionId":"156d7b99-196c-41f9-bd3f-17865e...
[AndroidUiautomator2Driver@1589] Determined the downstream protocol as 'W3C'
[AndroidUiautomator2Driver@1589] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:55212/session/156d7b99-196c-41f9-bd3f-17865ed2fdc8/appium/device/pixel_ratio] with no body
[AndroidUiautomator2Driver@1589] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[AndroidUiautomator2Driver@1589] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:55212/session/156d7b99-196c-41f9-bd3f-17865ed2fdc8/appium/device/system_bars] with no body
[AndroidUiautomator2Driver@1589] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@1589] Proxying [GET /window/current/size] to [GET http://127.0.0.1:55212/session/156d7b99-196c-41f9-bd3f-17865ed2fdc8/window/current/size] with no body
[AndroidUiautomator2Driver@1589] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:55212/session/156d7b99-196c-41f9-bd3f-17865ed2fdc8/appium/device/info] with no body
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys window'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys power'
[AndroidUiautomator2Driver@1589] Got response with status 200: {"sessionId":"156d7b99-196c-41f9-bd3f-17865ed2fdc8","value":{"statusBar":84}}
[AndroidUiautomator2Driver@1589] Got response with status 200: {"sessionId":"156d7b99-196c-41f9-bd3f-17865ed2fdc8","value":3.5}
[AndroidUiautomator2Driver@1589] Got response with status 200: {"sessionId":"156d7b99-196c-41f9-bd3f-17865ed2fdc8","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@1589] Screen already unlocked, doing nothing
[AndroidUiautomator2Driver@1589] Got response with status 200: {"sessionId":"156d7b99-196c-41f9-bd3f-17865ed2fdc8","value":{"androidId":"55d5ce852680fecb","apiVersion":"29","bluetooth":{"state":"ON"},"brand":"samsung","carrierName":"","displayDensity":560,"locale":"en_US","manufacturer":"samsung","model":"SM-N960F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,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":-42,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"1440x2960","timeZone":"Europe/Istanbul"}}
[AppiumDriver@38ca] New AndroidUiautomator2Driver session created successfully, session 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9 added to master session list
[AppiumDriver@38ca] Event 'newSessionStarted' logged at 1719316040198 (14:47:20 GMT+0300 (GMT+03:00))
[device-farm-main] 📱 d582284f-8066-4f40-9889-cab9eefffd93 Session response: {"protocol":"W3C","value":["59744e36-53a2-4c10-9c9f-ecc21d4e6fd9",{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceManufacturer":"samsung","deviceModel":"SM-N960F","deviceScreenSize":"1440x2960","deviceScreenDensity":560},"W3C"]}
[device-farm-main] 📱 Removing pending session with capability_id: d582284f-8066-4f40-9889-cab9eefffd93
[device-farm-main] d582284f-8066-4f40-9889-cab9eefffd93 📱 Session response is CreateSessionResponseInternal
[device-farm-main] 📱 d582284f-8066-4f40-9889-cab9eefffd93 ----- Device UDID 241ae3789b1c7ece blocked for session 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9
[device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1333239,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":20,"created":1719315876456,"version":0,"updated":1719316035752},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1333239,"sessionStartTime":1719316040198,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":23,"created":1719315876456,"version":0,"updated":1719316040198},"$loki":4,"newCommandTimeout":120,"session_id":"59744e36-53a2-4c10-9c9f-ecc21d4e6fd9","lastCmdExecutedAt":1719316040198}]"
[device-farm-main] d582284f-8066-4f40-9889-cab9eefffd93 📱 Updating Device 241ae3789b1c7ece with session ID 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9
[AppiumDriver@38ca] Promoting 1 sessionless plugins to be attached to session ID 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9
[AndroidUiautomator2Driver@1589] Cached the protocol value 'W3C' for the new session 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9
[AndroidUiautomator2Driver@1589] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":...
[HTTP] <-- POST /wd/hub/session 200 4251 ms - 1201
[device-farm-main] Response from browser create session {"value":{"capabilities":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","df:skipReport":true,"automationName":"UIAutomator2","newCommandTimeout":120,"waitForIdleTimeout":10,"adbExecTimeout":80000,"uiautomator2ServerLaunchTimeout":60000,"udid":"241ae3789b1c7ece","systemPort":55212,"chromeDriverPort":55213,"adbPort":5037,"mjpegServerPort":55214},"deviceName":"241ae3789b1c7ece","deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceManufacturer":"samsung","deviceModel":"SM-N960F","deviceScreenSize":"1440x2960","deviceScreenDensity":560},"sessionId":"59744e36-53a2-4c10-9c9f-ecc21d4e6fd9"}}
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[HTTP] <-- POST /device-farm/api/dashboard/appiumSession 200 4260 ms - 709
[HTTP] --> POST /device-farm/api/dashboard/installAndroidStreamingApp {"udid":"241ae3789b1c7ece","systemPort":54545}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/installAndroidStreamingApp. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[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'
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 241ae3789b1c7ece 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 1 ms - 15539
[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 200 1 ms - 15539
[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 /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/timeouts {}
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Calling AppiumDriver.getTimeouts() with args: ["7ed9bacd-1223-4da4-8af0-48b4349515b1"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getTimeouts': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getTimeouts'
[AppiumDriver@38ca] Executing default handling behavior for command 'getTimeouts'
[XCUITestDriver@cc3e] Executing command 'getTimeouts'
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[device-farm-main] Intercepted response for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with method getTimeouts
{} 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Saving log entry for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with eventId undefined
[HTTP] <-- GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/timeouts 200 6 ms - 42
[device-farm-main] Reconnecting to streaming server device 241ae3789b1c7ece
Installed /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk on device 241ae3789b1c7ece
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list packages'
[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 - 15539
[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 - -
Allowing recording permissions
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set com.device.farm PROJECT_MEDIA allow'
[device-farm-main] Found 1 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] No pending sessions to clean
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am start -W -n com.device.farm/com.device.farm.ScreenCaptureActivity'
[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 - 15539
[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 - -
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:54545 tcp:1991'
Pressing home
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell input keyevent KEYCODE_HOME'
[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 - 15539
[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 2 ms - 1
[device-farm-main] Websocket event received, streaming app is running
[HTTP] <-- POST /device-farm/api/dashboard/installAndroidStreamingApp 200 18591 ms - 704
[device-farm-main] New streaming request recieved with url: /android-stream/241ae3789b1c7ece
[device-farm-main] Device id 241ae3789b1c7ece matched for streaming url : /android-stream/241ae3789b1c7ece
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[device-farm-main] Streaming session already available for device 241ae3789b1c7ece. So reusing the existing connection
[device-farm-main] Reconnecting to streaming server device 241ae3789b1c7ece
[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 /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/timeouts {}
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Calling AppiumDriver.getTimeouts() with args: ["7ed9bacd-1223-4da4-8af0-48b4349515b1"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getTimeouts': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getTimeouts'
[AppiumDriver@38ca] Executing default handling behavior for command 'getTimeouts'
[XCUITestDriver@cc3e] Executing command 'getTimeouts'
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[device-farm-main] Intercepted response for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with method getTimeouts
{} 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Saving log entry for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with eventId undefined
[HTTP] <-- GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/timeouts 304 5 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 1 ms - 15539
[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/dashboard/closeSession {"udid":"241ae3789b1c7ece","origin":"http://172.28.5.43: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":["241ae3789b1c7ece"]}}
[HTTP] --> DELETE /wd/hub/session/59744e36-53a2-4c10-9c9f-ecc21d4e6fd9 {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9
[AndroidUiautomator2Driver@1589] Calling AppiumDriver.deleteSession() with args: ["59744e36-53a2-4c10-9c9f-ecc21d4e6fd9"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'deleteSession': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'deleteSession'
[device-farm-main] Updated devices with filter: {"session_id":"59744e36-53a2-4c10-9c9f-ecc21d4e6fd9"}
[device-farm-main] 📱 Unblocking the device that is blocked for session 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9
[AppiumDriver@38ca] Executing default handling behavior for command 'deleteSession'
[AppiumDriver@38ca] Event 'quitSessionRequested' logged at 1719316075390 (14:47:55 GMT+0300 (GMT+03:00))
[AppiumDriver@38ca] Removing session 59744e36-53a2-4c10-9c9f-ecc21d4e6fd9 from our master session list
[AndroidUiautomator2Driver@1589] Deleting UiAutomator2 session
[AndroidUiautomator2Driver@1589] Deleting UiAutomator2 server session
[AndroidUiautomator2Driver@1589] Matched '/' to command name 'deleteSession'
[AndroidUiautomator2Driver@1589] Proxying [DELETE /] to [DELETE http://127.0.0.1:55212/session/156d7b99-196c-41f9-bd3f-17865ed2fdc8] with no body
[AndroidUiautomator2Driver@1589] Got response with status 200: {"sessionId":"156d7b99-196c-41f9-bd3f-17865ed2fdc8","value":null}
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[Logcat] Stopping logcat capture
[ADB] Removing forwarded port socket connection: 55212
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:55212'
[ADB] Removing forwarded port socket connection: 55214
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:55214'
[AndroidUiautomator2Driver@1589] Restoring hidden api policy to the device default configuration
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[HTTP] <-- GET /android-stream/241ae3789b1c7ece - - ms - -
[AppiumDriver@38ca] Event 'quitSessionFinished' logged at 1719316075614 (14:47:55 GMT+0300 (GMT+03:00))
Waiting for Android and iOS websocket handlers to be removed..
[device-farm-main] Registering websocket handler for Android Streaming
[device-farm-main] Registering websocket handler for iOS Streaming
Inside get streaming server
[AppiumDriver@38ca] Received response: null
[AppiumDriver@38ca] But deleting session, so not returning
[AppiumDriver@38ca] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/59744e36-53a2-4c10-9c9f-ecc21d4e6fd9 200 228 ms - 14
[HTTP] <-- POST /device-farm/api/dashboard/closeSession 200 233 ms - 54
[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 - 15419
[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 - -
[Instrumentation] .
[Instrumentation] Time: 38.089
[Instrumentation]
[Instrumentation] OK (1 test)
[Instrumentation] The process has exited with code 0
[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 - 15419
[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] --> POST /device-farm/api/block {"udid":"00008030-001E090C3686802E","host":"http://172.28.5.43: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-001E090C3686802E"}}
[HTTP] <-- POST /device-farm/api/block 200 1 ms - 16
[HTTP] --> GET /device-farm/api/dashboard/mjpeg-stream/54630 {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/mjpeg-stream/54630. So, not proxying it to downstream.
[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.
[device-farm-main] New streaming request recieved with url: /ios-stream/00008030-001E090C3686802E
[device-farm-main] Device id 00008030-001E090C3686802E matched for streaming url : /ios-stream/00008030-001E090C3686802E
[device-farm-main] Updated devices with filter: {"udid":{"$in":["00008030-001E090C3686802E"]}}
[HTTP] <-- GET /device-farm/ui-assets/device-loading-BbhTw1Mo.gif 304 4 ms - -
[iProxy@00008030:54630] Connection was refused to port 54630
problem with request: Error: socket hang up
at Socket.socketOnEnd (node:_http_client:524:23)
at Socket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'ECONNRESET'
}
[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 200 1 ms - 15418
[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 - -
WebSocket message received: { action: 'home' }
[device-farm-main] Proxying request to appium {"method":"post","url":"http://127.0.0.1:54629/wda/homescreen","timeout":60000,"headers":{"Content-Type":"application/json"}}
[HTTP] --> GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/timeouts {}
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Calling AppiumDriver.getTimeouts() with args: ["7ed9bacd-1223-4da4-8af0-48b4349515b1"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getTimeouts': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getTimeouts'
[AppiumDriver@38ca] Executing default handling behavior for command 'getTimeouts'
[XCUITestDriver@cc3e] Executing command 'getTimeouts'
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[XCUITestDriver@cc3e] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[device-farm-main] Intercepted response for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with method getTimeouts
{} 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Saving log entry for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with eventId undefined
[HTTP] <-- GET /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1/timeouts 304 5 ms - -
[HTTP] --> POST /device-farm/api/dashboard/closeSession {"udid":"00008030-001E090C3686802E","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-001E090C3686802E"]}}
[HTTP] --> DELETE /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1 {}
[device-farm-main] Updating lastCmdExecutedAt for device 00008030-001E090C3686802E in session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[device-farm-main] Updating session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with data: {"deviceLogs":"7ed9bacd-1223-4da4-8af0-48b4349515b1/device_log.json"}
[XCUITestDriver@cc3e] Calling AppiumDriver.deleteSession() with args: ["7ed9bacd-1223-4da4-8af0-48b4349515b1"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'deleteSession': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'deleteSession'
[device-farm-main] Updated devices with filter: {"session_id":"7ed9bacd-1223-4da4-8af0-48b4349515b1"}
[device-farm-main] 📱 Unblocking the device that is blocked for session 7ed9bacd-1223-4da4-8af0-48b4349515b1
[AppiumDriver@38ca] Executing default handling behavior for command 'deleteSession'
[AppiumDriver@38ca] Event 'quitSessionRequested' logged at 1719316091222 (14:48:11 GMT+0300 (GMT+03:00))
[AppiumDriver@38ca] Removing session 7ed9bacd-1223-4da4-8af0-48b4349515b1 from our master session list
[XCUITestDriver@cc3e] Matched '/session/7ed9bacd-1223-4da4-8af0-48b4349515b1' to command name 'deleteSession'
[XCUITestDriver@cc3e] Proxying [DELETE /session/7ed9bacd-1223-4da4-8af0-48b4349515b1] to [DELETE http://127.0.0.1:54629/session/D0EEAB9B-6ED2-40BA-B532-4099DEEFFB67] with no body
[XCUITestDriver@cc3e] Got response with status 200: {"value":null,"sessionId":null}
[DevCon Factory] Releasing connections for 00008030-001E090C3686802E device on any port number
[DevCon Factory] Found cached connections to release: ["00008030-001E090C3686802E:54629"]
[DevCon Factory] Releasing the listener for '00008030-001E090C3686802E:54629'
[iProxy@00008030:54629] Closing the connection
[DevCon Factory] Cached connections count: 0
[XCUITestDriver@cc3e] Not clearing log files. Use `clearSystemFiles` capability to turn on.
[AppiumDriver@38ca] Event 'quitSessionFinished' logged at 1719316091238 (14:48:11 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..
[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] <-- POST /device-farm/api/dashboard/closeSession - - ms - -
[HTTP] <-- GET /device-farm/api/dashboard/mjpeg-stream/54630 - - ms - -
[HTTP] <-- GET /ios-stream/00008030-001E090C3686802E - - ms - -
[HTTP] --> GET /device-farm/ui-assets/index-DkzDA3O0.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkzDA3O0.js. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-DkzDA3O0.js 304 1 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 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 200 2 ms - 15297
[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 - -
Waiting for Android and iOS websocket handlers to be removed..
Waiting for Android and iOS websocket handlers to be removed..
[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 - 15297
[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 - -
Waiting for Android and iOS websocket handlers to be removed..
[device-farm-main] Socket server not removed within 5000ms. So not registering again
[AppiumDriver@38ca] Received response: null
[AppiumDriver@38ca] But deleting session, so not returning
[AppiumDriver@38ca] Responding to client with driver.deleteSession() result: null
[device-farm-main] Intercepted response for session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with method deleteSession
[device-farm-main] Updating session 7ed9bacd-1223-4da4-8af0-48b4349515b1 with data: {"status":"unmarked","endTime":"2024-06-25T11:48:16.241Z","hasLiveVideo":false}
[HTTP] <-- DELETE /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1 200 5032 ms - 14
[HTTP] --> DELETE /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1 {}
[AppiumDriver@38ca] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
at asyncHandler (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:309:15)
at /usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:512:15
at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5)
at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13)
at Route.dispatch (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3)
at Layer.handle [as handle_request] (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5)
at /usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15
at param (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14)
at param (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14)
at Function.process_params (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3)
at next (/usr/local/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10)
at step (/Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/webpack:/appium-device-farm/lib/src/proxy/wd-command-proxy.js:105:17)
at Generator.next (<anonymous>)
at /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/webpack:/appium-device-farm/lib/src/proxy/wd-command-proxy.js:8:9
at new Promise (<anonymous>)
at __awaiter (/Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/webpack:/appium-device-farm/lib/src/proxy/wd-command-proxy.js:4:12)
at next (/Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/webpack:/appium-device-farm/lib/src/proxy/wd-command-proxy.js:80:38)
at C.<computed>.generator (/Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/webpack:/appium-device-farm/lib/src/modules/dashboard/index.js:65:13)
at Generator.next (<anonymous>)
at A (/Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/webpack:/appium-device-farm/lib/src/modules/dashboard/index.js:5:48)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
[HTTP] <-- DELETE /wd/hub/session/7ed9bacd-1223-4da4-8af0-48b4349515b1 404 121 ms - 2472
[HTTP] --> GET /wd/hub/sessions {}
[AppiumDriver@38ca] Calling AppiumDriver.getSessions() with args: []
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Plugins which can handle cmd 'getSessions': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getSessions'
[AppiumDriver@38ca] Executing default handling behavior for command 'getSessions'
[AppiumDriver@38ca] Responding to client with driver.getSessions() result: []
[HTTP] <-- GET /wd/hub/sessions 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 - -
[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 1 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 304 2 ms - -
[HTTP] Request idempotency key: 4101fa09-7738-46b8-9d25-63903dcaa0d2
[HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"appium:udid":"241ae3789b1c7ece","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.iq.mobil","appium:appActivity":"provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024"},"firstMatch":[{}]}}
[AppiumDriver@38ca] Calling AppiumDriver.createSession() with args: [null,null,{"alwaysMatch":{"appium:udid":"241ae3789b1c7ece","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.iq.mobil","appium:appActivity":"provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024"},"firstMatch":[{}]}]
[AppiumDriver@38ca] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@38ca] 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.5.43","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":false,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.5.43
[device-farm-main] 📱 Creating temporary session capability_id: 351b0f5a-1a19-453d-b96f-4a1ffdd4a8cd
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"android","udid":"241ae3789b1c7ece","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"},"busy":false,"userBlocked":false}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"},"busy":false,"userBlocked":false}
[device-farm-main] 📱 Blocking device 241ae3789b1c7ece at host http://172.28.5.43:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1368430,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":24,"created":1719315876456,"version":0,"updated":1719316075388},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1368430,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":26,"created":1719315876456,"version":0,"updated":1719316117137},"$loki":4,"newCommandTimeout":60}]"
[device-farm-main] device.host: http://172.28.5.43:4723 and pluginArgs.bindHostOrIp: 172.28.5.43
[device-farm-main] 📱 Creating session on the same node
[AppiumDriver@38ca] Executing default handling behavior for command 'createSession'
[AppiumDriver@38ca] Event 'newSessionRequested' logged at 1719316117138 (14:48:37 GMT+0300 (GMT+03:00))
info Appium Attempting to find matching driver for automationName 'UiAutomator2' and platformName 'Android'
info Appium The 'uiautomator2' driver was installed and matched caps.
info Appium Will require it at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[AppiumDriver@38ca] Appium v2.6.0 creating new AndroidUiautomator2Driver (v3.5.6) session
[AppiumDriver@38ca] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@38ca] Appium's BaseDriver version is 9.10.3
[AppiumDriver@38ca] AndroidUiautomator2Driver's BaseDriver version is 9.10.3
[AndroidUiautomator2Driver@02ef]
[AndroidUiautomator2Driver@02ef] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "Android",
"df:recordVideo": true,
"df:saveDeviceLogs": true,
"df:build": "IQ-ANDROID-REG-25-06-2024",
"appium:deviceName": "Automation2",
"appium:appPackage": "com.digiturk.iq.mobil",
"appium:appActivity": "provider.view.splash.SplashActivity",
"appium:noReset": false,
"appium:fullReset": false,
"appium:automationName": "UiAutomator2",
"appium:udid": "241ae3789b1c7ece",
"appium:systemPort": 55455,
"appium:chromeDriverPort": 55456,
"appium:adbPort": 5037,
"appium:mjpegServerPort": 55457
},
"firstMatch": [
{}
]
}
[AndroidUiautomator2Driver@02ef] The following provided capabilities were not recognized by this driver:
[AndroidUiautomator2Driver@02ef] df:recordVideo
[AndroidUiautomator2Driver@02ef] df:saveDeviceLogs
[AndroidUiautomator2Driver@02ef] df:build
[AndroidUiautomator2Driver@02ef] chromeDriverPort
[AndroidUiautomator2Driver@02ef] adbRemoteHost
[AndroidUiautomator2Driver@02ef] Session created with session id: 33bcdba4-e7bf-498f-8f35-51613d89563d
[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'
[AndroidUiautomator2Driver@02ef] Retrieving device list
[ADB] Trying to find connected Android devices
[ADB] Getting connected devices
[ADB] Connected devices: [{"udid":"13068580385508","state":"device"},{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"},{"udid":"emulator-5554","state":"device"},{"udid":"emulator-5556","state":"device"},{"udid":"emulator-5558","state":"device"}]
[AndroidUiautomator2Driver@02ef] Using device: 241ae3789b1c7ece
[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] Setting device id to 241ae3789b1c7ece
[AndroidUiautomator2Driver@02ef] Starting 'com.digiturk.iq.mobil' directly on the device
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.sdk'
[ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.release'
[ADB] Current device property 'ro.build.version.release': 10
[ADB] Device API level: 29
[AndroidUiautomator2Driver@02ef] Relaxing hidden api policy
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece 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''
[AndroidUiautomator2Driver@02ef] No app sent in, not parsing package/activity
[AndroidUiautomator2Driver@02ef] Pushing settings apk to the device...
[ADB] Getting package info for 'io.appium.settings'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.settings'
[ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.12.3' >= '5.12.3')
[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'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings'
[AndroidUiautomator2Driver@02ef] io.appium.settings is already running. There is no need to reset its permissions.
[Logcat] Starting logs capture with command: /Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece logcat -v threadtime
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set io.appium.settings android:mock_location allow'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cat /data/local/tmp/mock_apps.json'
[AndroidUiautomator2Driver@02ef] Forwarding UiAutomator2 Server port 6790 to local port 55455
[AndroidUiautomator2Driver@02ef] MJPEG broadcasting requested, forwarding MJPEG server port 7810 to local port 55457
[ADB] Forwarding system: 55457 to device: 7810
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:55457 tcp:7810'
[ADB] Forwarding system: 55455 to device: 6790
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:55455 tcp:6790'
[ADB] Getting package info for 'io.appium.uiautomator2.server'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.uiautomator2.server'
[ADB] Getting install status for io.appium.uiautomator2.server.test
[AndroidUiautomator2Driver@02ef] No app capability. Assuming it is already on the device
[ADB] Getting install status for com.digiturk.iq.mobil
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[ADB] 'io.appium.uiautomator2.server.test' is installed
[ADB] 'com.digiturk.iq.mobil' is installed
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop com.digiturk.iq.mobil'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm clear com.digiturk.iq.mobil'
[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 4 ms - 15319
[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
[ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.14' >= '7.0.14')
[AndroidUiautomator2Driver@02ef] 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.14.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"}]
[AndroidUiautomator2Driver@02ef] Server packages are not going to be (re)installed
[AndroidUiautomator2Driver@02ef] Waiting up to 30000ms for services to be available
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list instrumentation'
[AndroidUiautomator2Driver@02ef] Performed fast reset on the installed 'com.digiturk.iq.mobil' application (stop and clear)
[AndroidUiautomator2Driver@02ef] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[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",";"]]
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[AndroidUiautomator2Driver@02ef] Performing shallow cleanup of automation leftovers
[AndroidUiautomator2Driver@02ef] No obsolete sessions have been detected (socket hang up)
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@02ef] Starting UIAutomator2 server 7.0.14
[AndroidUiautomator2Driver@02ef] Using UIAutomator2 server from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.14.apk' and test from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@02ef] Waiting up to 30000ms for UiAutomator2 to be online...
[ADB] Creating ADB subprocess with args: ["-P","5037","-s","241ae3789b1c7ece","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[AndroidUiautomator2Driver@02ef] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@02ef] Proxying [GET /status] to [GET http://127.0.0.1:55455/status] with no body
[AndroidUiautomator2Driver@02ef] socket hang up
[AndroidUiautomator2Driver@02ef] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@02ef] Proxying [GET /status] to [GET http://127.0.0.1:55455/status] with no body
[AndroidUiautomator2Driver@02ef] socket hang up
[Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[AndroidUiautomator2Driver@02ef] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@02ef] Proxying [GET /status] to [GET http://127.0.0.1:55455/status] with no body
[AndroidUiautomator2Driver@02ef] socket hang up
[iProxy@00008030:54629] The connection has been closed
[AndroidUiautomator2Driver@02ef] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@02ef] Proxying [GET /status] to [GET http://127.0.0.1:55455/status] with no body
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[AndroidUiautomator2Driver@02ef] The initialization of the instrumentation process took 3126ms
[AndroidUiautomator2Driver@02ef] Matched '/session' to command name 'createSession'
[AndroidUiautomator2Driver@02ef] Proxying [POST /session] to [POST http://127.0.0.1:55455/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55455,"chromeDriverPort":55456,"adbPort":5037,"mjpegServerPort":55457,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55455,"chromeDriverPort":55456,"adbPort":5037...
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"capabilities":{"firstMatch":[{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55455,"chromeDriverPort":55456,"adbPort":5037,"mjpegServerPort":55457,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece...
[AndroidUiautomator2Driver@02ef] Determined the downstream protocol as 'W3C'
[AndroidUiautomator2Driver@02ef] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/appium/device/pixel_ratio] with no body
[AndroidUiautomator2Driver@02ef] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[AndroidUiautomator2Driver@02ef] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/appium/device/system_bars] with no body
[AndroidUiautomator2Driver@02ef] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@02ef] Proxying [GET /window/current/size] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/window/current/size] with no body
[AndroidUiautomator2Driver@02ef] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/appium/device/info] with no body
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys window'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys power'
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":3.5}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"statusBar":84}}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@02ef] Screen already unlocked, doing nothing
[AndroidUiautomator2Driver@02ef] Starting 'com.digiturk.iq.mobil/provider.view.splash.SplashActivity and waiting for 'com.digiturk.iq.mobil/provider.view.splash.SplashActivity'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am start -W -n com.digiturk.iq.mobil/provider.view.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"androidId":"55d5ce852680fecb","apiVersion":"29","bluetooth":{"state":"ON"},"brand":"samsung","carrierName":"","displayDensity":560,"locale":"en_US","manufacturer":"samsung","model":"SM-N960F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,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":-42,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"1440x2960","timeZone":"Europe/Istanbul"}}
[ADB] We tried to start an activity that doesn't exist, retrying with '.provider.view.splash.SplashActivity' activity name
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am start -W -n com.digiturk.iq.mobil/.provider.view.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[AppiumDriver@38ca] New AndroidUiautomator2Driver session created successfully, session 33bcdba4-e7bf-498f-8f35-51613d89563d added to master session list
[AppiumDriver@38ca] Event 'newSessionStarted' logged at 1719316124072 (14:48:44 GMT+0300 (GMT+03:00))
[device-farm-main] 📱 351b0f5a-1a19-453d-b96f-4a1ffdd4a8cd Session response: {"protocol":"W3C","value":["33bcdba4-e7bf-498f-8f35-51613d89563d",{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55455,"chromeDriverPort":55456,"adbPort":5037,"mjpegServerPort":55457,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55455,"chromeDriverPort":55456,"adbPort":5037,"mjpegServerPort":55457},"deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceManufacturer":"samsung","deviceModel":"SM-N960F","deviceScreenSize":"1440x2960","deviceScreenDensity":560},"W3C"]}
[device-farm-main] 📱 Removing pending session with capability_id: 351b0f5a-1a19-453d-b96f-4a1ffdd4a8cd
[device-farm-main] 351b0f5a-1a19-453d-b96f-4a1ffdd4a8cd 📱 Session response is CreateSessionResponseInternal
[device-farm-main] 📱 351b0f5a-1a19-453d-b96f-4a1ffdd4a8cd ----- Device UDID 241ae3789b1c7ece blocked for session 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1368430,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":24,"created":1719315876456,"version":0,"updated":1719316075388},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1368430,"sessionStartTime":1719316124073,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":27,"created":1719315876456,"version":0,"updated":1719316124073},"$loki":4,"newCommandTimeout":60,"session_id":"33bcdba4-e7bf-498f-8f35-51613d89563d","lastCmdExecutedAt":1719316124073}]"
[device-farm-main] Skipping dashboard report
[device-farm-main] Adding the session 33bcdba4-e7bf-498f-8f35-51613d89563d with type local to session map
[HTTP] --> POST /wd/hub/wd-internal/session/33bcdba4-e7bf-498f-8f35-51613d89563d/appium/start_recording_screen {"options":{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800}}
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.startRecordingScreen() with args: [{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800},"33bcdba4-e7bf-498f-8f35-51613d89563d"]
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'startRecordingScreen': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'startRecordingScreen'
[AppiumDriver@38ca] Executing default handling behavior for command 'startRecordingScreen'
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell 'pgrep --help; echo $?''
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[AndroidUiautomator2Driver@02ef] Screen recording has not been previously started by Appium. There is nothing to stop
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Building screenrecord process with the command line: adb -P 5037 -s 241ae3789b1c7ece shell screenrecord --size 1280x720 --time-limit 180 /sdcard/f80bf863.mp4
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/sdcard/f80bf863.mp4' ] && echo __PASS__"'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/sdcard/f80bf863.mp4' ] && echo __PASS__"'
[AndroidUiautomator2Driver@02ef] Responding to client with driver.startRecordingScreen() result: ""
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/appium/start_recording_screen 200 736 ms - 12
[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 - 15417
[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] 351b0f5a-1a19-453d-b96f-4a1ffdd4a8cd 📱 Updating Device 241ae3789b1c7ece with session ID 33bcdba4-e7bf-498f-8f35-51613d89563d
[AppiumDriver@38ca] Promoting 1 sessionless plugins to be attached to session ID 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Cached the protocol value 'W3C' for the new session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55455,"chromeDriverPort":55456,"adbPort":5037,"mjpegServerPort":55457,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55455,"chromeDriverPort":55456,"adbPort":5037,"mjpegServerPo...
[HTTP] <-- POST /wd/hub/session 200 8336 ms - 1382
[HTTP] --> GET /wd/hub/status {}
[device-farm-main] Received non-webdriver request with url /wd/hub/status. So, not proxying it to downstream.
[AppiumDriver@38ca] Calling AppiumDriver.getStatus() with args: []
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Plugins which can handle cmd 'getStatus': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getStatus'
[AppiumDriver@38ca] Executing default handling behavior for command 'getStatus'
[AppiumDriver@38ca] Responding to client with driver.getStatus() result: {"ready":true,"message":"The server is ready to accept new connections","build":{"version":"2.6.0"}}
[HTTP] <-- GET /wd/hub/status 200 1 ms - 110
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/execute/sync {"script":"devicefarm: setSessionName","args":[{"name":"Buy package on Live TV and watch with UYDU user"}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Received execute command with script devicefarm: setSessionName
[device-farm-main] Updating session 33bcdba4-e7bf-498f-8f35-51613d89563d with data: {"name":"Buy package on Live TV and watch with UYDU user"}
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/execute/sync 200 9 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","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 - 15417
[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 - -
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 622 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 111 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 120 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 139 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 63 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 59 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 65 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 53 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_discover"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_discover","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011a-ffff-ffff00000018","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011a-ffff-ffff00000018"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011a-ffff-ffff00000018","ELEMENT":"00000000-0000-011a-ffff-ffff00000018"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 94 ms - 137
[HTTP] --> GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011a-ffff-ffff00000018/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-011a-ffff-ffff00000018","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011a-ffff-ffff00000018/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@02ef] Proxying [GET /element/00000000-0000-011a-ffff-ffff00000018/attribute/enabled] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011a-ffff-ffff00000018/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":"true"}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method elementEnabled
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011a-ffff-ffff00000018/enabled 200 29 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_discover"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_discover","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011a-ffff-ffff00000018","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011a-ffff-ffff00000018"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011a-ffff-ffff00000018","ELEMENT":"00000000-0000-011a-ffff-ffff00000018"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 45 ms - 137
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011a-ffff-ffff00000018/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.click() with args: ["00000000-0000-011a-ffff-ffff00000018","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011a-ffff-ffff00000018/click' to command name 'click'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element/00000000-0000-011a-ffff-ffff00000018/click] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011a-ffff-ffff00000018/click] with body: {"element":"00000000-0000-011a-ffff-ffff00000018"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method click
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011a-ffff-ffff00000018/click 200 91 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_continue","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 100 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_continue","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 2183 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 593 ms - 822
[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 - 15417
[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] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"navigation_child_room","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 - 15417
[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 - -
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 300 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 300 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 312 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"com.digiturk.iq.mobil:id/navigation_account"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","com.digiturk.iq.mobil:id/navigation_account","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"com.digiturk.iq.mobil:id/navigation_account","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011c-ffff-ffff00000059","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011c-ffff-ffff00000059"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011c-ffff-ffff00000059","ELEMENT":"00000000-0000-011c-ffff-ffff00000059"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 834 ms - 137
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011c-ffff-ffff00000059/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.click() with args: ["00000000-0000-011c-ffff-ffff00000059","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011c-ffff-ffff00000059/click' to command name 'click'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element/00000000-0000-011c-ffff-ffff00000059/click] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011c-ffff-ffff00000059/click] with body: {"element":"00000000-0000-011c-ffff-ffff00000059"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method click
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011c-ffff-ffff00000059/click 200 121 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_login","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011c-ffff-ffff00000216","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011c-ffff-ffff00000216"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011c-ffff-ffff00000216","ELEMENT":"00000000-0000-011c-ffff-ffff00000216"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 452 ms - 137
[HTTP] --> GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011c-ffff-ffff00000216/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-011c-ffff-ffff00000216","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011c-ffff-ffff00000216/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@02ef] Proxying [GET /element/00000000-0000-011c-ffff-ffff00000216/attribute/enabled] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011c-ffff-ffff00000216/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":"true"}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method elementEnabled
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011c-ffff-ffff00000216/enabled 200 748 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_login","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011c-ffff-ffff00000216","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011c-ffff-ffff00000216"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011c-ffff-ffff00000216","ELEMENT":"00000000-0000-011c-ffff-ffff00000216"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 119 ms - 137
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011c-ffff-ffff00000216/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.click() with args: ["00000000-0000-011c-ffff-ffff00000216","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011c-ffff-ffff00000216/click' to command name 'click'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element/00000000-0000-011c-ffff-ffff00000216/click] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011c-ffff-ffff00000216/click] with body: {"element":"00000000-0000-011c-ffff-ffff00000216"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method click
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011c-ffff-ffff00000216/click 200 128 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","et_user_name","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[HTTP] --> POST /device-farm/api/block {"udid":"241ae3789b1c7ece","host":"http://172.28.5.43: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":"241ae3789b1c7ece"}}
[HTTP] <-- POST /device-farm/api/block 200 1 ms - 16
[HTTP] --> POST /device-farm/api/dashboard/installAndroidStreamingApp {"udid":"241ae3789b1c7ece","systemPort":54545}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/installAndroidStreamingApp. So, not proxying it to downstream.
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[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'
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 241ae3789b1c7ece install /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk'
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 505 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","et_user_name","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011d-ffff-ffff00000263","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000263"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000263","ELEMENT":"00000000-0000-011d-ffff-ffff00000263"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 22 ms - 137
[HTTP] --> GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000263/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-011d-ffff-ffff00000263","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011d-ffff-ffff00000263/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@02ef] Proxying [GET /element/00000000-0000-011d-ffff-ffff00000263/attribute/enabled] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011d-ffff-ffff00000263/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":"true"}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method elementEnabled
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000263/enabled 200 14 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","et_user_name","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011d-ffff-ffff00000263","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000263"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000263","ELEMENT":"00000000-0000-011d-ffff-ffff00000263"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 22 ms - 137
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000263/value {"value":["1","8","7","0","2","3","5"],"text":"1870235"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.setValue() with args: [["1","8","7","0","2","3","5"],"00000000-0000-011d-ffff-ffff00000263","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'setValue': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'setValue'
[AppiumDriver@38ca] Executing default handling behavior for command 'setValue'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011d-ffff-ffff00000263/value' to command name 'setValue'
[AndroidUiautomator2Driver@02ef] Added 'value' property ["1","8","7","0","2","3","5"] to 'setValue' request body
[AndroidUiautomator2Driver@02ef] Proxying [POST /element/00000000-0000-011d-ffff-ffff00000263/value] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011d-ffff-ffff00000263/value] with body: {"elementId":"00000000-0000-011d-ffff-ffff00000263","text":"1870235","replace":false,"value":["1","8","7","0","2","3","5"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.setValue() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method setValue
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000263/value 200 31 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"et_password"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","et_password","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011d-ffff-ffff00000265","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000265"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000265","ELEMENT":"00000000-0000-011d-ffff-ffff00000265"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 522 ms - 137
[HTTP] --> GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000265/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-011d-ffff-ffff00000265","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011d-ffff-ffff00000265/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@02ef] Proxying [GET /element/00000000-0000-011d-ffff-ffff00000265/attribute/enabled] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011d-ffff-ffff00000265/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":"true"}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method elementEnabled
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000265/enabled 200 29 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"et_password"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","et_password","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011d-ffff-ffff00000265","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000265"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000265","ELEMENT":"00000000-0000-011d-ffff-ffff00000265"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 39 ms - 137
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000265/value {"value":["*","T","e","s","t","1","2","3","4","*"],"text":"*Test1234*"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.setValue() with args: [["*","T","e","s","t","1","2","3","4","*"],"00000000-0000-011d-ffff-ffff00000265","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'setValue': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'setValue'
[AppiumDriver@38ca] Executing default handling behavior for command 'setValue'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011d-ffff-ffff00000265/value' to command name 'setValue'
[AndroidUiautomator2Driver@02ef] Added 'value' property ["*","T","e","s","t","1","2","3","4","*"] to 'setValue' request body
[AndroidUiautomator2Driver@02ef] Proxying [POST /element/00000000-0000-011d-ffff-ffff00000265/value] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011d-ffff-ffff00000265/value] with body: {"elementId":"00000000-0000-011d-ffff-ffff00000265","text":"*Test1234*","replace":false,"value":["*","T","e","s","t","1","2","3","4","*"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.setValue() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method setValue
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000265/value 200 65 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_login","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011d-ffff-ffff00000266","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000266"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000266","ELEMENT":"00000000-0000-011d-ffff-ffff00000266"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 516 ms - 137
[HTTP] --> GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000266/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-011d-ffff-ffff00000266","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011d-ffff-ffff00000266/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@02ef] Proxying [GET /element/00000000-0000-011d-ffff-ffff00000266/attribute/enabled] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011d-ffff-ffff00000266/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":"true"}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method elementEnabled
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000266/enabled 200 29 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_login","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011d-ffff-ffff00000266","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000266"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011d-ffff-ffff00000266","ELEMENT":"00000000-0000-011d-ffff-ffff00000266"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 42 ms - 137
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000266/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.click() with args: ["00000000-0000-011d-ffff-ffff00000266","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011d-ffff-ffff00000266/click' to command name 'click'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element/00000000-0000-011d-ffff-ffff00000266/click] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011d-ffff-ffff00000266/click] with body: {"element":"00000000-0000-011d-ffff-ffff00000266"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method click
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011d-ffff-ffff00000266/click 200 95 ms - 14
[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 200 1 ms - 15417
[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 200 1 ms - 15417
[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 /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 427 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 54 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 104 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 100 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 80 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 105 ms - 822
[device-farm-main] Reconnecting to streaming server device 241ae3789b1c7ece
[device-farm-main] Reconnecting to streaming server device 241ae3789b1c7ece
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 79 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 342 ms - 822
Installed /Users/techqaautomation2/.appium/node_modules/appium-device-farm/lib/stream.apk on device 241ae3789b1c7ece
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list packages'
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"skip"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","skip","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011f-ffff-ffff00000290","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011f-ffff-ffff00000290"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011f-ffff-ffff00000290","ELEMENT":"00000000-0000-011f-ffff-ffff00000290"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 29 ms - 137
[HTTP] --> GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011f-ffff-ffff00000290/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-011f-ffff-ffff00000290","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011f-ffff-ffff00000290/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@02ef] Proxying [GET /element/00000000-0000-011f-ffff-ffff00000290/attribute/enabled] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011f-ffff-ffff00000290/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":"true"}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method elementEnabled
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011f-ffff-ffff00000290/enabled 200 20 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"skip"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","skip","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011f-ffff-ffff00000290","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011f-ffff-ffff00000290"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011f-ffff-ffff00000290","ELEMENT":"00000000-0000-011f-ffff-ffff00000290"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 32 ms - 137
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011f-ffff-ffff00000290/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.click() with args: ["00000000-0000-011f-ffff-ffff00000290","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011f-ffff-ffff00000290/click' to command name 'click'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element/00000000-0000-011f-ffff-ffff00000290/click] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011f-ffff-ffff00000290/click] with body: {"element":"00000000-0000-011f-ffff-ffff00000290"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method click
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011f-ffff-ffff00000290/click 200 127 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"home_button"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","home_button","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"home_button","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011f-ffff-ffff000002a6","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011f-ffff-ffff000002a6"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011f-ffff-ffff000002a6","ELEMENT":"00000000-0000-011f-ffff-ffff000002a6"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 77 ms - 137
[HTTP] --> GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011f-ffff-ffff000002a6/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-011f-ffff-ffff000002a6","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011f-ffff-ffff000002a6/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@02ef] Proxying [GET /element/00000000-0000-011f-ffff-ffff000002a6/attribute/enabled] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011f-ffff-ffff000002a6/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":"true"}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method elementEnabled
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011f-ffff-ffff000002a6/enabled 200 575 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"home_button"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","home_button","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"home_button","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":{"ELEMENT":"00000000-0000-011f-ffff-ffff000002a6","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011f-ffff-ffff000002a6"}}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-011f-ffff-ffff000002a6","ELEMENT":"00000000-0000-011f-ffff-ffff000002a6"}
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 200 39 ms - 137
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011f-ffff-ffff000002a6/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.click() with args: ["00000000-0000-011f-ffff-ffff000002a6","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@02ef] Matched '/element/00000000-0000-011f-ffff-ffff000002a6/click' to command name 'click'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element/00000000-0000-011f-ffff-ffff000002a6/click] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element/00000000-0000-011f-ffff-ffff000002a6/click] with body: {"element":"00000000-0000-011f-ffff-ffff000002a6"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
Allowing recording permissions
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set com.device.farm PROJECT_MEDIA allow'
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[AndroidUiautomator2Driver@02ef] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method click
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element/00000000-0000-011f-ffff-ffff000002a6/click 200 73 ms - 14
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 70 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am start -W -n com.device.farm/com.device.farm.ScreenCaptureActivity'
[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 - 15417
[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 200 1 ms - 15417
[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 - -
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 1176 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 390 ms - 822
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:54545 tcp:1991'
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_continue","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 64 ms - 822
Pressing home
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell input keyevent KEYCODE_HOME'
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_continue","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 44 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_continue","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[device-farm-main] Websocket event received, streaming app is running
[HTTP] <-- POST /device-farm/api/dashboard/installAndroidStreamingApp 200 18639 ms - 703
[device-farm-main] New streaming request recieved with url: /android-stream/241ae3789b1c7ece
[device-farm-main] Device id 241ae3789b1c7ece matched for streaming url : /android-stream/241ae3789b1c7ece
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[device-farm-main] Streaming session already available for device 241ae3789b1c7ece. So reusing the existing connection
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 889 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","b_continue","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 57 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"navigation_home"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","navigation_home","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"navigation_home","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 71 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"navigation_home"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","navigation_home","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"navigation_home","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 63 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"navigation_account"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","navigation_account","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"navigation_account","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 56 ms - 822
[device-farm-main] Reconnecting to streaming server device 241ae3789b1c7ece
[device-farm-main] Reconnecting to streaming server device 241ae3789b1c7ece
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"id","value":"navigation_account"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["id","navigation_account","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"id","selector":"navigation_account","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 54 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"İZLE\" or @text=\"İZLEMEYE BAŞLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"İZLE\" or @text=\"İZLEMEYE BAŞLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"İZLE\" or @text=\"İZLEMEYE BAŞLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 97 ms - 822
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element {"using":"xpath","value":"//android.widget.Button[@text=\"İZLE\" or @text=\"İZLEMEYE BAŞLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"İZLE\" or @text=\"İZLEMEYE BAŞLA\"]","33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@02ef] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@02ef] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@02ef] Proxying [POST /element] to [POST http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"İZLE\" or @text=\"İZLEMEYE BAŞLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@02ef] Got response with status 404: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@02ef] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method findElement
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/element 404 65 ms - 822
[HTTP] --> GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/screenshot {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.getScreenshot() with args: ["33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getScreenshot': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getScreenshot'
[AppiumDriver@38ca] Executing default handling behavior for command 'getScreenshot'
[AndroidUiautomator2Driver@02ef] Matched '/screenshot' to command name 'getScreenshot'
[AndroidUiautomator2Driver@02ef] Proxying [GET /screenshot] to [GET http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf/screenshot] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[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 - 15417
[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 - -
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":"iVBORw0KGgoAAAANSUhEUgAABaAAAAuQCAYAAAD85Zg4AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHicTJ1dkiVLbpw/ByJP9R1uQkbRTNQyZJQeZCbtafSmBVOcrpMRgB4ceaovjWP9V1UnMyIAh7sDof/5v/5Pa4vMIP86nH24lOwOzmlSTeTirs3exZe+CEHH4TTsI0qwttBXkwHaRTWUghK8uuAr4C3eJYomotESvQ/rFOeCVVAdnBUoRd4QC9Q3h0SdZBecYu/g9wpeX5u8k1NJq1hxcx04Jb5D/ArRp3mXaAUZkNlA8b4CJLQb3aAGEAT0aaDpbGgQognYTZ4b/bXg2uwbqmBFcRVUClWDLu6CQ81XJtHQ62bHi683ZDUnitIhCyrgO5ovJWpxEB0ioqizUCbaN12iSLoLsVEmrcNfeeAkN36PUUHnYccm7oUS9II+ot9N0/AScZI4N9+R6BVcbOI+7Ar6SmJBneL+FpzkiuBKqC7iKjhNNWQH0bApSKHrsAsCyEo4AhWdBzXsDqoTHYgEVlEHuhd9ks5C+fY+OOnPH819F43Q8lrqQB1xAoIDGcQJpKIIuhNVo27qdagCASLgNFTRK4m/mt7FOi+6gmJTcVMpXkrq92Jdze7mzabisDq4dvJCnFdzGs4OmgQVcNNRKOCvHZxOzhKVBXWI08RqssR7vyhAbIJNLPGP+uIroO9DU/Tyburb65h/K1YGfcobEYGC7uDcTehQC8gLheja6PuQ7xf5t4Zs9inq+NdaTX9/wd2c12FFEyW6oNVEX0SId0OvTeSBbmoHeZKLon8F94HahaKI8KtIiroWtYOjA5XEhqgNIVhBqugQnSA1UQUbqv+GaMRNz7komj5NceglcicnRJQQQSfARu9GWrCaaKgDu9uf7TRnLa4spE3V8dmJxSI4DXGg4kYklUFl...
[AndroidUiautomator2Driver@02ef] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABaAAAAuQCAYAAAD85Zg4AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHicTJ1dkiVLbpw/ByJP9R1uQkbRTNQyZJQeZCbtafSmBVOcrpMRgB4ceaovjWP9V1UnMyIAh7sDof/5v/5Pa4vMIP86nH24lOwOzmlSTeTirs3exZe+CEHH4TTsI0qwttBXkwHaRTWUghK8uuAr4C3eJYomotESvQ/rFOeCVVAdnBUoRd4QC9Q3h0SdZBecYu/g9wpeX5u8k1NJq1hxcx04Jb5D/ArRp3mXaAUZkNlA8b4CJLQb3aAGEAT0aaDpbGgQognYTZ4b/bXg2uwbqmBFcRVUClWDLu6CQ81XJtHQ62bHi683ZDUnitIhCyrgO5ovJWpxEB0ioqizUCbaN12iSLoLsVEmrcNfeeAkN36PUUHnYccm7oUS9II+ot9N0/AScZI4N9+R6BVcbOI+7Ar6SmJBneL+FpzkiuBKqC7iKjhNNWQH0bApSKHrsAsCyEo4AhWdBzXsDqoTHYgEVlEHuhd9ks5C+fY+OOnPH819F43Q8lrqQB1xAoIDGcQJpKIIuhNVo27qdagCASLgNFTRK4m/mt7FOi+6gmJTcVMpXkrq92Jdze7mzabisDq4dvJCnFdzGs4OmgQVcNNRKOCvHZxOzhKVBXWI08RqssR7vyhAbIJNLPGP+uIroO9DU/Tyburb65h/K1YGfcobEYGC7uDcTehQC8gLheja6PuQ7xf5t4Zs9inq+NdaTX9/wd2c12FFEyW6oNVEX0SId0OvTeSBbmoHeZKLon8F94HahaKI8KtIiroWtYOjA5XEhqgNIVhBqugQnSA1UQUbqv+GaMRNz7komj5NceglcicnRJQQQSfARu9GWrCaaKgDu9uf7TRnLa4spE3V8dmJxSI4DXGg4kYklUFlE938VYubb3rDJjnRVDexF69K7tzEVeQNalFKWmKt4r0hsumGbq9bKlndnPVN...
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method getScreenshot
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- GET /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/screenshot 200 7329 ms - 8207168
[HTTP] --> POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/execute/sync {"script":"seetest:client.setReportStatus","args":["Failed","test is failed"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.execute() with args: ["seetest:client.setReportStatus",["Failed","test is failed"],"33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'execute': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'execute'
[AppiumDriver@38ca] Executing default handling behavior for command 'execute'
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AndroidUiautomator2Driver@02ef] Encountered internal error running command: NotImplementedError: Method is not implemented
at AndroidUiautomator2Driver.execute (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/execute.js:121:11)
at commandExecutor (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/driver.ts:106:18)
at /usr/local/lib/node_modules/appium/node_modules/async-lock/lib/index.js:171:12
at AsyncLock._promiseTry (/usr/local/lib/node_modules/appium/node_modules/async-lock/lib/index.js:306:31)
at exec (/usr/local/lib/node_modules/appium/node_modules/async-lock/lib/index.js:170:9)
at AsyncLock.acquire (/usr/local/lib/node_modules/appium/node_modules/async-lock/lib/index.js:189:3)
at AndroidUiautomator2Driver.executeCommand (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/driver.ts:122:39)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at defaultBehavior (/usr/local/lib/node_modules/appium/lib/appium.js:1109:14)
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method execute
{} 33bcdba4-e7bf-498f-8f35-51613d89563d
[device-farm-main] Saving log entry for session 33bcdba4-e7bf-498f-8f35-51613d89563d with eventId undefined
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/execute/sync 405 18 ms - 1151
[HTTP] --> DELETE /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[HTTP] --> POST /wd/hub/wd-internal/session/33bcdba4-e7bf-498f-8f35-51613d89563d/appium/stop_recording_screen {}
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.stopRecordingScreen() with args: [null,"33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'stopRecordingScreen': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'stopRecordingScreen'
[AppiumDriver@38ca] Executing default handling behavior for command 'stopRecordingScreen'
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 33bcdba4-e7bf-498f-8f35-51613d89563d
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell kill -2 18939'
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece pull /sdcard/f80bf863.mp4 /var/folders/jq/lbxddq5x2_nbrzb2gbls3fk40000gn/T/2024525-49517-22rf6z.xbkvv/f80bf863.mp4'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell rm -rf /sdcard/f80bf863.mp4'
[AndroidUiautomator2Driver@02ef] The size of the resulting screen recording is 3.68 MB
[AndroidUiautomator2Driver@02ef] Responding to client with driver.stopRecordingScreen() result: "AAAAGGZ0eXBtcDQyAAAAAGlzb21tcDQyAAAAAW1kYXQAAAAAADq7PQAAGxpluE///h4LigACEn5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OT/wHg1hsKcAEOHGlzALorffgBxMkAQckoNtUgA0AqZgDmjIVK5mKbtABXK29Em02DOUpRzK3vz5bnofEzpaetoCGZSFp2MtwH7MhIKxnAAfHtqidz4Ogj94oyYMhm7xRdICqWQPEKTANJy2QTEprpe33pVDEd2V15Gce3sJ15UINf//4RIlNgYPVQimkCPzw2OLto736AJr3FbSjXVpQH1MxTi5vxf/+viAvKb6/jCua5/3iQPAAc/yNRFWumnngz19FHPBEE/z9gTP3n7NdH/7r7SxEK55SY3Xv5yPw1kXMBD//9geWixG2tdSf9nUVy6ys///q9H21mz/9/oVtAH4faP6hi/gA/gaX6Krx6rZ77v4AFKkPW2in2BHcZjird7RUU7//Bs6yFxwR/sFS96zfAAZtt6KbQYUgcMcqzNKT19PtjNFp/q/SbRPZEHgAfpbeQFjiqfgAZAr23p9w81GRJRcSKfv15gWGYmZhgBAsrwz5oyNNRjUfSxFgQh763QuY/f/eGx0JFRq7pLvJV19yBxZkTXhqhpq1VUf///fwASzdSBCllP++DRzn/d863A6vEyvf+v7+RS7W2wrtfwYGszMkWYKQFfu+1tp3IBWBBt/wPFTI8U442WRnGsxbQ9uCtMJK4EgLEg1lobbvm4KOOAq8sqX/XzDKSFaneAQCj2GfR9IHAAxMP63CE2wAChyzJqz8oAHqpipI/ZEb7/E5JFpdSnlJoxx9nDnAjSoVaPBVpTV5397wwA0aECcmih0w3z997YPegzueMGY/yV/O/mnwZhaVb0JipWKxTdoMMV3dP//8TWu3gANpZqNkKq6ePlIAZBq80/kFOSSVPeMLxr3XVwlb/+/g2dSLqr1xPK/qddfv+d+mpCUq8zb9fwAEgdSaGM7u...
[HTTP] <-- POST /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d/appium/stop_recording_screen 200 1102 ms - 5142116
[device-farm-main] Updating session 33bcdba4-e7bf-498f-8f35-51613d89563d with data: {"videoRecording":"33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4","deviceLogs":"33bcdba4-e7bf-498f-8f35-51613d89563d/device_log.json","appProfiling":"33bcdba4-e7bf-498f-8f35-51613d89563d/profiling.json"}
[AndroidUiautomator2Driver@02ef] Calling AppiumDriver.deleteSession() with args: ["33bcdba4-e7bf-498f-8f35-51613d89563d"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'deleteSession': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'deleteSession'
[device-farm-main] Updated devices with filter: {"session_id":"33bcdba4-e7bf-498f-8f35-51613d89563d"}
[device-farm-main] 📱 Unblocking the device that is blocked for session 33bcdba4-e7bf-498f-8f35-51613d89563d
[AppiumDriver@38ca] Executing default handling behavior for command 'deleteSession'
[AppiumDriver@38ca] Event 'quitSessionRequested' logged at 1719316173196 (14:49:33 GMT+0300 (GMT+03:00))
[AppiumDriver@38ca] Removing session 33bcdba4-e7bf-498f-8f35-51613d89563d from our master session list
[AndroidUiautomator2Driver@02ef] Deleting UiAutomator2 session
[AndroidUiautomator2Driver@02ef] Deleting UiAutomator2 server session
[AndroidUiautomator2Driver@02ef] Matched '/' to command name 'deleteSession'
[AndroidUiautomator2Driver@02ef] Proxying [DELETE /] to [DELETE http://127.0.0.1:55455/session/dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf] with no body
[AndroidUiautomator2Driver@02ef] Got response with status 200: {"sessionId":"dcbe2ab9-0a1e-4d28-bbc7-4d4e0a18c1bf","value":null}
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop com.digiturk.iq.mobil'
[Logcat] Stopping logcat capture
[ADB] Removing forwarded port socket connection: 55455
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:55455'
[ADB] Removing forwarded port socket connection: 55457
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:55457'
[AndroidUiautomator2Driver@02ef] Restoring hidden api policy to the device default configuration
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[HTTP] <-- GET /android-stream/241ae3789b1c7ece - - ms - -
[AppiumDriver@38ca] Event 'quitSessionFinished' logged at 1719316173475 (14:49:33 GMT+0300 (GMT+03:00))
Waiting for Android and iOS websocket handlers to be removed..
[device-farm-main] Registering websocket handler for Android Streaming
[device-farm-main] Registering websocket handler for iOS Streaming
Inside get streaming server
[AppiumDriver@38ca] Received response: null
[AppiumDriver@38ca] But deleting session, so not returning
[AppiumDriver@38ca] Responding to client with driver.deleteSession() result: null
[device-farm-main] Intercepted response for session 33bcdba4-e7bf-498f-8f35-51613d89563d with method deleteSession
[device-farm-main] Updating session 33bcdba4-e7bf-498f-8f35-51613d89563d with data: {"status":"unmarked","endTime":"2024-06-25T11:49:33.478Z","hasLiveVideo":false}
[HTTP] <-- DELETE /wd/hub/session/33bcdba4-e7bf-498f-8f35-51613d89563d 200 1647 ms - 14
[HTTP] Request idempotency key: c5733df1-7be1-408b-81c9-bd7de4e76e30
[HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"appium:udid":"241ae3789b1c7ece","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.iq.mobil","appium:appActivity":"provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024"},"firstMatch":[{}]}}
[AppiumDriver@38ca] Calling AppiumDriver.createSession() with args: [null,null,{"alwaysMatch":{"appium:udid":"241ae3789b1c7ece","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.iq.mobil","appium:appActivity":"provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024"},"firstMatch":[{}]}]
[AppiumDriver@38ca] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@38ca] 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.5.43","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":false,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.5.43
[device-farm-main] 📱 Creating temporary session capability_id: 837bcc08-a8e3-4290-b082-2b85380f72d9
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"android","udid":"241ae3789b1c7ece","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"},"busy":false,"userBlocked":false}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"},"busy":false,"userBlocked":false}
[device-farm-main] 📱 Blocking device 241ae3789b1c7ece at host http://172.28.5.43:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1417551,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":168,"created":1719315876456,"version":0,"updated":1719316171841},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1417551,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":170,"created":1719315876456,"version":0,"updated":1719316173560},"$loki":4,"newCommandTimeout":60}]"
[device-farm-main] device.host: http://172.28.5.43:4723 and pluginArgs.bindHostOrIp: 172.28.5.43
[device-farm-main] 📱 Creating session on the same node
[AppiumDriver@38ca] Executing default handling behavior for command 'createSession'
[AppiumDriver@38ca] Event 'newSessionRequested' logged at 1719316173561 (14:49:33 GMT+0300 (GMT+03:00))
info Appium Attempting to find matching driver for automationName 'UiAutomator2' and platformName 'Android'
info Appium The 'uiautomator2' driver was installed and matched caps.
info Appium Will require it at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[AppiumDriver@38ca] Appium v2.6.0 creating new AndroidUiautomator2Driver (v3.5.6) session
[AppiumDriver@38ca] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@38ca] Appium's BaseDriver version is 9.10.3
[AppiumDriver@38ca] AndroidUiautomator2Driver's BaseDriver version is 9.10.3
[AndroidUiautomator2Driver@5910]
[AndroidUiautomator2Driver@5910] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "Android",
"df:recordVideo": true,
"df:saveDeviceLogs": true,
"df:build": "IQ-ANDROID-REG-25-06-2024",
"appium:deviceName": "Automation2",
"appium:appPackage": "com.digiturk.iq.mobil",
"appium:appActivity": "provider.view.splash.SplashActivity",
"appium:noReset": false,
"appium:fullReset": false,
"appium:automationName": "UiAutomator2",
"appium:udid": "241ae3789b1c7ece",
"appium:systemPort": 55973,
"appium:chromeDriverPort": 55974,
"appium:adbPort": 5037,
"appium:mjpegServerPort": 55975
},
"firstMatch": [
{}
]
}
[AndroidUiautomator2Driver@5910] The following provided capabilities were not recognized by this driver:
[AndroidUiautomator2Driver@5910] df:recordVideo
[AndroidUiautomator2Driver@5910] df:saveDeviceLogs
[AndroidUiautomator2Driver@5910] df:build
[AndroidUiautomator2Driver@5910] chromeDriverPort
[AndroidUiautomator2Driver@5910] adbRemoteHost
[AndroidUiautomator2Driver@5910] Session created with session id: 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[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'
[AndroidUiautomator2Driver@5910] Retrieving device list
[ADB] Trying to find connected Android devices
[ADB] Getting connected devices
[ADB] Connected devices: [{"udid":"13068580385508","state":"device"},{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"},{"udid":"emulator-5554","state":"device"},{"udid":"emulator-5556","state":"device"},{"udid":"emulator-5558","state":"device"}]
[AndroidUiautomator2Driver@5910] Using device: 241ae3789b1c7ece
[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] Setting device id to 241ae3789b1c7ece
[AndroidUiautomator2Driver@5910] Starting 'com.digiturk.iq.mobil' directly on the device
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.sdk'
[ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.release'
[ADB] Current device property 'ro.build.version.release': 10
[ADB] Device API level: 29
[AndroidUiautomator2Driver@5910] Relaxing hidden api policy
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece 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''
[AndroidUiautomator2Driver@5910] No app sent in, not parsing package/activity
[AndroidUiautomator2Driver@5910] Pushing settings apk to the device...
[ADB] Getting package info for 'io.appium.settings'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.settings'
[ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.12.3' >= '5.12.3')
[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'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings'
[AndroidUiautomator2Driver@5910] io.appium.settings is already running. There is no need to reset its permissions.
[Logcat] Starting logs capture with command: /Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece logcat -v threadtime
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set io.appium.settings android:mock_location allow'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cat /data/local/tmp/mock_apps.json'
[AndroidUiautomator2Driver@5910] Forwarding UiAutomator2 Server port 6790 to local port 55973
[AndroidUiautomator2Driver@5910] MJPEG broadcasting requested, forwarding MJPEG server port 7810 to local port 55975
[ADB] Forwarding system: 55975 to device: 7810
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:55975 tcp:7810'
[ADB] Forwarding system: 55973 to device: 6790
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:55973 tcp:6790'
[Instrumentation] .
[ADB] Getting package info for 'io.appium.uiautomator2.server'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.uiautomator2.server'
[ADB] Getting install status for io.appium.uiautomator2.server.test
[AndroidUiautomator2Driver@5910] No app capability. Assuming it is already on the device
[ADB] Getting install status for com.digiturk.iq.mobil
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[Instrumentation] Time: 54.349
[Instrumentation]
[Instrumentation] OK (1 test)
[ADB] 'com.digiturk.iq.mobil' is installed
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop com.digiturk.iq.mobil'
[ADB] 'io.appium.uiautomator2.server.test' is installed
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm clear com.digiturk.iq.mobil'
[ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.14' >= '7.0.14')
[AndroidUiautomator2Driver@5910] 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.14.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"}]
[AndroidUiautomator2Driver@5910] Server packages are not going to be (re)installed
[AndroidUiautomator2Driver@5910] Waiting up to 30000ms for services to be available
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list instrumentation'
[Instrumentation] The process has exited with code 0
[AndroidUiautomator2Driver@5910] Performed fast reset on the installed 'com.digiturk.iq.mobil' application (stop and clear)
[AndroidUiautomator2Driver@5910] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[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",";"]]
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[AndroidUiautomator2Driver@5910] Performing shallow cleanup of automation leftovers
[AndroidUiautomator2Driver@5910] No obsolete sessions have been detected (socket hang up)
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@5910] Starting UIAutomator2 server 7.0.14
[AndroidUiautomator2Driver@5910] Using UIAutomator2 server from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.14.apk' and test from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@5910] Waiting up to 30000ms for UiAutomator2 to be online...
[ADB] Creating ADB subprocess with args: ["-P","5037","-s","241ae3789b1c7ece","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[AndroidUiautomator2Driver@5910] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@5910] Proxying [GET /status] to [GET http://127.0.0.1:55973/status] with no body
[AndroidUiautomator2Driver@5910] socket hang up
[device-farm-main] Found 0 device candidates to be released
[device-farm-main] Cleaning pending sessions...
[device-farm-main] Session queue ID:837bcc08-a8e3-4290-b082-2b85380f72d9 has been pending for 1333 ms
[device-farm-main] No pending sessions to clean
[device-farm-main] New streaming request recieved with url: /android-stream/241ae3789b1c7ece
[device-farm-main] Device id 241ae3789b1c7ece matched for streaming url : /android-stream/241ae3789b1c7ece
[device-farm-main] Updated devices with filter: {"udid":{"$in":["241ae3789b1c7ece"]}}
[device-farm-main] Invalid device or streaming not supported for device id 241ae3789b1c7ece
[HTTP] <-- GET /android-stream/241ae3789b1c7ece - - 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 1 ms - 15320
[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
[AndroidUiautomator2Driver@5910] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@5910] Proxying [GET /status] to [GET http://127.0.0.1:55973/status] with no body
[AndroidUiautomator2Driver@5910] socket hang up
[Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[AndroidUiautomator2Driver@5910] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@5910] Proxying [GET /status] to [GET http://127.0.0.1:55973/status] with no body
[AndroidUiautomator2Driver@5910] socket hang up
[AndroidUiautomator2Driver@5910] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@5910] Proxying [GET /status] to [GET http://127.0.0.1:55973/status] with no body
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[AndroidUiautomator2Driver@5910] The initialization of the instrumentation process took 3171ms
[AndroidUiautomator2Driver@5910] Matched '/session' to command name 'createSession'
[AndroidUiautomator2Driver@5910] Proxying [POST /session] to [POST http://127.0.0.1:55973/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55973,"chromeDriverPort":55974,"adbPort":5037,"mjpegServerPort":55975,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55973,"chromeDriverPort":55974,"adbPort":5037...
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"capabilities":{"firstMatch":[{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55973,"chromeDriverPort":55974,"adbPort":5037,"mjpegServerPort":55975,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece...
[AndroidUiautomator2Driver@5910] Determined the downstream protocol as 'W3C'
[AndroidUiautomator2Driver@5910] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/appium/device/pixel_ratio] with no body
[AndroidUiautomator2Driver@5910] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[AndroidUiautomator2Driver@5910] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/appium/device/system_bars] with no body
[AndroidUiautomator2Driver@5910] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@5910] Proxying [GET /window/current/size] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/window/current/size] with no body
[AndroidUiautomator2Driver@5910] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/appium/device/info] with no body
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys window'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys power'
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"statusBar":84}}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":3.5}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@5910] Screen already unlocked, doing nothing
[AndroidUiautomator2Driver@5910] Starting 'com.digiturk.iq.mobil/provider.view.splash.SplashActivity and waiting for 'com.digiturk.iq.mobil/provider.view.splash.SplashActivity'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am start -W -n com.digiturk.iq.mobil/provider.view.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"androidId":"55d5ce852680fecb","apiVersion":"29","bluetooth":{"state":"ON"},"brand":"samsung","carrierName":"","displayDensity":560,"locale":"en_US","manufacturer":"samsung","model":"SM-N960F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,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":-42,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"1440x2960","timeZone":"Europe/Istanbul"}}
[ADB] We tried to start an activity that doesn't exist, retrying with '.provider.view.splash.SplashActivity' activity name
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am start -W -n com.digiturk.iq.mobil/.provider.view.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[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 - 15320
[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 - -
[AppiumDriver@38ca] New AndroidUiautomator2Driver session created successfully, session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c added to master session list
[AppiumDriver@38ca] Event 'newSessionStarted' logged at 1719316179799 (14:49:39 GMT+0300 (GMT+03:00))
[device-farm-main] 📱 837bcc08-a8e3-4290-b082-2b85380f72d9 Session response: {"protocol":"W3C","value":["3786d4ed-3146-4919-b3a3-d4d1c1d4c61c",{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55973,"chromeDriverPort":55974,"adbPort":5037,"mjpegServerPort":55975,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55973,"chromeDriverPort":55974,"adbPort":5037,"mjpegServerPort":55975},"deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceManufacturer":"samsung","deviceModel":"SM-N960F","deviceScreenSize":"1440x2960","deviceScreenDensity":560},"W3C"]}
[device-farm-main] 📱 Removing pending session with capability_id: 837bcc08-a8e3-4290-b082-2b85380f72d9
[device-farm-main] 837bcc08-a8e3-4290-b082-2b85380f72d9 📱 Session response is CreateSessionResponseInternal
[device-farm-main] 📱 837bcc08-a8e3-4290-b082-2b85380f72d9 ----- Device UDID 241ae3789b1c7ece blocked for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1417551,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":168,"created":1719315876456,"version":0,"updated":1719316171841},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1417551,"sessionStartTime":1719316179800,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":171,"created":1719315876456,"version":0,"updated":1719316179800},"$loki":4,"newCommandTimeout":60,"session_id":"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c","lastCmdExecutedAt":1719316179800}]"
[device-farm-main] Skipping dashboard report
[device-farm-main] Adding the session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with type local to session map
[HTTP] --> POST /wd/hub/wd-internal/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/appium/start_recording_screen {"options":{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800}}
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.startRecordingScreen() with args: [{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800},"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'startRecordingScreen': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'startRecordingScreen'
[AppiumDriver@38ca] Executing default handling behavior for command 'startRecordingScreen'
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell 'pgrep --help; echo $?''
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[AndroidUiautomator2Driver@5910] Screen recording has not been previously started by Appium. There is nothing to stop
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Building screenrecord process with the command line: adb -P 5037 -s 241ae3789b1c7ece shell screenrecord --size 1280x720 --time-limit 180 /sdcard/b2ad758c.mp4
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/sdcard/b2ad758c.mp4' ] && echo __PASS__"'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/sdcard/b2ad758c.mp4' ] && echo __PASS__"'
[AndroidUiautomator2Driver@5910] Responding to client with driver.startRecordingScreen() result: ""
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/appium/start_recording_screen 200 690 ms - 12
[device-farm-main] 837bcc08-a8e3-4290-b082-2b85380f72d9 📱 Updating Device 241ae3789b1c7ece with session ID 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AppiumDriver@38ca] Promoting 1 sessionless plugins to be attached to session ID 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Cached the protocol value 'W3C' for the new session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55973,"chromeDriverPort":55974,"adbPort":5037,"mjpegServerPort":55975,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":55973,"chromeDriverPort":55974,"adbPort":5037,"mjpegServerPo...
[HTTP] <-- POST /wd/hub/session 200 7600 ms - 1382
[HTTP] --> GET /wd/hub/status {}
[device-farm-main] Received non-webdriver request with url /wd/hub/status. So, not proxying it to downstream.
[AppiumDriver@38ca] Calling AppiumDriver.getStatus() with args: []
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Plugins which can handle cmd 'getStatus': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getStatus'
[AppiumDriver@38ca] Executing default handling behavior for command 'getStatus'
[AppiumDriver@38ca] Responding to client with driver.getStatus() result: {"ready":true,"message":"The server is ready to accept new connections","build":{"version":"2.6.0"}}
[HTTP] <-- GET /wd/hub/status 200 1 ms - 110
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/execute/sync {"script":"devicefarm: setSessionName","args":[{"name":"Buy package on Live TV and watch with UYDU user"}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Received execute command with script devicefarm: setSessionName
[device-farm-main] Updating session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with data: {"name":"Buy package on Live TV and watch with UYDU user"}
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/execute/sync 200 10 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 503 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 127 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 140 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 130 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 110 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 132 ms - 822
[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 - 15418
[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
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 78 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 127 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_discover"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_discover","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-012d-ffff-ffff00000018","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012d-ffff-ffff00000018"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012d-ffff-ffff00000018","ELEMENT":"00000000-0000-012d-ffff-ffff00000018"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 136 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012d-ffff-ffff00000018/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-012d-ffff-ffff00000018","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-012d-ffff-ffff00000018/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@5910] Proxying [GET /element/00000000-0000-012d-ffff-ffff00000018/attribute/enabled] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-012d-ffff-ffff00000018/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"true"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method elementEnabled
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012d-ffff-ffff00000018/enabled 200 47 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_discover"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_discover","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-012d-ffff-ffff00000018","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012d-ffff-ffff00000018"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012d-ffff-ffff00000018","ELEMENT":"00000000-0000-012d-ffff-ffff00000018"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 81 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012d-ffff-ffff00000018/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.click() with args: ["00000000-0000-012d-ffff-ffff00000018","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-012d-ffff-ffff00000018/click' to command name 'click'
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-012d-ffff-ffff00000018/click] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-012d-ffff-ffff00000018/click] with body: {"element":"00000000-0000-012d-ffff-ffff00000018"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method click
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012d-ffff-ffff00000018/click 200 121 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_continue","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 108 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_continue","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 3135 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 371 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 358 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 312 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 301 ms - 822
[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/build 200 4 ms - 2843
[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/session 200 49 ms - 773609
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"com.digiturk.iq.mobil:id/navigation_account"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","com.digiturk.iq.mobil:id/navigation_account","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"com.digiturk.iq.mobil:id/navigation_account","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-012f-ffff-ffff00000059","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff00000059"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff00000059","ELEMENT":"00000000-0000-012f-ffff-ffff00000059"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 262 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff00000059/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.click() with args: ["00000000-0000-012f-ffff-ffff00000059","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-012f-ffff-ffff00000059/click' to command name 'click'
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-012f-ffff-ffff00000059/click] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-012f-ffff-ffff00000059/click] with body: {"element":"00000000-0000-012f-ffff-ffff00000059"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method click
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff00000059/click 200 106 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_login","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/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 - 15418
[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 - -
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-012f-ffff-ffff000001df","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff000001df"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff000001df","ELEMENT":"00000000-0000-012f-ffff-ffff000001df"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 476 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff000001df/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-012f-ffff-ffff000001df","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-012f-ffff-ffff000001df/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@5910] Proxying [GET /element/00000000-0000-012f-ffff-ffff000001df/attribute/enabled] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-012f-ffff-ffff000001df/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"true"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method elementEnabled
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff000001df/enabled 200 701 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_login","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-012f-ffff-ffff000001df","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff000001df"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff000001df","ELEMENT":"00000000-0000-012f-ffff-ffff000001df"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 109 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff000001df/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.click() with args: ["00000000-0000-012f-ffff-ffff000001df","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-012f-ffff-ffff000001df/click' to command name 'click'
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-012f-ffff-ffff000001df/click] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-012f-ffff-ffff000001df/click] with body: {"element":"00000000-0000-012f-ffff-ffff000001df"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method click
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff000001df/click 200 126 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","et_user_name","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 478 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","et_user_name","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0130-ffff-ffff0000022c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022c"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022c","ELEMENT":"00000000-0000-0130-ffff-ffff0000022c"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 25 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022c/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0130-ffff-ffff0000022c","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0130-ffff-ffff0000022c/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@5910] Proxying [GET /element/00000000-0000-0130-ffff-ffff0000022c/attribute/enabled] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0130-ffff-ffff0000022c/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"true"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method elementEnabled
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022c/enabled 200 14 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","et_user_name","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0130-ffff-ffff0000022c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022c"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022c","ELEMENT":"00000000-0000-0130-ffff-ffff0000022c"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 18 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022c/value {"value":["1","8","7","2","4","7","0"],"text":"1872470"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.setValue() with args: [["1","8","7","2","4","7","0"],"00000000-0000-0130-ffff-ffff0000022c","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'setValue': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'setValue'
[AppiumDriver@38ca] Executing default handling behavior for command 'setValue'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0130-ffff-ffff0000022c/value' to command name 'setValue'
[AndroidUiautomator2Driver@5910] Added 'value' property ["1","8","7","2","4","7","0"] to 'setValue' request body
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-0130-ffff-ffff0000022c/value] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0130-ffff-ffff0000022c/value] with body: {"elementId":"00000000-0000-0130-ffff-ffff0000022c","text":"1872470","replace":false,"value":["1","8","7","2","4","7","0"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.setValue() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method setValue
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022c/value 200 41 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"et_password"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","et_password","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0130-ffff-ffff0000022e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022e"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022e","ELEMENT":"00000000-0000-0130-ffff-ffff0000022e"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 1082 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022e/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0130-ffff-ffff0000022e","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0130-ffff-ffff0000022e/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@5910] Proxying [GET /element/00000000-0000-0130-ffff-ffff0000022e/attribute/enabled] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0130-ffff-ffff0000022e/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"true"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method elementEnabled
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022e/enabled 200 40 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"et_password"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","et_password","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0130-ffff-ffff0000022e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022e"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022e","ELEMENT":"00000000-0000-0130-ffff-ffff0000022e"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 57 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022e/value {"value":["*","T","e","s","t","1","2","3","4","*"],"text":"*Test1234*"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.setValue() with args: [["*","T","e","s","t","1","2","3","4","*"],"00000000-0000-0130-ffff-ffff0000022e","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'setValue': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'setValue'
[AppiumDriver@38ca] Executing default handling behavior for command 'setValue'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0130-ffff-ffff0000022e/value' to command name 'setValue'
[AndroidUiautomator2Driver@5910] Added 'value' property ["*","T","e","s","t","1","2","3","4","*"] to 'setValue' request body
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-0130-ffff-ffff0000022e/value] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0130-ffff-ffff0000022e/value] with body: {"elementId":"00000000-0000-0130-ffff-ffff0000022e","text":"*Test1234*","replace":false,"value":["*","T","e","s","t","1","2","3","4","*"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.setValue() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method setValue
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022e/value 200 99 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_login","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0130-ffff-ffff0000022f","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022f"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022f","ELEMENT":"00000000-0000-0130-ffff-ffff0000022f"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 550 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022f/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0130-ffff-ffff0000022f","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0130-ffff-ffff0000022f/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@5910] Proxying [GET /element/00000000-0000-0130-ffff-ffff0000022f/attribute/enabled] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0130-ffff-ffff0000022f/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"true"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method elementEnabled
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022f/enabled 200 46 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_login","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0130-ffff-ffff0000022f","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022f"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0130-ffff-ffff0000022f","ELEMENT":"00000000-0000-0130-ffff-ffff0000022f"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 65 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022f/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.click() with args: ["00000000-0000-0130-ffff-ffff0000022f","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0130-ffff-ffff0000022f/click' to command name 'click'
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-0130-ffff-ffff0000022f/click] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0130-ffff-ffff0000022f/click] with body: {"element":"00000000-0000-0130-ffff-ffff0000022f"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method click
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0130-ffff-ffff0000022f/click 200 126 ms - 14
[HTTP] --> GET /device-farm/api/dashboard/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/liveVideo {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/liveVideo. So, not proxying it to downstream.
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","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
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0133-ffff-ffff000003cd","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0133-ffff-ffff000003cd"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0133-ffff-ffff000003cd","ELEMENT":"00000000-0000-0133-ffff-ffff000003cd"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 537 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0133-ffff-ffff000003cd/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0133-ffff-ffff000003cd","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0133-ffff-ffff000003cd/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@5910] Proxying [GET /element/00000000-0000-0133-ffff-ffff000003cd/attribute/enabled] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0133-ffff-ffff000003cd/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"true"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method elementEnabled
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0133-ffff-ffff000003cd/enabled 200 19 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0133-ffff-ffff000003cd","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0133-ffff-ffff000003cd"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0133-ffff-ffff000003cd","ELEMENT":"00000000-0000-0133-ffff-ffff000003cd"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 61 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0133-ffff-ffff000003cd/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0133-ffff-ffff000003cd","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0133-ffff-ffff000003cd/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@5910] Proxying [GET /element/00000000-0000-0133-ffff-ffff000003cd/attribute/enabled] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0133-ffff-ffff000003cd/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"true"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method elementEnabled
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0133-ffff-ffff000003cd/enabled 200 25 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","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 - 15418
[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 - -
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0133-ffff-ffff000003cd","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0133-ffff-ffff000003cd"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0133-ffff-ffff000003cd","ELEMENT":"00000000-0000-0133-ffff-ffff000003cd"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 56 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0133-ffff-ffff000003cd/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.click() with args: ["00000000-0000-0133-ffff-ffff000003cd","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0133-ffff-ffff000003cd/click' to command name 'click'
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-0133-ffff-ffff000003cd/click] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0133-ffff-ffff000003cd/click] with body: {"element":"00000000-0000-0133-ffff-ffff000003cd"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method click
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0133-ffff-ffff000003cd/click 200 369 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"description"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","description","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"description","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 736 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"description"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","description","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"description","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 47 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"description"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","description","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"description","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 46 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"description"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","description","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"description","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 39 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"description"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","description","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"description","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0135-ffff-ffff00000423","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0135-ffff-ffff00000423"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0135-ffff-ffff00000423","ELEMENT":"00000000-0000-0135-ffff-ffff00000423"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 431 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff00000423/text {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] 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
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.getText() with args: ["00000000-0000-0135-ffff-ffff00000423","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getText': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getText'
[AppiumDriver@38ca] Executing default handling behavior for command 'getText'
[AndroidUiautomator2Driver@5910] Matched '/wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff00000423/text' to command name 'getText'
[AndroidUiautomator2Driver@5910] Proxying [GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff00000423/text] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0135-ffff-ffff00000423/text] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"505 1****29 no’lu telefonunuza SMS olarak gönderilen onay kodu ile cihaz doğrulama işleminize devam edebilirsiniz. (Referans no: DS1LY)"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.getText() result: "505 1****29 no’lu telefonunuza SMS olarak gönderilen onay kodu ile cihaz doğrulama işleminize devam edebilirsiniz. (Referans no: DS1LY)"
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method getText
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff00000423/text 200 18 ms - 153
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"verification_code"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","verification_code","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"verification_code","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0135-ffff-ffff00000426","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0135-ffff-ffff00000426"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0135-ffff-ffff00000426","ELEMENT":"00000000-0000-0135-ffff-ffff00000426"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 68 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff00000426/value {"value":["4","3","2","0"],"text":"4320"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.setValue() with args: [["4","3","2","0"],"00000000-0000-0135-ffff-ffff00000426","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'setValue': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'setValue'
[AppiumDriver@38ca] Executing default handling behavior for command 'setValue'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0135-ffff-ffff00000426/value' to command name 'setValue'
[AndroidUiautomator2Driver@5910] Added 'value' property ["4","3","2","0"] to 'setValue' request body
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-0135-ffff-ffff00000426/value] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0135-ffff-ffff00000426/value] with body: {"elementId":"00000000-0000-0135-ffff-ffff00000426","text":"4320","replace":false,"value":["4","3","2","0"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.setValue() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method setValue
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff00000426/value 200 105 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"device_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","device_name","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"device_name","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0135-ffff-ffff0000042c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0135-ffff-ffff0000042c"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0135-ffff-ffff0000042c","ELEMENT":"00000000-0000-0135-ffff-ffff0000042c"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 919 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff0000042c/value {"value":["A","u","t","o","m","a","t","i","o","n"," ","D","e","v","i","c","e"],"text":"Automation Device"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.setValue() with args: [["A","u","t","o","m","a","t","i","o","n"," ","D","e","v","i","c","e"],"00000000-0000-0135-ffff-ffff0000042c","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'setValue': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'setValue'
[AppiumDriver@38ca] Executing default handling behavior for command 'setValue'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0135-ffff-ffff0000042c/value' to command name 'setValue'
[AndroidUiautomator2Driver@5910] Added 'value' property ["A","u","t","o","m","a","t","i","o","n"," ","D","e","v","i","c","e"] to 'setValue' request body
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-0135-ffff-ffff0000042c/value] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0135-ffff-ffff0000042c/value] with body: {"elementId":"00000000-0000-0135-ffff-ffff0000042c","text":"Automation Device","replace":false,"value":["A","u","t","o","m","a","t","i","o","n"," ","D","e","v","i","c","e"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.setValue() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method setValue
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff0000042c/value 200 136 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"next_button"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","next_button","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"next_button","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0135-ffff-ffff0000042d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0135-ffff-ffff0000042d"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0135-ffff-ffff0000042d","ELEMENT":"00000000-0000-0135-ffff-ffff0000042d"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 872 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff0000042d/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.click() with args: ["00000000-0000-0135-ffff-ffff0000042d","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0135-ffff-ffff0000042d/click' to command name 'click'
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-0135-ffff-ffff0000042d/click] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0135-ffff-ffff0000042d/click] with body: {"element":"00000000-0000-0135-ffff-ffff0000042d"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method click
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0135-ffff-ffff0000042d/click 200 119 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"ok_button"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","ok_button","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"ok_button","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 190 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"ok_button"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","ok_button","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"ok_button","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-0137-ffff-ffff0000045f","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-ffff-ffff0000045f"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-ffff-ffff0000045f","ELEMENT":"00000000-0000-0137-ffff-ffff0000045f"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 1274 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0137-ffff-ffff0000045f/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.click() with args: ["00000000-0000-0137-ffff-ffff0000045f","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-0137-ffff-ffff0000045f/click' to command name 'click'
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-0137-ffff-ffff0000045f/click] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-0137-ffff-ffff0000045f/click] with body: {"element":"00000000-0000-0137-ffff-ffff0000045f"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method click
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-0137-ffff-ffff0000045f/click 200 130 ms - 14
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"skip"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","skip","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"skip","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 - 15418
[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 - -
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 715 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"skip"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","skip","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 250 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"skip"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","skip","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 273 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"skip"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","skip","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"skip","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 240 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 150 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 210 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 248 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 237 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 266 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_continue","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 191 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_continue","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 264 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_continue","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 223 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_continue","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 244 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","b_continue","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"b_continue","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 - 15418
[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 - -
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 242 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"id","value":"navigation_home"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["id","navigation_home","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"id","selector":"navigation_home","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-012f-ffff-ffff0000024e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff0000024e"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff0000024e","ELEMENT":"00000000-0000-012f-ffff-ffff0000024e"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 201 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff0000024e/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-012f-ffff-ffff0000024e","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-012f-ffff-ffff0000024e/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@5910] Proxying [GET /element/00000000-0000-012f-ffff-ffff0000024e/attribute/enabled] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-012f-ffff-ffff0000024e/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[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 3 ms - 189
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"true"}
[AndroidUiautomator2Driver@5910] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method elementEnabled
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff0000024e/enabled 200 45 ms - 14
[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/api/dashboard/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/liveVideo 200 520 ms - -
[HTTP] --> GET /device-farm/ui-assets/index-DkzDA3O0.js {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkzDA3O0.js. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {}
[device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 200 2 ms - 115071
[HTTP] <-- GET /device-farm/ui-assets/index-DkzDA3O0.js 200 2 ms - 940211
[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 2 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 - 15418
[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/build 304 2 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/session 304 24 ms - -
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-012f-ffff-ffff00000281","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff00000281"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff00000281","ELEMENT":"00000000-0000-012f-ffff-ffff00000281"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 436 ms - 137
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff00000281/text {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] 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
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.getText() with args: ["00000000-0000-012f-ffff-ffff00000281","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getText': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getText'
[AppiumDriver@38ca] Executing default handling behavior for command 'getText'
[AndroidUiautomator2Driver@5910] Matched '/wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff00000281/text' to command name 'getText'
[AndroidUiautomator2Driver@5910] Proxying [GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff00000281/text] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-012f-ffff-ffff00000281/text] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":""}
[AndroidUiautomator2Driver@5910] Responding to client with driver.getText() result: ""
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method getText
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff00000281/text 200 30 ms - 12
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"CANLI TV\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"ELEMENT":"00000000-0000-012f-ffff-ffff00000281","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff00000281"}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-012f-ffff-ffff00000281","ELEMENT":"00000000-0000-012f-ffff-ffff00000281"}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 200 312 ms - 137
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff00000281/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.click() with args: ["00000000-0000-012f-ffff-ffff00000281","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@5910] Matched '/element/00000000-0000-012f-ffff-ffff00000281/click' to command name 'click'
[AndroidUiautomator2Driver@5910] Proxying [POST /element/00000000-0000-012f-ffff-ffff00000281/click] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element/00000000-0000-012f-ffff-ffff00000281/click] with body: {"element":"00000000-0000-012f-ffff-ffff00000281"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[AndroidUiautomator2Driver@5910] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method click
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element/00000000-0000-012f-ffff-ffff00000281/click 200 92 ms - 14
[HTTP] --> GET /device-farm/api/dashboard/session/33bcdba4-e7bf-498f-8f35-51613d89563d/session_log {}
[device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/session/33bcdba4-e7bf-498f-8f35-51613d89563d/session_log. So, not proxying it to downstream.
[HTTP] --> GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 {}
[device-farm-main] Received non-webdriver request with url /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 206 1 ms - 3856576
[HTTP] --> GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 {}
[device-farm-main] Received non-webdriver request with url /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 206 3 ms - 22720
[HTTP] --> GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 {}
[device-farm-main] Received non-webdriver request with url /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 304 2 ms - -
[HTTP] --> GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 {}
[device-farm-main] Received non-webdriver request with url /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 206 1 ms - 3779251
[HTTP] <-- GET /device-farm/api/dashboard/session/33bcdba4-e7bf-498f-8f35-51613d89563d/session_log 200 597 ms - 8271969
[device-farm-main] Found 1 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 200 1 ms - 15418
[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/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 {}
[device-farm-main] Received non-webdriver request with url /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 304 1 ms - -
[HTTP] --> GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 {}
[device-farm-main] Received non-webdriver request with url /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4. So, not proxying it to downstream.
[HTTP] <-- GET /device-farm/assets/33bcdba4-e7bf-498f-8f35-51613d89563d/video/33bcdba4-e7bf-498f-8f35-51613d89563d.mp4 206 1 ms - 3299071
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 279 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","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 - 15418
[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
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 801 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 398 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 330 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 372 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 325 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 370 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 380 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","context":"","multiple":false}
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 248 ms - 822
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element {"using":"xpath","value":"//android.widget.LinearLayout[@content-desc=\"Film\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.LinearLayout[@content-desc=\"Film\"]","3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@5910] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@5910] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@5910] Proxying [POST /element] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/element] with body: {"strategy":"xpath","selector":"//android.widget.LinearLayout[@content-desc=\"Film\"]","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 - 15418
[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 - -
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@5910] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method findElement
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/element 404 320 ms - 822
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/window/rect {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.getWindowRect() with args: ["3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getWindowRect': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getWindowRect'
[AppiumDriver@38ca] Executing default handling behavior for command 'getWindowRect'
[AndroidUiautomator2Driver@5910] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@5910] Proxying [GET /window/current/size] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/window/current/size] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.getWindowRect() result: {"width":1440,"height":2960,"x":0,"y":0}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method getWindowRect
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/window/rect 200 28 ms - 50
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/window/rect {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.getWindowRect() with args: ["3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getWindowRect': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getWindowRect'
[AppiumDriver@38ca] Executing default handling behavior for command 'getWindowRect'
[AndroidUiautomator2Driver@5910] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@5910] Proxying [GET /window/current/size] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/window/current/size] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@5910] Responding to client with driver.getWindowRect() result: {"width":1440,"height":2960,"x":0,"y":0}
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method getWindowRect
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/window/rect 200 34 ms - 50
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/touch/perform {"actions":[{"action":"press","options":{"x":1007,"y":444}},{"action":"wait","options":{"ms":5000}},{"action":"moveTo","options":{"x":0,"y":0}},{"action":"release"}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Command 'performTouch' has been deprecated and will be removed in a future version of Appium or your driver/plugin. Please use a different method or contact the driver/plugin author to add explicit support for the command before it is removed
[AndroidUiautomator2Driver@5910] 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
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":1007,"y":444}},{"action":"wait","options":{"ms":5000}},{"action":"moveTo","options":{"x":0,"y":0}},{"action":"release"}],"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'performTouch': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'performTouch'
[AppiumDriver@38ca] Executing default handling behavior for command 'performTouch'
[AndroidUiautomator2Driver@5910] Matched '/wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/touch/perform' to command name 'performTouch'
[AndroidUiautomator2Driver@5910] Proxying [POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/touch/perform] to [POST http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/touch/perform] with body: {"actions":[{"action":"press","options":{"x":1007,"y":444}},{"action":"wait","options":{"ms":5000}},{"action":"moveTo","options":{"x":0,"y":0}},{"action":"release"}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 404: {"sessionId":null,"value":{"error":"unknown command","message":"The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource","stacktrace":"io.appium.uiautomator2.common.exceptions.UnknownCommandException: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:84)\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.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandler...
[W3C] Matched W3C error code 'unknown command' to UnknownCommandError
[AndroidUiautomator2Driver@5910] Encountered internal error running command: io.appium.uiautomator2.common.exceptions.UnknownCommandException: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource
at io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:84)
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:919)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method performTouch
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/touch/perform 404 43 ms - 3529
[HTTP] --> GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/screenshot {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.getScreenshot() with args: ["3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'getScreenshot': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getScreenshot'
[AppiumDriver@38ca] Executing default handling behavior for command 'getScreenshot'
[AndroidUiautomator2Driver@5910] Matched '/screenshot' to command name 'getScreenshot'
[AndroidUiautomator2Driver@5910] Proxying [GET /screenshot] to [GET http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c/screenshot] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":"iVBORw0KGgoAAAANSUhEUgAABaAAAAuQCAYAAAD85Zg4AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15XFNX2gfw383GFjZFiLKoBVeW4L6AVmsFbbVaUetoBbVWq9WphWqn01an7XQ61sHaRR2qtkrFt9OqdWlVcKut+477gjuyiIpCiBCSnPePkMglCQRISNDnOx9Hc3NzzwmFkPzuc5/DAWAghBBCCCGEEEIIIYQQQqxMYO8JEEIIIYQQQgghhBBCCHkyUQBNCCGEEEIIIYQQQgghxCYogCaEEEIIIYQQQgghhBBiExRAE0IIIYQQQgghhBBCCLEJCqAJIYQQQgghhBBCCCGE2AQF0IQQQgghhBBCCCGEEEJsggJoQgghhBBCCCGEEEIIITZBATQhhBBCCCGEEEIIIYQQm6AAmhBCCCGEEEIIIYQQQohNUABNCCGEEEIIIYQQQgghxCZE9p4AIYQQQuyD4zgEBgYiICAAvr6+8Pb2hlQqhVAoRFlZGUpKSnDv3j3k5uYiJycHeXl59p4yIYQQQgghhJBGhgJoQggh5CkTHByM0NBQdOjQAe3atbPoMQqFApcvX8a5c+dw6tQpFBQU2HiWhBBCCCGEEEKeBBwAZu9JEEIIIcT2OnbsiG7duqFTp07w8PCo83Fyc3Nx5MgRHD58GDk5OVacISGEEEIIIYSQJw0F0IQQQsgTztfXF3369EF0dDQ8PT2tdtxbt27hjz/+wO+//w6NRmO14xJCCCGEEEIIeXJQAE0IIYQ8wSIjI/Hcc88hLCzMZmP8+eef2LVrF27cuGGzMQghhBBCCCGENE5CAP+w9yQIIYQQYn39+/dHXFwcWrVqZdNxWrZsCZlMhqKiIty5c8emYxFCCCGEEEIIaVxoEUJCCCHkCfTCCy/ghRdegKura4OM1759e0ilUri4uODw...
[AndroidUiautomator2Driver@5910] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABaAAAAuQCAYAAAD85Zg4AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15XFNX2gfw383GFjZFiLKoBVeW4L6AVmsFbbVaUetoBbVWq9WphWqn01an7XQ61sHaRR2qtkrFt9OqdWlVcKut+477gjuyiIpCiBCSnPePkMglCQRISNDnOx9Hc3NzzwmFkPzuc5/DAWAghBBCCCGEEEIIIYQQQqxMYO8JEEIIIYQQQgghhBBCCHkyUQBNCCGEEEIIIYQQQgghxCYogCaEEEIIIYQQQgghhBBiExRAE0IIIYQQQgghhBBCCLEJCqAJIYQQQgghhBBCCCGE2AQF0IQQQgghhBBCCCGEEEJsggJoQgghhBBCCCGEEEIIITZBATQhhBBCCCGEEEIIIYQQm6AAmhBCCCGEEEIIIYQQQohNUABNCCGEEEIIIYQQQgghxCZE9p4AIYQQQuyD4zgEBgYiICAAvr6+8Pb2hlQqhVAoRFlZGUpKSnDv3j3k5uYiJycHeXl59p4yIYQQQgghhJBGhgJoQggh5CkTHByM0NBQdOjQAe3atbPoMQqFApcvX8a5c+dw6tQpFBQU2HiWhBBCCCGEEEKeBBwAZu9JEEIIIcT2OnbsiG7duqFTp07w8PCo83Fyc3Nx5MgRHD58GDk5OVacISGEEEIIIYSQJw0F0IQQQsgTztfXF3369EF0dDQ8PT2tdtxbt27hjz/+wO+//w6NRmO14xJCCCGEEEIIeXJQAE0IIYQ8wSIjI/Hcc88hLCzMZmP8+eef2LVrF27cuGGzMQghhBBCCCGENE5CAP+w9yQIIYQQYn39+/dHXFwcWrVqZdNxWrZsCZlMhqKiIty5c8emYxFCCCGEEEIIaVxoEUJCCCHkCfTCCy/ghRdegKura4OM1759e0ilUri4uODw4cMNMiYhhBBCCCGEEMdHLTgIeUI0bdoULVu2REBAAPz8/ODj4wMvLy+4u7vD...
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method getScreenshot
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- GET /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/screenshot 200 659 ms - 413404
[HTTP] --> POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/execute/sync {"script":"seetest:client.setReportStatus","args":["Failed","test is failed"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.execute() with args: ["seetest:client.setReportStatus",["Failed","test is failed"],"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'execute': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'execute'
[AppiumDriver@38ca] Executing default handling behavior for command 'execute'
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AndroidUiautomator2Driver@5910] Encountered internal error running command: NotImplementedError: Method is not implemented
at AndroidUiautomator2Driver.execute (/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/execute.js:121:11)
at commandExecutor (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/driver.ts:106:18)
at /usr/local/lib/node_modules/appium/node_modules/async-lock/lib/index.js:171:12
at AsyncLock._promiseTry (/usr/local/lib/node_modules/appium/node_modules/async-lock/lib/index.js:306:31)
at exec (/usr/local/lib/node_modules/appium/node_modules/async-lock/lib/index.js:170:9)
at AsyncLock.acquire (/usr/local/lib/node_modules/appium/node_modules/async-lock/lib/index.js:189:3)
at AndroidUiautomator2Driver.executeCommand (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/driver.ts:122:39)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at defaultBehavior (/usr/local/lib/node_modules/appium/lib/appium.js:1109:14)
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method execute
{} 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[device-farm-main] Saving log entry for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with eventId undefined
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/execute/sync 405 10 ms - 1151
[HTTP] --> DELETE /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[HTTP] --> POST /wd/hub/wd-internal/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/appium/stop_recording_screen {}
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.stopRecordingScreen() with args: [null,"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'stopRecordingScreen': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'stopRecordingScreen'
[AppiumDriver@38ca] Executing default handling behavior for command 'stopRecordingScreen'
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell kill -2 20612'
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece pull /sdcard/b2ad758c.mp4 /var/folders/jq/lbxddq5x2_nbrzb2gbls3fk40000gn/T/2024525-49517-nw5ydd.9krf/b2ad758c.mp4'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell rm -rf /sdcard/b2ad758c.mp4'
[AndroidUiautomator2Driver@5910] The size of the resulting screen recording is 5.82 MB
[AndroidUiautomator2Driver@5910] Responding to client with driver.stopRecordingScreen() result: "AAAAGGZ0eXBtcDQyAAAAAGlzb21tcDQyAAAAAW1kYXQAAAAAAFz4PwAAGxdluE///h4LigACEn5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OT/wHg1hsKcAEOHGlzALorffgBxMkAQckoNtUgA0AqZgDmjIVK5mKbtABXK29Em02DOUpRzK3vz5bnofEzpaetoCGZSFp2MtwH7MhAKxnAAfHtqidz4Ogj9ojFzmMyuoukX/BVLIHiFJgGk5bIJiU10vb70qhiO7K68jOPb2E68qEGv//8IkSmwMHqoRTzYi5OekQJmryAJr3FbSjXVgszBNdadzr/dfGLym+sCUQ0Waf+a/2/AAc/yNRFWumnngz19FHPBEN/n7Ph8jQ/s9+vucN/epqIf/7r/uR+Gsi5gJJuB5aLEba21p/19RXLrWP//4zR9uzzf/vYVtAH4faP6hi/gA/ggl6Krx1bHv/l/AApUh620U+wI7jMcVbvaKjHf/4N3XkJ0Iv9gqXvWb4ADNtvRTaDCkDhjlWZpSevp9sZotP9X6TaJ7Ig8AD9LbyAscVT8ADIFe29PuHmoyJKLiRT9+vMCwzEzMMAIFleGfNGRpqMaj6WIsCEPfW6FzH7/7w2OhIqNXdJd5KuvuQOLMia8NUNNWqqj///7+ACWbqQIUsp/3waOc/7vnW4HV4mV7/1/fyKXa22Fdr+DA1mZkizBSAr932ttO5AKwINv+B4qZHinHGyyM41mLaHtwVphJXAkBYkGstDbd83BRxwFXllS/6+YZSQrU7wCAUewz6PpA4AGJh/W4Qm2AAUOWZNWflAA9VMVJH7Ijff4nJItLqU8pNGOPs4c4EaVCrR4KtKavO/veGAGjQgTk0UOmG+fvvbB70GdzxgzH+Sv5380+DMLSrehMVKxWKbtBhiu7p///ia128ABtLNRshVXTx8pADINXmn8gpySSp7xheNe66uErf/38GzqRdVeuJ5X9Trr9/zv01ISlXmbfr+AAkDqTQxndylobB...
[HTTP] <-- POST /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/appium/stop_recording_screen 200 1201 ms - 8139852
[device-farm-main] Updating session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with data: {"videoRecording":"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/video/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c.mp4","deviceLogs":"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/device_log.json","appProfiling":"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c/profiling.json"}
[AndroidUiautomator2Driver@5910] Calling AppiumDriver.deleteSession() with args: ["3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'deleteSession': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'deleteSession'
[device-farm-main] Updated devices with filter: {"session_id":"3786d4ed-3146-4919-b3a3-d4d1c1d4c61c"}
[device-farm-main] 📱 Unblocking the device that is blocked for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c
[AppiumDriver@38ca] Executing default handling behavior for command 'deleteSession'
[AppiumDriver@38ca] Event 'quitSessionRequested' logged at 1719316248104 (14:50:48 GMT+0300 (GMT+03:00))
[AppiumDriver@38ca] Removing session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c from our master session list
[AndroidUiautomator2Driver@5910] Deleting UiAutomator2 session
[AndroidUiautomator2Driver@5910] Deleting UiAutomator2 server session
[AndroidUiautomator2Driver@5910] Matched '/' to command name 'deleteSession'
[AndroidUiautomator2Driver@5910] Proxying [DELETE /] to [DELETE http://127.0.0.1:55973/session/5888e89b-24c4-4d61-89e6-5838159a899c] with no body
[AndroidUiautomator2Driver@5910] Got response with status 200: {"sessionId":"5888e89b-24c4-4d61-89e6-5838159a899c","value":null}
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop com.digiturk.iq.mobil'
[Logcat] Stopping logcat capture
[ADB] Removing forwarded port socket connection: 55973
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:55973'
[ADB] Removing forwarded port socket connection: 55975
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward --remove tcp:55975'
[AndroidUiautomator2Driver@5910] Restoring hidden api policy to the device default configuration
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[AppiumDriver@38ca] Event 'quitSessionFinished' logged at 1719316248433 (14:50:48 GMT+0300 (GMT+03:00))
Waiting for Android and iOS websocket handlers to be removed..
[device-farm-main] Registering websocket handler for Android Streaming
[device-farm-main] Registering websocket handler for iOS Streaming
Inside get streaming server
[AppiumDriver@38ca] Received response: null
[AppiumDriver@38ca] But deleting session, so not returning
[AppiumDriver@38ca] Responding to client with driver.deleteSession() result: null
[device-farm-main] Intercepted response for session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with method deleteSession
[device-farm-main] Updating session 3786d4ed-3146-4919-b3a3-d4d1c1d4c61c with data: {"status":"unmarked","endTime":"2024-06-25T11:50:48.436Z","hasLiveVideo":false}
[HTTP] <-- DELETE /wd/hub/session/3786d4ed-3146-4919-b3a3-d4d1c1d4c61c 200 1796 ms - 14
[HTTP] Request idempotency key: aa9d6ae5-87b4-409f-8f19-0792c9ac177a
[HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"appium:udid":"241ae3789b1c7ece","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.iq.mobil","appium:appActivity":"provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024"},"firstMatch":[{}]}}
[AppiumDriver@38ca] Calling AppiumDriver.createSession() with args: [null,null,{"alwaysMatch":{"appium:udid":"241ae3789b1c7ece","appium:deviceName":"Automation2","platformName":"Android","appium:appPackage":"com.digiturk.iq.mobil","appium:appActivity":"provider.view.splash.SplashActivity","appium:noReset":false,"appium:fullReset":false,"appium:automationName":"UiAutomator2","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024"},"firstMatch":[{}]}]
[AppiumDriver@38ca] Plugins which can handle cmd 'createSession': device-farm
[AppiumDriver@38ca] 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.5.43","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":false,"wdaBundleId":"","preBuildWDAPath":""}
[device-farm-main] Receiving session request at host: 172.28.5.43
[device-farm-main] 📱 Creating temporary session capability_id: 1a6eb918-f35b-46dd-941d-26f0273d9874
[device-farm-main] Max session count: 8, Busy device count: 0
[device-farm-main] Waiting for free device. Filter: {"platform":"android","udid":"241ae3789b1c7ece","busy":false,"userBlocked":false}}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"},"busy":false,"userBlocked":false}
[device-farm-main] Updated devices with filter: {"platform":"android","udid":{"$in":"241ae3789b1c7ece"},"busy":false,"userBlocked":false}
[device-farm-main] 📱 Blocking device 241ae3789b1c7ece at host http://172.28.5.43:4723 for new session
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1485854,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":361,"created":1719315876456,"version":0,"updated":1719316246651},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1485854,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":363,"created":1719315876456,"version":0,"updated":1719316248533},"$loki":4,"newCommandTimeout":60}]"
[device-farm-main] device.host: http://172.28.5.43:4723 and pluginArgs.bindHostOrIp: 172.28.5.43
[device-farm-main] 📱 Creating session on the same node
[AppiumDriver@38ca] Executing default handling behavior for command 'createSession'
[AppiumDriver@38ca] Event 'newSessionRequested' logged at 1719316248534 (14:50:48 GMT+0300 (GMT+03:00))
info Appium Attempting to find matching driver for automationName 'UiAutomator2' and platformName 'Android'
info Appium The 'uiautomator2' driver was installed and matched caps.
info Appium Will require it at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver
dbug Appium Requiring driver at /Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/build/index.js
[AppiumDriver@38ca] Appium v2.6.0 creating new AndroidUiautomator2Driver (v3.5.6) session
[AppiumDriver@38ca] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@38ca] Appium's BaseDriver version is 9.10.3
[AppiumDriver@38ca] AndroidUiautomator2Driver's BaseDriver version is 9.10.3
[AndroidUiautomator2Driver@7abf]
[AndroidUiautomator2Driver@7abf] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "Android",
"df:recordVideo": true,
"df:saveDeviceLogs": true,
"df:build": "IQ-ANDROID-REG-25-06-2024",
"appium:deviceName": "Automation2",
"appium:appPackage": "com.digiturk.iq.mobil",
"appium:appActivity": "provider.view.splash.SplashActivity",
"appium:noReset": false,
"appium:fullReset": false,
"appium:automationName": "UiAutomator2",
"appium:udid": "241ae3789b1c7ece",
"appium:systemPort": 56550,
"appium:chromeDriverPort": 56551,
"appium:adbPort": 5037,
"appium:mjpegServerPort": 56552
},
"firstMatch": [
{}
]
}
[AndroidUiautomator2Driver@7abf] The following provided capabilities were not recognized by this driver:
[AndroidUiautomator2Driver@7abf] df:recordVideo
[AndroidUiautomator2Driver@7abf] df:saveDeviceLogs
[AndroidUiautomator2Driver@7abf] df:build
[AndroidUiautomator2Driver@7abf] chromeDriverPort
[AndroidUiautomator2Driver@7abf] adbRemoteHost
[AndroidUiautomator2Driver@7abf] Session created with session id: 74724724-fb77-4ea1-83a3-10367d0f34d2
[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'
[AndroidUiautomator2Driver@7abf] Retrieving device list
[ADB] Trying to find connected Android devices
[ADB] Getting connected devices
[ADB] Connected devices: [{"udid":"13068580385508","state":"device"},{"udid":"241ae3789b1c7ece","state":"device"},{"udid":"R52N50DHW6A","state":"device"},{"udid":"R58M80VSEZF","state":"device"},{"udid":"emulator-5554","state":"device"},{"udid":"emulator-5556","state":"device"},{"udid":"emulator-5558","state":"device"}]
[AndroidUiautomator2Driver@7abf] Using device: 241ae3789b1c7ece
[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] Setting device id to 241ae3789b1c7ece
[AndroidUiautomator2Driver@7abf] Starting 'com.digiturk.iq.mobil' directly on the device
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.sdk'
[ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell getprop ro.build.version.release'
[ADB] Current device property 'ro.build.version.release': 10
[ADB] Device API level: 29
[AndroidUiautomator2Driver@7abf] Relaxing hidden api policy
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece 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''
[AndroidUiautomator2Driver@7abf] No app sent in, not parsing package/activity
[AndroidUiautomator2Driver@7abf] Pushing settings apk to the device...
[ADB] Getting package info for 'io.appium.settings'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.settings'
[ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.12.3' >= '5.12.3')
[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'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys activity services io.appium.settings'
[AndroidUiautomator2Driver@7abf] io.appium.settings is already running. There is no need to reset its permissions.
[Logcat] Starting logs capture with command: /Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece logcat -v threadtime
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell appops set io.appium.settings android:mock_location allow'
[Instrumentation] .
[Instrumentation] Time: 73.194
[Instrumentation]
[Instrumentation] OK (1 test)
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cat /data/local/tmp/mock_apps.json'
[AndroidUiautomator2Driver@7abf] Forwarding UiAutomator2 Server port 6790 to local port 56550
[AndroidUiautomator2Driver@7abf] MJPEG broadcasting requested, forwarding MJPEG server port 7810 to local port 56552
[ADB] Forwarding system: 56552 to device: 7810
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:56552 tcp:7810'
[ADB] Forwarding system: 56550 to device: 6790
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece forward tcp:56550 tcp:6790'
[ADB] Getting package info for 'io.appium.uiautomator2.server'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys package io.appium.uiautomator2.server'
[ADB] Getting install status for io.appium.uiautomator2.server.test
[AndroidUiautomator2Driver@7abf] No app capability. Assuming it is already on the device
[ADB] Getting install status for com.digiturk.iq.mobil
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell cmd package list packages'
[ADB] 'com.digiturk.iq.mobil' is installed
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop com.digiturk.iq.mobil'
[ADB] 'io.appium.uiautomator2.server.test' is installed
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm clear com.digiturk.iq.mobil'
[Instrumentation] The process has exited with code 0
[AndroidUiautomator2Driver@7abf] Performed fast reset on the installed 'com.digiturk.iq.mobil' application (stop and clear)
[ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.14' >= '7.0.14')
[AndroidUiautomator2Driver@7abf] 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.14.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"}]
[AndroidUiautomator2Driver@7abf] Server packages are not going to be (re)installed
[AndroidUiautomator2Driver@7abf] Waiting up to 30000ms for services to be available
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pm list instrumentation'
[AndroidUiautomator2Driver@7abf] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[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",";"]]
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[AndroidUiautomator2Driver@7abf] Performing shallow cleanup of automation leftovers
[AndroidUiautomator2Driver@7abf] No obsolete sessions have been detected (socket hang up)
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@7abf] Starting UIAutomator2 server 7.0.14
[AndroidUiautomator2Driver@7abf] Using UIAutomator2 server from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.14.apk' and test from '/Users/techqaautomation2/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@7abf] Waiting up to 30000ms for UiAutomator2 to be online...
[ADB] Creating ADB subprocess with args: ["-P","5037","-s","241ae3789b1c7ece","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[AndroidUiautomator2Driver@7abf] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@7abf] Proxying [GET /status] to [GET http://127.0.0.1:56550/status] with no body
[AndroidUiautomator2Driver@7abf] socket hang up
[AndroidUiautomator2Driver@7abf] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@7abf] Proxying [GET /status] to [GET http://127.0.0.1:56550/status] with no body
[AndroidUiautomator2Driver@7abf] socket hang up
[Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[AndroidUiautomator2Driver@7abf] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@7abf] Proxying [GET /status] to [GET http://127.0.0.1:56550/status] with no body
[AndroidUiautomator2Driver@7abf] socket hang up
[AndroidUiautomator2Driver@7abf] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@7abf] Proxying [GET /status] to [GET http://127.0.0.1:56550/status] with no body
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[AndroidUiautomator2Driver@7abf] The initialization of the instrumentation process took 3165ms
[AndroidUiautomator2Driver@7abf] Matched '/session' to command name 'createSession'
[AndroidUiautomator2Driver@7abf] Proxying [POST /session] to [POST http://127.0.0.1:56550/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":56550,"chromeDriverPort":56551,"adbPort":5037,"mjpegServerPort":56552,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":56550,"chromeDriverPort":56551,"adbPort":5037...
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"capabilities":{"firstMatch":[{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":56550,"chromeDriverPort":56551,"adbPort":5037,"mjpegServerPort":56552,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece...
[AndroidUiautomator2Driver@7abf] Determined the downstream protocol as 'W3C'
[AndroidUiautomator2Driver@7abf] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/appium/device/pixel_ratio] with no body
[AndroidUiautomator2Driver@7abf] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[AndroidUiautomator2Driver@7abf] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/appium/device/system_bars] with no body
[AndroidUiautomator2Driver@7abf] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@7abf] Proxying [GET /window/current/size] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/window/current/size] with no body
[AndroidUiautomator2Driver@7abf] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/appium/device/info] with no body
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys window'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell dumpsys power'
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":3.5}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"height":2960,"width":1440}}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"statusBar":84}}
[AndroidUiautomator2Driver@7abf] Screen already unlocked, doing nothing
[AndroidUiautomator2Driver@7abf] Starting 'com.digiturk.iq.mobil/provider.view.splash.SplashActivity and waiting for 'com.digiturk.iq.mobil/provider.view.splash.SplashActivity'
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am start -W -n com.digiturk.iq.mobil/provider.view.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"androidId":"55d5ce852680fecb","apiVersion":"29","bluetooth":{"state":"ON"},"brand":"samsung","carrierName":"","displayDensity":560,"locale":"en_US","manufacturer":"samsung","model":"SM-N960F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,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":-42,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"1440x2960","timeZone":"Europe/Istanbul"}}
[ADB] We tried to start an activity that doesn't exist, retrying with '.provider.view.splash.SplashActivity' activity name
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell am start -W -n com.digiturk.iq.mobil/.provider.view.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[AppiumDriver@38ca] New AndroidUiautomator2Driver session created successfully, session 74724724-fb77-4ea1-83a3-10367d0f34d2 added to master session list
[AppiumDriver@38ca] Event 'newSessionStarted' logged at 1719316254701 (14:50:54 GMT+0300 (GMT+03:00))
[device-farm-main] 📱 1a6eb918-f35b-46dd-941d-26f0273d9874 Session response: {"protocol":"W3C","value":["74724724-fb77-4ea1-83a3-10367d0f34d2",{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":56550,"chromeDriverPort":56551,"adbPort":5037,"mjpegServerPort":56552,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":56550,"chromeDriverPort":56551,"adbPort":5037,"mjpegServerPort":56552},"deviceUDID":"241ae3789b1c7ece","pixelRatio":"3.5","statBarHeight":84,"viewportRect":{"left":0,"top":84,"width":1440,"height":2876},"deviceApiLevel":29,"platformVersion":"10","deviceManufacturer":"samsung","deviceModel":"SM-N960F","deviceScreenSize":"1440x2960","deviceScreenDensity":560},"W3C"]}
[device-farm-main] 📱 Removing pending session with capability_id: 1a6eb918-f35b-46dd-941d-26f0273d9874
[device-farm-main] 1a6eb918-f35b-46dd-941d-26f0273d9874 📱 Session response is CreateSessionResponseInternal
[device-farm-main] 📱 1a6eb918-f35b-46dd-941d-26f0273d9874 ----- Device UDID 241ae3789b1c7ece blocked for session 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Updating allocated device: "{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":false,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1485854,"sessionStartTime":0,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":361,"created":1719315876456,"version":0,"updated":1719316246651},"$loki":4}"
[device-farm-main] Updated allocated device: "[{"userBlocked":false,"offline":false,"adbPort":5037,"systemPort":54545,"sdk":"10","realDevice":true,"name":"crownltexx","busy":true,"state":"device","udid":"241ae3789b1c7ece","platform":"android","deviceType":"real","host":"http://172.28.5.43:4723","totalUtilizationTimeMilliSec":1485854,"sessionStartTime":1719316254702,"width":"1440","height":"2960","liveStreaming":false,"tags":[],"nodeId":"6d13b919-739e-4f5a-b9fd-7585e4b57be2","meta":{"revision":364,"created":1719315876456,"version":0,"updated":1719316254702},"$loki":4,"newCommandTimeout":60,"session_id":"74724724-fb77-4ea1-83a3-10367d0f34d2","lastCmdExecutedAt":1719316254702}]"
[device-farm-main] Skipping dashboard report
[device-farm-main] Adding the session 74724724-fb77-4ea1-83a3-10367d0f34d2 with type local to session map
[HTTP] --> POST /wd/hub/wd-internal/session/74724724-fb77-4ea1-83a3-10367d0f34d2/appium/start_recording_screen {"options":{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800}}
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.startRecordingScreen() with args: [{"videoType":"libx264","videoFps":10,"videoScale":"1280:720","videoSize":"1280x720","timeLimit":1800},"74724724-fb77-4ea1-83a3-10367d0f34d2"]
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'startRecordingScreen': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'startRecordingScreen'
[AppiumDriver@38ca] Executing default handling behavior for command 'startRecordingScreen'
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell 'pgrep --help; echo $?''
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[AndroidUiautomator2Driver@7abf] Screen recording has not been previously started by Appium. There is nothing to stop
[ADB] Getting IDs of all 'screenrecord' processes
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell pgrep -f \(\[\[:blank:\]\]\|\^\)screenrecord\(\[\[:blank:\]\]\|\$\)'
[ADB] Building screenrecord process with the command line: adb -P 5037 -s 241ae3789b1c7ece shell screenrecord --size 1280x720 --time-limit 180 /sdcard/99225912.mp4
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/sdcard/99225912.mp4' ] && echo __PASS__"'
[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 - 15418
[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 - -
[ADB] Running '/Users/techqaautomation2/Library/Android/sdk/platform-tools/adb -P 5037 -s 241ae3789b1c7ece shell "[ -e '/sdcard/99225912.mp4' ] && echo __PASS__"'
[AndroidUiautomator2Driver@7abf] Responding to client with driver.startRecordingScreen() result: ""
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/appium/start_recording_screen 200 691 ms - 12
[device-farm-main] 1a6eb918-f35b-46dd-941d-26f0273d9874 📱 Updating Device 241ae3789b1c7ece with session ID 74724724-fb77-4ea1-83a3-10367d0f34d2
[AppiumDriver@38ca] Promoting 1 sessionless plugins to be attached to session ID 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Cached the protocol value 'W3C' for the new session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"241ae3789b1c7ece","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":56550,"chromeDriverPort":56551,"adbPort":5037,"mjpegServerPort":56552,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","df:recordVideo":true,"df:saveDeviceLogs":true,"df:build":"IQ-ANDROID-REG-25-06-2024","deviceName":"Automation2","appPackage":"com.digiturk.iq.mobil","appActivity":"provider.view.splash.SplashActivity","noReset":false,"fullReset":false,"automationName":"UiAutomator2","udid":"241ae3789b1c7ece","systemPort":56550,"chromeDriverPort":56551,"adbPort":5037,"mjpegServerPo...
[HTTP] <-- POST /wd/hub/session 200 7446 ms - 1382
[HTTP] --> GET /wd/hub/status {}
[device-farm-main] Received non-webdriver request with url /wd/hub/status. So, not proxying it to downstream.
[AppiumDriver@38ca] Calling AppiumDriver.getStatus() with args: []
[device-farm-main] 📱 Plugin Args: {"platform":"both","androidDeviceType":"both","iosDeviceType":"both"}
[AppiumDriver@38ca] Plugins which can handle cmd 'getStatus': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'getStatus'
[AppiumDriver@38ca] Executing default handling behavior for command 'getStatus'
[AppiumDriver@38ca] Responding to client with driver.getStatus() result: {"ready":true,"message":"The server is ready to accept new connections","build":{"version":"2.6.0"}}
[HTTP] <-- GET /wd/hub/status 200 1 ms - 110
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/execute/sync {"script":"devicefarm: setSessionName","args":[{"name":"Buy package via content with UYDU user"}]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Received execute command with script devicefarm: setSessionName
[device-farm-main] Updating session 74724724-fb77-4ea1-83a3-10367d0f34d2 with data: {"name":"Buy package via content with UYDU user"}
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/execute/sync 200 12 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 59 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 242 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 134 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 614 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 118 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 78 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 126 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"changePasswordButton"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","changePasswordButton","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"changePasswordButton","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 64 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"b_discover"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","b_discover","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0144-ffff-ffff00000018","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0144-ffff-ffff00000018"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0144-ffff-ffff00000018","ELEMENT":"00000000-0000-0144-ffff-ffff00000018"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 146 ms - 137
[HTTP] --> GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0144-ffff-ffff00000018/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0144-ffff-ffff00000018","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0144-ffff-ffff00000018/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@7abf] Proxying [GET /element/00000000-0000-0144-ffff-ffff00000018/attribute/enabled] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0144-ffff-ffff00000018/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":"true"}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method elementEnabled
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0144-ffff-ffff00000018/enabled 200 46 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"b_discover"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","b_discover","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"b_discover","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0144-ffff-ffff00000018","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0144-ffff-ffff00000018"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0144-ffff-ffff00000018","ELEMENT":"00000000-0000-0144-ffff-ffff00000018"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 86 ms - 137
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0144-ffff-ffff00000018/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.click() with args: ["00000000-0000-0144-ffff-ffff00000018","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0144-ffff-ffff00000018/click' to command name 'click'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element/00000000-0000-0144-ffff-ffff00000018/click] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0144-ffff-ffff00000018/click] with body: {"element":"00000000-0000-0144-ffff-ffff00000018"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":null}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method click
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0144-ffff-ffff00000018/click 200 125 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","b_continue","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 171 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"b_continue"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","b_continue","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"b_continue","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 1588 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"navigation_child_room","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
[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 - 15418
[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 - -
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 846 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 332 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"navigation_child_room"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","navigation_child_room","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"navigation_child_room","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 330 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"com.digiturk.iq.mobil:id/navigation_account"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","com.digiturk.iq.mobil:id/navigation_account","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"com.digiturk.iq.mobil:id/navigation_account","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0146-ffff-ffff00000059","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0146-ffff-ffff00000059"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0146-ffff-ffff00000059","ELEMENT":"00000000-0000-0146-ffff-ffff00000059"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 295 ms - 137
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0146-ffff-ffff00000059/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.click() with args: ["00000000-0000-0146-ffff-ffff00000059","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0146-ffff-ffff00000059/click' to command name 'click'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element/00000000-0000-0146-ffff-ffff00000059/click] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0146-ffff-ffff00000059/click] with body: {"element":"00000000-0000-0146-ffff-ffff00000059"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":null}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method click
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0146-ffff-ffff00000059/click 200 132 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","b_login","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0146-ffff-ffff000001c5","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0146-ffff-ffff000001c5"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0146-ffff-ffff000001c5","ELEMENT":"00000000-0000-0146-ffff-ffff000001c5"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 448 ms - 137
[HTTP] --> GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0146-ffff-ffff000001c5/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0146-ffff-ffff000001c5","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0146-ffff-ffff000001c5/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@7abf] Proxying [GET /element/00000000-0000-0146-ffff-ffff000001c5/attribute/enabled] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0146-ffff-ffff000001c5/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":"true"}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method elementEnabled
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0146-ffff-ffff000001c5/enabled 200 693 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","b_login","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0146-ffff-ffff000001c5","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0146-ffff-ffff000001c5"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0146-ffff-ffff000001c5","ELEMENT":"00000000-0000-0146-ffff-ffff000001c5"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 111 ms - 137
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0146-ffff-ffff000001c5/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.click() with args: ["00000000-0000-0146-ffff-ffff000001c5","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0146-ffff-ffff000001c5/click' to command name 'click'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element/00000000-0000-0146-ffff-ffff000001c5/click] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0146-ffff-ffff000001c5/click] with body: {"element":"00000000-0000-0146-ffff-ffff000001c5"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":null}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method click
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0146-ffff-ffff000001c5/click 200 120 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","et_user_name","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 404: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","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...
[W3C] Matched W3C error code 'no such element' to NoSuchElementError
[AndroidUiautomator2Driver@7abf] 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 (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
at AndroidUiautomator2Driver.findElement (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 404 363 ms - 822
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","et_user_name","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0147-ffff-ffff00000212","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000212"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000212","ELEMENT":"00000000-0000-0147-ffff-ffff00000212"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 104 ms - 137
[HTTP] --> GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000212/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0147-ffff-ffff00000212","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0147-ffff-ffff00000212/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@7abf] Proxying [GET /element/00000000-0000-0147-ffff-ffff00000212/attribute/enabled] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0147-ffff-ffff00000212/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":"true"}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method elementEnabled
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000212/enabled 200 12 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"et_user_name"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","et_user_name","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"et_user_name","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0147-ffff-ffff00000212","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000212"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000212","ELEMENT":"00000000-0000-0147-ffff-ffff00000212"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 16 ms - 137
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000212/value {"value":["1","9","1","1","8","6","9"],"text":"1911869"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.setValue() with args: [["1","9","1","1","8","6","9"],"00000000-0000-0147-ffff-ffff00000212","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'setValue': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'setValue'
[AppiumDriver@38ca] Executing default handling behavior for command 'setValue'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0147-ffff-ffff00000212/value' to command name 'setValue'
[AndroidUiautomator2Driver@7abf] Added 'value' property ["1","9","1","1","8","6","9"] to 'setValue' request body
[AndroidUiautomator2Driver@7abf] Proxying [POST /element/00000000-0000-0147-ffff-ffff00000212/value] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0147-ffff-ffff00000212/value] with body: {"elementId":"00000000-0000-0147-ffff-ffff00000212","text":"1911869","replace":false,"value":["1","9","1","1","8","6","9"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":null}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.setValue() result: null
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method setValue
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000212/value 200 30 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"et_password"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","et_password","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0147-ffff-ffff00000214","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000214"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000214","ELEMENT":"00000000-0000-0147-ffff-ffff00000214"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 525 ms - 137
[HTTP] --> GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000214/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0147-ffff-ffff00000214","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0147-ffff-ffff00000214/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@7abf] Proxying [GET /element/00000000-0000-0147-ffff-ffff00000214/attribute/enabled] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0147-ffff-ffff00000214/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":"true"}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method elementEnabled
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000214/enabled 200 34 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"et_password"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","et_password","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"et_password","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0147-ffff-ffff00000214","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000214"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000214","ELEMENT":"00000000-0000-0147-ffff-ffff00000214"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 61 ms - 137
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000214/value {"value":["*","T","e","s","t","1","2","3","4","*"],"text":"*Test1234*"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.setValue() with args: [["*","T","e","s","t","1","2","3","4","*"],"00000000-0000-0147-ffff-ffff00000214","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'setValue': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'setValue'
[AppiumDriver@38ca] Executing default handling behavior for command 'setValue'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0147-ffff-ffff00000214/value' to command name 'setValue'
[AndroidUiautomator2Driver@7abf] Added 'value' property ["*","T","e","s","t","1","2","3","4","*"] to 'setValue' request body
[AndroidUiautomator2Driver@7abf] Proxying [POST /element/00000000-0000-0147-ffff-ffff00000214/value] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0147-ffff-ffff00000214/value] with body: {"elementId":"00000000-0000-0147-ffff-ffff00000214","text":"*Test1234*","replace":false,"value":["*","T","e","s","t","1","2","3","4","*"]}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":null}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.setValue() result: null
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method setValue
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000214/value 200 114 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","b_login","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0147-ffff-ffff00000215","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000215"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000215","ELEMENT":"00000000-0000-0147-ffff-ffff00000215"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 538 ms - 137
[HTTP] --> GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000215/enabled {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0147-ffff-ffff00000215","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'elementEnabled': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'elementEnabled'
[AppiumDriver@38ca] Executing default handling behavior for command 'elementEnabled'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0147-ffff-ffff00000215/attribute/enabled' to command name 'getAttribute'
[AndroidUiautomator2Driver@7abf] Proxying [GET /element/00000000-0000-0147-ffff-ffff00000215/attribute/enabled] to [GET http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0147-ffff-ffff00000215/attribute/enabled] with no body
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":"true"}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.elementEnabled() result: true
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method elementEnabled
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- GET /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000215/enabled 200 44 ms - 14
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"id","value":"b_login"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["id","b_login","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"id","selector":"b_login","context":"","multiple":false}
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":{"ELEMENT":"00000000-0000-0147-ffff-ffff00000215","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000215"}}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0147-ffff-ffff00000215","ELEMENT":"00000000-0000-0147-ffff-ffff00000215"}
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method findElement
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element 200 53 ms - 137
[HTTP] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000215/click {}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.click() with args: ["00000000-0000-0147-ffff-ffff00000215","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'click': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'click'
[AppiumDriver@38ca] Executing default handling behavior for command 'click'
[AndroidUiautomator2Driver@7abf] Matched '/element/00000000-0000-0147-ffff-ffff00000215/click' to command name 'click'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element/00000000-0000-0147-ffff-ffff00000215/click] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element/00000000-0000-0147-ffff-ffff00000215/click] with body: {"element":"00000000-0000-0147-ffff-ffff00000215"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Got response with status 200: {"sessionId":"6b9e2b75-2e50-4c8c-b5e7-301b596404d0","value":null}
[AndroidUiautomator2Driver@7abf] Responding to client with driver.click() result: null
[device-farm-main] Intercepted response for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with method click
{} 74724724-fb77-4ea1-83a3-10367d0f34d2
[device-farm-main] Saving log entry for session 74724724-fb77-4ea1-83a3-10367d0f34d2 with eventId undefined
[HTTP] <-- POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element/00000000-0000-0147-ffff-ffff00000215/click 200 117 ms - 14
[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 - 15418
[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] --> POST /wd/hub/session/74724724-fb77-4ea1-83a3-10367d0f34d2/element {"using":"xpath","value":"//android.widget.Button[@text=\"CİHAZI TANIMLA\"]"}
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"CİHAZI TANIMLA\"]","74724724-fb77-4ea1-83a3-10367d0f34d2"]
[AppiumDriver@38ca] Clearing new command timeout pre-emptively since plugin(s) will handle this command
[AppiumDriver@38ca] Plugins which can handle cmd 'findElement': device-farm
[AppiumDriver@38ca] Plugin device-farm is now handling cmd 'findElement'
[AppiumDriver@38ca] Executing default handling behavior for command 'findElement'
[AndroidUiautomator2Driver@7abf] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@7abf] Waiting up to 0 ms for condition
[device-farm-main] Updating lastCmdExecutedAt for device 241ae3789b1c7ece in session 74724724-fb77-4ea1-83a3-10367d0f34d2
[AndroidUiautomator2Driver@7abf] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@7abf] Proxying [POST /element] to [POST http://127.0.0.1:56550/session/6b9e2b75-2e50-4c8c-b5e7-301b596404d0/element] with body: {"strategy":"xpath","selecto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment