---
title: "shot-scraper: automated screenshots for documentation, built o..."
description: "!https://simonwillison.net/2022/Mar/10/shot-scraper/#a-complex-example"
date: 2023-08-16
published: true
tags:
  - docs
  - playwright
  - python
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://simonwillison.net/2022/Mar/10/shot-scraper/#a-complex-example" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://static.simonwillison.net/static/2022/annotated-screenshot.png" alt="shot-scraper: automated screenshots for documentation, built on Playwright — shot-scraper is a new tool that I’ve built to help automate the process of keeping screenshots up-to-date in my documentation. It also doubles as a scraping tool—hence the name—which I …" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">shot-scraper: automated screenshots for documentation, built on Playwright</div>
      <div class="embed-card-description">shot-scraper is a new tool that I’ve built to help automate the process of keeping screenshots up-to-date in my documentation. It also doubles as a scraping tool—hence the name—which I …</div>
      <div class="embed-card-meta">Simon Willison’s Weblog &middot; simonwillison.net</div>
    </div>
  </a>
</div>


An interesting way to build automatically annotaatd docs with arrows pointing to elements on a webpage.
