Answer the question
In order to leave comments, you need to log in
How to make selenium wait 5 seconds after a click?
how to make selenium wait 5 seconds after click?
I immediately redirect to Next Page.
after an instant click, the site I need just doesn’t have time to log in.
in puppeteer there is just waitFor () and here I didn’t find the norms / didn’t apply the solution correctly
Answer the question
In order to leave comments, you need to log in
I think selenium has a wait() method.
But you can just import the time library and do time.sleep(5)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question