Is it possible to set some timeout between steps as in QTP we have global option "Delay each step execution by"?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should instead use waitForElementPresent(). Selenium transforms this into a loop of Thread.sleep ultimately, but this is the best practice. The element being loaded depends on the test environment and as such is not coherent all the time. By using this method, you can forget about such worries |
|||
|
|
|
I know the Java code, look for something similar in C#:
|
|||||
|
