Skip to content

Latest commit

 

History

History
144 lines (77 loc) · 2.79 KB

Schema.SetViewportStep.md

File metadata and controls

144 lines (77 loc) · 2.79 KB

@puppeteer/replay / Schema / SetViewportStep

Interface: SetViewportStep

Schema.SetViewportStep

Hierarchy

Table of contents

Properties

Properties

assertedEvents

Optional assertedEvents: NavigationEvent[]

Inherited from

StepWithTarget.assertedEvents

Defined in

Schema.ts:64


deviceScaleFactor

deviceScaleFactor: number

Defined in

Schema.ts:180


hasTouch

hasTouch: boolean

Defined in

Schema.ts:182


height

height: number

Defined in

Schema.ts:179


isLandscape

isLandscape: boolean

Defined in

Schema.ts:183


isMobile

isMobile: boolean

Defined in

Schema.ts:181


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

Overrides

StepWithTarget.type

Defined in

Schema.ts:177


width

width: number

Defined in

Schema.ts:178