Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 05:33
· 150 commits to master since this release

2.0.0 (2021-02-17)

Features

  • update dependency puppeteer to v7 (#11) (0534e99)

BREAKING CHANGES

  • page.screenshot makes a screenshot with the clip dimensions, not cutting it by the ViewPort size.
  • chromium: - page.screenshot cuts screenshot content by the ViewPort size, not ViewPort position.