wda 查詢控制元件的 using 欄位求解惑

cmlanche發表於2020-12-23

這是這個介面的api文件:https://documenter.getpostman.com/view/1837823/TVmMhJNB#201db857-baba-4072-a275-cfb8e8dd8d08

獲取元素

根據調解查詢元素,如果有多個,則返回第一個

參數列:

欄位名 含義 示例 型別
using 查詢值的型別,可選值見下 "using": "class name" 字串
value 型別的值 "value": "XCUIElementTypeStaticText", 字串

using可選的值:

  • partial link text / link text
  • class name
  • class chain
  • xpath
  • predicate string
  • name / id / accessibility id

問題:
其中partial link text、class chain、predicate string分別是什麼意思?
還有id和accessibility id有啥區別嗎?

相關文章