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

WaitForResponseOptions

Properties

PropertyTypeDescription
codes?number[]The HTTP Response code(s) of the URL to wait for. Can be a single HTTP code or a list of desired codes Deprecated Use statuses field instead as it is more consistent in BrowserQL.
operator?OperatorTypeWhen applying arguments like URL or statuses, this operator will either "and" them together, or "or" them together. Default is "or" Default or
statuses?number[]The HTTP Response code(s) of the URL to wait for. Can be a single HTTP code or a list of desired codes
timeout?number-
url?stringThe pattern of the response URL to wait for, using glob-style pattern-matching