Answer the question
In order to leave comments, you need to log in
How to wait for multiple elements at the same time in Selenium?
There are lines of code like this:
<div class="round">
<div class="one" style=""></div>
<div class="two" style=""></div>
<div class="two" style=""></div>
<div class="one" style=""></div>
<div class="three" style=""></div>
<div class="two" style=""></div>
wait.until(EC.presence_of_all_elements_located((By.XPATH
but the code works every other time... Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question