selenium icon indicating copy to clipboard operation
selenium copied to clipboard

[🚀 Feature]: Support Webdriver commands for FedCM

Open cbiesinger opened this issue 2 years ago • 8 comments

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.

cbiesinger avatar May 23 '23 21:05 cbiesinger

@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!

github-actions[bot] avatar May 23 '23 21:05 github-actions[bot]

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

cbiesinger avatar May 23 '23 21:05 cbiesinger

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

titusfortner avatar Dec 31 '23 17:12 titusfortner

This issue is looking for contributors.

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

github-actions[bot] avatar Dec 31 '23 17:12 github-actions[bot]

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 avatar Apr 05 '24 09:04 aguspe

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 avatar Apr 10 '24 15:04 aguspe

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

aguspe avatar Jun 09 '24 14:06 aguspe

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

aguspe avatar Jul 16 '24 21:07 aguspe