Skip to content

Latest commit

History

History
6 lines (6 loc) 路 462 Bytes

2023-09-27.md

File metadata and controls

6 lines (6 loc) 路 462 Bytes
publish_date tags
2023-09-27
playwright
  • Working with Playwright a lot to crawl a website for data and its very fiddly but I'm making progress. The high level workflow that seems to be working is to use the Locators API to narrow down the block of elements i'm interested then using $() (get one element handle) or $$()(multiple handles) to parse the block and extract data from a DOM element.