Launch Offer! Get lifetime access for just $59 for a limited time.

UScraper
Back to block reference

Wait & Timing

Wait for Element block

Waits until an element exists or is visible.

Purpose

Use Wait for Element as the default synchronization block before clicking, typing, extracting, or exporting.

How it works

  • Checks for the selector until it appears or timeout is reached.
  • Can require the element to be visible, not just present in the DOM.
  • Continues when the condition is satisfied.

Configuration fields

FieldRequiredDefaultDescription
Element SelectorYes-CSS selector or XPath to wait for.
TimeoutNo30Maximum seconds to wait.
VisibleNotrueRequire the element to be displayed.

Usage notes

  • Prefer waiting for the data container, not a generic body element.
  • Use visible=false when a hidden field or metadata node is enough.
  • Timeouts should be long enough for slow pages but short enough to catch broken selectors.
FAQ

Frequently asked questions

Here are some of our most common questions. Can't find what you're looking for?

View All FAQs

Stop writing scripts. Start scraping visually.

Download UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.

Available on Windows 10+ · macOS coming soon