For AI agents: a documentation index is available at /llms.txt
Skip to main content

SetContentOptions

Properties

PropertyTypeDescription
timeout?numberThe maximum amount of time, in milliseconds, to wait for the content to load, overriding any defaults. Default timeout is 30 seconds, or 30000.
waitUntil?WaitUntilHistoryWhen to consider the page fully-loaded and proceed with further execution, used in conjunction with the value parameter
waitUntilAll?WaitUntilHistory[]Wait for every listed lifecycle event. Use this instead of waitUntil when preserving an ordered REST array contract.