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

Allow using default browser context #471

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2024

  1. Create a Contexts entry for the default browser context

    This has access to the browser's persisted state (e.g. cookies,
    sessions, history, etc).
    ibrahima committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    30efe09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    556ccad View commit details
    Browse the repository at this point in the history
  3. Add option to allow using the browser's default context

    This would grant access to persistent state such as cookies that are
    associated with the default browser profile.
    ibrahima committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f24136d View commit details
    Browse the repository at this point in the history
  4. Don't need namespace here

    This was probably leftover from my local monkeypatch.
    ibrahima committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e821a08 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Fix lint

    ibrahima authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9bfd0fb View commit details
    Browse the repository at this point in the history