Skip to content

Instantly share code, notes, and snippets.

@nichotined
Last active November 14, 2018 04:52
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/dc83a1e4ae2f2673e7ec43b6fb22e062 to your computer and use it in GitHub Desktop.
Save nichotined/dc83a1e4ae2f2673e7ec43b6fb22e062 to your computer and use it in GitHub Desktop.
[Appium] Welcome to Appium v1.9.2-beta.2
[Appium] Non-default server args:
[Appium] port: 4798
[Appium] Appium REST http interface listener started on 0.0.0.0:4798
[HTTP] --> POST /wd/hub/session
[HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"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":"45000","appium:app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","appium:noReset":"True"}},"desiredCapabilities":{"platformName":"Android","platformVersion":"9.0","udid":"emulator-5554","deviceName":"Emulator","appActivity":"com.gojek.golife.presentation.feature.LifeSplashActivity","autoGrantPermissions":"True","automationName":"Espresso","newCommandTimeout":"45000","app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","noReset":"True"}}
[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":"45000","app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","noReset":"True"},null,{"firstMatch":[{}],"alwaysMatch":{"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":"45000","appium:app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","appium:noReset":"True"}}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1542170796255 (11:46:36 GMT+0700 (WIB))
[BaseDriver] Boolean capability passed in as string. Functionality may be compromised.
[Appium] Could not parse W3C capabilities: 'newCommandTimeout' must be of type number
[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] Boolean capability passed in as string. Functionality may be compromised.
[Appium] Could not parse fixed W3C capabilities: 'newCommandTimeout' must be of type number. Falling back to JSONWP protocol
[Appium] Creating new EspressoDriver (v1.1.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: 45000
[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 ('45000') to integer (45000). This may cause unexpected behavior
[BaseDriver] Session created with session id: bd6a9fdc-a408-49e2-93a4-a6c777d46742
[BaseDriver] Using local app '/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk'
[debug] [Espresso] Checking whether app is actually present
[Espresso] EspressoDriver version: 1.1.1
[AndroidDriver] Java version is: 1.8.0_181
[ADB] Checking whether adb is present
[ADB] Found 3 'build-tools' folders under '/Users/nicholaslagaunne/Library/Android/sdk' (newest first):
[ADB] /Users/nicholaslagaunne/Library/Android/sdk/build-tools/28.0.2
[ADB] /Users/nicholaslagaunne/Library/Android/sdk/build-tools/27.0.3
[ADB] /Users/nicholaslagaunne/Library/Android/sdk/build-tools/25.0.2
[ADB] Using adb from /Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb
[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
[ADB] Using apkanalyzer from /Users/nicholaslagaunne/Library/Android/sdk/tools/bin/apkanalyzer
[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'
[ADB] Checking whether aapt is present
[ADB] Using aapt from /Users/nicholaslagaunne/Library/Android/sdk/build-tools/28.0.2/aapt
[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] 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 8302
[debug] [ADB] Forwarding system: 8302 to device: 6791
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8302 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
[ADB] Using apksigner from /Users/nicholaslagaunne/Library/Android/sdk/build-tools/28.0.2/apksigner
[debug] [ADB] Starting '/Users/nicholaslagaunne/Library/Android/sdk/build-tools/28.0.2/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] Checking app cert for /var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/io.appium.espressoserver.test_1.1.1_com.gojek.life.staging.apk
[debug] [ADB] Starting '/Users/nicholaslagaunne/Library/Android/sdk/build-tools/28.0.2/apksigner' with args '["verify","--print-certs","/var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/io.appium.espressoserver.test_1.1.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.1.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] 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 pull /data/local/tmp/espresso.apppackage /var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/20181014-58741-3iwdus.sk8q8/espresso.apppackage'
[debug] [Espresso] The previous target application package was 'com.gojek.life.staging'. The current package is 'com.gojek.life.staging'.
[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')
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 push /var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/20181014-58741-g7telv.wnpx/espresso.apppackage /data/local/tmp/espresso.apppackage'
[Espresso] Recorded the target application package 'com.gojek.life.staging' to /data/local/tmp/espresso.apppackage
[Espresso] Installed Espresso Test Server apk '/var/folders/01/syhgvxcn2qz0l31qzlr85k5h0000gn/T/io.appium.espressoserver.test_1.1.1_com.gojek.life.staging.apk' (pkg: 'io.appium.espressoserver.test')
[Espresso] Starting Espresso Server v1.1.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:8302/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:8302/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"fc0fb229-c84d-49a5-b61f-9a38febb44ba\",\"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:8302/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":45000,"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":45000,"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":"534b8893-df75-449a-a672-e253b2b75861","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"desiredCapabilities":{"appActivity":"com.gojek.golife.presentation.feature.LifeSplashActivity"},"id":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80"}}
[debug] [JSONWP Proxy] Proxying [GET /appium/device/info] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/appium/device/info] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"d27cc21b-b7e9-4530-8671-96fdcc869158\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"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 bd6a9fdc-a408-49e2-93a4-a6c777d46742 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1542170803419 (11:46:43 GMT+0700 (WIB))
[debug] [MJSONWP (bd6a9fdc)] Cached the protocol value 'MJSONWP' for the new session bd6a9fdc-a408-49e2-93a4-a6c777d46742
[debug] [MJSONWP (bd6a9fdc)] 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":45000,"app":"/Users/nicholaslagaunne/Workspace/Golife/rockman/app/golife.apk","noReset":true}
[HTTP] <-- POST /wd/hub/session 200 7171 ms - 411
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"8774240f-7ac0-4ddf-ac57-65239837fde7","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.han...
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"8774240f-7ac0-4ddf-ac57-65239837fde7","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 94 ms - 810
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"790c8b94-9d43-4d97-9b65-2d82cdc21c07","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.han...
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"790c8b94-9d43-4d97-9b65-2d82cdc21c07","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 31 ms - 810
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"b76cf18f-4490-4c6a-9527-0f794d4c664e","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.han...
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"b76cf18f-4490-4c6a-9527-0f794d4c664e","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 30 ms - 810
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"9bd77a76-4d27-4ef3-a075-29dada744a6d","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.han...
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"9bd77a76-4d27-4ef3-a075-29dada744a6d","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 29 ms - 810
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"6349d2a7-fe76-4d9e-84ba-b81d4c774dcc","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.han...
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"6349d2a7-fe76-4d9e-84ba-b81d4c774dcc","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 23 ms - 810
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"43beb081-19c7-4e12-982d-4035bbf5ce7b","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.han...
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"43beb081-19c7-4e12-982d-4035bbf5ce7b","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 29 ms - 810
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"GO-MASSAGE\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"faf2abdd-47e1-419e-b865-0915fd547b4f","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"8abce845-58a6-4c43-9a61-39da0ce601b4"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 1322 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/displayed
[HTTP] {"id":"8abce845-58a6-4c43-9a61-39da0ce601b4","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/8abce845-58a6-4c43-9a61-39da0ce601b4/displayed] with body: {"id":"8abce845-58a6-4c43-9a61-39da0ce601b4","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"d35b2fd1-cddb-439d-8769-baffb67fc30c\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/displayed 200 15 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/enabled
[HTTP] {"id":"8abce845-58a6-4c43-9a61-39da0ce601b4","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/8abce845-58a6-4c43-9a61-39da0ce601b4/enabled] with body: {"id":"8abce845-58a6-4c43-9a61-39da0ce601b4","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"2a7247ac-1655-4deb-837d-30971643c63c\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/enabled 200 22 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/click
[HTTP] {"id":"8abce845-58a6-4c43-9a61-39da0ce601b4","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/8abce845-58a6-4c43-9a61-39da0ce601b4/click] with body: {"id":"8abce845-58a6-4c43-9a61-39da0ce601b4","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"ad4e2bbd-0ffe-43d7-b843-1efb9d972d1c","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8abce845-58a6-4c43-9a61-39da0ce601b4/click 200 723 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Advance Massage\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Advance Massage\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"5f5a0fed-2858-4b58-b693-63c03e1d7263","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"Advance Massage\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.li...
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"5f5a0fed-2858-4b58-b693-63c03e1d7263","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"Advance Massage\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 294 ms - 815
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Advance Massage\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Advance Massage\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"e9f25c5c-aea2-4d43-ae5c-d7ee1588d6ec","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 37 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/displayed
[HTTP] {"id":"dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/displayed] with body: {"id":"dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"4f57a8f7-dafa-4862-8ff9-86a787ea1e98\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/displayed 200 13 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/enabled
[HTTP] {"id":"dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/enabled] with body: {"id":"dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"f3560033-a112-432c-9cd4-9543aa2d2f52\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/enabled 200 13 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/click
[HTTP] {"id":"dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/click] with body: {"id":"dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"581150b7-2878-4d7f-a4db-77ece972d3ec","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/dac7f2d7-ba6c-460a-b07b-b88d1b3b5c22/click 200 926 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Sport Massage\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Sport Massage\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"fb3649c5-7dea-4979-8ea9-742bc04700cb","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"4f7dfb75-8a9d-43b9-9a90-ece41847d283"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 35 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/displayed
[HTTP] {"id":"4f7dfb75-8a9d-43b9-9a90-ece41847d283","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/displayed] with body: {"id":"4f7dfb75-8a9d-43b9-9a90-ece41847d283","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"0ebfe1b0-d0f2-45f4-83bc-9cf005c02d44\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/displayed 200 11 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/enabled
[HTTP] {"id":"4f7dfb75-8a9d-43b9-9a90-ece41847d283","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/enabled] with body: {"id":"4f7dfb75-8a9d-43b9-9a90-ece41847d283","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"df310c57-2376-41be-bbb9-bb1b675cf04a\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/enabled 200 17 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/click
[HTTP] {"id":"4f7dfb75-8a9d-43b9-9a90-ece41847d283","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/click] with body: {"id":"4f7dfb75-8a9d-43b9-9a90-ece41847d283","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"937d2f52-34b4-4f07-955c-4a5e43995bea","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f7dfb75-8a9d-43b9-9a90-ece41847d283/click 200 629 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Pria\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Pria\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"0c45d441-8976-454e-8bec-ec000abcb359","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"a03c052c-5591-4d0d-b4fb-0601bd9d7516"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 37 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/displayed
[HTTP] {"id":"a03c052c-5591-4d0d-b4fb-0601bd9d7516","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/displayed] with body: {"id":"a03c052c-5591-4d0d-b4fb-0601bd9d7516","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"5035ff2e-11fb-4979-9f28-ab666adf202e\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/displayed 200 10 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/enabled
[HTTP] {"id":"a03c052c-5591-4d0d-b4fb-0601bd9d7516","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/enabled] with body: {"id":"a03c052c-5591-4d0d-b4fb-0601bd9d7516","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"73784bcd-8279-46d9-96c2-4220aa7f4a76\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/enabled 200 18 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/click
[HTTP] {"id":"a03c052c-5591-4d0d-b4fb-0601bd9d7516","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/click] with body: {"id":"a03c052c-5591-4d0d-b4fb-0601bd9d7516","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"aeed8415-5c67-4aca-aff9-84ff25cf4786","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/a03c052c-5591-4d0d-b4fb-0601bd9d7516/click 200 317 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"60 Menit\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"60 Menit\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"952737c9-c7dd-4cbe-bdb9-a51acfe5b657","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"1e54dc1b-04ac-4d05-8363-4eef45369e68"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 40 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/displayed
[HTTP] {"id":"1e54dc1b-04ac-4d05-8363-4eef45369e68","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/displayed] with body: {"id":"1e54dc1b-04ac-4d05-8363-4eef45369e68","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"73ae531a-69e6-4421-a378-d56320f77fb8\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/displayed 200 14 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/enabled
[HTTP] {"id":"1e54dc1b-04ac-4d05-8363-4eef45369e68","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/enabled] with body: {"id":"1e54dc1b-04ac-4d05-8363-4eef45369e68","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"477320f4-a6b3-4997-9c65-b998d3cc5c58\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/enabled 200 14 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/click
[HTTP] {"id":"1e54dc1b-04ac-4d05-8363-4eef45369e68","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/click] with body: {"id":"1e54dc1b-04ac-4d05-8363-4eef45369e68","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"6befb1f3-0c19-40a1-98d3-7315eaab2d47","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/1e54dc1b-04ac-4d05-8363-4eef45369e68/click 200 305 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"a43c7e0a-128b-4323-8441-c5d967a5ec6c","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 36 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location
[HTTP] {"id":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location' to command name 'getLocation'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location] with body: {"id":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"a509048f-9eb9-42c4-9d89-3d5206fe0574\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"x\":0,\"y\":0,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location 200 11 ms - 144
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location
[HTTP] {"id":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location' to command name 'getLocation'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location] with body: {"id":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"b940b691-3a71-46be-a4c8-21b39faed64a\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"x\":0,\"y\":0,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/location 200 11 ms - 144
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size
[HTTP] {"id":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size' to command name 'getSize'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size] with body: {"id":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"e473672a-cbdd-4287-80a0-3c05d167c8f7\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"height\":1920,\"width\":1080,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size 200 11 ms - 159
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size
[HTTP] {"id":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size' to command name 'getSize'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size] with body: {"id":"9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"cfc65325-1d49-4305-98ab-2adb99b6ad04\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"height\":1920,\"width\":1080,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9d1f3b8c-6dd4-4ee7-8e85-f625e7e8bae2/size 200 12 ms - 159
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/touch/perform
[HTTP] {"actions":[{"action":"press","options":{"x":540,"y":960}},{"action":"wait","options":{"ms":500}},{"action":"moveTo","options":{"x":540,"y":768}},{"action":"release","options":{}}],"sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/touch/perform' to command name 'performTouch'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/touch/perform] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/touch/perform] with body: {"actions":[{"action":"press","options":{"x":540,"y":960}},{"action":"wait","options":{"ms":500}},{"action":"moveTo","options":{"x":540,"y":768}},{"action":"release","options":{}}],"sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"1630bbd2-1d54-4f09-84e5-01a13ee3dadf","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/touch/perform 200 347 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Tidak Ada\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Tidak Ada\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"e30f4acf-a1c1-4ebe-8edc-c14850ec764e","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"3e127a36-6353-431f-86c2-8fe1a7ab42db"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 30 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/displayed
[HTTP] {"id":"3e127a36-6353-431f-86c2-8fe1a7ab42db","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/displayed] with body: {"id":"3e127a36-6353-431f-86c2-8fe1a7ab42db","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"00a0f216-434d-4df2-b90b-220250757f63\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/displayed 200 9 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/enabled
[HTTP] {"id":"3e127a36-6353-431f-86c2-8fe1a7ab42db","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/enabled] with body: {"id":"3e127a36-6353-431f-86c2-8fe1a7ab42db","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"0f236c56-3c24-4dee-9a7d-a1bbfc520a13\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/enabled 200 13 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/click
[HTTP] {"id":"3e127a36-6353-431f-86c2-8fe1a7ab42db","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/click] with body: {"id":"3e127a36-6353-431f-86c2-8fe1a7ab42db","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"cd6362b3-b14a-477c-bf94-ff5f2eb497fd","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3e127a36-6353-431f-86c2-8fe1a7ab42db/click 200 319 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Lanjut\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Lanjut\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"10a0358f-1a1a-48ab-8445-cede639b870c","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"b7e38643-bf81-410b-a95a-fdc721f772a3"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 30 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/displayed
[HTTP] {"id":"b7e38643-bf81-410b-a95a-fdc721f772a3","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/b7e38643-bf81-410b-a95a-fdc721f772a3/displayed] with body: {"id":"b7e38643-bf81-410b-a95a-fdc721f772a3","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"237fd8b4-1c32-48d6-8bf6-16d0d2e02491\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/displayed 200 11 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/enabled
[HTTP] {"id":"b7e38643-bf81-410b-a95a-fdc721f772a3","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/b7e38643-bf81-410b-a95a-fdc721f772a3/enabled] with body: {"id":"b7e38643-bf81-410b-a95a-fdc721f772a3","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"925707d5-5f2d-4405-a11b-7b5d00945d89\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/enabled 200 19 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/click
[HTTP] {"id":"b7e38643-bf81-410b-a95a-fdc721f772a3","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/b7e38643-bf81-410b-a95a-fdc721f772a3/click] with body: {"id":"b7e38643-bf81-410b-a95a-fdc721f772a3","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"bd6c6c61-a77b-4715-8d50-1fd9aa8a337b","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/b7e38643-bf81-410b-a95a-fdc721f772a3/click 200 550 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Penyedia Jasa Favorit\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Penyedia Jasa Favorit\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"bd8c0388-34cb-4216-bcdc-bef11c216175","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"24d6efc3-e3e8-423f-9922-56725eff8bc3"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 24 ms - 166
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Hapus pilihan\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Hapus pilihan\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"e05c61a4-6804-492b-9904-675f9fe6090e","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"Hapus pilihan\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib....
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"e05c61a4-6804-492b-9904-675f9fe6090e","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"Hapus pilihan\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 30 ms - 813
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Hapus pilihan\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Hapus pilihan\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"6655215c-fb94-4be0-831b-3be1294f47a6","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"Hapus pilihan\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib....
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"6655215c-fb94-4be0-831b-3be1294f47a6","sessionId":null,"status":7,"value":"io.appium.espressoserver.lib.handlers.exceptions.NoSuchElementException: Could not find element with strategy XPATH and selector //*[@text=\"Hapus pilihan\" and @enabled=\"true\"]\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:48)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 125 ms - 813
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Hapus pilihan\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Hapus pilihan\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"37ded853-231d-43dd-8901-b5bf645841f1","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"d7d3db47-bd70-4033-b9b1-21b900d1c457"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 29 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/displayed
[HTTP] {"id":"d7d3db47-bd70-4033-b9b1-21b900d1c457","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/displayed] with body: {"id":"d7d3db47-bd70-4033-b9b1-21b900d1c457","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"aa942cdb-1f63-4505-924f-080dfe9741bc\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/displayed 200 11 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/enabled
[HTTP] {"id":"d7d3db47-bd70-4033-b9b1-21b900d1c457","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/enabled] with body: {"id":"d7d3db47-bd70-4033-b9b1-21b900d1c457","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"23568b81-a557-4dde-a9f3-889883a0e017\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/enabled 200 14 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/click
[HTTP] {"id":"d7d3db47-bd70-4033-b9b1-21b900d1c457","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/click] with body: {"id":"d7d3db47-bd70-4033-b9b1-21b900d1c457","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"d68e5d9a-65f1-420e-b848-463afb55b775","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d7d3db47-bd70-4033-b9b1-21b900d1c457/click 200 303 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Nicholas\"]/following-sibling::android.support.v7.widget.AppCompatCheckBox[@resource-id=\"app:id/option\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Nicholas\"]/following-sibling::android.support.v7.widget.AppCompatCheckBox[@resource-id=\"app:id/option\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"ccf88cb8-56d8-4395-b419-18798025cd74","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"d87f1400-748a-43b1-aefd-1188439c71b0"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 30 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/displayed
[HTTP] {"id":"d87f1400-748a-43b1-aefd-1188439c71b0","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/d87f1400-748a-43b1-aefd-1188439c71b0/displayed] with body: {"id":"d87f1400-748a-43b1-aefd-1188439c71b0","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"073c20b3-aa7d-4bc6-adb8-50caf2d67f6e\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/displayed 200 12 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/enabled
[HTTP] {"id":"d87f1400-748a-43b1-aefd-1188439c71b0","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/d87f1400-748a-43b1-aefd-1188439c71b0/enabled] with body: {"id":"d87f1400-748a-43b1-aefd-1188439c71b0","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"0802e829-08fc-4ed3-9844-43e6f077e03b\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/enabled 200 13 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/click
[HTTP] {"id":"d87f1400-748a-43b1-aefd-1188439c71b0","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/d87f1400-748a-43b1-aefd-1188439c71b0/click] with body: {"id":"d87f1400-748a-43b1-aefd-1188439c71b0","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"8b1bac32-6cff-461c-a04d-7cd4b717fe44","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/d87f1400-748a-43b1-aefd-1188439c71b0/click 200 320 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Lanjut\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Lanjut\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"66c8b7ac-b3d0-465b-9d1b-a4302647bd91","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"4f060c4f-1044-4c53-8c4c-887a913c428c"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 31 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/displayed
[HTTP] {"id":"4f060c4f-1044-4c53-8c4c-887a913c428c","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/4f060c4f-1044-4c53-8c4c-887a913c428c/displayed] with body: {"id":"4f060c4f-1044-4c53-8c4c-887a913c428c","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"d3fa0261-f7ba-41fe-865b-3cecf4d6de99\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/displayed 200 11 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/enabled
[HTTP] {"id":"4f060c4f-1044-4c53-8c4c-887a913c428c","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/4f060c4f-1044-4c53-8c4c-887a913c428c/enabled] with body: {"id":"4f060c4f-1044-4c53-8c4c-887a913c428c","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"3e4253a7-bfbb-4d58-b595-d67f012df39c\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/enabled 200 16 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/click
[HTTP] {"id":"4f060c4f-1044-4c53-8c4c-887a913c428c","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/4f060c4f-1044-4c53-8c4c-887a913c428c/click] with body: {"id":"4f060c4f-1044-4c53-8c4c-887a913c428c","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"8a158c80-0f84-429d-b6b5-e1f481a1152d","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/4f060c4f-1044-4c53-8c4c-887a913c428c/click 200 652 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"Konfirmasi Pesanan\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"Konfirmasi Pesanan\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"6d21c2fb-6228-4e42-96c4-ae1630861a8a","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"66ef2945-1268-4bf9-83d2-72b4ff038c73"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 34 ms - 166
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@resource-id=\"app:id/containerOrderTime\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@resource-id=\"app:id/containerOrderTime\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"58cf541a-b208-4e7f-9dd6-486f8563b32e","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"3783ee36-31fa-4c74-929b-2fe4a0e15236"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 36 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/displayed
[HTTP] {"id":"3783ee36-31fa-4c74-929b-2fe4a0e15236","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/displayed] with body: {"id":"3783ee36-31fa-4c74-929b-2fe4a0e15236","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"549fd8b8-6f5d-4e07-a035-735209de39a9\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/displayed 200 9 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/enabled
[HTTP] {"id":"3783ee36-31fa-4c74-929b-2fe4a0e15236","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/enabled] with body: {"id":"3783ee36-31fa-4c74-929b-2fe4a0e15236","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"6a0e3b50-5961-46d7-82b5-577d1a6f3b07\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/enabled 200 16 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/click
[HTTP] {"id":"3783ee36-31fa-4c74-929b-2fe4a0e15236","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/click] with body: {"id":"3783ee36-31fa-4c74-929b-2fe4a0e15236","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"f50cb517-feac-4653-8e09-8dc025fe62e4","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/3783ee36-31fa-4c74-929b-2fe4a0e15236/click 200 673 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@resource-id=\"app:id/daysPicker\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@resource-id=\"app:id/daysPicker\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"830cbcaa-6863-4f38-a21d-dd41ff799899","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 21 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location
[HTTP] {"id":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location' to command name 'getLocation'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location] with body: {"id":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"54e582fa-0e2b-458a-a46f-e97962dee13f\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"x\":280,\"y\":944,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location 200 11 ms - 148
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location
[HTTP] {"id":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location' to command name 'getLocation'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location] with body: {"id":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"2caf7147-bee4-4340-af9f-43bcddb54198\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"x\":280,\"y\":944,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/location 200 10 ms - 148
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size
[HTTP] {"id":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size' to command name 'getSize'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size] with body: {"id":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"a399535a-f0f1-493d-87f0-6d56b5785b8f\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"height\":551,\"width\":256,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size 200 17 ms - 157
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size
[HTTP] {"id":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size' to command name 'getSize'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size] with body: {"id":"9475cf7c-cce0-4e15-bcb1-50cd45dc7051","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"46611959-bbb9-4ebe-b90f-18193b232602\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"height\":551,\"width\":256,\"uriParams\":{}}}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/9475cf7c-cce0-4e15-bcb1-50cd45dc7051/size 200 10 ms - 157
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/touch/perform
[HTTP] {"actions":[{"action":"press","options":{"x":408,"y":1274}},{"action":"wait","options":{"ms":500}},{"action":"moveTo","options":{"x":408,"y":1164}},{"action":"release","options":{}}],"sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/touch/perform' to command name 'performTouch'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/touch/perform] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/touch/perform] with body: {"actions":[{"action":"press","options":{"x":408,"y":1274}},{"action":"wait","options":{"ms":500}},{"action":"moveTo","options":{"x":408,"y":1164}},{"action":"release","options":{}}],"sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"1ddefdf8-af3f-4f15-8913-49a965f91d2f","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/touch/perform 200 575 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@text=\"KONFIRMASI\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@text=\"KONFIRMASI\" and @enabled=\"true\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"1b116f3c-8233-401d-a870-b32af3b2a309","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 24 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/displayed
[HTTP] {"id":"8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/displayed] with body: {"id":"8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"bfecb089-9474-4af1-8718-ac2ac4de9487\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/displayed 200 8 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/enabled
[HTTP] {"id":"8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/enabled] with body: {"id":"8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"7a7bac4b-64ad-4476-b429-d6cb1789d188\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/enabled 200 12 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/click
[HTTP] {"id":"8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/click] with body: {"id":"8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"058321a6-9e6a-4b8d-bd31-df6ab7c0fe45","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/8d8f8b4c-4aa2-4bbd-8891-3b5993e24a58/click 200 316 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"(//android.widget.RelativeLayout[@resource-id=\"app:id/addressContainer\"]/preceding-sibling::com.gojek.golife.custom.LifeXTextView[@resource-id=\"app:id/textTitle\"])[2]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"(//android.widget.RelativeLayout[@resource-id=\"app:id/addressContainer\"]/preceding-sibling::com.gojek.golife.custom.LifeXTextView[@resource-id=\"app:id/textTitle\"])[2]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"46cb87ca-3c1a-4276-8bca-7d0e6b9709bc","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":{"ELEMENT":"18d424b3-88e8-41b3-894d-e43a94c21ebd"}}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 200 33 ms - 166
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/displayed
[HTTP] {"id":"18d424b3-88e8-41b3-894d-e43a94c21ebd","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/displayed' to command name 'elementDisplayed'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/displayed] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/displayed] with body: {"id":"18d424b3-88e8-41b3-894d-e43a94c21ebd","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"0594ff8b-da93-4724-8c3b-9448db4c7c8c\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/displayed 200 12 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/enabled
[HTTP] {"id":"18d424b3-88e8-41b3-894d-e43a94c21ebd","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/enabled' to command name 'elementEnabled'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/enabled] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/enabled] with body: {"id":"18d424b3-88e8-41b3-894d-e43a94c21ebd","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"91fbe150-c108-45b0-b62e-e3733214c0a4\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/enabled 200 16 ms - 120
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/click
[HTTP] {"id":"18d424b3-88e8-41b3-894d-e43a94c21ebd","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/click' to command name 'click'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/click] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/click] with body: {"id":"18d424b3-88e8-41b3-894d-e43a94c21ebd","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [JSONWP Proxy] Got response with status 200: {"id":"c33f170d-727d-4c26-b4c3-3c4a49d75d31","sessionId":"69a3f65d-b1f9-4303-be06-77d4d0ecdf80","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId 69a3f65d-b1f9-4303-be06-77d4d0ecdf80 with bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element/18d424b3-88e8-41b3-894d-e43a94c21ebd/click 200 914 ms - 120
[HTTP] 
[HTTP] --> GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/source
[HTTP] {"sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/source' to command name 'getPageSource'
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/source] to [GET http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/source] with body: {"sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - "{\"id\":\"e4e817c3-2b5b-4482-b8f4-286e1733aec3\",\"sessionId\":null,\"status\":13,\"value\":\"java.lang.NullPointerException: Attempt to invoke interface method \\u0027int android.widget.Adapter.getCount()\\u0027 on a null object reference\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:145)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:93)\\n\\tat io.appium.espressoserver.lib.model.SourceDocument.\\u003cinit\\u003e(SourceDocument.java:69)\\n\\tat io.appium.espressoserver.lib.handlers.Source.handle(Source.java:33)\\n\\tat io.appium.espressoserver.lib.handlers.Source.handle(Source.java:27)\\n\\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\\n\\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\\n\\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\\n\\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\\n\\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\\n\\tat java.lang.Thread.run(Thread.java:764)\\n\"}"
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 13 to UnknownError
[HTTP] <-- GET /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/source 500 27 ms - 2268
[HTTP] 
[HTTP] --> POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element
[HTTP] {"using":"xpath","value":"//*[@resource-id=\"app:id/search\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[MJSONWP (bd6a9fdc)] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Matched '/wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element' to command name 'findElement'
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element] to [POST http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80/element] with body: {"using":"xpath","value":"//*[@resource-id=\"app:id/search\"]","sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[JSONWP Proxy] Got an unexpected response: {"id":"018c4809-6cb9-4069-ba52-a5beac43e90c","sessionId":null,"status":13,"value":"java.lang.NullPointerException: Attempt to invoke interface method 'int android.widget.Adapter.getCount()' on a null object reference\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument....
[debug] [MJSONWP (bd6a9fdc)] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"id":"018c4809-6cb9-4069-ba52-a5beac43e90c","sessionId":null,"status":13,"value":"java.lang.NullPointerException: Attempt to invoke interface method 'int android.widget.Adapter.getCount()' on a null object reference\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:145)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:175)\n\tat io.appium.espressoserver.lib.model.SourceDocument.buildXML(SourceDocument.java:93)\n\tat io.appium.espressoserver.lib.model.SourceDocument.<init>(SourceDocument.java:75)\n\tat io.appium.espressoserver.lib.model.SourceDocument.findViewsByXPath(SourceDocument.java:193)\n\tat io.appium.espressoserver.lib.viewmatcher.WithXPath.withXPath(WithXPath.java:35)\n\tat io.appium.espressoserver.lib.helpers.ViewFinder.findAllBy(ViewFinder.java:182)\n\tat io.appium.espressoserver.lib.helpers.ViewFinder.findBy(ViewFinder.java:88)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:45)\n\tat io.appium.espressoserver.lib.handlers.FindElement.handle(FindElement.java:31)\n\tat io.appium.espressoserver.lib.http.Router.route(Router.java:274)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.java:65)\n\tat fi.iki.elonen.NanoHTTPD.serve(NanoHTTPD.java:2244)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}
[debug] [MJSONWP (bd6a9fdc)] at /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 (bd6a9fdc)] at Generator.throw (<anonymous>)
[debug] [MJSONWP (bd6a9fdc)] at asyncGeneratorStep (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
[debug] [MJSONWP (bd6a9fdc)] at _throw (/Users/nicholaslagaunne/.nvm/versions/node/v9.11.2/lib/node_modules/appium/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
[debug] [MJSONWP (bd6a9fdc)] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 13 to UnknownError
[HTTP] <-- POST /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742/element 500 21 ms - 2638
[HTTP] 
[HTTP] --> DELETE /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742
[HTTP] {"sessionId":"bd6a9fdc-a408-49e2-93a4-a6c777d46742"}
[debug] [MJSONWP (bd6a9fdc)] Calling AppiumDriver.deleteSession() with args: ["bd6a9fdc-a408-49e2-93a4-a6c777d46742"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1542170829081 (11:47:09 GMT+0700 (WIB))
[Appium] Removing session bd6a9fdc-a408-49e2-93a4-a6c777d46742 from our master session list
[debug] [Espresso] Deleting espresso session
[debug] [Espresso] Deleting Espresso server session
[debug] [JSONWP Proxy] Matched '/' to command name 'deleteSession'
[debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://localhost:8302/session/69a3f65d-b1f9-4303-be06-77d4d0ecdf80] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"id\":\"42eaceb9-c07f-45b8-97b5-7a6c77f3e772\",\"sessionId\":\"69a3f65d-b1f9-4303-be06-77d4d0ecdf80\",\"status\":0,\"value\":{\"id\":\"5a887822-36ff-4b44-a99e-7ee84a13ebfc\",\"sessionId\":null,\"status\":0,\"value\":null}}"
[debug] [Espresso] [Instrumentation][STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:
[Espresso] Instrumentation process exited with code null from signal SIGTERM
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.gojek.life.staging'
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Device API level: 28
[Espresso] Restoring hidden api policy to the device default configuration
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_pre_p_apps'
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_p_apps'
[debug] [ADB] Removing forwarded port socket connection: 8302
[debug] [ADB] Running '/Users/nicholaslagaunne/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp\:8302'
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1542170829366 (11:47:09 GMT+0700 (WIB))
[debug] [MJSONWP (bd6a9fdc)] Received response: null
[debug] [MJSONWP (bd6a9fdc)] But deleting session, so not returning
[debug] [MJSONWP (bd6a9fdc)] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/bd6a9fdc-a408-49e2-93a4-a6c777d46742 200 286 ms - 76
[HTTP] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment