Created
April 29, 2020 05:47
-
-
Save map7/9de70cb330d8864c58787a251d5ea128 to your computer and use it in GitHub Desktop.
appium e2e output
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
******************************************************************************** | |
Start of e2e | |
******************************************************************************** | |
> @ e2e /home/map7/code/asset_management | |
> node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts "--devMode" "false" "--runType" "device.samsung" "--verbose" | |
Parsed args: {"port":4723,"projectDir":"/home/map7/code/asset_management","projectBinary":"/home/map7/code/asset_management/node_modules/.bin","pluginRoot":"/home/map7/code/asset_management/node_modules/nativescript-dev-appium","pluginBinary":"/home/map7/code/asset_management/node_modules/nativescript-dev-appium/node_modules/.bin","wdaLocalPort":8410,"testFolder":"e2e","runType":"device.samsung","appiumCapsLocation":"/home/map7/code/asset_management/e2e/config/appium.capabilities.json","verbose":true,"cleanApp":false,"path":"/home/map7/code/asset_management","capabilitiesName":"appium.capabilities.json","driverConfig":{"host":"localhost","port":4723},"logImageTypes":[]} | |
/home/map7/code/asset_management/e2e/config/appium.capabilities.json | |
Capabilities found at: /home/map7/code/asset_management/e2e/config/appium.capabilities.json | |
Automation name set to: UIAutomator2 | |
To change automation name, you need to set it in appium capabilities! | |
Available applications: ["platforms/android/app/build/outputs/apk/debug/app-debug.apk"] | |
Pick first application: "platforms/android/app/build/outputs/apk/debug/app-debug.apk" | |
Application full path: /home/map7/code/asset_management/platforms/android/app/build/outputs/apk/debug/app-debug.apk | |
Running in devMode! | |
If the application is not installed on device, you can use 'tns run android/ ios' to install it! | |
Found devices: [ | |
{ | |
name: 'samsung_galaxy_s8', | |
apiLevel: '24', | |
releaseVersion: '7.0', | |
platform: 'android', | |
type: 'emulator', | |
status: 'booted', | |
token: '5586' | |
} | |
] | |
Default device: { | |
name: 'samsung_galaxy_s8', | |
apiLevel: '24', | |
releaseVersion: '7.0', | |
platform: 'android', | |
type: 'emulator', | |
status: 'booted', | |
token: '5586' | |
} | |
Trying to resolve automatically appPackage! | |
Setting capabilities device.samsung{ "appPackage" : "com.asset.management" }! | |
Trying to resolve automatically appActivity! | |
Setting capabilities device.samsung{ "appActivity : "com.tns.NativeScriptActivity" }! | |
******************************************************************************** | |
ISSUE: name 'management is wrong | |
******************************************************************************** | |
Setting application name as management | |
Starting server... | |
Server args: ["-p","4723","--log-level","debug"] | |
[Appium] Welcome to Appium v1.17.0 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
** Message: 15:25:33.027: Unable to use GNOME Shell's builtin screenshot interface, resorting to fallback X11. | |
Login | |
Creating driver! | |
> CALL init({"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"}) | |
> POST /session {"desiredCapabilities":{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"}} | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"},null,null] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1588137933546 (15:25:33 GMT+1000 (Australian Eastern Standard Time)) | |
[Appium] Appium v1.17.0 creating new AndroidUiautomator2Driver (v1.44.2) session | |
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: { | |
[debug] [BaseDriver] "platformName": "android", | |
[debug] [BaseDriver] "platformVersion": "24", | |
[debug] [BaseDriver] "deviceName": "samsung_galaxy_s8", | |
[debug] [BaseDriver] "avd": "samsung_galaxy_s8", | |
[debug] [BaseDriver] "lt": 60000, | |
[debug] [BaseDriver] "newCommandTimeout": 720, | |
[debug] [BaseDriver] "noReset": true, | |
[debug] [BaseDriver] "fullReset": false, | |
[debug] [BaseDriver] "app": "", | |
[debug] [BaseDriver] "automationName": "UIAutomator2", | |
[debug] [BaseDriver] "udid": "emulator-5586", | |
[debug] [BaseDriver] "appPackage": "com.asset.management", | |
[debug] [BaseDriver] "appActivity": "com.tns.NativeScriptActivity" | |
[debug] [BaseDriver] } | |
[BaseDriver] The following capabilities were provided, but are not recognized by Appium: | |
******************************************************************************** | |
ISSUE: lt wasn't recognized | |
******************************************************************************** | |
[BaseDriver] lt | |
[BaseDriver] Session created with session id: 60942026-29c4-4fa2-a48c-1ac65a35fa3b | |
[UiAutomator2] Starting 'com.asset.management' directly on the device | |
[ADB] Found 1 'build-tools' folders under '/usr/local/android/sdk/' (newest first): | |
[ADB] /usr/local/android/sdk/build-tools/28.0.3 | |
[ADB] Using 'adb' from '/usr/local/android/sdk/platform-tools/adb' | |
[debug] [ADB] Trying to find 'samsung_galaxy_s8' emulator | |
[debug] [ADB] Getting connected emulators | |
[debug] [ADB] Getting connected devices... | |
[debug] [ADB] Connected devices: [{"udid":"emulator-5586","state":"device"}] | |
[debug] [ADB] 1 emulator(s) connected | |
[debug] [ADB] Sending telnet command to device: avd name | |
[debug] [ADB] Getting running emulator port | |
[debug] [ADB] Socket connection to device created | |
[debug] [ADB] Socket connection to device ready | |
[debug] [ADB] Telnet command got response: samsung_galaxy_s8 | |
[debug] [ADB] Found emulator 'samsung_galaxy_s8' on port 5586 | |
[debug] [ADB] Setting device id to emulator-5586 | |
[debug] [AndroidDriver] Not launching AVD because it is already running. | |
[AndroidDriver] Using device: emulator-5586 | |
[ADB] Using 'adb' from '/usr/local/android/sdk/platform-tools/adb' | |
[debug] [ADB] Setting device id to emulator-5586 | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell getprop ro.build.version.sdk' | |
[debug] [ADB] Current device property 'ro.build.version.sdk': 24 | |
[debug] [ADB] Device API level: 24 | |
[AndroidDriver] No app sent in, not parsing package/activity | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 wait-for-device' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell echo ping' | |
[debug] [AndroidDriver] Pushing settings apk to device... | |
[debug] [ADB] Getting install status for io.appium.settings | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys package io.appium.settings' | |
[debug] [ADB] 'io.appium.settings' is installed | |
[debug] [ADB] Getting package info for 'io.appium.settings' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys package io.appium.settings' | |
[debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.1.0' >= '3.1.0') | |
[debug] [ADB] There is no need to install/upgrade '/usr/local/lib/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' | |
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell 'pgrep --help; echo $?'' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell 'pgrep ^appium\\.settings$ || pgrep ^io\\.appium\\.setti$'' | |
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell 'pgrep ^appium\\.settings$ || pgrep ^io\\.appium\\.setti$'' | |
******************************************************************************** | |
Appium Settings | |
******************************************************************************** | |
[debug] [ADB] Starting Appium Settings app | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER' | |
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell 'pgrep ^appium\\.settings$ || pgrep ^io\\.appium\\.setti$'' | |
[debug] [Logcat] Starting logcat capture | |
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8200 | |
[debug] [ADB] Forwarding system: 8200 to device: 6790 | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 forward tcp\:8200 tcp\:6790' | |
******************************************************************************** | |
Suggestion: Make appium-uiautomator2-server-v4.5.5.apk writable | |
******************************************************************************** | |
[UiAutomator2] Server package at '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' is not writeable. Will copy it into the temporary location at '/tmp/2020329-28403-bq2ca9.mnhf8' as a workaround. Consider making this file writeable manually in order to improve the performance of session startup. | |
[UiAutomator2] Server package at '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is not writeable. Will copy it into the temporary location at '/tmp/2020329-28403-bq2ca9.mnhf8' as a workaround. Consider making this file writeable manually in order to improve the performance of session startup. | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [ADB] 'io.appium.uiautomator2.server' is installed | |
[debug] [ADB] Getting package info for 'io.appium.uiautomator2.server' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.5.5' >= '4.5.5') | |
[debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled | |
[debug] [ADB] Checking app cert for /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-v4.5.5.apk | |
[ADB] Using 'apksigner.jar' from '/usr/local/android/sdk/build-tools/28.0.3/lib/apksigner.jar' | |
[debug] [ADB] Starting apksigner: /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/bin/java -Xmx1024M -Xss1m -jar /usr/local/android/sdk/build-tools/28.0.3/lib/apksigner.jar verify --print-certs /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-v4.5.5.apk | |
[debug] [ADB] '/tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-v4.5.5.apk' is not signed | |
[ADB] Using 'zipalign' from '/usr/local/android/sdk/build-tools/28.0.3/zipalign' | |
[debug] [ADB] /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-v4.5.5.apk' is already zip-aligned. Doing nothing | |
[debug] [ADB] Signing '/tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-v4.5.5.apk' with default cert | |
[debug] [ADB] Starting apksigner: /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/bin/java -Xmx1024M -Xss1m -jar /usr/local/android/sdk/build-tools/28.0.3/lib/apksigner.jar sign --key /usr/local/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8 --cert /usr/local/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-v4.5.5.apk | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys package io.appium.uiautomator2.server.test' | |
[debug] [ADB] 'io.appium.uiautomator2.server.test' is installed | |
[debug] [ADB] Checking app cert for /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-debug-androidTest.apk | |
[debug] [ADB] Starting apksigner: /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/bin/java -Xmx1024M -Xss1m -jar /usr/local/android/sdk/build-tools/28.0.3/lib/apksigner.jar verify --print-certs /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-debug-androidTest.apk | |
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: CN=Android Debug, O=Android, C=US | |
[debug] [ADB] Signer #1 certificate SHA-256 digest: 3e4f2ab66d641bbbd363421151755f8b12b66ea37a5db43c52116596b7392a8e | |
[debug] [ADB] Signer #1 certificate SHA-1 digest: e24fc8971c0aad07d1df6cc62af7fb0d48b45b60 | |
[debug] [ADB] Signer #1 certificate MD5 digest: 5623d53469c7f7147b52ace9d09901eb | |
[debug] [ADB] | |
[debug] [ADB] '/tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-debug-androidTest.apk' is signed with a non-default certificate | |
[debug] [ADB] /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-debug-androidTest.apk' is already zip-aligned. Doing nothing | |
[debug] [ADB] Signing '/tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-debug-androidTest.apk' with default cert | |
[debug] [ADB] Starting apksigner: /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/bin/java -Xmx1024M -Xss1m -jar /usr/local/android/sdk/build-tools/28.0.3/lib/apksigner.jar sign --key /usr/local/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8 --cert /usr/local/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-debug-androidTest.apk | |
[UiAutomator2] Server packages are going to be (re)installed | |
******************************************************************************** | |
Full reinstall??? | |
******************************************************************************** | |
[UiAutomator2] Full packages reinstall is going to be performed | |
[debug] [ADB] Uninstalling io.appium.uiautomator2.server | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [ADB] 'io.appium.uiautomator2.server' is installed | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell am force-stop io.appium.uiautomator2.server' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 uninstall io.appium.uiautomator2.server' | |
[debug] [ADB] 'adb uninstall io.appium.uiautomator2.server' command output: Success | |
[ADB] io.appium.uiautomator2.server was successfully uninstalled | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 help' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 features' | |
[ADB] The application at '/tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-v4.5.5.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 install -r /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-v4.5.5.apk' | |
[ADB] The installation of 'appium-uiautomator2-server-v4.5.5.apk' took 3006ms | |
[debug] [ADB] Install command stdout: Performing Streamed Install | |
[debug] [ADB] Success | |
[debug] [ADB] Uninstalling io.appium.uiautomator2.server.test | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys package io.appium.uiautomator2.server.test' | |
[debug] [ADB] 'io.appium.uiautomator2.server.test' is installed | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell am force-stop io.appium.uiautomator2.server.test' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 uninstall io.appium.uiautomator2.server.test' | |
[debug] [ADB] 'adb uninstall io.appium.uiautomator2.server.test' command output: Success | |
[ADB] io.appium.uiautomator2.server.test was successfully uninstalled | |
[ADB] The application at '/tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-debug-androidTest.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 install -r /tmp/2020329-28403-bq2ca9.mnhf8/appium-uiautomator2-server-debug-androidTest.apk' | |
[ADB] The installation of 'appium-uiautomator2-server-debug-androidTest.apk' took 1329ms | |
[debug] [ADB] Install command stdout: Performing Streamed Install | |
[debug] [ADB] Success | |
[debug] [UiAutomator2] Waiting up to 30000ms for services to be available | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell pm list instrumentation' | |
[debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available | |
[debug] [UiAutomator2] No app capability. Assuming it is already on the device | |
[debug] [UiAutomator2] Performing shallow cleanup of automation leftovers | |
[debug] [UiAutomator2] No obsolete sessions have been detected (Error: socket hang up) | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell am force-stop io.appium.uiautomator2.server.test' | |
[UiAutomator2] Starting UIAutomator2 server 4.5.5 | |
[UiAutomator2] Using UIAutomator2 server from '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' and test from '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online... | |
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5586","shell","am","instrument","-w","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"] | |
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[WD Proxy] Got response with unknown status: {"code":"ECONNRESET"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"None","value":{"ready":true,"message":"UiAutomator2 Server is ready to accept commands"}} | |
[debug] [UiAutomator2] The initialization of the instrumentation process took 2046ms | |
[debug] [WD Proxy] Matched '/session' to command name 'createSession' | |
[debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"},"platformName":"android","platformVersion":"24","deviceName":"emulator-5586","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity","deviceUDID":"emulator-5586"}],"alwaysMatch":{}}} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":{"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"},"platformName":"android","platformVersion":"24","deviceName":"emulator-5586","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity","deviceUDID":"emulator-5586"}],"alwa... | |
[WD Proxy] Determined the downstream protocol as 'W3C' | |
[debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/appium/device/info] with no body | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":{"androidId":"4a35ca2c1bdae383","manufacturer":"Google","model":"Android SDK built for x86","brand":"google","apiVersion":"24","platformVersion":"7.0","carrierName":"Android","realDisplaySize":"480x854","displayDensity":160,"networks":[{"type":0,"typeName":"MOBILE","subtype":13,"subtypeName":"LTE","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":"epc.tmobile.com","isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"TRANSPORT_CELLULAR","networkCapabilities":"NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_CBS,NET_CAPABILITY_FOTA,NET_CAPABILITY_IMS,NET_CAPABILITY_SUPL,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_MMS,NET_CAPABILITY_INTERNET,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_IA","linkUpstreamBandwidthKbps":51200,"linkDownBandwidthKbps":102400,"signalStrength":-2147483648,"networkSpecifier":"1","SSID":null}}],"locale":"en_US","timeZone":"Australia\/Melbourne","bluetoo... | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys window' | |
[AndroidDriver] Screen already unlocked, doing nothing | |
[UiAutomator2] Starting 'com.asset.management/com.tns.NativeScriptActivity and waiting for 'com.asset.management/com.tns.NativeScriptActivity' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell am start -W -n com.asset.management/com.tns.NativeScriptActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000' | |
[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/appium/device/pixel_ratio] with body: {} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":1} | |
[debug] [WD Proxy] Matched '/appium/device/system_bars' to command name 'getSystemBars' | |
[debug] [WD Proxy] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/appium/device/system_bars] with body: {} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":{"statusBar":24}} | |
[debug] [WD Proxy] Matched '/window/current/size' to command name 'getWindowSize' | |
[debug] [WD Proxy] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/window/current/size] with body: {} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":{"height":854,"width":480}} | |
[Appium] New AndroidUiautomator2Driver session created successfully, session 60942026-29c4-4fa2-a48c-1ac65a35fa3b added to master session list | |
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1588137950405 (15:25:50 GMT+1000 (Australian Eastern Standard Time)) | |
[debug] [MJSONWP (60942026)] Cached the protocol value 'MJSONWP' for the new session 60942026-29c4-4fa2-a48c-1ac65a35fa3b | |
[debug] [MJSONWP (60942026)] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"},"platformName":"android","platformVersion":"7.0","deviceName":"emulator-5586","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity","deviceUDID":"emulator-5586","deviceApiLevel":24,"deviceScreenSize":"480x854","deviceScreenDensity":160,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","... | |
Driving the web on session: 60942026-29c4-4fa2-a48c-1ac65a35fa3b | |
> RESPONSE init({"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"}) "60942026-29c4-4fa2-a48c-1ac65a35fa3b",{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"},"platformName":"android","platformVersion":"7.0","deviceName":"emulator-5586","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity","deviceUDID":"emulator-5586","deviceApiLevel":24,"deviceScreenSize":"480x854","deviceScreenDensity":160,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":1,"statBarHeight":24,"viewportRect":{"left":0,"top":24,"width":480,"height":830}} | |
> CALL sessionCapabilities() | |
> GET /session/:sessionID | |
[HTTP] <-- POST /wd/hub/session 200 16865 ms - 1186 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b | |
[HTTP] {} | |
[debug] [MJSONWP (60942026)] Calling AppiumDriver.getSession() with args: ["60942026-29c4-4fa2-a48c-1ac65a35fa3b"] | |
[debug] [UiAutomator2] Getting session details from server to mix in | |
[debug] [WD Proxy] Matched '/' to command name 'getSession' | |
[debug] [WD Proxy] Proxying [GET /] to [GET http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40] with body: {} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":{}} | |
[debug] [MJSONWP (60942026)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"},"platformName":"android","platformVersion":"7.0","deviceName":"emulator-5586","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity","deviceUDID":"emulator-5586","deviceApiLevel":24,"deviceScreenSize":"480x854","deviceScreenDensity":160,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","... | |
> RESPONSE sessionCapabilities() {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","platformVersion":"24","deviceName":"samsung_galaxy_s8","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity"},"platformName":"android","platformVersion":"7.0","deviceName":"emulator-5586","avd":"samsung_galaxy_s8","lt":60000,"newCommandTimeout":720,"noReset":true,"fullReset":false,"app":"","automationName":"UIAutomator2","udid":"emulator-5586","appPackage":"com.asset.management","appActivity":"com.tns.NativeScriptActivity","deviceUDID":"emulator-5586","deviceApiLevel":24,"deviceScreenSize":"480x854","deviceScreenDensity":160,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":1,"statBarHeight":24,"viewportRect":{"left":0,"top":24,"width":480,"height":830}} | |
Session info: | |
{ | |
platform: 'LINUX', | |
webStorageEnabled: false, | |
takesScreenshot: true, | |
javascriptEnabled: true, | |
databaseEnabled: false, | |
networkConnectionEnabled: true, | |
locationContextEnabled: false, | |
warnings: {}, | |
desired: { | |
platformName: 'android', | |
platformVersion: '24', | |
deviceName: 'samsung_galaxy_s8', | |
avd: 'samsung_galaxy_s8', | |
lt: 60000, | |
newCommandTimeout: 720, | |
noReset: true, | |
fullReset: false, | |
app: '', | |
automationName: 'UIAutomator2', | |
udid: 'emulator-5586', | |
appPackage: 'com.asset.management', | |
appActivity: 'com.tns.NativeScriptActivity' | |
}, | |
platformName: 'android', | |
platformVersion: '7.0', | |
deviceName: 'emulator-5586', | |
avd: 'samsung_galaxy_s8', | |
lt: 60000, | |
newCommandTimeout: 720, | |
noReset: true, | |
fullReset: false, | |
app: '', | |
automationName: 'UIAutomator2', | |
udid: 'emulator-5586', | |
appPackage: 'com.asset.management', | |
appActivity: 'com.tns.NativeScriptActivity', | |
deviceUDID: 'emulator-5586', | |
deviceApiLevel: 24, | |
deviceScreenSize: '480x854', | |
deviceScreenDensity: 160, | |
deviceModel: 'Android SDK built for x86', | |
deviceManufacturer: 'Google', | |
pixelRatio: 1, | |
statBarHeight: 24, | |
viewportRect: { left: 0, top: 24, width: 480, height: 830 } | |
} | |
Appium settings: | |
> CALL settings() | |
> GET /session/:sessionID/appium/settings | |
[HTTP] <-- GET /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b 200 33 ms - 1186 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/appium/settings | |
[HTTP] {} | |
[debug] [MJSONWP (60942026)] Calling AppiumDriver.getSettings() with args: ["60942026-29c4-4fa2-a48c-1ac65a35fa3b"] | |
[debug] [WD Proxy] Matched '/appium/settings' to command name 'getSettings' | |
[debug] [WD Proxy] Proxying [GET /appium/settings] to [GET http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/appium/settings] with no body | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":{"actionAcknowledgmentTimeout":3000,"allowInvisibleElements":false,"ignoreUnimportantViews":false,"elementResponseAttributes":"","enableMultiWindows":false,"enableNotificationListener":true,"keyInjectionDelay":0,"scrollAcknowledgmentTimeout":200,"shouldUseCompactResponses":true,"waitForIdleTimeout":10000,"waitForSelectorTimeout":10000,"normalizeTagNames":false,"shutdownOnPowerDisconnect":true,"trackScrollEvents":true,"wakeLockTimeout":86394119}} | |
[debug] [MJSONWP (60942026)] Responding to client with driver.getSettings() result: {"imageMatchThreshold":0.4,"fixImageFindScreenshotDims":true,"fixImageTemplateSize":false,"fixImageTemplateScale":false,"defaultImageTemplateScale":1,"checkForImageElementStaleness":true,"autoUpdateImageElementPosition":false,"imageElementTapStrategy":"w3cActions","getMatchedImageResult":false,"ignoreUnimportantViews":false,"allowInvisibleElements":false,"actionAcknowledgmentTimeout":3000,"elementResponseAttributes":"","enableMultiWindows":false,"enableNotificationListener":true,"keyInjectionDelay":0,"scrollAcknowledgmentTimeout":200,"shouldUseCompactResponses":true,"waitForIdleTimeout":10000,"waitForSelectorTimeout":10000,"normalizeTagNames":false,"shutdownOnPowerDisconnect":true,"trackScrollEvents":true,"wakeLockTimeout":86394119} | |
> RESPONSE settings() {"imageMatchThreshold":0.4,"fixImageFindScreenshotDims":true,"fixImageTemplateSize":false,"fixImageTemplateScale":false,"defaultImageTemplateScale":1,"checkForImageElementStaleness":true,"autoUpdateImageElementPosition":false,"imageElementTapStrategy":"w3cActions","getMatchedImageResult":false,"ignoreUnimportantViews":false,"allowInvisibleElements":false,"actionAcknowledgmentTimeout":3000,"elementResponseAttributes":"","enableMultiWindows":false,"enableNotificationListener":true,"keyInjectionDelay":0,"scrollAcknowledgmentTimeout":200,"shouldUseCompactResponses":true,"waitForIdleTimeout":10000,"waitForSelectorTimeout":10000,"normalizeTagNames":false,"shutdownOnPowerDisconnect":true,"trackScrollEvents":true,"wakeLockTimeout":86394119} | |
{ | |
imageMatchThreshold: 0.4, | |
fixImageFindScreenshotDims: true, | |
fixImageTemplateSize: false, | |
fixImageTemplateScale: false, | |
defaultImageTemplateScale: 1, | |
checkForImageElementStaleness: true, | |
autoUpdateImageElementPosition: false, | |
imageElementTapStrategy: 'w3cActions', | |
getMatchedImageResult: false, | |
ignoreUnimportantViews: false, | |
allowInvisibleElements: false, | |
actionAcknowledgmentTimeout: 3000, | |
elementResponseAttributes: '', | |
enableMultiWindows: false, | |
enableNotificationListener: true, | |
keyInjectionDelay: 0, | |
scrollAcknowledgmentTimeout: 200, | |
shouldUseCompactResponses: true, | |
waitForIdleTimeout: 10000, | |
waitForSelectorTimeout: 10000, | |
normalizeTagNames: false, | |
shutdownOnPowerDisconnect: true, | |
trackScrollEvents: true, | |
wakeLockTimeout: 86394119 | |
} | |
******************************************************************************** | |
Appium driver started | |
******************************************************************************** | |
Appium driver has started successfully! | |
** Message: 15:25:50.656: Unable to use GNOME Shell's builtin screenshot interface, resorting to fallback X11. | |
Actual view port: {"timeOutSeconds":2,"tolerance":0,"toleranceType":"pixel","waitBeforeCreatingInitialImageCapture":5000,"donNotAppendActualSuffixOnIntialImageCapture":false,"keepOriginalImageSize":true,"keepOriginalImageName":false,"isDeviceSpecific":true,"cropRectangle":{"x":0,"y":24,"width":480,"height":830},"overwriteActualImage":false} | |
> CALL resetApp() | |
> POST /session/:sessionID/appium/app/reset | |
[HTTP] <-- GET /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/appium/settings 200 58 ms - 814 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/appium/app/reset | |
[HTTP] {} | |
[debug] [MJSONWP (60942026)] Calling AppiumDriver.reset() with args: ["60942026-29c4-4fa2-a48c-1ac65a35fa3b"] | |
[debug] [ADB] Getting install status for com.asset.management | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell dumpsys package com.asset.management' | |
[debug] [ADB] 'com.asset.management' is installed | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell am force-stop com.asset.management' | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell pm clear com.asset.management' | |
[debug] [AndroidDriver] Performed fast reset on the installed 'com.asset.management' application (stop and clear) | |
[debug] [ADB] Running '/usr/local/android/sdk/platform-tools/adb -P 5037 -s emulator-5586 shell am start -W -n com.asset.management/com.tns.NativeScriptActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000' | |
[debug] [MJSONWP (60942026)] Responding to client with driver.reset() result: null | |
> RESPONSE resetApp() | |
[HTTP] <-- POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/appium/app/reset 200 5119 ms - 76 | |
[HTTP] | |
> CALL waitForElementByAccessibilityId("email",5000) | |
> CALL elements("accessibility id","email") | |
> POST /session/:sessionID/elements {"using":"accessibility id","value":"email"} | |
[HTTP] --> POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/elements | |
[HTTP] {"using":"accessibility id","value":"email"} | |
[debug] [MJSONWP (60942026)] Calling AppiumDriver.findElements() with args: ["accessibility id","email","60942026-29c4-4fa2-a48c-1ac65a35fa3b"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/elements' to command name 'findElements' | |
[debug] [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/elements] with body: {"strategy":"accessibility id","selector":"email","context":"","multiple":true} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":[]} | |
[debug] [MJSONWP (60942026)] Responding to client with driver.findElements() result: [] | |
> RESPONSE elements("accessibility id","email") [] | |
[HTTP] <-- POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/elements 200 995 ms - 74 | |
[HTTP] | |
> CALL elements("accessibility id","email") | |
> POST /session/:sessionID/elements {"using":"accessibility id","value":"email"} | |
[HTTP] --> POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/elements | |
[HTTP] {"using":"accessibility id","value":"email"} | |
[debug] [MJSONWP (60942026)] Calling AppiumDriver.findElements() with args: ["accessibility id","email","60942026-29c4-4fa2-a48c-1ac65a35fa3b"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/elements' to command name 'findElements' | |
[debug] [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/elements] with body: {"strategy":"accessibility id","selector":"email","context":"","multiple":true} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":[{"ELEMENT":"cdf57f25-a65f-4664-b537-951bd262cf2f","element-6066-11e4-a52e-4f735466cecf":"cdf57f25-a65f-4664-b537-951bd262cf2f"}]} | |
[debug] [MJSONWP (60942026)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"cdf57f25-a65f-4664-b537-951bd262cf2f","ELEMENT":"cdf57f25-a65f-4664-b537-951bd262cf2f"}] | |
> RESPONSE elements("accessibility id","email") [{"ELEMENT":"cdf57f25-a65f-4664-b537-951bd262cf2f"}] | |
> RESPONSE waitForElementByAccessibilityId("email",5000) {"ELEMENT":"cdf57f25-a65f-4664-b537-951bd262cf2f"} | |
> CALL waitForElementByAccessibilityId("email",1000) | |
> CALL elements("accessibility id","email") | |
> POST /session/:sessionID/elements {"using":"accessibility id","value":"email"} | |
[HTTP] <-- POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/elements 200 45 ms - 201 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/elements | |
[HTTP] {"using":"accessibility id","value":"email"} | |
[debug] [MJSONWP (60942026)] Calling AppiumDriver.findElements() with args: ["accessibility id","email","60942026-29c4-4fa2-a48c-1ac65a35fa3b"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/elements' to command name 'findElements' | |
[debug] [WD Proxy] Proxying [POST /elements] to [POST http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/elements] with body: {"strategy":"accessibility id","selector":"email","context":"","multiple":true} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":[{"ELEMENT":"81c3d6a8-7c41-4aee-927f-4b0c4af006fc","element-6066-11e4-a52e-4f735466cecf":"81c3d6a8-7c41-4aee-927f-4b0c4af006fc"}]} | |
[debug] [MJSONWP (60942026)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"81c3d6a8-7c41-4aee-927f-4b0c4af006fc","ELEMENT":"81c3d6a8-7c41-4aee-927f-4b0c4af006fc"}] | |
> RESPONSE elements("accessibility id","email") [{"ELEMENT":"81c3d6a8-7c41-4aee-927f-4b0c4af006fc"}] | |
> RESPONSE waitForElementByAccessibilityId("email",1000) {"ELEMENT":"81c3d6a8-7c41-4aee-927f-4b0c4af006fc"} | |
> CALL element.click() | |
> POST /session/:sessionID/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/click | |
[HTTP] <-- POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/elements 200 36 ms - 201 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/click | |
[HTTP] {} | |
[debug] [MJSONWP (60942026)] Calling AppiumDriver.click() with args: ["81c3d6a8-7c41-4aee-927f-4b0c4af006fc","60942026-29c4-4fa2-a48c-1ac65a35fa3b"] | |
[debug] [WD Proxy] Matched '/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/click' to command name 'click' | |
[debug] [WD Proxy] Proxying [POST /element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/click] to [POST http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/click] with body: {"element":"81c3d6a8-7c41-4aee-927f-4b0c4af006fc"} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"1952dc73-cd88-4859-ae13-49fe8e51aa40","value":null} | |
[debug] [MJSONWP (60942026)] Responding to client with driver.click() result: null | |
> RESPONSE element.click() | |
> CALL element.clear() | |
> POST /session/:sessionID/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/clear | |
[HTTP] <-- POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/click 200 45 ms - 76 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/60942026-29c4-4fa2-a48c-1ac65a35fa3b/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/clear | |
[HTTP] {} | |
[debug] [MJSONWP (60942026)] Calling AppiumDriver.clear() with args: ["81c3d6a8-7c41-4aee-927f-4b0c4af006fc","60942026-29c4-4fa2-a48c-1ac65a35fa3b"] | |
[debug] [WD Proxy] Matched '/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/clear' to command name 'clear' | |
[debug] [WD Proxy] Proxying [POST /element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/clear] to [POST http://127.0.0.1:8200/wd/hub/session/1952dc73-cd88-4859-ae13-49fe8e51aa40/element/81c3d6a8-7c41-4aee-927f-4b0c4af006fc/clear] with body: {"elementId":"81c3d6a8-7c41-4aee-927f-4b0c4af006fc"} | |
~/code/asset_management % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment