WebDriver: FedCM, WebAuthn, extensions (manual)
Additional Chrome-only helpers on WebDriver for FedCM dialogs, WebAuthn virtual authenticators, storage buckets, FedCM account lists, and related CDP wrappers.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll)

FedCM

Methods such as HasFedCmDialog, SelectFedCmAccount, ClickFedCmDialogButton, CancelFedCmDialog interact with the browser’s FedCM UI when present.

WebAuthn

AddVirtualAuthenticator, RemoveVirtualAuthenticator, AddCredential, GetCredentials, RemoveCredential, RemoveAllCredentials, SetUserVerified wrap CDP WebAuthn domain calls for test automation.

Other helpers

Includes storage bucket inspection, FedCM account enumeration, and other thin CDP bridges added alongside upstream Selenium.

See Also