Package net.sf.jasperreports.chrome
Class ChromePage
- java.lang.Object
-
- net.sf.jasperreports.chrome.ChromePage
-
public class ChromePage extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ChromePage(com.github.kklisura.cdt.services.ChromeDevToolsService devToolsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
captureScreenshot(int width, int height, double zoomFactor)
protected void
checkException(com.github.kklisura.cdt.protocol.types.runtime.ExceptionDetails exceptionDetails)
<T> T
evaluatePromise(String promiseScript)
-
-
-
Method Detail
-
evaluatePromise
public <T> T evaluatePromise(String promiseScript)
-
checkException
protected void checkException(com.github.kklisura.cdt.protocol.types.runtime.ExceptionDetails exceptionDetails)
-
captureScreenshot
public byte[] captureScreenshot(int width, int height, double zoomFactor)
-
-