| 21 | const infoLogger = log4js.getLogger("output"); |
| 22 | |
| 23 | export interface BrowserConfig { |
| 24 | defaultViewport: { width: number; height: number }; |
| 25 | } |
| 26 | export interface ScreenshotConfig { |
| 27 | type?: "png"; // add support of other types |
| 28 | fullPage?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected