Page.resetNavigationHistory
Resets navigation history for the current page.
{ "id": 1, "method": "Page.resetNavigationHistory" }
{ "id": 1, "result": {} }
const result = await send('Page.resetNavigationHistory'); console.log(result);