[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FrameScheduledNavigationEvent](./puppeteer.protocol.page.frameschedulednavigationevent.md) > [reason](./puppeteer.protocol.page.frameschedulednavigationevent.reason.md) ## Protocol.Page.FrameScheduledNavigationEvent.reason property The reason for the navigation. Signature: ```typescript reason: ClientNavigationReason; ```