For AI agents: a documentation index is available at /llms.txt
Skip to main content

WaitForSelectorOptions

Properties

PropertyTypeDescription
hidden?booleanWait for the selector to become hidden, i.e. removed from the DOM or with no visible bounding box. Mutually exclusive with "visible". Default false
timeout?numberWhen waiting for a selector applies a timeout to wait for in milliseconds, overriding any defaults. Default timeout is 30 seconds, or 30000.
visible?booleanWhether or not to consider the element as present only if it's visible Default false