I'm automating a task on a website using python + selenium.
Every time I use time.sleep()
will run sleep time it returns this error.
ConnectionAbortedError: [WinError 10053] Uma conexão estabelecida foi anulada pelo software no computador host
Does anyone know the cause and how could I solve this?