I have a code which downloads lots of webpages (it takes a screenshoots of them, to be clear). Is there any way to add to my application a progress bar? I use wx
, but I would like to know if there is a progress bar in a splinter (seleniumHQ) library and how to use it.
You can see my code here: Python Splinter (SeleniumHQ) how to take a screenshot of many webpages? [Connection refused] it's without wx but on my computer I have a version with wx panel. Any ideas?