I'm having a problem with selenium for when a loader appears on my screen (my application being tested for synonymous). It stands still and not time-out.
Would you like to know how to put a timeout to run a test?
I'm having a problem with selenium for when a loader appears on my screen (my application being tested for synonymous). It stands still and not time-out.
Would you like to know how to put a timeout to run a test?
It teaches methods .implicit_wait()
, .explicit_wait()
and .fluent_wait()
.
You have this topic in SO_en tbm that can help you.
Another idea, for example, is to use estrutura de repetição
with time.sleep()
inside it ...