14 lines
568 B
Markdown
14 lines
568 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SearchInResourceRequest](./puppeteer.protocol.page.searchinresourcerequest.md) > [caseSensitive](./puppeteer.protocol.page.searchinresourcerequest.casesensitive.md)
|
||
|
|
||
|
## Protocol.Page.SearchInResourceRequest.caseSensitive property
|
||
|
|
||
|
If true, search is case sensitive.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
caseSensitive?: boolean;
|
||
|
```
|