Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.28 KB

Schema.UserFlow.md

File metadata and controls

62 lines (34 loc) · 1.28 KB

@puppeteer/replay / Schema / UserFlow

Interface: UserFlow

Schema.UserFlow

Table of contents

Properties

Properties

selectorAttribute

Optional selectorAttribute: string

The name of the attribute to use to generate selectors instead of regular CSS selectors. For example, specifying data-testid would generate the selector [data-testid=value] for the element <div data-testid=value>.

Defined in

Schema.ts:314


steps

steps: Step[]

Defined in

Schema.ts:315


timeout

Optional timeout: number

Timeout in milliseconds.

Defined in

Schema.ts:308


title

title: string

Human-readble title describing the recorder user flow.

Defined in

Schema.ts:304