Inspector window

question 1:
i am using the inspect window on chrome
this is my setting:

when i lunch on refresh the chrome is open - but i want to inspect elements in other url after login
and when i manually go to the url and refresh again i got the error:

question 2
same action but with native phone gap
this is my setting:

when i launch on refresh i get the elements not as they suppose to be and when i click on tap i get error:

???

Any one can help me with this error , I can’t progress especially in the native issue because i can’t recognize any element the appium only success to open the phone gap and show the screen not recognizing elements via inspector window and not run tests on this phone gap

@erezgi1974
Question 1: Already answered here:

You might get lucky inspecting elements using Chrome Remote debugging.

Question 2: Please provide Appium log to help us better understand your issue.

this log when i inspect native click on refresh and click on “tap” :

info: e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/sessione[39m e[90m{“desiredCapabilities”:{“deviceName”:“Android”,“appActivity”:“.ClickMobileTouch”,“appPackage”:“com.clicksoftware.clickmobile.touch”,“appWaitPackage”:“com.clicksoftware.clickmobile.touch”,“deviceReadyTimeout”:“200”,“platformName”:“Android”}}e[39m
info: [debug] Didn’t get app but did get Android package, will attempt to launch it on the device
info: [debug] Creating new appium session 712b3e32-8864-4d3f-b98a-6ab2e4f21548
info: Starting android appium
info: [debug] Using fast reset? true
info: [debug] Preparing device for session
info: [debug] Not checking whether app is present since we are assuming it’s already on the device
info: [debug] Checking whether adb is present
info: [debug] Using adb from C:\sdkmanager\adt-bundle-windows-x86_64-20140702\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:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” devices
info: [debug] 1 device(s) connected
info: Found device 090f1450
info: [debug] Setting device id to 090f1450
info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 200)
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 wait-for-device
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “echo ‘ready’”
info: [debug] Starting logcat capture
warn: No app capability, can’t parse package/activity
info: [debug] Getting device API level
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 19
info: Device API level is: 19
info: [debug] Apk doesn’t exist locally
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “rm -rf /data/local/tmp/strings.json”
info: [debug] Not uninstalling app since server not started with --full-reset
info: [debug] Skipping install since we launched with a package instead of an app path
info: [debug] Forwarding system:4724 to device:4724
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 forward tcp:4724 tcp:4724
info: [debug] Pushing appium bootstrap to device…
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 push “C:\Appium\node_modules\appium\build\android_bootstrap\AppiumBootstrap.jar” /data/local/tmp/
info: [debug] Pushing settings apk to device…
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 install “C:\Appium\node_modules\appium\build\settings_apk\settings_apk-debug.apk”
info: [debug] Pushing unlock helper app to device…
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 install “C:\Appium\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:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “ps ‘uiautomator’”
info: [debug] No matching processes found
info: [debug] Running bootstrap
info: [debug] spawning: C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe -s 090f1450 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap
info: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1e[39m
info: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=e[39m
info: [debug] e[90m[UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:e[39m
info: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunnere[39m
info: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServere[39m
info: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrape[39m
info: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1e[39m
info: [debug] e[90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1e[39m
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] [BOOTSTRAP] [debug] Registered crash watchers.
info: [debug] Waking up device if it’s not alive
info: [debug] Pushing command to appium work queue: [“wake”,{}]
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:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “dumpsys window”
info: [debug] Writing dumpsys output to C:\Appium\node_modules\appium.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] [BOOTSTRAP] [debug] Returning result: {“value”:“/data/local/tmp”,“status”:0}
info: [debug] dataDir set to: /data/local/tmp
info: [debug] Pushing command to appium work queue: [“compressedLayoutHierarchy”,{“compressLayout”:false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“compressedLayoutHierarchy”,“params”:{“compressLayout”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: compressedLayoutHierarchy
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:false,“status”:0}
info: [debug] Getting device API level
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 19
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.clicksoftware.clickmobile.touch/.ClickMobileTouch”
info: [debug] Waiting for pkg “com.clicksoftware.clickmobile.touch” and activity “.ClickMobileTouch” to be focused
info: [debug] Getting focused package and activity
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “dumpsys window windows”
info: [debug] Device launched! Ready for commands
info: [debug] Setting command timeout to the default of 60 secs
info: [debug] Appium session started with sessionId 712b3e32-8864-4d3f-b98a-6ab2e4f21548
info: e[37m<-- POST /wd/hub/session e[39me[36m303e[39me[90m 4722.748 ms - 9e[39m e[90me[39m
info: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548e[39m e[90m{}e[39m
info: [debug] Responding to client with success: {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.1”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“deviceName”:“Android”,“appActivity”:“.ClickMobileTouch”,“appPackage”:“com.clicksoftware.clickmobile.touch”,“appWaitPackage”:“com.clicksoftware.clickmobile.touch”,“deviceReadyTimeout”:“200”,“platformName”:“Android”},“deviceName”:“Android”,“appActivity”:“.ClickMobileTouch”,“appPackage”:“com.clicksoftware.clickmobile.touch”,“appWaitPackage”:“com.clicksoftware.clickmobile.touch”,“deviceReadyTimeout”:“200”,“platformName”:“Android”},“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}
info: e[37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548 e[39me[32m200e[39me[90m 3.302 ms - 757e[39m e[90m{“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.1”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“deviceName”:“Android”,“appActivity”:“.ClickMobileTouch”,“appPackage”:“com.clicksoftware.clickmobile.touch”,“appWaitPackage”:“com.clicksoftware.clickmobile.touch”,“deviceReadyTimeout”:“200”,“platformName”:“Android”},“deviceName”:“Android”,“appActivity”:“.ClickMobileTouch”,“appPackage”:“com.clicksoftware.clickmobile.touch”,“appWaitPackage”:“com.clicksoftware.clickmobile.touch”,“deviceReadyTimeout”:“200”,“platformName”:“Android”},“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}e[39m
info: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/sourcee[39m e[90m{}e[39m
info: [debug] Pushing command to appium work queue: [“source”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“source”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: source
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" resource-id="" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.LinearLayout index="0" text="" resource-id="" class="android.widget.LinearLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.FrameLayout index="0" text="" resource-id="android:id/content" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,1824]" instance="1"><android.widget.FrameLayout index="0" text="" resource-id="" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,1824]" instance="2"><android.webkit.WebView index="0" text="" resource-id="" class="android.webkit.WebView" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,1824]" instance="0"><android.view.View index="0" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="true" scrollable="true" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,1824]" instance="0"/></android.webkit.WebView></android.widget.FrameLayout></android.widget.FrameLayout></android.widget.LinearLayout></android.widget.FrameLayout></hierarchy>”,“status”:0}
info: [debug] Responding to client with success: {“status”:0,“value”:“<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" resource-id="" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.LinearLayout index="0" text="" resource-id="" class="android.widget.LinearLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.FrameLayout index="0" text="" resource-id="android:id/content" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="f…”,“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}
info: e[37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/source e[39me[32m200e[39me[90m 138.129 ms - 2752e[39m e[90m{“status”:0,“value”:“<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" resource-id="" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.LinearLayout index="0" text="" resource-id="" class="android.widget.LinearLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.FrameLayout index="0" text="" resource-id="android:id/content" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="f…”,“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}e[39m
info: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/screenshote[39m e[90m{}e[39m
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell “/system/bin/rm /data/local/tmp/screenshot.png; /system/bin/screencap -p /data/local/tmp/screenshot.png "
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 pull /data/local/tmp/screenshot.png “C:\Users\w6-qa\AppData\Local\Temp\2\appium114919-6840-ubgurw.png”
info: [debug] Responding to client with success: {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAABLAAAAeACAYAAADes67/AAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzs3Xl8VPW9+P/XOWfWLJM9ZE8IJCFsYRMBWYu4Y1XUIhY39NpKe6/VXlvrFW1ttdYu99bl3nrrT1spVdvfVWtdK6UWEamsQtkihGwECGRfZjvnfP8IGbNM9skm7+fjESVnzvKeT86ZmfOe9+fzUQATIYQQQgghhBBCCCFGKHW4AxBCCCGEEEIIIYQQojuSwBJCCCGEEEIIIYQQI5oksIQQQgghhBBCCCHEiCYJLCGEEEIIIYQQQggxokkCSwghhBBCCCGEEEKMaJLAEkIIIYQQQgghhBAjmmW4AxgtwmYuYexFK3CYfioO7Kbi/f/DbG4Awxju0HqlXfwHP6XiL38cvfGPwvb/onI6ncTGxpKWlkZUVBS6rlNaWkplZSXV1dXDHV63FEUhIiKCmJgYMjIyCAsLw+fzUVRUxJkzZ6ivrx/uEIUQQgghhAhKURQATNMc1G2EGElGVAJrJF9QqisWW3gUyU6ThSnz+TAhgb0fbsRduAd0fbjD61H7+OfxYXwcn364Ec/h3aMiCdQ2/gXJF/BhfBx7P/wrnsI9Izp+q9XK3LlzyczMDOl+S0tL2bp1Kx6PJ6T77S1FURg3bhzXXHMNc+bMISIigpqaGux2Ow6Hg8LCQl599VU++ugjmpubhyXG7miaRkFBAVdffTXTp0/HZrNRU1NDdHQ0fr+fffv28fbbb7N582b8fv9whyuEEEIIIUSAoijt7pmdTicRERHY7XYsFguKomAYBrqu4/F4qK+vx+12B7bpuL3obMKECVx++eU9rvfmm29y8ODBIYhIwAhKYLUmr1r/PdIuqMaP3uZwUz1Fs77E/uRUbp09BXv8GLa9cBp/XRVaRDRGUz1GQ+1whxpUsPhtcWPY9vwp9Iaa0Rf/+QXY4pL4xwuVIzr+hIQE7rvvPsLDw0O636am…”,“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}
info: e[37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/screenshot e[39me[32m200e[39me[90m 2907.650 ms - 1059510e[39m e[90m{“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAABLAAAAeACAYAAADes67/AAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzs3Xl8VPW9+P/XOWfWLJM9ZE8IJCFsYRMBWYu4Y1XUIhY39NpKe6/VXlvrFW1ttdYu99bl3nrrT1spVdvfVWtdK6UWEamsQtkihGwECGRfZjvnfP8IGbNM9skm7+fjESVnzvKeT86ZmfOe9+fzUQATIYQQQgghhBBCCCFGKHW4AxBCCCGEEEIIIYQQojuSwBJCCCGEEEIIIYQQI5oksIQQQgghhBBCCCHEiCYJLCGEEEIIIYQQQggxokkCSwghhBBCCCGEEEKMaJLAEkIIIYQQQgghhBAjmmW4AxgtwmYuYexFK3CYfioO7Kbi/f/DbG4Awxju0HqlXfwHP6XiL38cvfGPwvb/onI6ncTGxpKWlkZUVBS6rlNaWkplZSXV1dXDHV63FEUhIiKCmJgYMjIyCAsLw+fzUVRUxJkzZ6ivrx/uEIUQQgghhAhKURQATNMc1G2EGElGVAJrJF9QqisWW3gUyU6ThSnz+TAhgb0fbsRduAd0fbjD61H7+OfxYXwcn364Ec/h3aMiCdQ2/gXJF/BhfBx7P/wrnsI9Izp+q9XK3LlzyczMDOl+S0tL2bp1Kx6PJ6T77S1FURg3bhzXXHMNc+bMISIigpqaGux2Ow6Hg8LCQl599VU++ugjmpubhyXG7miaRkFBAVdffTXTp0/HZrNRU1NDdHQ0fr+fffv28fbbb7N582b8fv9whyuEEEIIIUSAoijt7pmdTicRERHY7XYsFguKomAYBrqu4/F4qK+vx+12B7bpuL3obMKECVx++eU9rvfmm29y8ODBIYhIwAhKYLUmr1r/PdIuqMaP3uZwUz1Fs77E/uRUbp09BXv8GLa9cBp/XRVaRDRGUz1GQ+1whxpUsPhtcWPY9vwp9Iaa0Rf/+QXY4pL4xwuVIzr+hIQE7rvvPsLDw0O636am…”,“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}e[39m
info: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/sourcee[39m e[90m{}e[39m
info: [debug] Pushing command to appium work queue: [“source”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“source”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: source
info: [debug] e[90m[UIAUTOMATOR STDOUT] [APPIUM-UIAUTO] [debug] Returning result: {“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" resource-id="" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.LinearLayout index="0" text="" resource-id="" class="android.widget.LinearLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.FrameLayout index="0" text="" resource-id="android:id/content" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,1824]" instance="1"><android.widget.FrameLayout index="0" text="" resource-id="" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,1824]" instance="2"><android.webkit.WebView index="0" text="" resource-id="" class="android.webkit.WebView" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,1824]" instance="0"><android.view.View index="0" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="ClickMobile" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="true" scrollable="true" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,1824]" instance="0"><android.view.View index="0" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][0,50]" instance="1"/><android.view.View index="1" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][0,50]" instance="2"/><android.view.View index="2" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][1200,116]" instance="3"><android.view.View index="0" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="ClickMobile Heading" checkable="false" checked="false" clickable="true" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" passworde[39m
info: [debug] Stream still not complete, waiting
info: [debug] e[90m[UIAUTOMATOR STDOUT] ="false" selected="false" bounds="[494,68][706,118]" instance="4"/></android.view.View><android.widget.ListView index="3" text="" resource-id="" class="android.widget.ListView" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][0,50]" instance="0"/><android.view.View index="4" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[316,252][888,334]" instance="5"><android.widget.Image index="0" text="" resource-id="" class="android.widget.Image" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[420,252][780,326]" instance="0"/></android.view.View><android.view.View index="5" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,50][0,50]" instance="6"/><android.view.View index="6" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[364,370][526,422]" instance="7"><android.view.View index="0" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="User Name:" checkable="false" checked="false" clickable="true" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[366,376][524,414]" instance="8"/></android.view.View><android.view.View index="7" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[530,370][836,422]" instance="9"><android.widget.EditText index="0" text="" resource-id="" class="android.widget.EditText" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[536,372][830,420]" instance="0"/></android.view.View><android.view.View index="8" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[364,426][836,440]" instance="10"/><android.view.View index="9" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" boe[39m
info: [debug] Stream still not complete, waiting
info: [debug] e[90m[UIAUTOMATOR STDOUT] unds="[364,444][526,496]" instance="11"><android.view.View index="0" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="Password:" checkable="false" checked="false" clickable="true" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[366,450][508,488]" instance="12"/></android.view.View><android.view.View index="10" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[530,444][836,496]" instance="13"><android.widget.EditText index="0" text="" resource-id="" class="android.widget.EditText" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="false" scrollable="false" long-clickable="false" password="true" selected="false" bounds="[536,446][830,494]" instance="1"/></android.view.View><android.view.View index="11" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[364,500][836,514]" instance="14"/><android.view.View index="12" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[364,518][526,570]" instance="15"><android.view.View index="0" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="Domain:" checkable="false" checked="false" clickable="true" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[366,524][478,562]" instance="16"/></android.view.View><android.view.View index="13" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[532,520][834,568]" instance="17"><android.widget.EditText index="0" text="" resource-id="" class="android.widget.EditText" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[536,520][830,568]" instance="2"/></android.view.View><android.view.View index="14" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[364,574][526,578]" instance="18"/><android.view.View index="15" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[530e[39m
info: [debug] Stream still not complete, waiting
info: [debug] e[90m[UIAUTOMATOR STDOUT] ,574][836,578]" instance="19"/><android.view.View index="16" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[364,582][836,690]" instance="20"><android.view.View index="0" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="Login" checkable="false" checked="false" clickable="true" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[682,622][832,688]" instance="21"/></android.view.View><android.view.View index="17" text="" resource-id="" class="android.view.View" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[364,694][526,744]" instance="22"><android.widget.Button index="0" text="" resource-id="" class="android.widget.Button" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[370,696][390,736]" instance="0"/></android.view.View></android.view.View></android.webkit.WebView></android.widget.FrameLayout></android.widget.FrameLayout></android.widget.LinearLayout></android.widget.FrameLayout></hierarchy>“,“status”:0}[/APPIUM-UIAUTO]e[39m
info: [debug] Responding to client with success: {“status”:0,“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" resource-id="" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.LinearLayout index="0" text="" resource-id="" class="android.widget.LinearLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.FrameLayout index="0" text="" resource-id="android:id/content" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="f…“,“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}
info: e[37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/source e[39me[32m200e[39me[90m 175.685 ms - 14128e[39m e[90m{“status”:0,“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" resource-id="" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.LinearLayout index="0" text="" resource-id="" class="android.widget.LinearLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][1200,1824]" instance="0"><android.widget.FrameLayout index="0" text="" resource-id="android:id/content" class="android.widget.FrameLayout" package="com.clicksoftware.clickmobile.touch" content-desc="" checkable="f…",“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}e[39m
info: e[37m–>e[39m e[37mGETe[39m e[37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/screenshote[39m e[90m{}e[39m
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 shell "/system/bin/rm /data/local/tmp/screenshot.png; /system/bin/screencap -p /data/local/tmp/screenshot.png "
info: [debug] executing: “C:\sdkmanager\adt-bundle-windows-x86_64-20140702\sdk\platform-tools\adb.exe” -s 090f1450 pull /data/local/tmp/screenshot.png “C:\Users\w6-qa\AppData\Local\Temp\2\appium114919-6840-ixdg20.png”
info: [debug] Responding to client with success: {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAABLAAAAeACAYAAADes67/AAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzs3Xl8VPW9+P/XOWfWLJM9ZE8IJCFsYRMBWYu4Y1XUIhY39NpKe6/VXlvrFW1ttdYu99bl3nrrT1spVdvfVWtdK6UWEamsQtkihGwECGRfZjvnfP8IGbNM9skm7+fjESVnzvKeT86ZmfOe9+fzUQATIYQQQgghhBBCCCFGKHW4AxBCCCGEEEIIIYQQojuSwBJCCCGEEEIIIYQQI5oksIQQQgghhBBCCCHEiCYJLCGEEEIIIYQQQggxokkCSwghhBBCCCGEEEKMaJLAEkIIIYQQQgghhBAjmmW4AxgtwmYuYexFK3CYfioO7Kbi/f/DbG4Awxju0HqlXfwHP6XiL38cvfGPwvb/onI6ncTGxpKWlkZUVBS6rlNaWkplZSXV1dXDHV63FEUhIiKCmJgYMjIyCAsLw+fzUVRUxJkzZ6ivrx/uEIUQQgghhAhKURQATNMc1G2EGElGVAJrJF9QqisWW3gUyU6ThSnz+TAhgb0fbsRduAd0fbjD61H7+OfxYXwcn364Ec/h3aMiCdQ2/gXJF/BhfBx7P/wrnsI9Izp+q9XK3LlzyczMDOl+S0tL2bp1Kx6PJ6T77S1FURg3bhzXXHMNc+bMISIigpqaGux2Ow6Hg8LCQl599VU++ugjmpubhyXG7miaRkFBAVdffTXTp0/HZrNRU1NDdHQ0fr+fffv28fbbb7N582b8fv9whyuEEEIIIUSAoijt7pmdTicRERHY7XYsFguKomAYBrqu4/F4qK+vx+12B7bpuL3obMKECVx++eU9rvfmm29y8ODBIYhIwAhKYLUmr1r/PdIuqMaP3uZwUz1Fs77E/uRUbp09BXv8GLa9cBp/XRVaRDRGUz1GQ+1whxpUsPhtcWPY9vwp9Iaa0Rf/+QXY4pL4xwuVIzr+hIQE7rvvPsLDw0O636am…”,“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}
info: e[37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/screenshot e[39me[32m200e[39me[90m 2997.929 ms - 1059510e[39m e[90m{“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAABLAAAAeACAYAAADes67/AAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzs3Xl8VPW9+P/XOWfWLJM9ZE8IJCFsYRMBWYu4Y1XUIhY39NpKe6/VXlvrFW1ttdYu99bl3nrrT1spVdvfVWtdK6UWEamsQtkihGwECGRfZjvnfP8IGbNM9skm7+fjESVnzvKeT86ZmfOe9+fzUQATIYQQQgghhBBCCCFGKHW4AxBCCCGEEEIIIYQQojuSwBJCCCGEEEIIIYQQI5oksIQQQgghhBBCCCHEiCYJLCGEEEIIIYQQQggxokkCSwghhBBCCCGEEEKMaJLAEkIIIYQQQgghhBAjmmW4AxgtwmYuYexFK3CYfioO7Kbi/f/DbG4Awxju0HqlXfwHP6XiL38cvfGPwvb/onI6ncTGxpKWlkZUVBS6rlNaWkplZSXV1dXDHV63FEUhIiKCmJgYMjIyCAsLw+fzUVRUxJkzZ6ivrx/uEIUQQgghhAhKURQATNMc1G2EGElGVAJrJF9QqisWW3gUyU6ThSnz+TAhgb0fbsRduAd0fbjD61H7+OfxYXwcn364Ec/h3aMiCdQ2/gXJF/BhfBx7P/wrnsI9Izp+q9XK3LlzyczMDOl+S0tL2bp1Kx6PJ6T77S1FURg3bhzXXHMNc+bMISIigpqaGux2Ow6Hg8LCQl599VU++ugjmpubhyXG7miaRkFBAVdffTXTp0/HZrNRU1NDdHQ0fr+fffv28fbbb7N582b8fv9whyuEEEIIIUSAoijt7pmdTicRERHY7XYsFguKomAYBrqu4/F4qK+vx+12B7bpuL3obMKECVx++eU9rvfmm29y8ODBIYhIwAhKYLUmr1r/PdIuqMaP3uZwUz1Fs77E/uRUbp09BXv8GLa9cBp/XRVaRDRGUz1GQ+1whxpUsPhtcWPY9vwp9Iaa0Rf/+QXY4pL4xwuVIzr+hIQE7rvvPsLDw0O636am…”,“sessionId”:“712b3e32-8864-4d3f-b98a-6ab2e4f21548”}e[39m

anyone can help me??

BTY: when i try to inspect element in phone gap via my computer with url “chrome://inspect”
i can see the elements in my device , but when i run try to run tests on the phone gap, the test only open the phone gap, but not recognize any element
please help?