Created
September 18, 2024 14:56
-
-
Save saikrishna321/e2ff4f339a96a42676fbacab4c617864 to your computer and use it in GitHub Desktop.
This file contains 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
2024-09-18 14:53:33:943 [Appium] Welcome to Appium v2.10.3 (REV d4a970115d0189519496851fa92e136e134104f1) | |
2024-09-18 14:53:33:945 [Appium] Non-default server args: | |
2024-09-18 14:53:33:946 [Appium] { basePath: '/wd/hub' } | |
2024-09-18 14:53:33:947 [Appium] The autodetected Appium home path: /Users/saikrishna/Downloads/git/appium-flutter-integration-driver | |
2024-09-18 14:53:33:947 [Appium] Attempting to load driver flutter-integration... | |
2024-09-18 14:53:33:947 [Appium] Attempting to load driver xcuitest... | |
2024-09-18 14:53:33:947 [Appium] Attempting to load driver uiautomator2... | |
2024-09-18 14:53:33:948 [Appium] Requiring driver at /Users/saikrishna/Downloads/git/appium-flutter-integration-driver/build/src/driver.js | |
2024-09-18 14:53:33:949 [Appium] Requiring driver at /Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-xcuitest-driver/build/index.js | |
2024-09-18 14:53:33:949 [Appium] Requiring driver at /Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/build/index.js | |
2024-09-18 14:53:35:137 [Appium] AppiumFlutterDriver has been successfully loaded in 1.190s | |
2024-09-18 14:53:35:138 [Appium] XCUITestDriver has been successfully loaded in 1.191s | |
2024-09-18 14:53:35:138 [Appium] AndroidUiautomator2Driver has been successfully loaded in 1.191s | |
2024-09-18 14:53:35:149 [Appium] Appium REST http interface listener started on http://0.0.0.0:4723/wd/hub | |
2024-09-18 14:53:35:149 [Appium] You can provide the following URLs in your client code to connect to this server: | |
http://127.0.0.1:4723/wd/hub (only accessible from the same host) | |
http://192.168.29.105:4723/wd/hub | |
2024-09-18 14:53:35:150 [Appium] Available drivers: | |
2024-09-18 14:53:35:150 [Appium] - [email protected] (automationName 'FlutterIntegration') | |
2024-09-18 14:53:35:150 [Appium] - [email protected] (automationName 'XCUITest') | |
2024-09-18 14:53:35:150 [Appium] - [email protected] (automationName 'UiAutomator2') | |
2024-09-18 14:53:35:150 [Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use. | |
2024-09-18 14:53:36:147 [HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"platformName":"Android","appium:automationName":"FlutterIntegration","appium:orientation":"PORTRAIT","appium:app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","appium:newCommandTimeout":240,"appium:flutterServerLaunchTimeout":10000,"appium:flutterEnableMockCamera":true},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"Android","appium:automationName":"FlutterIntegration","appium:orientation":"PORTRAIT","appium:app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","appium:newCommandTimeout":240,"appium:flutterServerLaunchTimeout":10000,"appium:flutterEnableMockCamera":true}} | |
2024-09-18 14:53:36:148 [AppiumDriver@e74b] Calling AppiumDriver.createSession() with args: [{"platformName":"Android","appium:automationName":"FlutterIntegration","appium:orientation":"PORTRAIT","appium:app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","appium:newCommandTimeout":240,"appium:flutterServerLaunchTimeout":10000,"appium:flutterEnableMockCamera":true},null,{"alwaysMatch":{"platformName":"Android","appium:automationName":"FlutterIntegration","appium:orientation":"PORTRAIT","appium:app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","appium:newCommandTimeout":240,"appium:flutterServerLaunchTimeout":10000,"appium:flutterEnableMockCamera":true},"firstMatch":[{}]}] | |
2024-09-18 14:53:36:148 [AppiumDriver@e74b] Event 'newSessionRequested' logged at 1726671216148 (20:23:36 GMT+0530 (India Standard Time)) | |
2024-09-18 14:53:36:150 [Appium] Attempting to find matching driver for automationName 'FlutterIntegration' and platformName 'Android' | |
2024-09-18 14:53:36:150 [Appium] The 'flutter-integration' driver was installed and matched caps. | |
2024-09-18 14:53:36:150 [Appium] Will require it at /Users/saikrishna/Downloads/git/appium-flutter-integration-driver | |
2024-09-18 14:53:36:150 [Appium] Requiring driver at /Users/saikrishna/Downloads/git/appium-flutter-integration-driver/build/src/driver.js | |
2024-09-18 14:53:36:151 [AppiumDriver@e74b] Appium v2.10.3 creating new AppiumFlutterDriver (v1.0.6) session | |
2024-09-18 14:53:36:151 [AppiumDriver@e74b] Checking BaseDriver versions for Appium and AppiumFlutterDriver | |
2024-09-18 14:53:36:151 [AppiumDriver@e74b] Appium's BaseDriver version is 9.10.3 | |
2024-09-18 14:53:36:151 [AppiumDriver@e74b] AppiumFlutterDriver's BaseDriver version is 9.10.3 | |
2024-09-18 14:53:36:152 [38;5;-36m[AppiumFlutterDriver@ce80] undefined | |
2024-09-18 14:53:36:152 [38;5;-36m[AppiumFlutterDriver@ce80] Creating session with W3C capabilities: { | |
"alwaysMatch": { | |
"platformName": "Android", | |
"appium:automationName": "FlutterIntegration", | |
"appium:orientation": "PORTRAIT", | |
"appium:app": "/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk", | |
"appium:newCommandTimeout": 240, | |
"appium:flutterServerLaunchTimeout": 10000, | |
"appium:flutterEnableMockCamera": true | |
}, | |
"firstMatch": [ | |
{} | |
] | |
} | |
2024-09-18 14:53:36:153 [38;5;-36m[AppiumFlutterDriver@ce80] The following provided capabilities were not recognized by this driver: | |
2024-09-18 14:53:36:153 [38;5;-36m[AppiumFlutterDriver@ce80] flutterEnableMockCamera | |
2024-09-18 14:53:36:153 [38;5;-36m[AppiumFlutterDriver@ce80] Session created with session id: 863eb6bf-886c-4295-aed5-47d1c4be96e2 | |
2024-09-18 14:53:36:154 [38;5;-36m[AppiumFlutterDriver@ce80] Starting an Android proxy session | |
2024-09-18 14:53:36:156 [38;5;-145m[AndroidUiautomator2Driver@f27e] undefined | |
2024-09-18 14:53:36:156 [38;5;-145m[AndroidUiautomator2Driver@f27e] Creating session with W3C capabilities: { | |
"alwaysMatch": { | |
"platformName": "Android", | |
"appium:automationName": "FlutterIntegration", | |
"appium:orientation": "PORTRAIT", | |
"appium:app": "/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk", | |
"appium:newCommandTimeout": 240, | |
"appium:flutterServerLaunchTimeout": 10000, | |
"appium:flutterEnableMockCamera": true | |
}, | |
"firstMatch": [ | |
{} | |
] | |
} | |
2024-09-18 14:53:36:160 [38;5;-145m[AndroidUiautomator2Driver@f27e] The following provided capabilities were not recognized by this driver: | |
2024-09-18 14:53:36:160 [38;5;-145m[AndroidUiautomator2Driver@f27e] flutterServerLaunchTimeout | |
2024-09-18 14:53:36:160 [38;5;-145m[AndroidUiautomator2Driver@f27e] flutterEnableMockCamera | |
2024-09-18 14:53:36:160 [38;5;-145m[AndroidUiautomator2Driver@f27e] Session created with session id: f1c61b50-ff34-4f91-a95a-a6c9766dd91c | |
2024-09-18 14:53:36:167 [ADB] Found 8 'build-tools' folders under '/Users/saikrishna/Library/Android/sdk' (newest first): | |
2024-09-18 14:53:36:167 [ADB] /Users/saikrishna/Library/Android/sdk/build-tools/34.0.0 | |
2024-09-18 14:53:36:167 [ADB] /Users/saikrishna/Library/Android/sdk/build-tools/33.0.2 | |
2024-09-18 14:53:36:167 [ADB] /Users/saikrishna/Library/Android/sdk/build-tools/33.0.0 | |
2024-09-18 14:53:36:167 [ADB] /Users/saikrishna/Library/Android/sdk/build-tools/30.0.3 | |
2024-09-18 14:53:36:167 [ADB] /Users/saikrishna/Library/Android/sdk/build-tools/30.0.2 | |
2024-09-18 14:53:36:167 [ADB] /Users/saikrishna/Library/Android/sdk/build-tools/29.0.2 | |
2024-09-18 14:53:36:167 [ADB] /Users/saikrishna/Library/Android/sdk/build-tools/28.0.3 | |
2024-09-18 14:53:36:167 [ADB] /Users/saikrishna/Library/Android/sdk/build-tools/28.0.0 | |
2024-09-18 14:53:36:167 [ADB] Using 'adb' from '/Users/saikrishna/Library/Android/sdk/platform-tools/adb' | |
2024-09-18 14:53:36:167 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 start-server' | |
2024-09-18 14:53:36:181 [38;5;-145m[AndroidUiautomator2Driver@f27e] Retrieving device list | |
2024-09-18 14:53:36:182 [ADB] Trying to find connected Android devices | |
2024-09-18 14:53:36:182 [ADB] Getting connected devices | |
2024-09-18 14:53:36:198 [ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}] | |
2024-09-18 14:53:36:198 [38;5;-145m[AndroidUiautomator2Driver@f27e] Using device: emulator-5554 | |
2024-09-18 14:53:36:199 [ADB] Using 'adb' from '/Users/saikrishna/Library/Android/sdk/platform-tools/adb' | |
2024-09-18 14:53:36:199 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 start-server' | |
2024-09-18 14:53:36:220 [ADB] Setting device id to emulator-5554 | |
2024-09-18 14:53:36:221 [BaseDriver] Using local app '/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk' | |
2024-09-18 14:53:36:382 [38;5;-145m[AndroidUiautomator2Driver@f27e] Checking whether app is actually present | |
2024-09-18 14:53:36:383 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk' | |
2024-09-18 14:53:36:458 [ADB] Current device property 'ro.build.version.sdk': 35 | |
2024-09-18 14:53:36:458 [ADB] Getting device platform version | |
2024-09-18 14:53:36:458 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release' | |
2024-09-18 14:53:36:504 [ADB] Current device property 'ro.build.version.release': 15 | |
2024-09-18 14:53:36:504 [ADB] Device API level: 35 | |
2024-09-18 14:53:36:504 [38;5;-145m[AndroidUiautomator2Driver@f27e] Relaxing hidden api policy | |
2024-09-18 14:53:36:505 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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'' | |
2024-09-18 14:53:36:507 [38;5;-145m[AndroidUiautomator2Driver@f27e] Parsing package and activity from app manifest | |
2024-09-18 14:53:36:508 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device' | |
2024-09-18 14:53:36:549 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping' | |
2024-09-18 14:53:36:583 [ADB] Package name: 'com.example.appium_testing_app' | |
2024-09-18 14:53:36:583 [ADB] Main activity name: 'com.example.appium_testing_app.MainActivity' | |
2024-09-18 14:53:36:583 [38;5;-145m[AndroidUiautomator2Driver@f27e] Parsed package and activity are: com.example.appium_testing_app/com.example.appium_testing_app.MainActivity | |
2024-09-18 14:53:36:625 [38;5;-145m[AndroidUiautomator2Driver@f27e] Pushing settings apk to the device... | |
2024-09-18 14:53:36:627 [ADB] Getting package info for 'io.appium.settings' | |
2024-09-18 14:53:36:627 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' | |
2024-09-18 14:53:37:350 [ADB] The version code of the installed 'io.appium.settings' is greater than the application version code (103 > 94) | |
2024-09-18 14:53:37:351 [ADB] There is no need to downgrade 'io.appium.settings' | |
2024-09-18 14:53:37:352 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings' | |
2024-09-18 14:53:37:416 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd notification allow_listener io.appium.settings/.NLService' | |
2024-09-18 14:53:37:418 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings PROJECT_MEDIA allow' | |
2024-09-18 14:53:37:567 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings' | |
2024-09-18 14:53:38:328 [SettingsApp] Starting Appium Settings app | |
2024-09-18 14:53:38:331 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER' | |
2024-09-18 14:53:38:561 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings' | |
2024-09-18 14:53:38:987 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings' | |
2024-09-18 14:53:39:327 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings' | |
2024-09-18 14:53:39:366 [Logcat] Starting logs capture with command: /Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 logcat -v threadtime | |
2024-09-18 14:53:39:434 [38;5;-145m[AndroidUiautomator2Driver@f27e] Forwarding UiAutomator2 Server port 6790 to local port 8200 | |
2024-09-18 14:53:39:435 [ADB] Forwarding system: 8200 to device: 6790 | |
2024-09-18 14:53:39:435 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:8200 tcp:6790' | |
2024-09-18 14:53:39:459 [ADB] Getting package info for 'io.appium.uiautomator2.server' | |
2024-09-18 14:53:39:459 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server' | |
2024-09-18 14:53:39:461 [ADB] Getting install status for io.appium.uiautomator2.server.test | |
2024-09-18 14:53:39:462 [ADB] Checking app cert for /Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk | |
2024-09-18 14:53:39:462 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package list packages' | |
2024-09-18 14:53:39:569 [ADB] App '/Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.15.apk' is not installed | |
2024-09-18 14:53:39:594 [ADB] 'io.appium.uiautomator2.server.test' is not installed | |
2024-09-18 14:53:39:598 [38;5;-145m[AndroidUiautomator2Driver@f27e] Server packages status: [{"installState":"notInstalled","appPath":"/Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.15.apk","appId":"io.appium.uiautomator2.server"},{"installState":"notInstalled","appPath":"/Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk","appId":"io.appium.uiautomator2.server.test"}] | |
2024-09-18 14:53:39:599 [38;5;-145m[AndroidUiautomator2Driver@f27e] Server packages are going to be (re)installed | |
2024-09-18 14:53:39:599 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 version' | |
2024-09-18 14:53:39:632 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 features' | |
2024-09-18 14:53:39:655 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 help' | |
2024-09-18 14:53:39:656 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 help' | |
2024-09-18 14:53:39:674 [ADB] The application at '/Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
2024-09-18 14:53:39:674 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install -r --no-incremental /Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
2024-09-18 14:53:39:677 [ADB] The application at '/Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.15.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
2024-09-18 14:53:39:678 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install -r --no-incremental /Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.15.apk' | |
2024-09-18 14:53:40:023 [ADB] Using 'apksigner.jar' from '/Users/saikrishna/Library/Android/sdk/build-tools/34.0.0/lib/apksigner.jar' | |
2024-09-18 14:53:40:023 [ADB] Starting apksigner: /opt/homebrew/Cellar/openjdk\@17/17.0.12/libexec/openjdk.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/saikrishna/Library/Android/sdk/build-tools/34.0.0/lib/apksigner.jar verify --print-certs /Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk | |
2024-09-18 14:53:40:210 [ADB] The installation of 'appium-uiautomator2-server-debug-androidTest.apk' took 536ms | |
2024-09-18 14:53:40:211 [ADB] Install command stdout: Performing Streamed Install | |
Success | |
2024-09-18 14:53:40:521 [ADB] The installation of 'appium-uiautomator2-server-v7.0.15.apk' took 843ms | |
2024-09-18 14:53:40:521 [ADB] Install command stdout: Performing Streamed Install | |
Success | |
2024-09-18 14:53:40:521 [38;5;-145m[AndroidUiautomator2Driver@f27e] Waiting up to 30000ms for services to be available | |
2024-09-18 14:53:40:521 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation' | |
2024-09-18 14:53:40:619 [38;5;-145m[AndroidUiautomator2Driver@f27e] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available | |
2024-09-18 14:53:40:620 [ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist | |
2024-09-18 14:53:40:620 [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",";"]] | |
2024-09-18 14:53:40:621 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;' | |
2024-09-18 14:53:42:824 [ADB] apksigner stdout: Signer #1 certificate DN: C=US, O=Android, CN=Android Debug | |
Signer #1 certificate SHA-256 digest: f2c7cec8f907ab830b7802c2178515d1fd4beba154e981fb61ffc8ec9a8f8195 | |
Signer #1 certificate SHA-1 digest: 96e82cc469603f67244d4f2b70529f10d516f9fa | |
Signer #1 certificate MD5 digest: e5a6a993593d9d986be1a4b780434b3d | |
2024-09-18 14:53:42:824 [ADB] '/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk' is signed with a non-default certificate | |
2024-09-18 14:53:42:825 [ADB] Getting package info for 'com.example.appium_testing_app' | |
2024-09-18 14:53:42:826 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.example.appium_testing_app' | |
2024-09-18 14:53:42:902 [ADB] The version name of the installed 'com.example.appium_testing_app' is greater or equal to the application version name ('1.0.0' >= '1.0.0') | |
2024-09-18 14:53:42:903 [ADB] There is no need to install/upgrade '/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk' | |
2024-09-18 14:53:42:903 [38;5;-145m[AndroidUiautomator2Driver@f27e] Performing fast reset on 'com.example.appium_testing_app' | |
2024-09-18 14:53:42:903 [ADB] Getting install status for com.example.appium_testing_app | |
2024-09-18 14:53:42:903 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package list packages' | |
2024-09-18 14:53:42:933 [ADB] 'com.example.appium_testing_app' is installed | |
2024-09-18 14:53:42:933 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.example.appium_testing_app' | |
2024-09-18 14:53:42:992 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear com.example.appium_testing_app' | |
2024-09-18 14:53:43:125 [38;5;-145m[AndroidUiautomator2Driver@f27e] Performed fast reset on the installed 'com.example.appium_testing_app' application (stop and clear) | |
2024-09-18 14:53:43:126 [38;5;-145m[AndroidUiautomator2Driver@f27e] Performing shallow cleanup of automation leftovers | |
2024-09-18 14:53:43:192 [38;5;-145m[AndroidUiautomator2Driver@f27e] No obsolete sessions have been detected (socket hang up) | |
2024-09-18 14:53:43:193 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test' | |
2024-09-18 14:53:43:307 [38;5;-145m[AndroidUiautomator2Driver@f27e] Starting UIAutomator2 server 7.0.15 | |
2024-09-18 14:53:43:307 [38;5;-145m[AndroidUiautomator2Driver@f27e] Using UIAutomator2 server from '/Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.15.apk' and test from '/Users/saikrishna/Downloads/git/appium-flutter-integration-driver/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
2024-09-18 14:53:43:308 [38;5;-145m[AndroidUiautomator2Driver@f27e] Waiting up to 30000ms for UiAutomator2 to be online... | |
2024-09-18 14:53:43:308 [ADB] Creating ADB subprocess with args: ["-P","5037","-s","emulator-5554","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"] | |
2024-09-18 14:53:43:311 [38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:53:43:312 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body | |
2024-09-18 14:53:43:329 [38;5;-145m[AndroidUiautomator2Driver@f27e] socket hang up | |
2024-09-18 14:53:44:323 [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: | |
2024-09-18 14:53:44:331 [38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:53:44:331 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body | |
2024-09-18 14:53:44:335 [38;5;-145m[AndroidUiautomator2Driver@f27e] socket hang up | |
2024-09-18 14:53:45:335 [38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:53:45:336 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body | |
2024-09-18 14:53:45:340 [38;5;-145m[AndroidUiautomator2Driver@f27e] socket hang up | |
2024-09-18 14:53:46:341 [38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:53:46:341 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body | |
2024-09-18 14:53:46:372 [38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}} | |
2024-09-18 14:53:46:372 [38;5;-145m[AndroidUiautomator2Driver@f27e] The initialization of the instrumentation process took 3064ms | |
2024-09-18 14:53:46:372 [38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/session' to command name 'createSession' | |
2024-09-18 14:53:46:372 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [POST /session] to [POST http://127.0.0.1:8200/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","automationName":"FlutterIntegration","orientation":"PORTRAIT","app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","newCommandTimeout":240,"flutterServerLaunchTimeout":10000,"flutterEnableMockCamera":true,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"FlutterIntegration","orientation":"PORTRAIT","app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","newCommandTimeout":240,"flutterServerLaunchTimeout":10000,"flutterEnableMockCamera":true},"deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.example.appium_testing_app"}],"alwaysMatch":{}}} | |
2024-09-18 14:53:46:389 [38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd","value":{"capabilities":{"firstMatch":[{"platformName":"Android","automationName":"FlutterIntegration","orientation":"PORTRAIT","app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","newCommandTimeout":240,"flutterServerLaunchTimeout":10000,"flutterEnableMockCamera":true,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"FlutterIntegration","orientation":"PORTRAIT","app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","newCommandTimeout":240,"flutterServerLaunchTimeout":10000,"flutterEnableMockCamera":true},"deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.example.appium_testing_app"}],"alwaysMatch":{}},"sessionId":"2aa2... | |
2024-09-18 14:53:46:389 [38;5;-145m[AndroidUiautomator2Driver@f27e] Determined the downstream protocol as 'W3C' | |
2024-09-18 14:53:46:394 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/session/2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd/appium/device/pixel_ratio] with no body | |
2024-09-18 14:53:46:395 [38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/appium/device/system_bars' to command name 'getSystemBars' | |
2024-09-18 14:53:46:395 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/session/2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd/appium/device/system_bars] with no body | |
2024-09-18 14:53:46:395 [38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/window/current/size' to command name 'getWindowSize' | |
2024-09-18 14:53:46:395 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd/window/current/size] with no body | |
2024-09-18 14:53:46:396 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/session/2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd/appium/device/info] with no body | |
2024-09-18 14:53:46:397 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window' | |
2024-09-18 14:53:46:398 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys power' | |
2024-09-18 14:53:46:426 [38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd","value":2.625} | |
2024-09-18 14:53:46:435 [38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd","value":{"height":2400,"width":1080}} | |
2024-09-18 14:53:46:436 [38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd","value":{"statusBar":136}} | |
2024-09-18 14:53:46:495 [38;5;-145m[AndroidUiautomator2Driver@f27e] Screen already unlocked, doing nothing | |
2024-09-18 14:53:46:495 [38;5;-145m[AndroidUiautomator2Driver@f27e] Starting 'com.example.appium_testing_app/com.example.appium_testing_app.MainActivity and waiting for 'com.example.appium_testing_app/com.example.appium_testing_app.MainActivity' | |
2024-09-18 14:53:46:495 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n com.example.appium_testing_app/com.example.appium_testing_app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000' | |
2024-09-18 14:53:46:541 [38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd","value":{"androidId":"251b2b3b5b00feab","apiVersion":"35","bluetooth":{"state":"ON"},"brand":"google","carrierName":"T-Mobile","displayDensity":420,"locale":"en_US","manufacturer":"Google","model":"sdk_gphone64_arm64","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":30000,"linkUpstreamBandwidthKbps":12000,"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":-50,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":"","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":-1,"subtypeName":"","type":1,"typeName":"WIFI"},{"capabilities":{"SSID":null,"linkDownBandwidthKbps":30000,"linkUpstreamBandwidthKbps":15000,"networkCapabi... | |
2024-09-18 14:53:48:255 [ADB] Waiting up to 20000ms for activity matching pkg: 'com.example.appium_testing_app' and activity: 'com.example.appium_testing_app.MainActivity' to be focused | |
2024-09-18 14:53:48:257 [ADB] Possible activities, to be checked: 'com.example.appium_testing_app.MainActivity', 'com.example.appium_testing_app.com.example.appium_testing_app.MainActivity' | |
2024-09-18 14:53:48:258 [ADB] Getting focused package and activity | |
2024-09-18 14:53:48:258 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window displays' | |
2024-09-18 14:53:48:306 [ADB] Found package: 'com.example.appium_testing_app' and fully qualified activity name : 'com.example.appium_testing_app.MainActivity' | |
2024-09-18 14:53:48:306 [38;5;-145m[AndroidUiautomator2Driver@f27e] Setting initial orientation to 'PORTRAIT' | |
2024-09-18 14:53:48:307 [38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/orientation' to command name 'setOrientation' | |
2024-09-18 14:53:48:307 [38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [POST /orientation] to [POST http://127.0.0.1:8200/session/2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd/orientation] with body: {"orientation":"PORTRAIT"} | |
2024-09-18 14:53:49:246 [38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd","value":"PORTRAIT"} | |
2024-09-18 14:53:49:247 [ADB] Forwarding system: 10000 to device: 9000 | |
2024-09-18 14:53:49:247 [ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:10000 tcp:9000' | |
2024-09-18 14:53:49:266 [38;5;-36m[AppiumFlutterDriver@ce80] Checking if flutter server is running on port 9000 | |
2024-09-18 14:53:49:271 [WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:53:49:272 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:53:49:347 [WD Proxy] Got response with status 200: {"sessionId":"None","value":{"message":"Flutter driver is ready to accept new connections","appInfo":{"appName":"appium_testing_app","buildNumber":"1","packageName":"com.example.appium_testing_app","version":"1.0.0","buildSignature":"F2C7CEC8F907AB830B7802C2178515D1FD4BEBA154E981FB61FFC8EC9A8F8195","installerStore":"com.android.shell"},"serverVersion":"0.0.27"}} | |
2024-09-18 14:53:49:347 [38;5;-36m[AppiumFlutterDriver@ce80] Flutter server is successfully running on port 9000 | |
2024-09-18 14:53:49:348 [WD Proxy] Matched '/session' to command name 'createSession' | |
2024-09-18 14:53:49:348 [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:10000/session] with body: {"capabilities":{"platformName":"Android","automationName":"FlutterIntegration","orientation":"PORTRAIT","app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","newCommandTimeout":240,"flutterServerLaunchTimeout":10000,"flutterEnableMockCamera":true}} | |
2024-09-18 14:53:49:369 [WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{}} | |
2024-09-18 14:53:49:370 [WD Proxy] Determined the downstream protocol as 'W3C' | |
2024-09-18 14:53:49:370 [AppiumDriver@e74b] New AppiumFlutterDriver session created successfully, session 863eb6bf-886c-4295-aed5-47d1c4be96e2 added to master session list | |
2024-09-18 14:53:49:370 [AppiumDriver@e74b] Event 'newSessionStarted' logged at 1726671229370 (20:23:49 GMT+0530 (India Standard Time)) | |
2024-09-18 14:53:49:370 [38;5;-36m[AppiumFlutterDriver@ce80] Cached the protocol value 'W3C' for the new session 863eb6bf-886c-4295-aed5-47d1c4be96e2 | |
2024-09-18 14:53:49:371 [38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.createSession() result: {"capabilities":{"subcommand":"server","address":"0.0.0.0","basePath":"/wd/hub","logFile":"/Users/saikrishna/Downloads/git/appium-flutter-integration-driver/appium-logs/logs.txt","port":4723,"extraArgs":[],"allowCors":false,"allowInsecure":[],"callbackPort":4723,"debugLogSpacing":false,"denyInsecure":[],"keepAliveTimeout":600,"localTimezone":false,"loglevel":"debug","logFormat":"text","logNoColors":false,"logTimestamp":false,"pluginsImportChunkSize":7,"driversImportChunkSize":3,"longStacktrace":false,"noPermsCheck":false,"relaxedSecurityEnabled":false,"sessionOverride":false,"strictCaps":false,"useDrivers":[],"usePlugins":[],"driver":{"xcuitest":{"wdaLocalPort":8100}},"tmpDir":"/var/folders/fr/l_lyyktd2l3dq2yq3x3qdmbw0000gn/T","platformName":"Android","automationName":"FlutterIntegration","orientation":"PORTRAIT","app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","newCommandTimeout":240,"flutterServerLaunchTimeout":10000,"flutterEnableMockCamera... | |
2024-09-18 14:53:49:373 [HTTP] <-- POST /wd/hub/session 200 13225 ms - 1128 | |
2024-09-18 14:53:49:409 [863eb6bf][HTTP] --> GET /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/screenshot {} | |
2024-09-18 14:53:49:410 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.getScreenshot() with args: ["863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:49:411 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/screenshot' to command name 'getScreenshot' | |
2024-09-18 14:53:49:411 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/session/2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd/screenshot] with no body | |
2024-09-18 14:53:49:624 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N13nFxlvT/wz3POzGxLNrvpvZBGQhqEBCIthBKaCtcroIgi7erlXgERr/qj6FW80sR2ERH12hFB6ZAEkCZJCCSQSnrvZWu2zMw5z++P08v0mW35vF+vdfecmTnnObO7kfPZ7/N9xJiHmyQKsO7GXihTgV+siOPeJfGsXzd/TAQ/v6AcAPDFF1rxxg6tkGEQERERERFRqUj/baP07JdSGvukBKRu7peQum5ua5BSB3Qd0DVIXUP10cM4d+VTqD562Hytbr9euo9jfQ1pHMNzLvM80hqTtIfmGScAQLg+WV8LCNfXEMJ4zNpv7RMKAIGVQ6dh2chTIBQVUFRAqPbXwX0KhFDMfQogrG3F3BbGtvs8vrHYY7P2+a8l9LFjl9LZAyAiIiIiIqIeRIjA/XeYxsoaLJpyKRoraws6Xfhf7GXII8FgBFL6whnXfvc+M2CZtmclZu1YCqlrgK4ZwY35tXuf8aE7oY7UQ7bNwMZ/bnu45hhc26nfhILqFnoMUWgFBxEREREREfVwuVRwuKoxpHljD12HlJpTwSHNMEDX0PvoYZy36u+objniCRSkK1hwV3MY59I9oUCwgkN6hukhXF/Y1RzCLILwVVOkrOSYimUjT01bySHM/XlXcginmiO8kiMkRTrGKzlYwUFEREREREQ5yv1GWsB94+58NFbUYNEJn0RDRa37yb7TCN9jaaZrWKT7C9eHe78rGLFDkqwqOVZh1o4laSs5pP21Vbmh5VbJYYVKKSs5QtKbY7ySgwEHERERERER5ceuMkj5BHirEdyfnBTDCDk+joaKGifACA0yfNsZzx92w28FCdbX1vOkuTv/kANSD5+uouc5XYUhR04YcBARERER... | |
2024-09-18 14:53:49:624 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N13nFxlvT/wz3POzGxLNrvpvZBGQhqEBCIthBKaCtcroIgi7erlXgERr/qj6FW80sR2ERH12hFB6ZAEkCZJCCSQSnrvZWu2zMw5z++P08v0mW35vF+vdfecmTnnObO7kfPZ7/N9xJiHmyQKsO7GXihTgV+siOPeJfGsXzd/TAQ/v6AcAPDFF1rxxg6tkGEQERERERFRqUj/baP07JdSGvukBKRu7peQum5ua5BSB3Qd0DVIXUP10cM4d+VTqD562Hytbr9euo9jfQ1pHMNzLvM80hqTtIfmGScAQLg+WV8LCNfXEMJ4zNpv7RMKAIGVQ6dh2chTIBQVUFRAqPbXwX0KhFDMfQogrG3F3BbGtvs8vrHYY7P2+a8l9LFjl9LZAyAiIiIiIqIeRIjA/XeYxsoaLJpyKRoraws6Xfhf7GXII8FgBFL6whnXfvc+M2CZtmclZu1YCqlrgK4ZwY35tXuf8aE7oY7UQ7bNwMZ/bnu45hhc26nfhILqFnoMUWgFBxEREREREfVwuVRwuKoxpHljD12HlJpTwSHNMEDX0PvoYZy36u+objniCRSkK1hwV3MY59I9oUCwgkN6hukhXF/Y1RzCLILwVVOkrOSYimUjT01bySHM/XlXcginmiO8kiMkRTrGKzlYwUFEREREREQ5yv1GWsB94+58NFbUYNEJn0RDRa37yb7TCN9jaaZrWKT7C9eHe78rGLFDkqwqOVZh1o4laSs5pP21Vbmh5VbJYYVKKSs5QtKbY7ySgwEHERERERER5ceuMkj5BHirEdyfnBTDCDk+joaKGifACA0yfNsZzx92w28FCdbX1vOkuTv/kANSD5+uouc5XYUhR04YcBAREREREVERBMMIT+7gnnph9ekQznZjRQ0WTb4EDeW1vuOlCDICoYYvAAkEJH7hIYez... | |
2024-09-18 14:53:49:625 [863eb6bf][HTTP] <-- GET /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/screenshot 200 216 ms - 68772 | |
2024-09-18 14:53:49:630 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element {"using":"key","value":"username_text_field"} | |
2024-09-18 14:53:49:631 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.findElement() with args: ["key","username_text_field","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:49:631 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Valid locator strategies for this request: xpath, css selector, id, name, class name, -android uiautomator, accessibility id, -ios predicate string, -ios class chain, key, semantics label, text, type, text containing, -flutter key, -flutter semantics label, -flutter text, -flutter type, -flutter text containing | |
2024-09-18 14:53:49:631 [863eb6bf][WD Proxy] Matched '/element' to command name 'findElement' | |
2024-09-18 14:53:49:632 [863eb6bf][WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element] with body: {"strategy":"key","selector":"username_text_field"} | |
2024-09-18 14:53:49:877 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"ELEMENT":"1f301efe-1f30-1efe-1f30-1efe1f301efe","element-6066-11e4-a52e-4f735466cecf":"1f301efe-1f30-1efe-1f30-1efe1f301efe"}} | |
2024-09-18 14:53:49:877 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1f301efe-1f30-1efe-1f30-1efe1f301efe","ELEMENT":"1f301efe-1f30-1efe-1f30-1efe1f301efe"} | |
2024-09-18 14:53:49:877 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element 200 248 ms - 137 | |
2024-09-18 14:53:49:886 [863eb6bf][HTTP] --> GET /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/attribute/all {} | |
2024-09-18 14:53:49:887 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.getAttribute() with args: ["all","1f301efe-1f30-1efe-1f30-1efe1f301efe","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:49:887 [863eb6bf][WD Proxy] Matched '/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/attribute/all' to command name 'getAttribute' | |
2024-09-18 14:53:49:887 [863eb6bf][WD Proxy] Proxying [GET /element/1f301efe-1f30-1efe-1f30-1efe1f301efe/attribute/all] to [GET http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/attribute/all] with no body | |
2024-09-18 14:53:49:907 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"owner":"SemanticsOwner#2d0b5","isMergedIntoParent":"false","mergeAllDescendantsIntoThisNode":"false","rect":"Rect.fromLTRB(0.0, 0.0, 363.4, 24.0)","tags":"null","actions":"[tap]","customActions":"[]","flags":"[isTextField, hasEnabledState, isEnabled]","isInvisible":"false","isHidden":"false","identifier":"null","label":"username_text_field","value":"null","increasedValue":"null","decreasedValue":"null","hint":"null","tooltip":"null","textDirection":"null","sortKey":"null","platformViewId":"null","maxValueLength":"null","currentValueLength":"5","scrollChildren":"null","scrollIndex":"null","scrollExtentMin":"null","scrollPosition":"null","scrollExtentMax":"null","indexInParent":"null","elevation":"0.0","thickness":"0.0","container":"true","properties":"SemanticsProperties(label: \"username_text_field\")","checked":"null","mixed":"null","expanded":"null","selected":"null","attributedLabel":"null","attributedValue":"null","attributedIncreasedValue":... | |
2024-09-18 14:53:49:907 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.getAttribute() result: {"owner":"SemanticsOwner#2d0b5","isMergedIntoParent":"false","mergeAllDescendantsIntoThisNode":"false","rect":"Rect.fromLTRB(0.0, 0.0, 363.4, 24.0)","tags":"null","actions":"[tap]","customActions":"[]","flags":"[isTextField, hasEnabledState, isEnabled]","isInvisible":"false","isHidden":"false","identifier":"null","label":"username_text_field","value":"null","increasedValue":"null","decreasedValue":"null","hint":"null","tooltip":"null","textDirection":"null","sortKey":"null","platformViewId":"null","maxValueLength":"null","currentValueLength":"5","scrollChildren":"null","scrollIndex":"null","scrollExtentMin":"null","scrollPosition":"null","scrollExtentMax":"null","indexInParent":"null","elevation":"0.0","thickness":"0.0","container":"true","properties":"SemanticsProperties(label: \"username_text_field\")","checked":"null","mixed":"null","expanded":"null","selected":"null","attributedLabel":"null","attributedValue":"null","attributedIncreasedValue":"null","attributedDecreasedValue":"null","attributedHint":"n... | |
2024-09-18 14:53:49:908 [863eb6bf][HTTP] <-- GET /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/attribute/all 200 21 ms - 1059 | |
2024-09-18 14:53:49:911 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element {"using":"key","value":"username_text_field"} | |
2024-09-18 14:53:49:911 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.findElement() with args: ["key","username_text_field","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:49:911 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Valid locator strategies for this request: xpath, css selector, id, name, class name, -android uiautomator, accessibility id, -ios predicate string, -ios class chain, key, semantics label, text, type, text containing, -flutter key, -flutter semantics label, -flutter text, -flutter type, -flutter text containing | |
2024-09-18 14:53:49:912 [863eb6bf][WD Proxy] Matched '/element' to command name 'findElement' | |
2024-09-18 14:53:49:912 [863eb6bf][WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element] with body: {"strategy":"key","selector":"username_text_field"} | |
2024-09-18 14:53:50:208 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"ELEMENT":"1f301efe-1f30-1efe-1f30-1efe1f301efe","element-6066-11e4-a52e-4f735466cecf":"1f301efe-1f30-1efe-1f30-1efe1f301efe"}} | |
2024-09-18 14:53:50:208 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1f301efe-1f30-1efe-1f30-1efe1f301efe","ELEMENT":"1f301efe-1f30-1efe-1f30-1efe1f301efe"} | |
2024-09-18 14:53:50:208 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element 200 297 ms - 137 | |
2024-09-18 14:53:50:214 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/clear {} | |
2024-09-18 14:53:50:214 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.clear() with args: ["1f301efe-1f30-1efe-1f30-1efe1f301efe","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:50:215 [863eb6bf][WD Proxy] Matched '/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/clear' to command name 'clear' | |
2024-09-18 14:53:50:215 [863eb6bf][WD Proxy] Proxying [POST /element/1f301efe-1f30-1efe-1f30-1efe1f301efe/clear] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/clear] with body: {"elementId":"1f301efe-1f30-1efe-1f30-1efe1f301efe"} | |
2024-09-18 14:53:50:716 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":null} | |
2024-09-18 14:53:50:716 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.clear() result: null | |
2024-09-18 14:53:50:717 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/clear 200 503 ms - 14 | |
2024-09-18 14:53:50:719 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element {"using":"key","value":"username_text_field"} | |
2024-09-18 14:53:50:720 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.findElement() with args: ["key","username_text_field","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:50:720 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Valid locator strategies for this request: xpath, css selector, id, name, class name, -android uiautomator, accessibility id, -ios predicate string, -ios class chain, key, semantics label, text, type, text containing, -flutter key, -flutter semantics label, -flutter text, -flutter type, -flutter text containing | |
2024-09-18 14:53:50:720 [863eb6bf][WD Proxy] Matched '/element' to command name 'findElement' | |
2024-09-18 14:53:50:720 [863eb6bf][WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element] with body: {"strategy":"key","selector":"username_text_field"} | |
2024-09-18 14:53:50:933 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"ELEMENT":"1f301efe-1f30-1efe-1f30-1efe1f301efe","element-6066-11e4-a52e-4f735466cecf":"1f301efe-1f30-1efe-1f30-1efe1f301efe"}} | |
2024-09-18 14:53:50:934 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1f301efe-1f30-1efe-1f30-1efe1f301efe","ELEMENT":"1f301efe-1f30-1efe-1f30-1efe1f301efe"} | |
2024-09-18 14:53:50:934 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element 200 214 ms - 137 | |
2024-09-18 14:53:50:940 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/value {"text":"admin"} | |
2024-09-18 14:53:50:940 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.setValue() with args: ["admin","1f301efe-1f30-1efe-1f30-1efe1f301efe","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:50:940 [863eb6bf][WD Proxy] Matched '/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/value' to command name 'setValue' | |
2024-09-18 14:53:50:941 [863eb6bf][Protocol Converter] Added 'value' property ["a","d","m","i","n"] to 'setValue' request body | |
2024-09-18 14:53:50:941 [863eb6bf][WD Proxy] Proxying [POST /element/1f301efe-1f30-1efe-1f30-1efe1f301efe/value] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/value] with body: {"text":"admin","value":["a","d","m","i","n"]} | |
2024-09-18 14:53:51:380 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":null} | |
2024-09-18 14:53:51:380 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.setValue() result: null | |
2024-09-18 14:53:51:380 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/1f301efe-1f30-1efe-1f30-1efe1f301efe/value 200 441 ms - 14 | |
2024-09-18 14:53:51:384 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element {"using":"key","value":"password_text_field"} | |
2024-09-18 14:53:51:384 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.findElement() with args: ["key","password_text_field","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:51:384 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Valid locator strategies for this request: xpath, css selector, id, name, class name, -android uiautomator, accessibility id, -ios predicate string, -ios class chain, key, semantics label, text, type, text containing, -flutter key, -flutter semantics label, -flutter text, -flutter type, -flutter text containing | |
2024-09-18 14:53:51:384 [863eb6bf][WD Proxy] Matched '/element' to command name 'findElement' | |
2024-09-18 14:53:51:384 [863eb6bf][WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element] with body: {"strategy":"key","selector":"password_text_field"} | |
2024-09-18 14:53:51:600 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"ELEMENT":"29d028e8-29d0-28e8-29d0-28e829d028e8","element-6066-11e4-a52e-4f735466cecf":"29d028e8-29d0-28e8-29d0-28e829d028e8"}} | |
2024-09-18 14:53:51:600 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"29d028e8-29d0-28e8-29d0-28e829d028e8","ELEMENT":"29d028e8-29d0-28e8-29d0-28e829d028e8"} | |
2024-09-18 14:53:51:601 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element 200 217 ms - 137 | |
2024-09-18 14:53:51:605 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/29d028e8-29d0-28e8-29d0-28e829d028e8/clear {} | |
2024-09-18 14:53:51:606 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.clear() with args: ["29d028e8-29d0-28e8-29d0-28e829d028e8","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:51:607 [863eb6bf][WD Proxy] Matched '/element/29d028e8-29d0-28e8-29d0-28e829d028e8/clear' to command name 'clear' | |
2024-09-18 14:53:51:607 [863eb6bf][WD Proxy] Proxying [POST /element/29d028e8-29d0-28e8-29d0-28e829d028e8/clear] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element/29d028e8-29d0-28e8-29d0-28e829d028e8/clear] with body: {"elementId":"29d028e8-29d0-28e8-29d0-28e829d028e8"} | |
2024-09-18 14:53:52:071 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":null} | |
2024-09-18 14:53:52:072 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.clear() result: null | |
2024-09-18 14:53:52:073 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/29d028e8-29d0-28e8-29d0-28e829d028e8/clear 200 467 ms - 14 | |
2024-09-18 14:53:52:077 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element {"using":"key","value":"password"} | |
2024-09-18 14:53:52:077 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.findElement() with args: ["key","password","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:52:077 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Valid locator strategies for this request: xpath, css selector, id, name, class name, -android uiautomator, accessibility id, -ios predicate string, -ios class chain, key, semantics label, text, type, text containing, -flutter key, -flutter semantics label, -flutter text, -flutter type, -flutter text containing | |
2024-09-18 14:53:52:078 [863eb6bf][WD Proxy] Matched '/element' to command name 'findElement' | |
2024-09-18 14:53:52:078 [863eb6bf][WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element] with body: {"strategy":"key","selector":"password"} | |
2024-09-18 14:53:52:307 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"ELEMENT":"182b25e1-182b-25e1-182b-25e1182b25e1","element-6066-11e4-a52e-4f735466cecf":"182b25e1-182b-25e1-182b-25e1182b25e1"}} | |
2024-09-18 14:53:52:307 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"182b25e1-182b-25e1-182b-25e1182b25e1","ELEMENT":"182b25e1-182b-25e1-182b-25e1182b25e1"} | |
2024-09-18 14:53:52:307 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element 200 230 ms - 137 | |
2024-09-18 14:53:52:312 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/182b25e1-182b-25e1-182b-25e1182b25e1/value {"text":"1234"} | |
2024-09-18 14:53:52:312 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.setValue() with args: ["1234","182b25e1-182b-25e1-182b-25e1182b25e1","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:52:314 [863eb6bf][WD Proxy] Matched '/element/182b25e1-182b-25e1-182b-25e1182b25e1/value' to command name 'setValue' | |
2024-09-18 14:53:52:314 [863eb6bf][Protocol Converter] Added 'value' property ["1","2","3","4"] to 'setValue' request body | |
2024-09-18 14:53:52:314 [863eb6bf][WD Proxy] Proxying [POST /element/182b25e1-182b-25e1-182b-25e1182b25e1/value] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element/182b25e1-182b-25e1-182b-25e1182b25e1/value] with body: {"text":"1234","value":["1","2","3","4"]} | |
2024-09-18 14:53:52:747 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":null} | |
2024-09-18 14:53:52:748 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.setValue() result: null | |
2024-09-18 14:53:52:748 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/182b25e1-182b-25e1-182b-25e1182b25e1/value 200 436 ms - 14 | |
2024-09-18 14:53:52:751 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element {"using":"key","value":"LoginButton"} | |
2024-09-18 14:53:52:751 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.findElement() with args: ["key","LoginButton","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:52:751 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Valid locator strategies for this request: xpath, css selector, id, name, class name, -android uiautomator, accessibility id, -ios predicate string, -ios class chain, key, semantics label, text, type, text containing, -flutter key, -flutter semantics label, -flutter text, -flutter type, -flutter text containing | |
2024-09-18 14:53:52:752 [863eb6bf][WD Proxy] Matched '/element' to command name 'findElement' | |
2024-09-18 14:53:52:752 [863eb6bf][WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element] with body: {"strategy":"key","selector":"LoginButton"} | |
2024-09-18 14:53:52:974 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"ELEMENT":"17ddd06f-17dd-d06f-17dd-d06f17ddd06f","element-6066-11e4-a52e-4f735466cecf":"17ddd06f-17dd-d06f-17dd-d06f17ddd06f"}} | |
2024-09-18 14:53:52:974 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"17ddd06f-17dd-d06f-17dd-d06f17ddd06f","ELEMENT":"17ddd06f-17dd-d06f-17dd-d06f17ddd06f"} | |
2024-09-18 14:53:52:975 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element 200 223 ms - 137 | |
2024-09-18 14:53:52:980 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/17ddd06f-17dd-d06f-17dd-d06f17ddd06f/click {} | |
2024-09-18 14:53:52:980 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.click() with args: ["17ddd06f-17dd-d06f-17dd-d06f17ddd06f","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:52:980 [863eb6bf][WD Proxy] Matched '/element/17ddd06f-17dd-d06f-17dd-d06f17ddd06f/click' to command name 'click' | |
2024-09-18 14:53:52:980 [863eb6bf][WD Proxy] Proxying [POST /element/17ddd06f-17dd-d06f-17dd-d06f17ddd06f/click] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element/17ddd06f-17dd-d06f-17dd-d06f17ddd06f/click] with body: {"element":"17ddd06f-17dd-d06f-17dd-d06f17ddd06f"} | |
2024-09-18 14:53:53:282 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":null} | |
2024-09-18 14:53:53:283 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.click() result: null | |
2024-09-18 14:53:53:283 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/17ddd06f-17dd-d06f-17dd-d06f17ddd06f/click 200 303 ms - 14 | |
2024-09-18 14:53:53:286 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/execute/sync {"script":"flutter: scrollTillVisible","args":[{"finder":{"strategy":"text","selector":"Issue"}}]} | |
2024-09-18 14:53:53:288 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.execute() with args: ["flutter: scrollTillVisible",[{"finder":{"strategy":"text","selector":"Issue"}}],"863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:53:292 [863eb6bf][WD Proxy] Proxying [POST /session/:sessionId/appium/gestures/scroll_till_visible] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/appium/gestures/scroll_till_visible] with body: {"finder":{"strategy":"text","selector":"Issue"}} | |
2024-09-18 14:53:56:150 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"ELEMENT":"3166945b-3166-945b-3166-945b3166945b","element-6066-11e4-a52e-4f735466cecf":"3166945b-3166-945b-3166-945b3166945b"}} | |
2024-09-18 14:53:56:151 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.execute() result: {"element-6066-11e4-a52e-4f735466cecf":"3166945b-3166-945b-3166-945b3166945b","ELEMENT":"3166945b-3166-945b-3166-945b3166945b"} | |
2024-09-18 14:53:56:152 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/execute/sync 200 2865 ms - 137 | |
2024-09-18 14:53:56:162 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/3166945b-3166-945b-3166-945b3166945b/click {} | |
2024-09-18 14:53:56:162 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.click() with args: ["3166945b-3166-945b-3166-945b3166945b","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:56:162 [863eb6bf][WD Proxy] Matched '/element/3166945b-3166-945b-3166-945b3166945b/click' to command name 'click' | |
2024-09-18 14:53:56:162 [863eb6bf][WD Proxy] Proxying [POST /element/3166945b-3166-945b-3166-945b3166945b/click] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element/3166945b-3166-945b-3166-945b3166945b/click] with body: {"element":"3166945b-3166-945b-3166-945b3166945b"} | |
2024-09-18 14:53:56:397 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":null} | |
2024-09-18 14:53:56:398 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.click() result: null | |
2024-09-18 14:53:56:398 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/3166945b-3166-945b-3166-945b3166945b/click 200 236 ms - 14 | |
2024-09-18 14:53:56:401 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element {"using":"key","value":"editText"} | |
2024-09-18 14:53:56:401 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.findElement() with args: ["key","editText","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:56:401 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Valid locator strategies for this request: xpath, css selector, id, name, class name, -android uiautomator, accessibility id, -ios predicate string, -ios class chain, key, semantics label, text, type, text containing, -flutter key, -flutter semantics label, -flutter text, -flutter type, -flutter text containing | |
2024-09-18 14:53:56:401 [863eb6bf][WD Proxy] Matched '/element' to command name 'findElement' | |
2024-09-18 14:53:56:401 [863eb6bf][WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element] with body: {"strategy":"key","selector":"editText"} | |
2024-09-18 14:53:56:618 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":{"ELEMENT":"1f086228-1f08-6228-1f08-62281f086228","element-6066-11e4-a52e-4f735466cecf":"1f086228-1f08-6228-1f08-62281f086228"}} | |
2024-09-18 14:53:56:618 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"1f086228-1f08-6228-1f08-62281f086228","ELEMENT":"1f086228-1f08-6228-1f08-62281f086228"} | |
2024-09-18 14:53:56:619 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element 200 218 ms - 137 | |
2024-09-18 14:53:56:624 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/1f086228-1f08-6228-1f08-62281f086228/value {"text":"I'm typing in the text field"} | |
2024-09-18 14:53:56:624 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.setValue() with args: ["I'm typing in the text field","1f086228-1f08-6228-1f08-62281f086228","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:56:624 [863eb6bf][WD Proxy] Matched '/element/1f086228-1f08-6228-1f08-62281f086228/value' to command name 'setValue' | |
2024-09-18 14:53:56:624 [863eb6bf][Protocol Converter] Added 'value' property ["I","'","m"," ","t","y","p","i","n","g"," ","i","n"," ","t","h","e"," ","t","e","x","t"," ","f","i","e","l","d"] to 'setValue' request body | |
2024-09-18 14:53:56:624 [863eb6bf][WD Proxy] Proxying [POST /element/1f086228-1f08-6228-1f08-62281f086228/value] to [POST http://127.0.0.1:10000/session/cddabb2b-976b-4413-ab92-1f38eaa61d8e/element/1f086228-1f08-6228-1f08-62281f086228/value] with body: {"text":"I'm typing in the text field","value":["I","'","m"," ","t","y","p","i","n","g"," ","i","n"," ","t","h","e"," ","t","e","x","t"," ","f","i","e","l","d"]} | |
2024-09-18 14:53:57:064 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"cddabb2b-976b-4413-ab92-1f38eaa61d8e","value":null} | |
2024-09-18 14:53:57:064 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.setValue() result: null | |
2024-09-18 14:53:57:065 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/element/1f086228-1f08-6228-1f08-62281f086228/value 200 441 ms - 14 | |
2024-09-18 14:53:57:068 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/appium/device/app_installed {"appId":"com.example.appium_testing_app"} | |
2024-09-18 14:53:57:070 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.isAppInstalled() with args: ["com.example.appium_testing_app","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:57:070 [863eb6bf][ADB] Getting install status for com.example.appium_testing_app | |
2024-09-18 14:53:57:070 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package list packages' | |
2024-09-18 14:53:57:113 [863eb6bf][ADB] 'com.example.appium_testing_app' is installed | |
2024-09-18 14:53:57:113 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.isAppInstalled() result: true | |
2024-09-18 14:53:57:113 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/appium/device/app_installed 200 45 ms - 14 | |
2024-09-18 14:53:57:116 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/appium/device/remove_app {"appId":"com.example.appium_testing_app"} | |
2024-09-18 14:53:57:116 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.removeApp() with args: ["com.example.appium_testing_app",null,null,null,"863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:57:117 [863eb6bf][ADB] Uninstalling com.example.appium_testing_app | |
2024-09-18 14:53:57:117 [863eb6bf][ADB] Getting install status for com.example.appium_testing_app | |
2024-09-18 14:53:57:117 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package list packages' | |
2024-09-18 14:53:57:142 [863eb6bf][ADB] 'com.example.appium_testing_app' is installed | |
2024-09-18 14:53:57:142 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.example.appium_testing_app' | |
2024-09-18 14:53:57:191 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 uninstall com.example.appium_testing_app' | |
2024-09-18 14:53:57:460 [863eb6bf][ADB] 'adb uninstall com.example.appium_testing_app' command output: Success | |
2024-09-18 14:53:57:460 [863eb6bf][ADB] com.example.appium_testing_app was successfully uninstalled | |
2024-09-18 14:53:57:460 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.removeApp() result: true | |
2024-09-18 14:53:57:460 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/appium/device/remove_app 200 344 ms - 14 | |
2024-09-18 14:53:57:464 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/appium/device/install_app {"appPath":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk"} | |
2024-09-18 14:53:57:464 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.installApp() with args: ["/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk",null,null,null,"863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:53:57:466 [863eb6bf][BaseDriver] Using local app '/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk' | |
2024-09-18 14:53:57:770 [863eb6bf][ADB] The application at '/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
2024-09-18 14:53:57:770 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install -r /Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk' | |
2024-09-18 14:53:58:870 [863eb6bf][ADB] The installation of 'app-debug.apk' took 1099ms | |
2024-09-18 14:53:58:870 [863eb6bf][ADB] Install command stdout: Performing Streamed Install | |
Success | |
2024-09-18 14:53:58:871 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.installApp() result: null | |
2024-09-18 14:53:58:872 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/appium/device/install_app 200 1407 ms - 14 | |
2024-09-18 14:54:00:888 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/appium/device/app_installed {"appId":"com.example.appium_testing_app"} | |
2024-09-18 14:54:00:888 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.isAppInstalled() with args: ["com.example.appium_testing_app","863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:54:00:891 [863eb6bf][ADB] Getting install status for com.example.appium_testing_app | |
2024-09-18 14:54:00:891 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package list packages' | |
2024-09-18 14:54:00:948 [863eb6bf][ADB] 'com.example.appium_testing_app' is installed | |
2024-09-18 14:54:00:949 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.isAppInstalled() result: true | |
2024-09-18 14:54:00:949 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/appium/device/app_installed 200 62 ms - 14 | |
2024-09-18 14:54:00:951 [863eb6bf][HTTP] --> POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/execute/sync {"script":"flutter: launchApp","args":[{"appId":"com.example.appium_testing_app","arguments":["--dummy-arguments"],"environment":{}}]} | |
2024-09-18 14:54:00:952 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.execute() with args: ["flutter: launchApp",[{"appId":"com.example.appium_testing_app","arguments":["--dummy-arguments"],"environment":{}}],"863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:54:00:953 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Executing native command 'mobile: activateApp' | |
2024-09-18 14:54:00:955 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Activating 'com.example.appium_testing_app' | |
2024-09-18 14:54:00:955 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package resolve-activity --brief com.example.appium_testing_app' | |
2024-09-18 14:54:00:977 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start-activity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.example.appium_testing_app/.MainActivity' | |
2024-09-18 14:54:01:018 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.example.appium_testing_app/.MainActivity } | |
2024-09-18 14:54:01:019 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:01:019 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:01:038 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:01:039 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:01:191 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:01:191 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:01:201 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:01:201 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:01:353 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:01:354 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:01:359 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:01:359 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:01:510 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:01:510 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:01:515 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:01:515 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:01:666 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:01:666 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:01:670 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:01:670 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:01:821 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:01:821 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:01:825 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:01:825 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:01:976 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:01:977 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:01:980 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:01:980 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:02:132 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:02:132 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:02:150 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:02:150 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:02:302 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:02:303 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:02:308 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:02:308 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:02:459 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:02:459 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:02:462 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:02:462 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:02:613 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:02:614 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:02:617 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:02:617 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:02:768 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:02:769 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:02:784 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:02:785 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:02:935 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:02:935 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:02:938 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:02:938 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:03:090 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:03:090 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:03:093 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:03:093 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:03:244 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:03:245 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:03:248 [863eb6bf][WD Proxy] socket hang up | |
2024-09-18 14:54:03:248 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] FlutterServer not reachable on port 10000, Retrying.. | |
2024-09-18 14:54:03:400 [863eb6bf][WD Proxy] Matched '/status' to command name 'getStatus' | |
2024-09-18 14:54:03:400 [863eb6bf][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:10000/status] with no body | |
2024-09-18 14:54:03:441 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"None","value":{"message":"Flutter driver is ready to accept new connections","appInfo":{"appName":"appium_testing_app","buildNumber":"1","packageName":"com.example.appium_testing_app","version":"1.0.0","buildSignature":"F2C7CEC8F907AB830B7802C2178515D1FD4BEBA154E981FB61FFC8EC9A8F8195","installerStore":"com.android.shell"},"serverVersion":"0.0.27"}} | |
2024-09-18 14:54:03:442 [863eb6bf][WD Proxy] Matched '/session' to command name 'createSession' | |
2024-09-18 14:54:03:442 [863eb6bf][WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:10000/session] with body: {"capabilities":{"alwaysMatch":{"platformName":"Android","appium:automationName":"FlutterIntegration","appium:orientation":"PORTRAIT","appium:app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","appium:newCommandTimeout":240,"appium:flutterServerLaunchTimeout":10000,"appium:flutterEnableMockCamera":true},"firstMatch":[{}]}} | |
2024-09-18 14:54:03:458 [863eb6bf][WD Proxy] Got response with status 200: {"sessionId":"b44da4bb-27a5-473f-ac07-f697605622a7","value":{"platformName":"Android","automationName":"FlutterIntegration","orientation":"PORTRAIT","app":"/Users/saikrishna/Downloads/git/appium-flutter-server/demo-app/build/app/outputs/apk/debug/app-debug.apk","newCommandTimeout":240,"flutterServerLaunchTimeout":10000,"flutterEnableMockCamera":true}} | |
2024-09-18 14:54:03:458 [863eb6bf][WD Proxy] Determined the downstream protocol as 'W3C' | |
2024-09-18 14:54:03:459 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Responding to client with driver.execute() result: null | |
2024-09-18 14:54:03:459 [863eb6bf][HTTP] <-- POST /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2/execute/sync 200 2508 ms - 14 | |
2024-09-18 14:54:03:469 [863eb6bf][HTTP] --> DELETE /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2 {} | |
2024-09-18 14:54:03:470 [863eb6bf][38;5;-36m[AppiumFlutterDriver@ce80] Calling AppiumDriver.deleteSession() with args: ["863eb6bf-886c-4295-aed5-47d1c4be96e2"] | |
2024-09-18 14:54:03:470 [863eb6bf][AppiumDriver@e74b] Event 'quitSessionRequested' logged at 1726671243470 (20:24:03 GMT+0530 (India Standard Time)) | |
2024-09-18 14:54:03:470 [863eb6bf][AppiumDriver@e74b] Removing session 863eb6bf-886c-4295-aed5-47d1c4be96e2 from our master session list | |
2024-09-18 14:54:03:470 [863eb6bf][ADB] Removing forwarded port socket connection: 10000 | |
2024-09-18 14:54:03:470 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:10000' | |
2024-09-18 14:54:03:493 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Deleting UiAutomator2 session | |
2024-09-18 14:54:03:493 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Deleting UiAutomator2 server session | |
2024-09-18 14:54:03:494 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Matched '/' to command name 'deleteSession' | |
2024-09-18 14:54:03:495 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/session/2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd] with no body | |
2024-09-18 14:54:03:536 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Got response with status 200: {"sessionId":"2aa2e67f-8e4d-49ed-bf6d-ad6b0de7a5bd","value":null} | |
2024-09-18 14:54:03:536 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings/.recorder.RecorderService' | |
2024-09-18 14:54:03:539 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.example.appium_testing_app' | |
2024-09-18 14:54:03:626 [863eb6bf][Logcat] Stopping logcat capture | |
2024-09-18 14:54:03:631 [863eb6bf][ADB] Removing forwarded port socket connection: 8200 | |
2024-09-18 14:54:03:631 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:8200' | |
2024-09-18 14:54:03:651 [863eb6bf][38;5;-145m[AndroidUiautomator2Driver@f27e] Restoring hidden api policy to the device default configuration | |
2024-09-18 14:54:03:651 [863eb6bf][ADB] Running '/Users/saikrishna/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy'' | |
2024-09-18 14:54:03:720 [863eb6bf][AppiumDriver@e74b] Event 'quitSessionFinished' logged at 1726671243720 (20:24:03 GMT+0530 (India Standard Time)) | |
2024-09-18 14:54:03:720 [863eb6bf][AppiumDriver@e74b] Received response: null | |
2024-09-18 14:54:03:720 [863eb6bf][AppiumDriver@e74b] But deleting session, so not returning | |
2024-09-18 14:54:03:720 [863eb6bf][AppiumDriver@e74b] Responding to client with driver.deleteSession() result: null | |
2024-09-18 14:54:03:721 [863eb6bf][HTTP] <-- DELETE /wd/hub/session/863eb6bf-886c-4295-aed5-47d1c4be96e2 200 252 ms - 14 | |
2024-09-18 14:54:03:841 [Appium] Received SIGTERM - shutting down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment