mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
804 B
804 B
Home > puppeteer > Protocol > DOM > PerformSearchRequest
Protocol.DOM.PerformSearchRequest interface
Signature:
export interface PerformSearchRequest
Properties
Property | Type | Description |
---|---|---|
includeUserAgentShadowDOM | boolean | True to search in user agent shadow DOM. |
query | string | Plain text or query selector or XPath search query. |