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

Add userContext field to WebDriver BiDi's setPermission #438

Merged
merged 3 commits into from
Mar 8, 2024

Commits on Jan 31, 2024

  1. Add userContext field to WebDriver BiDi's setPermission

    User contexts in WebDriver BiDi represents the same concepts
    as the user agents in the infra spec: https://w3c.github.io/webdriver-bidi/#user-contexts
    According to the infra definition a user agent can be a user profile or a private browsing
    window.
    
    This PR adds an ability for the automation client to configure which "user agent"
    should the permissions apply too.
    OrKoN committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4934712 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    2f1c45e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    cf691dd View commit details
    Browse the repository at this point in the history