mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
696 B
696 B
sidebar_label |
---|
QueryOptions |
QueryOptions interface
Signature:
export interface QueryOptions
Properties
Property |
Modifiers |
Type |
Description |
Default |
---|---|---|---|---|
isolate |
boolean |
Whether to run the query in isolation. When returning many elements from Page.$$() or similar methods, it might be useful to turn off the isolation to improve performance. By default, the querying code will be executed in a separate sandbox realm. |
|