RecordStep type exported
Last updated: 2026-03-05T11:05:27.789Z
Location
Metrics
LOC: 9
Complexity: 1
Params: 0
Signature
type RecordStep
Source Code
export type RecordStep = {
type: string;
selector?: string;
value?: string;
waitMs?: number;
url?: string;
label?: string;
assertion?: Record<string, unknown>;
};
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| renderShell | uses |
| RecordTabCallbacks | uses |