How do I write automated tests in Selenium for Google OneTap now that the dialog is browser native in FedCM?

57 Views Asked by At

Since migrating to FedCM, I’m not sure how to write automated tests in Selenium (Java) given that the UI is now browser native (not in the DOM) and some critical displayMoment notifications have been deprecated.

How can I interact with the dialog?

I expected some way to interact with the auth process, but there doesn’t appear to be a way to detect or interact with the native browser UI.

0

There are 0 best solutions below