Simon Willison: TILs on playwright

Atom feed for playwright

playwright Testing HTML tables with Playwright Python - 2024-09-03

I figured out this pattern today for testing an HTML table dynamically added to a page by JavaScript, using Playwright Python: …

playwright Using expect() to wait for a selector to match multiple items - 2024-01-13

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