screenshot_enricher#

Submodules#

Package Contents#

class screenshot_enricher.ScreenshotEnricher(webdriver_factory=None)#

Bases: auto_archiver.core.Enricher

Base classes and utilities for enrichers in the Auto Archiver system.

Enricher modules must implement the enrich method to define their behavior.

webdriver_factory#
enrich(to_enrich: auto_archiver.core.Metadata) None#

Enriches a Metadata object with additional information or context.

Takes the metadata object to enrich as an argument and modifies it in place, returning None.