種類 説明 Accessibility ID アプリ実装側で明示的に設定可能な ID。iOSだと accessibility-id, Androidだとcontent-desc。 ID 各要素に割り振られた一意の ID。iOSだとname, Androidだとresource-id。 Class Name クラス名。iOSだとXCUIElememtType〇〇, Android だとUIAutomator2クラスのフルネーム。(例: XCUIElementTypeButton, android.widget.Button) XPath XML Path。XML構造から要素を特定。