puppeteer/new-docs/puppeteer.protocol.debugger.searchincontentrequest.md
2020-07-13 14:01:35 +01:00

1.1 KiB

Home > puppeteer > Protocol > Debugger > SearchInContentRequest

Protocol.Debugger.SearchInContentRequest interface

Signature:

export interface SearchInContentRequest 

Properties

Property Type Description
caseSensitive boolean If true, search is case sensitive.
isRegex boolean If true, treats string parameter as regex.
query string String to search for.
scriptId Runtime.ScriptId Id of the script to search in.