Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 1.77 KB

Schema.KeyDownStep.md

File metadata and controls

89 lines (47 loc) · 1.77 KB

@puppeteer/replay / Schema / KeyDownStep

Interface: KeyDownStep

Schema.KeyDownStep

Hierarchy

Table of contents

Properties

Properties

assertedEvents

Optional assertedEvents: NavigationEvent[]

Inherited from

StepWithTarget.assertedEvents

Defined in

Schema.ts:64


key

key: Key

Defined in

Schema.ts:164


target

Optional target: string

Defaults to main

Inherited from

StepWithTarget.target

Defined in

Schema.ts:71


timeout

Optional timeout: number

Inherited from

StepWithTarget.timeout

Defined in

Schema.ts:63


type

type: KeyDown

Overrides

StepWithTarget.type

Defined in

Schema.ts:163