SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
30.76k stars 8.2k forks source link

[🚀 Feature]: Support Webdriver commands for FedCM #12088

Open cbiesinger opened 1 year ago

cbiesinger commented 1 year ago

Feature and motivation

Expose these Webdriver commands in Selenium: https://fedidcg.github.io/FedCM/#automation

I have a draft PR at https://github.com/SeleniumHQ/selenium/pull/12087#issuecomment-1560124256

Usage example

This lets identity providers and relying parties use Selenium's Java API to control the FedCM browser dialog to test that their website works correctly when using the FedCM API.

github-actions[bot] commented 1 year ago

@cbiesinger, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

cbiesinger commented 1 year ago

(note that these commands are already supported in Chromedriver v115)

titusfortner commented 10 months ago

Looks like this has been implemented in Java, so we just need to add it for the other bindings.

github-actions[bot] commented 10 months ago

This issue is looking for contributors.

Please comment below or reach out to us through our IRC/Slack/Matrix channels if you are interested.

aguspe commented 7 months ago

Hi, if it's okay and help is still wanted I will start working on this for the RB selenium binding, I will publish my PR during the weekend

aguspe commented 7 months ago

I started working on this for the Ruby client, I'm just trying to read through the docs and adapt the java implementation to start with

aguspe commented 5 months ago

Hello the ruby implementation https://github.com/SeleniumHQ/selenium/pull/13796 is up for review :)

aguspe commented 4 months ago

Hello @p0deje should we remove the label rb for this? The ruby implementation was merged on this pr #13796, and I was just looking for rb related things to help out and this popped up again since I filtered based on rb

navin772 commented 1 day ago

Please remove the C-py label as the python changes have landed in #14710