Skip to content

Latest commit

 

History

History
164 lines (89 loc) · 2.94 KB

Schema.StepType.md

File metadata and controls

164 lines (89 loc) · 2.94 KB

@puppeteer/replay / Schema / StepType

Enumeration: StepType

Schema.StepType

Table of contents

Enumeration Members

Enumeration Members

Change

Change = "change"

Defined in

Schema.ts:30


Click

Click = "click"

Defined in

Schema.ts:31


Close

Close = "close"

Defined in

Schema.ts:32


CustomStep

CustomStep = "customStep"

Defined in

Schema.ts:33


DoubleClick

DoubleClick = "doubleClick"

Defined in

Schema.ts:34


EmulateNetworkConditions

EmulateNetworkConditions = "emulateNetworkConditions"

Defined in

Schema.ts:35


Hover

Hover = "hover"

Defined in

Schema.ts:36


KeyDown

KeyDown = "keyDown"

Defined in

Schema.ts:37


KeyUp

KeyUp = "keyUp"

Defined in

Schema.ts:38


Navigate

Navigate = "navigate"

Defined in

Schema.ts:39


Scroll

Scroll = "scroll"

Defined in

Schema.ts:40


SetViewport

SetViewport = "setViewport"

Defined in

Schema.ts:41


WaitForElement

WaitForElement = "waitForElement"

Defined in

Schema.ts:42


WaitForExpression

WaitForExpression = "waitForExpression"

Defined in

Schema.ts:43