MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / get_mfa_code

Method get_mfa_code

seleniumbase/core/sb_cdp.py:1711–1714  ·  view source on GitHub ↗

Returns a time-based one-time password based on the Google Authenticator algorithm for multi-factor authentication.

(self, totp_key=None)

Source from the content-addressed store, hash-verified

1709 )
1710
1711 def get_mfa_code(self, totp_key=None):
1712 """Returns a time-based one-time password based on the Google
1713 Authenticator algorithm for multi-factor authentication."""
1714 return shared_utils.get_mfa_code(totp_key)
1715
1716 def enter_mfa_code(self, selector, totp_key=None, timeout=None):
1717 if not timeout:

Callers 1

enter_mfa_codeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected