Добавить остановку на 10 секунд в Selenium Python
import time
time.sleep(10)
Ankur
import time
time.sleep(10)