Skip to main content

WaitElementType

Supported element wait condition types for WebDriver-based fetching.

Notes

Specifies the condition used to determine when a page element is considered ready during WebDriver-based fetching. Available types include waiting for an element to be present in the DOM, visible on screen, or clickable, ensuring dynamic page content has fully loaded before the page is captured.

Usage

WaitElementType: TAGNAME

Allowed Values

  • TAGNAME
  • CLASSNAME
  • CSSSELECTOR
  • ID
  • LINKTEXT
  • NAME
  • PARTIALLINKTEXT
  • XPATH