--- sidebar_label: QueryOptions --- # QueryOptions interface #### Signature: ```typescript export interface QueryOptions ``` ## Properties
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
isolate | boolean | Whether to run the query in isolation. When returning many elements from [Page.$$()](./puppeteer.page.__.md) 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. | `true` |