Interface: SessionEventGap
@termwright/driver / SessionEventGap
Interface: SessionEventGap
Section titled “Interface: SessionEventGap”Defined in: driver/src/api.ts:859
@termwright/driver — PTY + VT sessions, locators, actions and waits.
The normative public API lives in api.ts; this module is the only entry
point and re-exports the types from there together with their runtime
implementations.
Example
Section titled “Example”import { launchTerminal } from '@termwright/driver';
const terminal = await launchTerminal({ command: ['node', 'app.js'] });await terminal.waitForText('Ready');await terminal.getByRole('button', { name: 'Approve' }).activate();await terminal.close();Properties
Section titled “Properties”firstAvailableSequence
Section titled “firstAvailableSequence”
readonlyfirstAvailableSequence:number
Defined in: driver/src/api.ts:861
lastLostSequence
Section titled “lastLostSequence”
readonlylastLostSequence:number
Defined in: driver/src/api.ts:862
lostBytes
Section titled “lostBytes”
readonlylostBytes:number
Defined in: driver/src/api.ts:864
lostEvents
Section titled “lostEvents”
readonlylostEvents:number
Defined in: driver/src/api.ts:863
requestedSequence
Section titled “requestedSequence”
readonlyrequestedSequence:number
Defined in: driver/src/api.ts:860