OtherVisibilityOptionVersion: 23.8.0On 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;