Whether to wait for the element to be visible or hidden. null to disable visibility checks.
null
export type VisibilityOption = 'hidden' | 'visible' | null;