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 userName and userDisplayName to webdriver #2148

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

nsatragno
Copy link
Member

@nsatragno nsatragno commented Sep 18, 2024

This PR adds the userName and userDisplayName properties to the webdriver's credential parameters. These properties are useful to test the new signalCurrentUserDetails method, both on WPTs and for web developers.

Closes #2143

The following tasks have been completed:

  • Modified Web platform tests (link)
    -- This will be done as a follow-up

Implementation commitment:


Preview | Diff

@nsatragno nsatragno self-assigned this Sep 18, 2024
@nicksteele nicksteele self-requested a review September 18, 2024 19:35
@nadalin nadalin added this to the L3-WD-02 milestone Sep 18, 2024
@nadalin nadalin added the @Risk Items that are at risk for L3 label Sep 18, 2024
Copy link
Member

@timcappalli timcappalli left a comment

Choose a reason for hiding this comment

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

LGTM

@nsatragno
Copy link
Member Author

Nina to fix the empty name / display name problem

index.bs Show resolved Hide resolved
This PR adds the userName and userDisplayName properties to the
webdriver's credential parameters. These properties are useful to test
the new signalCurrentUserDetails method, both on WPTs and for web
developers.

Closes w3c#2143
aarongable pushed a commit to chromium/chromium that referenced this pull request Oct 2, 2024
Add `userName` and `userDisplayName` to the WebAuthn devtools domain.
These will be used to implement their webdriver counterparts.

See w3c/webauthn#2148

Bug: 367915823
Change-Id: I39711d8114b752fe21ba8ce67379a74252b8eda1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5898666
Reviewed-by: Andrey Kosyakov <caseq@chromium.org>
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1363089}
Copy link
Contributor

@MasterKale MasterKale left a comment

Choose a reason for hiding this comment

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

Alright, I think Nina's addressed my concerns. lgtm :shipit:

@nsatragno nsatragno merged commit 96ed2bd into w3c:main Oct 2, 2024
2 checks passed
@nsatragno nsatragno deleted the 10_webdriver_names branch October 2, 2024 19:17
aarongable pushed a commit to chromium/chromium that referenced this pull request Oct 7, 2024
Add userName and userDisplayName to the WebAuthn automation API on
chromedriver.

See w3c/webauthn#2148

Bug: 367915823
Change-Id: I2a09c5f169000340a86400156af9579e390b16c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5905423
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Reviewed-by: Alex Rudenko <alexrudenko@chromium.org>
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1364949}
T3-M4 pushed a commit to bayandin/chromedriver that referenced this pull request Oct 8, 2024
Add userName and userDisplayName to the WebAuthn automation API on
chromedriver.

See w3c/webauthn#2148

Bug: 367915823
Change-Id: I2a09c5f169000340a86400156af9579e390b16c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5905423
Commit-Queue: Nina Satragno <nsatragno@chromium.org>
Reviewed-by: Alex Rudenko <alexrudenko@chromium.org>
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1364949}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@Risk Items that are at risk for L3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add userName and userDisplayName to WebDriver's Credential Parameters JSON object
7 participants