Skip to content

Wait For Resource

Waits for an element to appear, an HTTP request to complete, or an element to become visible in the viewport before continuing the workflow. Throws an error if the wait times out.

Inputs

  • Main: Input items

Outputs

  • Main: Same input items, once the wait condition is met

Parameters

Display NameNameTypeDefaultDescription
Wait ForwaitForoptionselementElement, HTTP Request, or Viewport
Tab IDtabIdnumberThe ID of the tab to wait on
Selector TypeselectorTypeoptionscssCSS Selector or XPath (Element/Viewport modes)
SelectorselectorstringThe selector of the element to wait for (Element/Viewport modes)
URL ContainsurlContainsstringWait for a request whose URL contains this substring (HTTP Request mode)
MethodmethodoptionsanyOnly match requests using this HTTP method (HTTP Request mode)
Timeout (Seconds)timeoutSecondsnumber30How long to wait before failing the node