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:33


Click

Click = "click"

Defined in

Schema.ts:34


Close

Close = "close"

Defined in

Schema.ts:35


CustomStep

CustomStep = "customStep"

Defined in

Schema.ts:36


DoubleClick

DoubleClick = "doubleClick"

Defined in

Schema.ts:37


EmulateNetworkConditions

EmulateNetworkConditions = "emulateNetworkConditions"

Defined in

Schema.ts:38


Hover

Hover = "hover"

Defined in

Schema.ts:39


KeyDown

KeyDown = "keyDown"

Defined in

Schema.ts:40


KeyUp

KeyUp = "keyUp"

Defined in

Schema.ts:41


Navigate

Navigate = "navigate"

Defined in

Schema.ts:42


Scroll

Scroll = "scroll"

Defined in

Schema.ts:43


SetViewport

SetViewport = "setViewport"

Defined in

Schema.ts:44


WaitForElement

WaitForElement = "waitForElement"

Defined in

Schema.ts:45


WaitForExpression

WaitForExpression = "waitForExpression"

Defined in

Schema.ts:46