Appium android inspector window

i am working on native app in android
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:

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
this log when i inspect native click on refresh:
info: [37m–>[39m [37mPOST[39m [37m/wd/hub/session[39m [90m{“desiredCapabilities”:{“deviceName”:“Android”,“appActivity”:“.ClickMobileTouch”,“appPackage”:“com.clicksoftware.clickmobile.touch”,“appWaitPackage”:“com.clicksoftware.clickmobile.touch”,“deviceReadyTimeout”:“200”,“platformName”:“Android”}}[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] [90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1[39m
info: [debug] [90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=[39m
info: [debug] [90m[UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:[39m
info: [debug] [90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner[39m
info: [debug] [90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer[39m
info: [debug] [90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap[39m
info: [debug] [90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1[39m
info: [debug] [90m[UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1[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: [37m<-- POST /wd/hub/session [39m[36m303[39m[90m 4722.748 ms - 9[39m [90m[39m
info: [37m–>[39m [37mGET[39m [37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548[39m [90m{}[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: [37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548 [39m[32m200[39m[90m 3.302 ms - 757[39m [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”}[39m
info: [37m–>[39m [37mGET[39m [37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/source[39m [90m{}[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\"?></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\"?>info: [37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/source [39m[32m200[39m[90m 138.129 ms - 2752[39m [90m{“status”:0,“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?>info: [37m–>[39m [37mGET[39m [37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/screenshot[39m [90m{}[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: [37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/screenshot [39m[32m200[39m[90m 2907.650 ms - 1059510[39m [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”}[39m
info: [37m–>[39m [37mGET[39m [37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/source[39m [90m{}[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] [90m[UIAUTOMATOR STDOUT] [APPIUM-UIAUTO] [debug] Returning result: {“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?>info: [debug] Stream still not complete, waiting
info: [debug] [90m[UIAUTOMATOR STDOUT] ="false" selected="false" bounds="[494,68][706,118]" instance="4"/></android.view.View></android.view.View></android.view.View></android.view.View>info: [debug] Stream still not complete, waiting
info: [debug] [90m[UIAUTOMATOR STDOUT] unds="[364,444][526,496]" instance="11"></android.view.View></android.view.View></android.view.View></android.view.View>info: [debug] Stream still not complete, waiting
info: [debug] [90m[UIAUTOMATOR STDOUT] ,574][836,578]" instance="19"/></android.view.View></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][39m
info: [debug] Responding to client with success: {“status”:0,“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?>info: [37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/source [39m[32m200[39m[90m 175.685 ms - 14128[39m [90m{“status”:0,“value”:"<?xml version=\"1.0\" encoding=\"UTF-8\"?>info: [37m–>[39m [37mGET[39m [37m/wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/screenshot[39m [90m{}[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: [37m<-- GET /wd/hub/session/712b3e32-8864-4d3f-b98a-6ab2e4f21548/screenshot [39m[32m200[39m[90m 2997.929 ms - 1059510[39m [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”}[39m

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

hello is this issue resolved ???, I am also facing the same issue