Answer the question
In order to leave comments, you need to log in
How to make waits in selenium python?
I know how to wait until the element is loaded and becomes clickable: wait.until(EC.element_to_be_clickable((By.XPATH, xpath)))
But what if the element should load after the button is clicked, but it itself is part of a table with text inside ?
In general, he himself, maybe you need to somehow wait for the table to load, or maybe something else can be put instead of .element_to_be_clickable?
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