puppeteer/new-docs/puppeteer.protocol.network.requestpattern.urlpattern.md

14 lines
650 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [RequestPattern](./puppeteer.protocol.network.requestpattern.md) &gt; [urlPattern](./puppeteer.protocol.network.requestpattern.urlpattern.md)
## Protocol.Network.RequestPattern.urlPattern property
Wildcards ('\*' -<!-- -->&gt; zero or more, '?' -<!-- -->&gt; exactly one) are allowed. Escape character is backslash. Omitting is equivalent to "\*".
<b>Signature:</b>
```typescript
urlPattern?: string;
```