Interface WaitForHtmlQuerySelector

Waiting until it finds the HTML element via the specified query string which is executed by a JavaScript function Read querySelector() documentation: https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector

Hierarchy

  • WaitForHtmlQuerySelector

Properties

htmlQueryStr: string

HTML element query string to query for with Javascript's document.querySelector()

maxWaitTime?: number

Maximum wait time in milliseconds until it forces rendering.

Default

10000 milliseconds

Generated using TypeDoc