How can I put wait in Python Selenium?
Hi Ian,
Please import the library “import time”.
Then add the below line of code:
time.sleep
(time in seconds)
How can I put wait in Python Selenium?
Hi Ian,
Please import the library “import time”.
Then add the below line of code:
time.sleep
(time in seconds)