← Back to Page domain

Page.resetNavigationHistory

Resets navigation history for the current page.

Domain: Page stable

Example Request

{
  "id": 1,
  "method": "Page.resetNavigationHistory"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Page.resetNavigationHistory');
console.log(result);