Skip to content

Browsershot support with a background thread that retries until successful in case of transient errors

License

Notifications You must be signed in to change notification settings

amol-/browshot-retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Browsershot Support

Usage:

from browshow import SHOTS_BROWSERS, ScreenshotThread

shotthread = ScreenshotThread('http://www.google.com', '/tmp/test.png', SHOTS_BROWSERS['chrome'])
shotthread.start()
shotthread.join()

About

Browsershot support with a background thread that retries until successful in case of transient errors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages