DEV Community

Discussion on: Automate Taking Website Screenshots With Selenium in Python

Collapse
 
mutale85 profile image
Mutale85 • Edited

using the solutions you provided here, I have been able to add a few things.

  1. Get Urls from Mysql database
  2. Skip broken links or url that return no response Thanks a lot , this has been my foundation to starting Selenium. My code is hosted here. mutamuls.medium.com/screenshot-url...