Adicione a parada por 10 segundos no Selênio Python
import time
time.sleep(10)
Ankur
import time
time.sleep(10)