| 24 | defaultViewport: { width: number; height: number }; |
| 25 | } |
| 26 | export interface ScreenshotConfig { |
| 27 | type?: "png"; // add support of other types |
| 28 | fullPage?: boolean; |
| 29 | } |
| 30 | export interface PageConfig { |
| 31 | waitUntil?: PuppeteerLifeCycleEvent; // when the screenshot should be taken in regards to the loaded state of the page, defaults to networkidle0 |
| 32 | timeout?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected