Posts by Jarlei Sassi • 13 points
2 posts
-
1
votes1
answer266
viewsQ: Selenium + Python error when using time.Sleep()
I am automating a task on a website using python + Selenium. Every time I use the time.sleep() will run the time of Sleep returns this error. ConnectionAbortedError: [WinError 10053] Uma conexão…
-
0
votes0
answers24
viewsQ: Is it possible to make a $_Request[""] from an attribute other than name=""?
I wonder if it would be possible to make a $_Request[""] of the attribute of an HTML tag besides the name="". In my case it would be date-Fotocapa="test.jpg". Dai would request the date-Photo Cover.…