if have example please show me
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?
find_element_by_id I guess
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 ??