All notable changes to this project will be documented in this file.
- Remove action: it removes an element from the DOM. It can be useful when dealing with consent pop-ups.
- ScreenshotToMap strategy (retrieve screenshot and maps with selectors for the specified elements).
- 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.
- First release