問題タブ [xcuitest]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
104 参照

swift - 特定の要素を含まない要素を返す XCUIElementQuery

タイトルが示すように、特定のオブジェクトを含まない要素またはセルにアクセスするためのより良い方法を見つける必要があります。

オブジェクトは常に存在するか存在しないかのどちらかです。同じ要素内でも重複はありません。

現在、私がやっていることは、必要なメイン要素を一致させ、必要なものが得られるまでその子を 1 つずつチェックすることです。