Function: createCaptureError()
function createCaptureError(
code,
message,
options?): CaptureError;
Defined in: packages/uimatch-core/src/types/errors.ts:51
Create a capture error
Parameters
code
"CAPTURE_MISSING_INPUT" | "CAPTURE_ELEMENT_NOT_FOUND" | "CAPTURE_TIMEOUT" | "CAPTURE_FAILED"
message
string
options?
selector?
string
url?
string