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.
セレンで動的ページを操作する場合、条件をスキップせずにテストに合格したい(要素が見つからない場合など)。要素を見つける方法は?
要素が見つからないまで明示的な待機を使用し、
WebDriverWait.until(condition-that-finds-the-element)
詳細はこちらをクリックしてください。