### Feature and motivation FedCM is only implemented in Java currently. https://github.com/SeleniumHQ/selenium/pull/12096 ### Usage example ``` dialog = driver.fcmDialog() dialog.title() == "Sign in to localhost with localhost" dialog.dialogType() == "AccountChooser" ```