@puppeteer/replay / Schema / UserFlow
Schema.UserFlow
• 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>.
• steps: Step[]
• Optional timeout: number
Timeout in milliseconds.
• title: string
Human-readble title describing the recorder user flow.