AGENTS.md
CAPABILITIES.md
CHANGELOG.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
agent-snippets/downstream-AGENTS.md
examples/cli_jsonl_batch_capture.py
examples/custom_viewport_and_html_snapshot.py
examples/playwright_motion_snapshot.py
examples/playwright_programmatic_capture.py
examples/playwright_scrolling_depth_capture.py
examples/selenium_programmatic_capture.py
examples/service_batch_capture.py
examples/storage_summary_integration.py
skills/infra-screenshot-local-cli/SKILL.md
skills/infra-screenshot-local-cli/agents/openai.yaml
skills/infra-screenshot-playwright-capture/SKILL.md
skills/infra-screenshot-playwright-capture/agents/openai.yaml
skills/infra-screenshot-selenium-capture/SKILL.md
skills/infra-screenshot-selenium-capture/agents/openai.yaml
skills/infra-screenshot-service-storage/SKILL.md
skills/infra-screenshot-service-storage/agents/openai.yaml
src/infra_screenshot.egg-info/PKG-INFO
src/infra_screenshot.egg-info/SOURCES.txt
src/infra_screenshot.egg-info/dependency_links.txt
src/infra_screenshot.egg-info/entry_points.txt
src/infra_screenshot.egg-info/requires.txt
src/infra_screenshot.egg-info/top_level.txt
src/screenshot/__init__.py
src/screenshot/_models_artifacts.py
src/screenshot/_models_options.py
src/screenshot/_models_plans.py
src/screenshot/_models_results.py
src/screenshot/_motion_capture.py
src/screenshot/backends.py
src/screenshot/capabilities.py
src/screenshot/cli.py
src/screenshot/cli_shared.py
src/screenshot/cli_utils.py
src/screenshot/defaults.py
src/screenshot/launch_policy.py
src/screenshot/models.py
src/screenshot/playwright_runner.py
src/screenshot/py.typed
src/screenshot/selenium_runner.py
src/screenshot/service.py
src/screenshot/_shared/__init__.py
src/screenshot/_shared/errors.py
src/screenshot/_shared/policy.py
src/screenshot/_shared/storage.py
src/screenshot/_shared/url.py
src/screenshot/_shared/cli/__init__.py
src/screenshot/_shared/cli/arguments.py
src/screenshot/_shared/cli/normalizers.py
src/screenshot/_shared/cli/options.py
src/screenshot/_shared/cli/options_builders.py
src/screenshot/_shared/cli/options_validate.py
src/screenshot/_shared/cli/parser.py
src/screenshot/_shared/cli/schema.py
src/screenshot/_shared/cli/utils.py
src/screenshot/_shared/cli/validator.py
tests/test_backends.py
tests/test_capabilities.py
tests/test_cli_entrypoint_smoke.py
tests/test_cli_normalizers.py
tests/test_cli_options.py
tests/test_cli_parser.py
tests/test_cli_summary.py
tests/test_common_screenshot_service.py
tests/test_defaults_env.py
tests/test_docs_boundary_contract.py
tests/test_errors_category.py
tests/test_examples_smoke.py
tests/test_launch_policy.py
tests/test_models_options_helpers.py
tests/test_packaging.py
tests/test_playwright_runner.py
tests/test_public_api_contract.py
tests/test_readme_contract.py
tests/test_screenshot_cli.py
tests/test_screenshot_cli_shared.py
tests/test_screenshot_cli_utils.py
tests/test_screenshot_models.py
tests/test_screenshot_service_e2e.py
tests/test_screenshot_smoke.py
tests/test_scripts_smoke.py
tests/test_selenium_runner.py
tests/test_shared_utils.py
tests/test_storage_json.py
tests/test_utils.py