public WebLoadHandler(ScreenshotCore core) { this.core = core; }
public ScreenshotRenderHandler(ScreenshotCore core, int screenWidth, int screenHeight) { this.core = core; this.screenWidth = screenWidth; this.screenHeight = screenHeight; }
public WebLifeSpanHandler(ScreenshotCore core) { this.core = core; }