-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[js] Add Federated Credential Management support #15008
Conversation
PR Reviewer Guide 🔍(Review updated until commit 1e6c0a2)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 1e6c0a2
Previous suggestions✅ Suggestions up to commit 42ebe3e
|
0462add
to
cd9cc71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we also need to add
"lib/fedcm/*.js",
in here
"lib/*.js", |
Persistent review updated to latest commit 1e6c0a2 |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Add Federated Credential Management support
Motivation and Context
Add Federated Credential Management support as described in https://www.w3.org/TR/fedcm/#automation
Types of changes
Checklist
PR Type
Enhancement, Tests
Description
Added Federated Credential Management (FedCM) API support.
Introduced new commands for FedCM operations.
Implemented FedCM dialog and account handling classes.
Added comprehensive tests for FedCM functionality.
Changes walkthrough 📝
5 files
Added new FedCM-related commands.
Implemented `Account` class for FedCM account handling.
Implemented `Dialog` class for FedCM dialog operations.
Added HTTP command mappings for FedCM operations.
Integrated FedCM dialog handling into WebDriver.
3 files
Added FedCM test page to file server.
Added tests for FedCM dialog and account handling.
Added example HTML page for FedCM testing.
1 files
Updated Bazel build configuration to include FedCM files.