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

BiDi+ commands are not aligned with the spec #2757

Open
4 of 5 tasks
sadym-chromium opened this issue Nov 6, 2024 · 4 comments
Open
4 of 5 tasks

BiDi+ commands are not aligned with the spec #2757

sadym-chromium opened this issue Nov 6, 2024 · 4 comments
Labels

Comments

@sadym-chromium
Copy link
Collaborator

sadym-chromium commented Nov 6, 2024

WebDriver BiDi specification restricts vendor-specific extension modules to have a prefix, in case of Chromium it's goog:. Currently, BiDi+ don't have that prefixes, which makes the implementation not spec compliant.

@sadym-chromium
Copy link
Collaborator Author

Proposed solution: http://go/webdriver:bidi-plus-naming

@anshikavashistha
Copy link

@sadym-chromium I want to work on this issue .Please assign me

@sadym-chromium
Copy link
Collaborator Author

@sadym-chromium I want to work on this issue .Please assign me

This is an umbrella issue. Please choose a specific issue you plan to work on.

@anshikavashistha
Copy link

Thank you @sadym-chromium for letting me know

aarongable pushed a commit to chromium/chromium that referenced this issue Jan 22, 2025
Use proper named custom WebDriver BiDi properties with `goog:` prefix. GoogleChromeLabs/chromium-bidi#2757

Breaking change: legacy BiDi `channel` property is not allowed anymore.

Change-Id: Ib551008ccac59196362ed1899a0e222ef72f6a7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6179410
Commit-Queue: Maksim Sadym <[email protected]>
Reviewed-by: Alex Rudenko <[email protected]>
Reviewed-by: Maksim Sadym <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1409612}
T3-M4 pushed a commit to bayandin/chromedriver that referenced this issue Jan 23, 2025
Use proper named custom WebDriver BiDi properties with `goog:` prefix. GoogleChromeLabs/chromium-bidi#2757

Breaking change: legacy BiDi `channel` property is not allowed anymore.

Change-Id: Ib551008ccac59196362ed1899a0e222ef72f6a7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6179410
Commit-Queue: Maksim Sadym <[email protected]>
Reviewed-by: Alex Rudenko <[email protected]>
Reviewed-by: Maksim Sadym <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1409612}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants