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

Conversation

OrKoN
Copy link
Contributor

@OrKoN OrKoN commented Jan 12, 2024

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.

Closes #424

The following tasks have been completed:

Implementation commitment:


Preview | Diff

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 OrKoN marked this pull request as ready for review January 12, 2024 18:03
@miketaylr miketaylr self-requested a review January 12, 2024 22:03
Copy link
Member

@miketaylr miketaylr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - just some minor nits.

index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
@OrKoN OrKoN requested a review from miketaylr January 13, 2024 09:40
index.html Outdated Show resolved Hide resolved
@miketaylr
Copy link
Member

wat - will look at this later today.

Screenshot 2024-01-14 at 10 08 28 AM

@marcoscaceres
Copy link
Member

marcoscaceres commented Jan 15, 2024

Re-ran it.... all green now.

(respec.org was temporarily down... could have been that)

@miketaylr
Copy link
Member

Thanks Marcos!

@miketaylr miketaylr merged commit 8972985 into w3c:main Jan 16, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Jan 16, 2024
SHA: 8972985
Reason: push, by miketaylr

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Umbrella / Meta: Browser Permissions for WebDriver BiDi as an extension module
3 participants