Waits for a specific page event to occur, such asDocumentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
LOAD, REQUEST, or CONSOLE.
Example: waitForEvent(event: LOAD, options: { timeout: 10000 })
Returns true if the event occurred within the timeout.
Definition
Arguments
event
PageEvent
The page event to wait for. See the PageEvent enum for available values.
options
TimeoutOptions
Options for waiting, such as timeout.
Returns
Boolean! TheBoolean scalar type represents true or false.