Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NPD when using goto on a second page #1301

Merged
merged 1 commit into from
May 7, 2024
Merged

Fix NPD when using goto on a second page #1301

merged 1 commit into from
May 7, 2024

Commits on May 3, 2024

  1. Fix NPD when using goto on a second page

    This fixes an issue when working with a second tab (i.e. opening a new
    page in the same existing browserContext), and navigating to a url. In
    fact this issue would arise as soon as any API is used from the new
    page instance. This was occurring due to the unmapped browserContext
    when getting it from the browser.
    ankur22 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c584676 View commit details
    Browse the repository at this point in the history