This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2025-03-15T15:57:13+07:00 Prepare adb to have access to device | |
| 2025-03-15T15:57:13+07:00 cannot connect to daemon at tcp:5037: Connection refused | |
| 2025-03-15T15:57:16+07:00 adb can be used now | |
| 2025-03-15T15:57:17+07:00 [Appium] Attempting to load plugin device-farm... | |
| 2025-03-15T15:57:17+07:00 [Appium] Requiring plugin at /home/androidusr/.appium/node_modules/appium-device-farm/lib/src/main.js | |
| 2025-03-15T15:57:17+07:00 Using Metadata Path: /home/androidusr/.cache/appium-device-farm | |
| 2025-03-15T15:57:17+07:00 Using Metadata Path: /home/androidusr/.cache/appium-device-farm | |
| 2025-03-15T15:57:18+07:00 { DeviceFarmProLoader: [class F], default: [class F] } | |
| 2025-03-15T15:57:18+07:00 [Appium] WD has been successfully loaded in 1.039s | |
| 2025-03-15T15:57:18+07:00 [Appium] Welcome to Appium v2.16.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [HTTP] --> POST /device-farm/api/dashboard/upload {} | |
| [device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/upload. So, not proxying it to downstream. | |
| storage location is appium//home/androidusr/.cache/appium-device-farm/assets/file-1741084811227 | |
| storage location is appium//home/androidusr/.cache/appium-device-farm/assets/file-1741084811227 | |
| [HTTP] <-- POST /device-farm/api/dashboard/upload 200 676 ms - 366 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "server": { | |
| "use-drivers": ["uiautomator2"], | |
| "use-plugins": ["device-farm"], | |
| "port": 4723, | |
| "plugin": { | |
| "device-farm": { | |
| "platform": "android" | |
| } | |
| } |