Skip to content

Interface: ActionStartedEvent

@termwright/driver


@termwright/driver / ActionStartedEvent

Defined in: driver/src/api.ts:1049

An action that has begun but has not settled yet.

Consumers use this lifecycle edge for an honest live progress indicator. The eventual ActionEvent with the same actionId remains the authoritative outcome.

readonly actionId: string

Defined in: driver/src/api.ts:1050


readonly api: string

Defined in: driver/src/api.ts:1052

Method that began, e.g. 'click', 'press', 'resize'.


readonly optional selector?: string

Defined in: driver/src/api.ts:1054

Locator description when the action was initiated through a locator.


readonly timeMs: number

Defined in: driver/src/api.ts:1055