OtherVisibilityOptionVersion: 24.22.3On this pageVisibilityOption type Whether to wait for the element to be visible or hidden. null to disable visibility checks. Signature export type VisibilityOption = 'hidden' | 'visible' | null;