Skip to main content
Version: Next

VisibilityOption type

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

Signature

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