J
J
Jairman2020-01-31 22:21:59
Python
Jairman, 2020-01-31 22:21:59

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?
5e347e5291f9c148632975.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Filart97, 2020-02-03
@Jairman

Make a loop with a timeout

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question