Posts by Sérgio Passos • 9 points
1 post
- 
		0 votes2 answers2447 viewsA: How to automatically download PDF to Selenium? With PythonSelenium is an excellent tool, but I don’t think it is "usual" to download, in which case I recommend using another library, like urllib (built-in). Follow an example: from urllib.request import…