wait for selector

This block is part of the browser group and was last modified in core v14.0.2.

wait for selector v14.0.2

Waits for the given selector to be available on the page

In pins 3 + flow
  • flow
    flow
  • page required
    browserconnection
  • CSS selector required
    value

    Use CSS or element selector to find the elements to wait for

  • timeout required
    number

    Time in seconds after waiting for the element stops • Min: 1 • Max: 60

    Default 10

Out pins 2 + flow
  • flow
    flow
  • page
    browserconnection
  • error
    value

A typical wiring for wait for selector: a function trigger starts the flow; load URL feeds the page pin; value feeds the element_selector pin; number feeds the timeout pin; the flow out pin feeds debug.

Studio canvas example for the wait for selector block: typical wiring for wait for selector.

Version history

Introduced in v14.0.2.


Back to browser Return to the main group to view all sub-groups Back to page elements Return to the group to view all blocks within this group