Issue
How can I make the selenium driver in Java wait on nothing for a few seconds, just to pause the driver?
Solution
Simply do Thread.sleep(1000)
to sleep for 1 second.
Answered By - Rok Povsic
How can I make the selenium driver in Java wait on nothing for a few seconds, just to pause the driver?
Simply do Thread.sleep(1000)
to sleep for 1 second.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.