You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I would like to get the navigation history for the current page.
Proposed Solution:
CDP supports the ability to navigation history for the current page Page.getNavigationHistory It will be nice to have this feature exposed in Puppeteer.
The text was updated successfully, but these errors were encountered:
At a high level, I'm developing a proxy solution which using client-side code that manipulates the browser's history (via pushState and replaceState) during cross-origin navigation. I need to verify the values of the navigation entries as part of this process.
Currently, I'm able to achieve this by using Puppeteer's page._client() to send CDP commands.
However, I believe it would be beneficial to have this functionality exposed directly through the Puppeteer API.
Feature description
Description:
I would like to get the navigation history for the current page.
Proposed Solution:
CDP supports the ability to navigation history for the current page Page.getNavigationHistory It will be nice to have this feature exposed in Puppeteer.
The text was updated successfully, but these errors were encountered: