Not able to move from one screen to another on client app when the appium server is running

I have a simple scenario of login, after entering the requited data on the signin screen and click on the signin button the client app, the client app fires the API call to get the validation of the loggedin user, for user point the client app seems to hangup and does not progress to the next screen, as soon as the appium server shut down then the client app shows the next screen, that is the logged in screen
Request to please suggest, Do i need to push or pull the data so as to get the authentication of the signin api call.

please check the below appium logs:

Starting Node Server
debug: Starting Appium in pre-launch mode
info: Pre-launching app
debug: Using local app from command line: C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk
info: Starting android appium
debug: Creating new appium session d8c53d78-ffb7-4cec-8bf4-5374d3750a1c
info: Retrieving device
debug: Using fast reset? true
debug: Preparing device for session
debug: Checking whether app is actually present
debug: Checking whether adb is present
debug: Using adb from C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe
debug: Trying to find a connected android device
debug: Getting connected devices…
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” devices
debug: 1 device(s) connected
info: Found device emulator-5554
debug: Setting device id to emulator-5554
debug: Waiting for device to be ready and to respond to shell commands (timeout = 5)
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 wait-for-device
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “echo ‘ready’”
debug: Starting logcat capture
debug: Getting device API level
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “getprop ro.build.version.sdk”
debug: Device is at API Level 19
info: Device API level is: 19
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “getprop persist.sys.language”
debug: Current device language: en
debug: java -jar “C:\users\AppiumForWindows-1.2.0.1\Appium\node_modules\appium\node_modules\appium-adb\jars\strings_from_apk.jar” “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk” “C:\Windows\Temp\com.myhome.simple” en
debug: No strings.xml for language ‘en’, getting default strings.xml
debug: java -jar “C:\users\AppiumForWindows-1.2.0.1\Appium\node_modules\appium\node_modules\appium-adb\jars\strings_from_apk.jar” “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk” “C:\Windows\Temp\com.myhome.simple”
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 push “C:\Windows\Temp\com.myhome.simple\strings.json” /data/local/tmp
debug: Checking whether aapt is present
debug: Set app process to: com.myhome.simple
debug: Not uninstalling app since server not started with --full-reset
debug: Checking app cert for C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk: java -jar “C:\users\AppiumForWindows-1.2.0.1\Appium\node_modules\appium\node_modules\appium-adb\jars\verify.jar” “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk”
debug: App already signed.
debug: Zip-aligning C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk
debug: Checking whether zipalign is present
debug: Using zipalign from C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\tools\zipalign.exe
debug: zipAlignApk: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\tools\zipalign.exe” -f 4 “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk” “C:\Users\users\AppData\Local\Temp\appium11485-4888-9x0rv1.tmp”
debug: MD5 for app is 4e40e80878b34e04e1bead064d6a143e
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “ls /data/local/tmp/4e40e80878b34e04e1bead064d6a143e.apk”
debug: Getting install status for com.myhome.simple
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “pm list packages -3 com.myhome.simple”
debug: App is installed
info: App is already installed, resetting app
debug: Running fast reset (stop and clear)
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “am force-stop com.myhome.simple”
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “pm clear com.myhome.simple”
debug: Forwarding system:4724 to device:4724
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 forward tcp:4724 tcp:4724
debug: Pushing appium bootstrap to device…
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 push “C:\users\AppiumForWindows-1.2.0.1\Appium\node_modules\appium\build\android_bootstrap\AppiumBootstrap.jar” /data/local/tmp/
debug: Pushing settings apk to device…
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 install “C:\users\AppiumForWindows-1.2.0.1\Appium\node_modules\appium\build\settings_apk\settings_apk-debug.apk”
debug: Pushing unlock helper app to device…
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 install “C:\users\AppiumForWindows-1.2.0.1\Appium\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk”
info: Starting App
debug: Attempting to kill all ‘uiautomator’ processes
debug: Getting all processes with ‘uiautomator’
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “ps ‘uiautomator’”
debug: No matching processes found
debug: Running bootstrap
debug: spawning: C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe -s emulator-5554 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
debug: [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
debug: [BOOTSTRAP] [debug] Socket opened on port 4724
debug: [BOOTSTRAP] [debug] Appium Socket Server Ready
debug: [BOOTSTRAP] [debug] Loading json…
debug: Waking up device if it’s not alive
debug: Pushing command to appium work queue: [“wake”,{}]
debug: [BOOTSTRAP] [debug] json loading complete.
debug: [BOOTSTRAP] [debug] Registered crash watchers.
debug: [BOOTSTRAP] [debug] Client connected
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“wake”,“params”:{}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: wake
debug: [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “dumpsys window”
debug: Writing dumpsys output to C:\users\AppiumForWindows-1.2.0.1\Appium\node_modules\appium.dumpsys.log
debug: Screen already unlocked, continuing.
debug: Pushing command to appium work queue: [“getDataDir”,{}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“getDataDir”,“params”:{}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: getDataDir
debug: dataDir set to: /data
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.myhome.simple/com.appel.avm.dynamicapp.DynamicSplashActivity”
debug: [BOOTSTRAP] [debug] Returning result: {“value”:“/data”,“status”:0}
debug: Waiting for pkg “com.myhome.simple” and activity “com.appel.avm.dynamicapp.DynamicSplashActivity” to be focused
debug: Getting focused package and activity
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “dumpsys window windows”
debug: Device launched! Ready for commands
info: Welcome to Appium v1.2.0 (REV e53f49c706a25242e66d36685c268b599cc18da5)
debug: Setting command timeout to the default of 60 secs
info: Appium REST http interface listener started on 127.0.0.1:4723
debug: Non-default server args: {“app”:“C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk”,“address”:“127.0.0.1”,“launch”:true,“logNoColors”:true,“androidPackage”:“com.myhome.simple”,“androidActivity”:“com.appel.avm.dynamicapp.DynamicSplashActivity”,“deviceName”:“AVD_for_Galaxy_Nexus_by_Google”,“platformName”:“Android”,“platformVersion”:“19”,“automationName”:“Appium”}
info: LogLevel: debug
info: → POST /wd/hub/session {“desiredCapabilities”:{“app”:“C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk”,“platform”:“Windows”,“databaseEnabled”:true,“browserName”:“Android”,“app-package”:“com.myhome.simple”,“deviceType”:“phone”,“webStorageEnabled”:true,“networkConnectionEnabled”:true,“device”:“Android”,“app-wait-activity”:“com.appel.avm.dynamicapp.DynamicSplashActivity”,“app-activity”:“com.appel.avm.dynamicapp.DynamicSplashActivity”,“version”:“4.4.2”}}
debug: Appium request initiated at /wd/hub/session
info: ← POST /wd/hub/session 303 7.698 ms - 9
debug: Request received with params: {“desiredCapabilities”:{“app”:“C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\simple-androidTEST.apk”,“platform”:“Windows”,“databaseEnabled”:true,“browserName”:“Android”,“app-package”:“com.myhome.simple”,“deviceType”:“phone”,“webStorageEnabled”:true,“networkConnectionEnabled”:true,“device”:“Android”,“app-wait-activity”:“com.appel.avm.dynamicapp.DynamicSplashActivity”,“app-activity”:“com.appel.avm.dynamicapp.DynamicSplashActivity”,“version”:“4.4.2”}}
info: → GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c {}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c
debug: Request received with params: {}
debug: Responding to client with success: {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.1”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“warnings”:{},“desired”:{}},“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c 200 4.343 ms - 265 {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.1”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“warnings”:{},“desired”:{}},“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/timeouts/implicit_wait {“ms”:40000}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/timeouts/implicit_wait
debug: Request received with params: {“ms”:40000}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/timeouts/implicit_wait 200 3.821 ms - 76 {“status”:0,“value”:null,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Set Android implicit wait to 40000ms
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements {“using”:“class name”,“value”:“android.widget.FrameLayout”}
debug: Responding to client with success: {“status”:0,“value”:null,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.FrameLayout”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.FrameLayout”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.FrameLayout”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.FrameLayout using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.FrameLayout]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Element is null: (2)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“1”},{“ELEMENT”:“2”}],“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 982.385 ms - 105 {“status”:0,“value”:[{“ELEMENT”:“1”},{“ELEMENT”:“2”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“1”},{“ELEMENT”:“2”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements {“using”:“class name”,“value”:“android.widget.LinearLayout”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.LinearLayout”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.LinearLayout”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.LinearLayout”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.LinearLayout using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.LinearLayout]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Element is null: (2)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“3”},{“ELEMENT”:“4”}],“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 592.121 ms - 105 {“status”:0,“value”:[{“ELEMENT”:“3”},{“ELEMENT”:“4”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“3”},{“ELEMENT”:“4”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.ScrollView”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.ScrollView”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.ScrollView”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.ScrollView using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.ScrollView]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“5”}],“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 501.720 ms - 89 {“status”:0,“value”:[{“ELEMENT”:“5”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“5”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements {“using”:“class name”,“value”:“android.widget.RelativeLayout”}
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.RelativeLayout”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.RelativeLayout”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.RelativeLayout”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.RelativeLayout using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.RelativeLayout]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Element is null: (2)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“6”},{“ELEMENT”:“7”}],“status”:0}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“6”},{“ELEMENT”:“7”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 708.514 ms - 105 {“status”:0,“value”:[{“ELEMENT”:“6”},{“ELEMENT”:“7”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements {“using”:“class name”,“value”:“android.widget.EditText”}
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.EditText”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.EditText”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.EditText”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.EditText using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.EditText]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Element is null: (2)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“8”},{“ELEMENT”:“9”}],“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 667.297 ms - 105 {“status”:0,“value”:[{“ELEMENT”:“8”},{“ELEMENT”:“9”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“8”},{“ELEMENT”:“9”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/8/click {“id”:“8”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/8/click
debug: Request received with params: {“id”:“8”}
debug: Pushing command to appium work queue: [“element:click”,{“elementId”:“8”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“8”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: click
debug: [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/8/click 200 700.574 ms - 76 {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements {“using”:“class name”,“value”:“android.widget.EditText”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.EditText”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.EditText”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.EditText”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.EditText using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.EditText]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Element is null: (2)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“10”},{“ELEMENT”:“11”}],“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 1603.103 ms - 107 {“status”:0,“value”:[{“ELEMENT”:“10”},{“ELEMENT”:“11”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“10”},{“ELEMENT”:“11”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/10/value {“id”:“10”,“value”:[“[email protected]”]}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/10/value
debug: Request received with params: {“id”:“10”,“value”:[“[email protected]”]}
debug: Pushing command to appium work queue: [“element:setText”,{“elementId":“10”,“text”:"[email protected]”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId":“10”,“text”:"[email protected]”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: setText
debug: [BOOTSTRAP] [debug] Sending plain text to element: [email protected]
debug: [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/10/value 200 9445.839 ms - 76 {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements {“using”:“class name”,“value”:“android.widget.EditText”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.EditText”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.EditText”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.EditText”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.EditText using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.EditText]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Element is null: (2)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“12”},{“ELEMENT”:“13”}],“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 820.953 ms - 107 {“status”:0,“value”:[{“ELEMENT”:“12”},{“ELEMENT”:“13”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“12”},{“ELEMENT”:“13”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/13/click {“id”:“13”}
debug: Request received with params: {“id”:“13”}
debug: Pushing command to appium work queue: [“element:click”,{“elementId”:“13”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“13”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: click
debug: [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
debug: Responding to client with success: {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/13/click 200 2255.552 ms - 76 {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements {“using”:“class name”,“value”:“android.widget.EditText”}
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.EditText”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.EditText”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.EditText”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.EditText using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.EditText]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Element is null: (2)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“14”},{“ELEMENT”:“15”}],“status”:0}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“14”},{“ELEMENT”:“15”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 741.126 ms - 107 {“status”:0,“value”:[{“ELEMENT”:“14”},{“ELEMENT”:“15”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/15/value
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/15/value {“id”:“15”,“value”:[“testing”]}
debug: Request received with params: {“id”:“15”,“value”:[“testing”]}
debug: Pushing command to appium work queue: [“element:setText”,{“elementId”:“15”,“text”:“testing”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“15”,“text”:“testing”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: setText
debug: [BOOTSTRAP] [debug] Sending plain text to element: testing
debug: [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/15/value 200 4458.945 ms - 76 {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/network_connection {}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/network_connection
info: Getting network connection
debug: Request received with params: {}
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “settings get global airplane_mode_on”
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “settings get global wifi_on”
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “settings get global mobile_data”
debug: Responding to client with success: {“status”:0,“value”:4,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/network_connection 200 25757.905 ms - 73 {“status”:0,“value”:4,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/appium/device/current_activity {}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/appium/device/current_activity
debug: Request received with params: {}
debug: Getting focused package and activity
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “dumpsys window windows”
debug: Responding to client with success: {“status”:0,“value”:“com.appel.avm.dynamicapp.DynamicActivity”,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/appium/device/current_activity 200 852.799 ms - 117 {“status”:0,“value”:“com.appel.avm.dynamicapp.DynamicActivity”,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements {“using”:“class name”,“value”:“android.widget.Button”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements
debug: Request received with params: {“using”:“class name”,“value”:“android.widget.Button”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“class name”,“selector”:“android.widget.Button”,“context”:“”,“multiple”:true}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“class name”,“selector”:“android.widget.Button”,“context”:“”,“multiple”:true}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding android.widget.Button using CLASS_NAME with the contextId: multiple: true
debug: [BOOTSTRAP] [debug] Using: UiSelector[CLASS=android.widget.Button]
debug: [BOOTSTRAP] [debug] Element is null: (0)
debug: [BOOTSTRAP] [debug] Element is null: (1)
debug: [BOOTSTRAP] [debug] Element is null: (2)
debug: [BOOTSTRAP] [debug] Returning result: {“value”:[{“ELEMENT”:“16”},{“ELEMENT”:“17”}],“status”:0}
debug: Responding to client with success: {“status”:0,“value”:[{“ELEMENT”:“16”},{“ELEMENT”:“17”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/elements 200 770.961 ms - 107 {“status”:0,“value”:[{“ELEMENT”:“16”},{“ELEMENT”:“17”}],“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/touch/multi/perform {“actions”:[[{“action”:“press”,“options”:{“element”:“16”}},{“action”:“wait”,“options”:{“ms”:1}},{“action”:“release”,“options”:{}}],[{“action”:“press”,“options”:{“element”:“16”}},{“action”:“wait”,“options”:{“ms”:1}},{“action”:“release”,“options”:{}}]]}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/touch/multi/perform
debug: Request received with params: {“actions”:[[{“action”:“press”,“options”:{“element”:“16”}},{“action”:“wait”,“options”:{“ms”:1}},{“action”:“release”,“options”:{}}],[{“action”:“press”,“options”:{“element”:“16”}},{“action”:“wait”,“options”:{“ms”:1}},{“action”:“release”,“options”:{}}]]}
debug: Pushing command to appium work queue: [“element:getLocation”,{“elementId”:“16”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“16”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: getLocation
debug: [BOOTSTRAP] [debug] Returning result: {“value”:{“y”:557,“x”:216},“status”:0}
debug: Pushing command to appium work queue: [“element:getSize”,{“elementId”:“16”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getSize”,“params”:{“elementId”:“16”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: getSize
debug: [BOOTSTRAP] [debug] Returning result: {“value”:{“height”:83,“width”:172},“status”:0}
debug: Pushing command to appium work queue: [“element:getLocation”,{“elementId”:“16”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“16”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: getLocation
debug: [BOOTSTRAP] [debug] Returning result: {“value”:{“y”:557,“x”:216},“status”:0}
debug: Pushing command to appium work queue: [“element:getSize”,{“elementId”:“16”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getSize”,“params”:{“elementId”:“16”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: getSize
debug: [BOOTSTRAP] [debug] Returning result: {“value”:{“height”:83,“width”:172},“status”:0}
debug: Pushing command to appium work queue: [“performMultiPointerGesture”,{“actions”:[[{“touch”:{“x”:302,“y”:598.5},“time”:0.005},{“touch”:{“x”:302,“y”:598.5},“time”:0.006}],[{“touch”:{“x”:302,“y”:598.5},“time”:0.005},{“touch”:{“x”:302,“y”:598.5},“time”:0.006}]]}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“performMultiPointerGesture”,“params”:{“actions”:[[{“touch”:{“x”:302,“y”:598.5},“time”:0.005},{“touch”:{“x”:302,“y”:598.5},“time”:0.006}],[{“touch”:{“x”:302,“y”:598.5},“time”:0.005},{“touch”:{“x”:302,“y”:598.5},“time”:0.006}]]}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: performMultiPointerGesture
debug: [BOOTSTRAP] [debug] Updating class “class com.android.uiautomator.core.UiDevice” to enable field “mUiAutomationBridge”
debug: [BOOTSTRAP] [debug] Updating class “class com.android.uiautomator.core.UiAutomatorBridge” to enable field “mInteractionController”
debug: [BOOTSTRAP] [debug] Finding methods on class: class com.android.uiautomator.core.InteractionController
debug: [BOOTSTRAP] [debug] Returning result: {“value”:“OK”,“status”:0}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/touch/multi/perform 200 1599.772 ms - 76 {“status”:0,“value”:“OK”,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/appium/device/current_activity {}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/appium/device/current_activity
debug: Request received with params: {}
debug: Getting focused package and activity
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “dumpsys window windows”
debug: Responding to client with success: {“status”:0,“value”:“com.appel.avm.dynamicapp.DynamicActivity”,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/appium/device/current_activity 200 1307.087 ms - 117 {“status”:0,“value”:“com.appel.avm.dynamicapp.DynamicActivity”,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element {“using”:“name”,“value”:“Sign in”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element
warn: [DEPRECATED] The name locator strategy has been deprecated and will be removed. Please use the accessibility id locator strategy instead.
debug: Request received with params: {“using”:“name”,“value”:“Sign in”}
debug: Pushing command to appium work queue: [“find”,{“strategy”:“name”,“selector”:“Sign in”,“context”:“”,“multiple”:false}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“name”,“selector”:“Sign in”,“context”:“”,“multiple”:false}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: find
debug: [BOOTSTRAP] [debug] Finding Sign in using NAME with the contextId: multiple: false
debug: [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Sign in, INSTANCE=0]
debug: [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Sign in, INSTANCE=0]
debug: [BOOTSTRAP] [debug] Returning result: {“value”:{“ELEMENT”:“18”},“status”:0}
debug: Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“18”},“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element 200 803.941 ms - 88 {“status”:0,“value”:{“ELEMENT”:“18”},“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/location
info: → GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/location {}
debug: Request received with params: {}
debug: Pushing command to appium work queue: [“element:getLocation”,{“elementId”:“18”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“18”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: getLocation
debug: [BOOTSTRAP] [debug] Returning result: {“value”:{“y”:72,“x”:144},“status”:0}
info: ← GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/location 200 518.567 ms - 88 {“status”:0,“value”:{“y”:72,“x”:144},“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/location {}
debug: Responding to client with success: {“status”:0,“value”:{“y”:72,“x”:144},“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/location
debug: Request received with params: {}
debug: Pushing command to appium work queue: [“element:getLocation”,{“elementId”:“18”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getLocation”,“params”:{“elementId”:“18”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: getLocation
debug: [BOOTSTRAP] [debug] Returning result: {“value”:{“y”:72,“x”:144},“status”:0}
info: ← GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/location 200 1001.228 ms - 88 {“status”:0,“value”:{“y”:72,“x”:144},“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Responding to client with success: {“status”:0,“value”:{“y”:72,“x”:144},“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/execute {“args”:[{“duration”:0.2,“y”:72,“x”:144}],“script”:“mobile: tap”}
debug: Request received with params: {“args”:[{“duration”:0.2,“y”:72,“x”:144}],“script”:“mobile: tap”}
debug: Pushing command to appium work queue: [“click”,{“x”:144,“y”:72}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“click”,“params”:{“x”:144,“y”:72}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: click
debug: [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
debug: Responding to client with success: {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/execute 200 404.702 ms - 76 {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: → GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/enabled {}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/enabled
debug: Request received with params: {}
debug: Pushing command to appium work queue: [“element:getAttribute”,{“elementId”:“18”,“attribute”:“enabled”}]
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“element:getAttribute”,“params”:{“elementId”:“18”,“attribute”:“enabled”}}
debug: [BOOTSTRAP] [debug] Got command of type ACTION
debug: [BOOTSTRAP] [debug] Got command action: getAttribute
debug: [BOOTSTRAP] [debug] Returning result: {“value”:“true”,“status”:0}
debug: Responding to client with success: {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
info: ← GET /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element/18/enabled 200 479.727 ms - 76 {“status”:0,“value”:true,“sessionId”:“d8c53d78-ffb7-4cec-8bf4-5374d3750a1c”}
debug: Didn’t get a new command in 60 secs, shutting down…
info: Shutting down appium session
debug: Pressing the HOME button
debug: executing: “C:\users\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe” -s emulator-5554 shell “input keyevent 3”
debug: Stopping logcat capture
debug: Logcat terminated with code null, signal SIGTERM
debug: [BOOTSTRAP] [debug] Got data from client: {“cmd”:“shutdown”}
debug: [BOOTSTRAP] [debug] Got command of type SHUTDOWN
debug: [BOOTSTRAP] [debug] Returning result: {“value”:“OK, shutting down”,“status”:0}
debug: Sent shutdown command, waiting for UiAutomator to stop…
debug: [BOOTSTRAP] [debug] Closed client connection
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
debug: [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
debug: [UIAUTOMATOR STDOUT] Time: 269.986
debug: [UIAUTOMATOR STDOUT] OK (1 test)
debug: [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
debug: UiAutomator shut down normally
debug: Cleaning up android objects
debug: Cleaning up appium session
debug: We shut down because no new commands came in
info: → POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element {“using”:“name”,“value”:“Help”}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element
info: ← POST /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c/element 404 0.970 ms - 40
debug: Request received with params: {“using”:“name”,“value”:“Help”}
info: → DELETE /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c {}
debug: Appium request initiated at /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c
info: ← DELETE /wd/hub/session/d8c53d78-ffb7-4cec-8bf4-5374d3750a1c 404 1.153 ms - 40

Hmm, that sounds unusual.
@bootstraponline any ideas?

The test is probably written incorrectly. Does it work if you try similar code in the appium ruby console?

I am not aware of ruby,previously i used appium for windows exe to run, So now decided to install appium through node and while running the client app through appium i got the error message , please check the below logs

please note i have windows 64 bit OS, node 0.10.31 , appium 1.2.2 , chromedriver is 32 bit as we don’t have 64bit , eclipse 64bit , ADT- v22 , sdk api 4.3.
require you help 7 support

info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : platform, acceptSslCerts, networkConnectionEnabled, version, databaseEnabled, app-package, deviceType, webStorageEnabled, device, app-wait-activity, app-activity
info: [debug] No appActivity desired capability or server param. Parsing from apk.
info: [debug] No appPackage desired capability or server param. Parsing from apk.
info: [debug] Using local app from desired caps: C:\sdk\build-tools\android-4.4.2\androidTEST.apk
info: [debug] Creating new appium session e857ae69-2651-4665-96a1-406e2e02e515
info: Starting android appium
info: [debug] Using fast reset? true
info: [debug] Preparing device for session
info: [debug] Checking whether app is actually present
info: [debug] Checking whether adb is present
info: [debug] Using adb from C:\sdk\platform-tools\adb.exe
info: Retrieving device
info: [debug] Trying to find a connected android device
info: [debug] Getting connected devices…
info: [debug] executing: “C:sdk\platform-tools\adb.exe” devices
info: [debug] 1 device(s) connected
info: Found device emulator-5554
info: [debug] Setting device id to emulator-5554
info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 5)
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 wait-for-device
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “echo’ready’”
info: [debug] Starting logcat capture
info: [debug] Parsing package and activity from app manifest
info: [debug] Checking whether aapt is present
info: [debug] Using aapt from C:\sdk\build-tools\android-4.4.2\aapt.exe
info: [debug] packageAndLaunchActivityFromManifest: “C:\sdk\build-tools\android-4.4.2\aapt.exe” dump badging C:\sdk\build-tools\android-4.4.2\androidTEST.apk
info: [debug] badging package: com.home.simple
info: [debug] badging act: com.able.avm.dyna.dynaSplActivity
info: [debug] Parsed package and activity are: com.home.simple/com.able.avm.dyna.dynaSplActivity
info: [debug] Getting device API level
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “getpr
op ro.build.version.sdk”
info: [debug] Device is at API Level 19
info: Device API level is: 19
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “getpr
op persist.sys.language”
info: [debug] Current device language: en
info: [debug] java -jar “C:\Program Files\nodejs\node_modules\appium\node_modules\appium-adb\jars\appium_apk_tools.jar” “stringsFromApk” “C:\sdk\build-tools\android-4.4.2\androidTEST.apk” “C:\Windows\Temp\com.home.simple” e
n
info: [debug] No strings.xml for language ‘en’, getting default strings.xml
info: [debug] java -jar “C:\Program Files\nodejs\node_modules\appium\node_modules\appium-adb\jars\appium_apk_tools.jar” “stringsFromApk” “C:\sdk\build-tools\android-4.4.2\androidTEST.apk” “C:\Windows\Temp\com.home.simple”
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 push “C:\Windows\Temp\com.home.simple\strings.json” /data/local/tmp
info: [debug] Checking whether aapt is present
info: [debug] Using aapt from C:\sdk\build-tools\android-4.4.2\aapt.exe
info: [debug] processFromManifest: “C:\sdk\build-tools\android-4.4.2\aapt.exe” dump xm
ltree “C:\sdk\build-tools\android-4.4.2\androidTEST.apk” AndroidManifest.xml

info: [debug] Set app process to: com.home.simple
info: [debug] Not uninstalling app since server not started with --full-reset
info: [debug] Checking app cert for C:\sdk\build-tools\android-4.4.2\androidTEST.apk: java -jar “C:\Program Files\nodejs\node_modules\appium\node_modules\appium-adb\jars\verify.jar” “C:\sdk\build-tools\android-4.4.2\androidTEST.apk”

info: [debug] App already signed.
info: [debug] Zip-aligning C:\sdk\build-tools\android-4.4.2\androidTEST.apk
info: [debug] Checking whether zipalign is present
info: [debug] Using zipalign from C:\sdk\tools\zipalign.exe
info: [debug] zipAlignApk: “C:\sdk\tools\zipalign.exe” -f 4 “C:\sdk\build-tools\android-4.4.2\androidTEST.apk” “C:\Users\User\AppData\Local\Temp\appium114810-2596-1cqgzrm.tmp”
info: [debug] MD5 for app is 4e40e80878b34e04e1bead064d6a143e
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “ls /data/local/tmp/4e40e80878b34e04e1bead064d6a143e.apk”
info: [debug] Getting install status for com.home.simple
info: [debug] Getting device API level
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 19
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “pm list packages -3 com.home.simple”
info: [debug] App is installed
info: App is already installed, resetting app
info: [debug] Running fast reset (stop and clear)
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “am force-stop com.home.simple”
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “pm cl
ear com.home.simple”
info: [debug] Forwarding system:4724 to device:4724
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 forward tcp:
4724 tcp:4724
info: [debug] Pushing appium bootstrap to device…
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 push “C:\Program Files\nodejs\node_modules\appium\build\android_bootstrap\AppiumBoots
trap.jar” /data/local/tmp/
info: [debug] Pushing settings apk to device…
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 install “C:\Program Files\nodejs\node_modules\appium\build\settings_apk\settings_apk-debug.apk”
info: [debug] Pushing unlock helper app to device…
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 install “C:\Program Files\nodejs\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk”
info: Starting App
info: [debug] Attempting to kill all ‘uiautomator’ processes
info: [debug] Getting all processes with ‘uiautomator’
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “ps ‘uiautomator’”
info: [debug] No matching processes found
info: [debug] Running bootstrap
info: [debug] spawning: C:\sdk\platform-tools\adb.exe -s emulator-5554 shell uiautomator runtestAppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
info: [debug] [BOOTSTRAP] [debug] Socket opened on port 4724
info: [debug] [BOOTSTRAP] [debug] Appium Socket Server Ready
info: [debug] [BOOTSTRAP] [debug] Loading json…
info: [debug] Waking up device if it’s not alive
info: [debug] Pushing command to appium work queue: [“wake”,{}]
info: [debug] [BOOTSTRAP] [debug] json loading complete.
info: [debug] [BOOTSTRAP] [debug] Registered crash watchers.
info: [debug] [BOOTSTRAP] [debug] Client connected
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“wake”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: wake
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “dumpsys window”
info: [debug] Writing dumpsys output to C:\Program Files\nodejs\node_modules\app
ium.dumpsys.log
info: [debug] Screen already unlocked, continuing.
info: [debug] Pushing command to appium work queue: [“getDataDir”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“getDataDir”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: getDataDir
info: [debug] dataDir set to: /data
info: [debug] Getting device API level
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “getprop ro.build.version.sdk"info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:”/data",“status”:0}
info: [debug] Device is at API Level 19
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10
200000 -n com.home.simple/com.appemble.avm.dynamicapp.DynamicSplashActivity”
info: [debug] Waiting for pkg “com.home.simple” and activity “com.appemble.avm.dynamicapp.DynamicSplashActivity” to be focused
info: [debug] Getting focused package and activity
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “dumpsys window windows”
info: [debug] Setting auto webview
info: [debug] Getting a list of available webviews
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “cat /proc/net/unix”
info: [debug] Available contexts:
info: [debug] []
info: [debug] Available contexts: NATIVE_APP
info: [debug] Retrying context switch with timeout ‘60000’
info: [debug] Getting a list of available webviews
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “cat /proc/net/unix”
info: [debug] WEBVIEW_2006 mapped to pid 2006
info: [debug] Getting process name for webview
info: [debug] executing: “C:\sdk\platform-tools\adb.exe” -s emulator-5554 shell “ps”
info: [debug] Parsed pid: 2006 pkg: com.home.simple
info: [debug] from: u0_a52,2006,51,271408,42216,ffffffff,b6ed2614,R,com.home.simple
info: [debug] returning process name: com.home.simple
info: [debug] Available contexts: NATIVE_APP
info: [debug] [“WEBVIEW_com.home.simple”]
info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.home.simple
info: [debug] Connecting to chrome-backed webview
info: [debug] Creating Chrome session
info: [debug] Set chromedriver binary as: C:\Program Files\nodejs\node_modules\appium\build\chromedriver\windows\chromedriver.exe
info: [debug] Ensuring Chromedriver exists
info: [debug] Killing any old chromedrivers, running: FOR /F “usebackq tokens=5” %a in (netstat -nao ^| findstr /R /C:“9515 “) do (FOR /F “usebackq” %b in (TASKLIST /FI “PID eq %a” ^| findstr /I chromedriver.exe) do (IF NOT %b==”” TASKKILL /F /PID %b))
info: [debug] No old chromedrivers seemed to exist
info: [debug] Spawning chromedriver with: C:\Program Files\nodejs\node_modules\appium\build\chromedriver\windows\chromedriver.exe
info: [debug] [CHROMEDRIVER] Starting ChromeDriver (v2.10.267521) on port 9515
Only local connections are allowed.
info: [debug] Making http request with opts: {“url”:“http://127.0.0.1:9515/wd/hub/session",“method”:“POST”,“json”:{“sessionId”:null,“desiredCapabilities”:{“chromeOptions”:{“androidPackage”:“com.home.simple”,“androidUseRunningApp”:true,“androidDeviceSerial”:"emulator-5554”}}}}
error: Chromedriver create session did not work. Status was 200 and body was {“sessionId”:“de4b66bd16aa2175c2af5f96389fb088”,“status”:13,“value”:{“message”:“unknown error: unable to discover open pages\n (Driver info: chromedriver=2.10.267521,platform=Windows NT 6.1 SP1 x86_64)”}}
info: [debug] Stopping logcat capture
info: [debug] Logcat terminated with code null, signal SIGTERM
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“shutdown”}
info: [debug] [BOOTSTRAP] [debug] Got command of type SHUTDOWN
info: [debug] Sent shutdown command, waiting for UiAutomator to stop…
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“OK, shutting down”,“status”:0}
info: [debug] [BOOTSTRAP] [debug] Closed client connection
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [debug] [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
info: [debug] [UIAUTOMATOR STDOUT] Time: 143.984
info: [debug] [UIAUTOMATOR STDOUT] OK (1 test)
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
info: [debug] UiAutomator shut down normally
info: [debug] Cleaning up android objects
info: [debug] Cleaning up appium session
error: Failed to start an Appium session, err was: Error: Did not get session redirect from Chromedriver
info: [debug] Error: Did not get session redirect from Chromedriver
at null. (C:\Program Files\nodejs\node_modules\appium\lib\devices\android\chromedriver.js:220:12)
at Request.callback (C:\Program Files\nodejs\nodemodules\appium\lib\devices\common.js:116:5)
at Request.self.callback (C:\Program Files\nodejs\node_modules\appium\node_modules\request\request.js:121:22)
at Request.emit (events.js:98:17)
at Request. (C:\Program Files\nodejs\node_modules\appium\node_modules\request\request.js:985:14)
at Request.emit (events.js:117:20)
at IncomingMessage. (C:\Program Files\nodejs\node_modules\appium\node_modules\request\request.js:936:12)
at IncomingMessage.emit (events.js:117:20)
at streamreadable.js:943:16
at process._tickDomainCallback (node.js:463:13)
info: [debug] Responding to client with error: {“status”:33,“value”:{“message”:“A new session could not be created. (Original error: Did not get session redirect from Chromedriver)”,“origValue”:“Did not get session redirect from Chromedriver”},“sessionId”:null}
info: <-- POST /wd/hub/session 500 180418.447 ms - 214