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

Require an explicit origin for WebDriver BiDi automation #436

Merged
merged 4 commits into from
Jan 16, 2024

Commits on Jan 12, 2024

  1. Require an explicit origin for WebDriver BiDi automation

    In WebDriver classic permissions apply to all enviroments
    that match the origin of the current environment. In WebDriver
    BiDi using the current view as an input for commands is not
    encouraged, therefore, this PR extends the WebDriver BiDi
    command with an explicit origin parameter.
    OrKoN committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fe5e0cb View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Update index.html

    Co-authored-by: Mike Taylor <[email protected]>
    OrKoN and miketaylr authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3c097dd View commit details
    Browse the repository at this point in the history
  2. Change to optional origin

    OrKoN committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    0f7eb99 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Update index.html

    miketaylr authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    2118a06 View commit details
    Browse the repository at this point in the history