OptionalengineOptionalpluckPluck options used for the initial HTML request and external script fetching.
OptionalexecuteExecute inline and external scripts found in the HTML.
OptionaltimeoutMaximum time to wait for the page to "settle" before taking a snapshot.
OptionalwaitWhich waiting strategy to use.
timeout: sleep for timeout and snapshotnetworkidle: wait until no tracked fetches are pending for idleTimeOptionalidleRequired quiet period (ms) for networkidle.
OptionalpollPoll interval (ms) for networkidle.
OptionalmaxHow many scripts to load/execute at most.
OptionalforwardIf true, forward console output from the isolated realm to the host console.
OptionalpermissiveIf true, installs permissive Proxy-based stubs for common missing browser APIs.
OptionaldebugRecord all sandbox fetch() calls into the captured console output.
OptionaldebugEnable additional sandbox probes to help iterative shim development.
Execution engine used for running third-party scripts.