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

WaitForRequestOptions

Properties

PropertyTypeDescription
method?MethodThe method of the request to wait for
operator?OperatorTypeWhen applying arguments like URL or method, this operator will either "and" them together, or "or" them together. Default is "or" Default or
timeout?numberHow long to wait for the request to be made before timing out, overriding any defaults. Default timeout is 30 seconds, or 30000.
url?stringThe pattern of the request URL to wait for, using glob-style pattern-matching