Selenium test stopped

0

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?

    
asked by anonymous 23.03.2017 / 16:12

1 answer

0

Take a look at .

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 ...

    
12.04.2017 / 14:13