v0.8.0
Features
-
snapshot: expose
mouseandkeyboardhelpers in the page context from puppeteer (#560) (428afe3)page.mouse: Same as puppeteer's Mouse classpage.keyboard: Same as puppeteer's Keyboard class
With these helpers, you can emulate more detailed interaction during snapshot process. e.g. triggering
:activestyle.
See the example code from a test case of the Birdseye snapshot plugin.