This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 5
Apr 2018

You have to be more explicit.

If you want to find element using id, there are several alternatives. You can use:

driver.findElementById("your_id")

thank you but i want to know python2.7 can find resource-id or not?

xpath=//hierarchy/android.widget.FrameLayout[1]/android.widget.LinearLayout[1]/android.widget.FrameLayout[1]/android.webkit.WebView[1]/android.webkit.WebView[1]/android.view.View[9]/android.widget.EditText[1]

xpath=//hierarchy/android.widget.FrameLayout[1]/android.widget.LinearLayout[1]/android.widget.FrameLayout[1]/android.webkit.WebView[1]/android.webkit.WebView[1]/android.view.View[10]/android.widget.EditText[1]

This is different ??