Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションの自動化にページ オブジェクト モデル (POM) を使用しています
@FindBy要素のリストを持つ注釈を使用して要素を識別しました。ここで、すべての要素を反復処理したいと思います。どうやってやるの。
@FindBy
xpath のリストを使用して文字列配列を作成します。配列をループし、(i) の xpath を Find by 変数に渡します。