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.
ロケータがコンソール パネルで有効であるが、テストを実行した後も Selenide が必要な要素を見つけられない場合によく発生します。ロケータが正しいかどうかを確認する方法は?
私は通常、要素にデバッグ ポイントを置き、要素が見つかるかどうかを確認します。または、デバッグしたくない場合は、テストのために、要素の前に 2 秒のスリープを置きます。要素が表示されている場合、その要素に waitUntil を配置でき、それが機能することがわかります。