How to Wait for Explicit Time#
While most wait methods are relative to when specific elements become present on the web page, it's also possible to let the browser sleep for an absolute number of seconds.
Specific Time in Seconds#
Example of how to let the browser sleep for 5 seconds:
Random Time in Seconds#
Sometimes you want the browser appear less like a bot by randomizing the wait interval. Example of how to let the browser sleep for a random time between 3 and 20 seconds: