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.
私が試したのは、ドライバーが要素を見つけられない場合、「キャッチ」に行かずに while ループを続行する方法はありますか??
次のようなコード:
try{ while (...) { driver.findelement(A); } }catch(Exception e) { }