playwright

2 posts tagged “playwright”.

  1. 2023
  2. Testing HTML tables with Playwright Python

    I figured out this pattern today for testing an HTML table dynamically added to a page by JavaScript, using Playwright Python: there is a fixture that starts Datasette running on a local port and…

    1 min read
  3. Using expect() to wait for a selector to match multiple items

    In the Playwright tests for datasette-cluster-map I wanted to assert that two markers had been displayed on a Leaflet map.

    1 min read