selenium.webdriver.common.fedcm.account

Classes

Account(account_data)

Represents an account displayed in a FedCM account list.

LoginState(value[, names, module, qualname, ...])

class selenium.webdriver.common.fedcm.account.LoginState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]
SIGN_IN = 'SignIn'
SIGN_UP = 'SignUp'
class selenium.webdriver.common.fedcm.account.Account(account_data)[source]

Represents an account displayed in a FedCM account list.

See: https://w3c-fedid.github.io/FedCM/#dictdef-identityprovideraccount

https://w3c-fedid.github.io/FedCM/#webdriver-accountlist

account_id
email
name
given_name
picture_url
idp_config_url
terms_of_service_url
privacy_policy_url
login_state