screenshot_enricher
===================

.. py:module:: screenshot_enricher


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/screenshot_enricher/screenshot_enricher/index




Package Contents
----------------

.. py:class:: ScreenshotEnricher(webdriver_factory=None)

   Bases: :py:obj:`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.


   .. py:attribute:: webdriver_factory


   .. py:method:: 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.



