【appium之五】元素定位之findElementById

一、根據資源ID定位之資源ID唯一 語法:driver.findElementById("資源ID")          或  driver.findElement(By.id("資源ID")) 例子: 如上圖所示,獲取CSDN賬號輸入框用:driver.findElementById("net.csdn.csdnplus:id/editTextUserName") 要輸入賬號則是:driver.
相關文章
相關標籤/搜索