Home > assistive-playwright-client > CalibrationError > (constructor)
Creates an instance of CalibrationError, containing information about why the calibration failed. This is thrown by playwrightCalibrate() to give details allowing to understand why the calibration failed.
Signature:
constructor(
screenshot: PNG);
Parameter | Type | Description |
---|---|---|
screenshot | PNG | Cf screenshot |