Skip to content

Instantly share code, notes, and snippets.

@nichotined
Created November 23, 2018 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nichotined/c050244144239edcaf9df487045f09e5 to your computer and use it in GitHub Desktop.
Save nichotined/c050244144239edcaf9df487045f09e5 to your computer and use it in GitHub Desktop.
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"Android","platformVersion":"9.0","udid":"emulator-5554","deviceName":"Emulator","appActivity":"com.gojek.golife.presentation.feature.LifeSplashActivity","autoGrantPermissions":"True","automationName":"Espresso","newCommandTimeout":"50000","app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","noReset":"True"},null,{"firstMatch":[{"platformName":"Android","appium:platformVersion":"9.0","appium:udid":"emulator-5554","appium:deviceName":"Emulator","appium:appActivity":"com.gojek.golife.presentation.feature.LifeSplashActivity","appium:autoGrantPermissions":"True","appium:automationName":"Espresso","appium:newCommandTimeout":"50000","appium:app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","appium:noReset":"True"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1543000464278 (02:14:24 GMT+0700 (WIB))
[BaseDriver] Number capability passed in as string. Functionality may be compromised.
[Appium] Could not parse W3C capabilities: 'noReset' must be of type boolean
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The capabilities ["platformVersion","udid","deviceName","appActivity","autoGrantPermissions","automationName","newCommandTimeout","app","noReset"] are not standard capabilities and should have an extension prefix
[BaseDriver] Number capability passed in as string. Functionality may be compromised.
[Appium] Could not parse fixed W3C capabilities: 'noReset' must be of type boolean. Falling back to JSONWP protocol
[Appium] Creating new EspressoDriver (v1.2.1) session
[Appium] Capabilities:
[Appium] platformName: Android
[Appium] platformVersion: 9.0
[Appium] udid: emulator-5554
[Appium] deviceName: Emulator
[Appium] appActivity: com.gojek.golife.presentation.feature.LifeSplashActivity
[Appium] autoGrantPermissions: True
[Appium] automationName: Espresso
[Appium] newCommandTimeout: 50000
[Appium] app: /Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk
[Appium] noReset: True
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"platformName":"Android","...
[BaseDriver] Capability 'noReset' changed from string to boolean. This may cause unexpected behavior
[BaseDriver] Capability 'autoGrantPermissions' changed from string to boolean. This may cause unexpected behavior
[BaseDriver] Capability 'newCommandTimeout' changed from string ('50000') to integer (50000). This may cause unexpected behavior
[BaseDriver] Session created with session id: 98a829a2-86dc-4e6c-a473-f4279794c0c9
[BaseDriver] Using local app '/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk'
[debug] [Espresso] Checking whether app is actually present
[Espresso] EspressoDriver version: 1.2.1
[AndroidDriver] Java version is: 1.8.0_181
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[AndroidDriver] Using device: emulator-5554
[debug] [ADB] Setting device id to emulator-5554
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 28
[debug] [ADB] Device API level: 28
[Espresso] Relaxing hidden api policy
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_pre_p_apps 1'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_p_apps 1'
[debug] [AndroidDriver] Parsing package and activity from app manifest
[debug] [ADB] Starting '/Users/nicholaslagaunne/Library/Android/sdk/tools/bin/apkanalyzer' with args ["-h","manifest","print","/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk"]
[ADB] Package name: 'com.gojek.life.staging'
[ADB] Main activity name: 'com.gojek.golife.presentation.feature.LifeSplashActivity'
[debug] [AndroidDriver] Parsed package and activity are: com.gojek.life.staging/com.gojek.golife.presentation.feature.LifeSplashActivity
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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 '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
[debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.10.0' >= '2.10.0')
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell ps'
[debug] [ADB] Device API level: 28
[debug] [ADB] Device API level: 28
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global animator_duration_scale'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global transition_animation_scale'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global window_animation_scale'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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 '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
[debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.10.0' >= '2.10.0')
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell ps'
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[debug] [ADB] Device API level: 28
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow'
[AndroidDriver] setDeviceLanguageCountry requires language or country.
[AndroidDriver] Got language: 'null' and country: 'null'
[debug] [Logcat] Starting logcat capture
[debug] [Espresso] Forwarding Espresso Server port 6791 to 8300
[debug] [ADB] Forwarding system: 8300 to device: 6791
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8300 tcp\:6791'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [ADB] Checking app cert for /Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk
[debug] [ADB] Starting '/Users/nicholaslagaunne/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk"]'
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] '/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk' is already signed.
[debug] [ADB] Getting install status for com.gojek.life.staging
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.gojek.life.staging'
[debug] [ADB] 'com.gojek.life.staging' is installed
[debug] [ADB] Getting package info for 'com.gojek.life.staging'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.gojek.life.staging'
[debug] [ADB] The installed 'com.gojek.life.staging' package does not require upgrade ('3.14.0' >= '3.14.0')
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell ls /data/local/tmp/espresso.apppackage'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /data/local/tmp/espresso.apppackage'
[debug] [Espresso] The previous target application package was 'com.gojek.life.staging'. The current package is 'com.gojek.life.staging'
[debug] [ADB] Checking app cert for /var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/io.appium.espressoserver.test_1.2.1_com.gojek.life.staging.apk
[debug] [ADB] Starting '/Users/nicholaslagaunne/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/io.appium.espressoserver.test_1.2.1_com.gojek.life.staging.apk"]'
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] '/var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/io.appium.espressoserver.test_1.2.1_com.gojek.life.staging.apk' is already signed.
[debug] [ADB] Getting install status for io.appium.espressoserver.test
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.espressoserver.test'
[debug] [ADB] 'io.appium.espressoserver.test' is installed
[debug] [ADB] Getting package info for 'io.appium.espressoserver.test'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.espressoserver.test'
[debug] [ADB] The installed 'io.appium.espressoserver.test' package does not require upgrade ('1.0.0' >= '1.0.0')
[Espresso] Installed Espresso Test Server apk '/var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/io.appium.espressoserver.test_1.2.1_com.gojek.life.staging.apk' (pkg: 'io.appium.espressoserver.test')
[Espresso] Starting Espresso Server v1.2.1 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/android.support.test.runner.AndroidJUnitRunner
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/android.support.test.runner.AndroidJUnitRunner"]
[debug] [Espresso] [Instrumentation][STDOUT]
[Espresso] Waiting for Espresso to be online...
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] [MJSONWP] Matched JSONWP error code 13 to UnknownError
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"83902261-5ada-446f-bd01-70505012de92\",\"sessionId\":null,\"status\":0,\"value\":null}"
[debug] [JSONWP Proxy] Matched '/session' to command name 'createSession'
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8300/session] with body: {"desiredCapabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"9.0","udid":"emulator-5554","deviceName":"Emulator","appActivity":"com.gojek.golife.presentation.feature.LifeSplashActivity","autoGrantPermissions":true,"automationName":"Espresso","newCommandTimeout":50000,"app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","noReset":true},"platformName":"Android","platformVersion":"9.0","udid":"emulator-5554","deviceName":"emulator-5554","appActivity":"com.gojek.golife.presentation.feature.LifeSplashActivity","autoGrantPermissions":true,"automationName":"Espresso","newCommandTimeout":50000,"app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","noReset":true,"deviceUDID":"emulator-5554","appPackage":"com.gojek.life.staging"}}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"b518d492-ecd6-4ec7-96ad-3eba3626be14","sessionId":"720c346b-2ac3-459a-9cfb-0aba24e9d571","status":0,"value":{"desiredCapabilities":{"appActivity":"com.gojek.golife.presentation.feature.LifeSplashActivity"},"id":"720c346b-2ac3-459a-9cfb-0aba24e9d571"}}
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'echo "com.gojek.life.staging" > "/data/local/tmp/espresso.apppackage"''
[Espresso] Recorded the target application package 'com.gojek.life.staging' to /data/local/tmp/espresso.apppackage
[debug] [JSONWP Proxy] Proxying [GET /appium/device/info] to [GET http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/appium/device/info] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"4c2f1424-06cd-41a3-9c61-cc84f6497ee5\",\"sessionId\":\"720c346b-2ac3-459a-9cfb-0aba24e9d571\",\"status\":0,\"value\":{\"realDisplaySize\":\"1080x1920\",\"apiVersion\":\"28\",\"carrierName\":\"Android\",\"platformVersion\":\"9\",\"model\":\"Android SDK built for x86\",\"brand\":\"google\",\"androidId\":\"bd728e3b231ee3d2\",\"manufacturer\":\"Google\",\"displayDensity\":420}}"
[Appium] New EspressoDriver session created successfully, session 98a829a2-86dc-4e6c-a473-f4279794c0c9 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1543000493241 (02:14:53 GMT+0700 (WIB))
[debug] [MJSONWP (98a829a2)] Cached the protocol value 'MJSONWP' for the new session 98a829a2-86dc-4e6c-a473-f4279794c0c9
[debug] [MJSONWP (98a829a2)] Responding to client with driver.createSession() result: {"platformName":"Android","platformVersion":"9.0","udid":"emulator-5554","deviceName":"Emulator","appActivity":"com.gojek.golife.presentation.feature.LifeSplashActivity","autoGrantPermissions":true,"automationName":"Espresso","newCommandTimeout":50000,"app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","noReset":true}
[HTTP] <-- POST /wd/hub/session 200 28970 ms - 411
[HTTP]
[HTTP] --> GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/source
[HTTP] {}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/source' to command name 'getPageSource'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/source] to [GET http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/source] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"7e44e8a1-1148-4fba-a431-ac15e92df5f1\",\"sessionId\":\"720c346b-2ac3-459a-9cfb-0aba24e9d571\",\"status\":0,\"value\":\"\\u003c?xml version\\u003d\\u00271.0\\u0027 encoding\\u003d\\u0027UTF-8\\u0027 standalone\\u003d\\u0027yes\\u0027 ?\\u003e\\r\\n\\u003ccom.android.internal.policy.DecorView index\\u003d\\\"0\\\" package\\u003d\\\"com.gojek.life.staging\\\" class\\u003d\\\"com.android.internal.policy.DecorView\\\" checkable\\u003d\\\"false\\\" checked\\u003d\\\"false\\\" clickable\\u003d\\\"false\\\" enabled\\u003d\\\"true\\\" focusable\\u003d\\\"false\\\" focused\\u003d\\\"false\\\" scrollable\\u003d\\\"false\\\" long-clickable\\u003d\\\"false\\\" password\\u003d\\\"false\\\" selected\\u003d\\\"false\\\" bounds\\u003d\\\"[0,0][1080,1920]\\\" resource-id\\u003d\\\"\\\"\\u003e\\r\\n \\u003candroid.widget.LinearLayout index\\u003d\\\"0\\\" package\\u003d\\\"com.gojek.life.staging\\\" class\\u003d\\\"android.widget.LinearLayout\\\" checkable\\u003d\\\"false\\\" checked\\u003d\\\"false\\\" clickable...
[JSONWP Proxy] Replacing sessionId 720c346b-2ac3-459a-9cfb-0aba24e9d571 with 98a829a2-86dc-4e6c-a473-f4279794c0c9
[HTTP] <-- GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/source 200 641 ms - 119994
[HTTP]
[HTTP] --> POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element
[HTTP] {"using":"xpath","value":"//*","sessionId":"98a829a2-86dc-4e6c-a473-f4279794c0c9"}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element] to [POST http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/element] with body: {"using":"xpath","value":"//*","sessionId":"98a829a2-86dc-4e6c-a473-f4279794c0c9"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"8b655fb2-ab95-415a-aabe-6ebcbc11360e","sessionId":"720c346b-2ac3-459a-9cfb-0aba24e9d571","status":0,"value":{"ELEMENT":"7aa8223a-9926-4543-ae97-1466578e2bde"}}
[JSONWP Proxy] Replacing sessionId 720c346b-2ac3-459a-9cfb-0aba24e9d571 with 98a829a2-86dc-4e6c-a473-f4279794c0c9
[HTTP] <-- POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element 200 156 ms - 166
[HTTP]
[HTTP] --> GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/location
[HTTP] {}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/location' to command name 'getLocation'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/location] to [GET http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/element/7aa8223a-9926-4543-ae97-1466578e2bde/location] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"13e39100-9fe4-4072-a138-b53c5e3097ed\",\"sessionId\":\"720c346b-2ac3-459a-9cfb-0aba24e9d571\",\"status\":0,\"value\":{\"x\":0,\"y\":0,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 720c346b-2ac3-459a-9cfb-0aba24e9d571 with 98a829a2-86dc-4e6c-a473-f4279794c0c9
[HTTP] <-- GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/location 200 17 ms - 144
[HTTP]
[HTTP] --> GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/location
[HTTP] {}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/location' to command name 'getLocation'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/location] to [GET http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/element/7aa8223a-9926-4543-ae97-1466578e2bde/location] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"4c1c4733-b100-4be2-9545-5e3e83444b4c\",\"sessionId\":\"720c346b-2ac3-459a-9cfb-0aba24e9d571\",\"status\":0,\"value\":{\"x\":0,\"y\":0,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 720c346b-2ac3-459a-9cfb-0aba24e9d571 with 98a829a2-86dc-4e6c-a473-f4279794c0c9
[HTTP] <-- GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/location 200 12 ms - 144
[HTTP]
[HTTP] --> GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/size
[HTTP] {}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/size' to command name 'getSize'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/size] to [GET http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/element/7aa8223a-9926-4543-ae97-1466578e2bde/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"275bd227-4979-4793-98e9-f8163784be3c\",\"sessionId\":\"720c346b-2ac3-459a-9cfb-0aba24e9d571\",\"status\":0,\"value\":{\"height\":1920,\"width\":1080,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 720c346b-2ac3-459a-9cfb-0aba24e9d571 with 98a829a2-86dc-4e6c-a473-f4279794c0c9
[HTTP] <-- GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/size 200 10 ms - 159
[HTTP]
[HTTP] --> GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/size
[HTTP] {}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/size' to command name 'getSize'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/size] to [GET http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/element/7aa8223a-9926-4543-ae97-1466578e2bde/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"9506fb2b-e56e-4b56-bbe9-799881f90c5d\",\"sessionId\":\"720c346b-2ac3-459a-9cfb-0aba24e9d571\",\"status\":0,\"value\":{\"height\":1920,\"width\":1080,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 720c346b-2ac3-459a-9cfb-0aba24e9d571 with 98a829a2-86dc-4e6c-a473-f4279794c0c9
[HTTP] <-- GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/element/7aa8223a-9926-4543-ae97-1466578e2bde/size 200 20 ms - 159
[HTTP]
[HTTP] --> GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/source
[HTTP] {}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/source' to command name 'getPageSource'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/source] to [GET http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/source] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"839dc50c-1417-430b-9cc1-7b19af28018f\",\"sessionId\":\"720c346b-2ac3-459a-9cfb-0aba24e9d571\",\"status\":0,\"value\":\"\\u003c?xml version\\u003d\\u00271.0\\u0027 encoding\\u003d\\u0027UTF-8\\u0027 standalone\\u003d\\u0027yes\\u0027 ?\\u003e\\r\\n\\u003ccom.android.internal.policy.DecorView index\\u003d\\\"0\\\" package\\u003d\\\"com.gojek.life.staging\\\" class\\u003d\\\"com.android.internal.policy.DecorView\\\" checkable\\u003d\\\"false\\\" checked\\u003d\\\"false\\\" clickable\\u003d\\\"false\\\" enabled\\u003d\\\"true\\\" focusable\\u003d\\\"false\\\" focused\\u003d\\\"false\\\" scrollable\\u003d\\\"false\\\" long-clickable\\u003d\\\"false\\\" password\\u003d\\\"false\\\" selected\\u003d\\\"false\\\" bounds\\u003d\\\"[0,0][1080,1920]\\\" resource-id\\u003d\\\"\\\"\\u003e\\r\\n \\u003candroid.widget.LinearLayout index\\u003d\\\"0\\\" package\\u003d\\\"com.gojek.life.staging\\\" class\\u003d\\\"android.widget.LinearLayout\\\" checkable\\u003d\\\"false\\\" checked\\u003d\\\"false\\\" clickable...
[JSONWP Proxy] Replacing sessionId 720c346b-2ac3-459a-9cfb-0aba24e9d571 with 98a829a2-86dc-4e6c-a473-f4279794c0c9
[HTTP] <-- GET /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/source 200 189 ms - 119994
[HTTP]
[HTTP] --> POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform
[HTTP] {"actions":[{"action":"press","options":{"x":540,"y":1152}},{"action":"wait","options":{"ms":500}},{"action":"moveTo","options":{"x":540,"y":768}},{"action":"release","options":{}}],"sessionId":"98a829a2-86dc-4e6c-a473-f4279794c0c9"}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform' to command name 'performTouch'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform] to [POST http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/touch/perform] with body: {"actions":[{"action":"press","options":{"x":540,"y":1152}},{"action":"wait","options":{"ms":500}},{"action":"moveTo","options":{"x":540,"y":768}},{"action":"release","options":{}}],"sessionId":"98a829a2-86dc-4e6c-a473-f4279794c0c9"}
[JSONWP Proxy] Got an unexpected response: {"id":"9ba8f313-8885-45a4-a20e-64e722710814","sessionId":null,"status":13,"value":"java.lang.NullPointerException: Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Tick.calculateTickDuration(Tick...
[debug] [MJSONWP (98a829a2)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"9ba8f313-8885-45a4-a20e-64e722710814","sessionId":null,"status":13,"value":"java.lang.NullPointerException: Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Tick.calculateTickDuration(Tick.java:52)\n\tat io.appium.espressoserver.lib.helpers.w3c.models.ActionSequence.dispatch(ActionSequence.java:79)\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Actions.perform(Actions.java:56)\n\tat io.appium.espressoserver.lib.handlers.TouchAction$1.run(TouchAction.java:30)\n\tat io.appium.espressoserver.lib.handlers.TouchAction$1.run(TouchAction.java:22)\n\tat io.appium.espressoserver.lib.viewaction.UiControllerPerformer.perform(UiControllerPerformer.java:43)\n\tat android.support.test.espresso.ViewInteraction$SingleExecutionViewAction.perform(ViewInteraction.java:356)\n\tat android.support.test.espresso.ViewInteraction.doPerform(ViewInteraction.java:241)\n\tat android.support.test.espresso.ViewInteraction.access$100(ViewInteraction.java:62)\n\tat android.support.test.espresso.ViewInteraction$1.call(ViewInteraction.java:149)\n\tat android.support.test.espresso.ViewInteraction$1.call(ViewInteraction.java:146)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat android.os.Handler.handleCallback(Handler.java:873)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loop(Looper.java:193)\n\tat android.app.ActivityThread.main(ActivityThread.java:6669)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)\n"}
[debug] [MJSONWP (98a829a2)] at JWProxy.proxy (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:180:13)
[debug] [MJSONWP (98a829a2)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 13 to UnknownError
[HTTP] <-- POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform 500 309 ms - 1813
[HTTP]
[HTTP] --> POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform
[HTTP] {"actions":[{"action":"press","options":{"x":540,"y":1000}},{"action":"wait","options":{"ms":0}},{"action":"moveTo","options":{"x":540,"y":700}},{"action":"release","options":{}}],"sessionId":"64725a0a-8d09-470b-9969-f2930d70a78d"}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform' to command name 'performTouch'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform] to [POST http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/touch/perform] with body: {"actions":[{"action":"press","options":{"x":540,"y":1000}},{"action":"wait","options":{"ms":0}},{"action":"moveTo","options":{"x":540,"y":700}},{"action":"release","options":{}}],"sessionId":"64725a0a-8d09-470b-9969-f2930d70a78d"}
[JSONWP Proxy] Got an unexpected response: {"id":"1a5cf18e-ab34-4e2f-8094-353901709c55","sessionId":null,"status":13,"value":"java.lang.NullPointerException: Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Tick.calculateTickDuration(Tick...
[debug] [MJSONWP (98a829a2)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"1a5cf18e-ab34-4e2f-8094-353901709c55","sessionId":null,"status":13,"value":"java.lang.NullPointerException: Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Tick.calculateTickDuration(Tick.java:52)\n\tat io.appium.espressoserver.lib.helpers.w3c.models.ActionSequence.dispatch(ActionSequence.java:79)\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Actions.perform(Actions.java:56)\n\tat io.appium.espressoserver.lib.handlers.TouchAction$1.run(TouchAction.java:30)\n\tat io.appium.espressoserver.lib.handlers.TouchAction$1.run(TouchAction.java:22)\n\tat io.appium.espressoserver.lib.viewaction.UiControllerPerformer.perform(UiControllerPerformer.java:43)\n\tat android.support.test.espresso.ViewInteraction$SingleExecutionViewAction.perform(ViewInteraction.java:356)\n\tat android.support.test.espresso.ViewInteraction.doPerform(ViewInteraction.java:241)\n\tat android.support.test.espresso.ViewInteraction.access$100(ViewInteraction.java:62)\n\tat android.support.test.espresso.ViewInteraction$1.call(ViewInteraction.java:149)\n\tat android.support.test.espresso.ViewInteraction$1.call(ViewInteraction.java:146)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat android.os.Handler.handleCallback(Handler.java:873)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loop(Looper.java:193)\n\tat android.app.ActivityThread.main(ActivityThread.java:6669)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)\n"}
[debug] [MJSONWP (98a829a2)] at JWProxy.proxy (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:180:13)
[debug] [MJSONWP (98a829a2)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 13 to UnknownError
[HTTP] <-- POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform 500 298 ms - 1813
[HTTP]
[HTTP] --> POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform
[HTTP] {"actions":[{"action":"press","options":{"x":540,"y":1000}},{"action":"wait","options":{"ms":0}},{"action":"moveTo","options":{"x":540,"y":700}},{"action":"release","options":{}}],"sessionId":"98a829a2-86dc-4e6c-a473-f4279794c0c9"}
[MJSONWP (98a829a2)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform' to command name 'performTouch'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform] to [POST http://localhost:8300/session/720c346b-2ac3-459a-9cfb-0aba24e9d571/touch/perform] with body: {"actions":[{"action":"press","options":{"x":540,"y":1000}},{"action":"wait","options":{"ms":0}},{"action":"moveTo","options":{"x":540,"y":700}},{"action":"release","options":{}}],"sessionId":"98a829a2-86dc-4e6c-a473-f4279794c0c9"}
[JSONWP Proxy] Got an unexpected response: {"id":"22dfcc06-f94d-4e33-93ad-dfa2a03245b5","sessionId":null,"status":13,"value":"java.lang.NullPointerException: Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Tick.calculateTickDuration(Tick...
[debug] [MJSONWP (98a829a2)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"22dfcc06-f94d-4e33-93ad-dfa2a03245b5","sessionId":null,"status":13,"value":"java.lang.NullPointerException: Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Tick.calculateTickDuration(Tick.java:52)\n\tat io.appium.espressoserver.lib.helpers.w3c.models.ActionSequence.dispatch(ActionSequence.java:79)\n\tat io.appium.espressoserver.lib.helpers.w3c.models.Actions.perform(Actions.java:56)\n\tat io.appium.espressoserver.lib.handlers.TouchAction$1.run(TouchAction.java:30)\n\tat io.appium.espressoserver.lib.handlers.TouchAction$1.run(TouchAction.java:22)\n\tat io.appium.espressoserver.lib.viewaction.UiControllerPerformer.perform(UiControllerPerformer.java:43)\n\tat android.support.test.espresso.ViewInteraction$SingleExecutionViewAction.perform(ViewInteraction.java:356)\n\tat android.support.test.espresso.ViewInteraction.doPerform(ViewInteraction.java:241)\n\tat android.support.test.espresso.ViewInteraction.access$100(ViewInteraction.java:62)\n\tat android.support.test.espresso.ViewInteraction$1.call(ViewInteraction.java:149)\n\tat android.support.test.espresso.ViewInteraction$1.call(ViewInteraction.java:146)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat android.os.Handler.handleCallback(Handler.java:873)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loop(Looper.java:193)\n\tat android.app.ActivityThread.main(ActivityThread.java:6669)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)\n"}
[debug] [MJSONWP (98a829a2)] at JWProxy.proxy (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:180:13)
[debug] [MJSONWP (98a829a2)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 13 to UnknownError
[HTTP] <-- POST /wd/hub/session/98a829a2-86dc-4e6c-a473-f4279794c0c9/touch/perform 500 294 ms - 1813
[HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment