Wednesday, 26 January 2022

How to sleep Selenium WebDriver in Python for milliseconds

I am using the time library in my script:

import time
time.sleep(1)

It can sleep my Selenium WebDriver for one second, but how is it possible for 250 milliseconds?



from How to sleep Selenium WebDriver in Python for milliseconds

No comments:

Post a Comment