How to pause a test execution for 5 seconds at a specific point?
Answer Posted / Rohit Rathi
To pause the test execution in Selenium, you can use the Thread.sleep() method of Java. Pass the number of milliseconds you want to wait as an argument (in this case, 5000 for 5 seconds).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers