Interface: CaptureError
Defined in: packages/uimatch-core/src/types/errors.ts:16
Capture-related errors
Extends
Properties
code
code:
| "CAPTURE_MISSING_INPUT"
| "CAPTURE_ELEMENT_NOT_FOUND"
| "CAPTURE_TIMEOUT"
| "CAPTURE_FAILED";
Defined in: packages/uimatch-core/src/types/errors.ts:17
Overrides
message
message: string;
Defined in: packages/uimatch-core/src/types/errors.ts:10
Inherited from
selector?
optional selector: string;
Defined in: packages/uimatch-core/src/types/errors.ts:22
url?
optional url: string;
Defined in: packages/uimatch-core/src/types/errors.ts:23