Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 591 Bytes

CHANGELOG.md

File metadata and controls

25 lines (13 loc) · 591 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.2.0] — 2022-06-13

Added

  • Remove action: it removes an element from the DOM. It can be useful when dealing with consent pop-ups.

[0.1.0] — 2022-06-11

Added

  • ScreenshotToMap strategy (retrieve screenshot and maps with selectors for the specified elements).

Changed

  • You can now run the scraper without a strategy. It will only run the actions and return the playwright instances of Browser, BrowserContext, and Page.

[0.0.1] — 2022-06-10

Added

  • First release