puppeteer/new-docs/puppeteer.protocol.page.clientnavigationreason.md

12 lines
592 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; [Page](./puppeteer.protocol.page.md) &gt; [ClientNavigationReason](./puppeteer.protocol.page.clientnavigationreason.md)
## Protocol.Page.ClientNavigationReason type
<b>Signature:</b>
```typescript
export type ClientNavigationReason = ('formSubmissionGet' | 'formSubmissionPost' | 'httpHeaderRefresh' | 'scriptInitiated' | 'metaTagRefresh' | 'pageBlockInterstitial' | 'reload' | 'anchorClick');
```