Dodaj zatrzymanie przez 10 sekund w selenium Python
import time
time.sleep(10)
Ankur
import time
time.sleep(10)