其他VisibilityOptionVersion: 23.10.1On this pageVisibilityOption 类型 ¥VisibilityOption type 是否等待元素为 visible 或 hidden。null 禁用可见性检查。 ¥Whether to wait for the element to be visible or hidden. null to disable visibility checks. 签名 ¥Signature export type VisibilityOption = 'hidden' | 'visible' | null;