我想在運行時獲取android元素的資源ID和內容描述。如何在appium java中獲取android元素的'resource id'和'content description'屬性值?
我想這:
myElement.getAttribute("resource-id")
myElement.getAttribute("content-desc")
,但得到的錯誤爲 「this element does not have the resource-id attribute
」。
有什麼辦法得到這個?