Back to Puppeteer

VisibilityOption type

docs/api/puppeteer.visibilityoption.md

19.2.2295 B
Original Source

VisibilityOption type

Whether to wait for the element to be visible or hidden. null to disable visibility checks.

Signature

typescript
export type VisibilityOption = 'hidden' | 'visible' | null;