wyattshanahan / webcapturetool

A tool built to capture screenshots of a large number of sites from a csv document.
0 stars 0 forks source link

Open file prior to starting selenium #11

Closed wyattshanahan closed 4 months ago

wyattshanahan commented 4 months ago

Using a try/except block, this should be started prior to the selenium startup to avoid wasting time. currently selenium will start even if the file doesn't exist, so it should be fixed to reduce time wasted