MCPcopy Index your code
hub / github.com/seleniumbase/SeleniumBase / get_google_auth_code

Method get_google_auth_code

seleniumbase/fixtures/base_case.py:10032–10034  ·  view source on GitHub ↗

Same as self.get_mfa_code()

(self, totp_key=None)

Source from the content-addressed store, hash-verified

10030 return self.get_mfa_code(totp_key=totp_key)
10031
10032 def get_google_auth_code(self, totp_key=None):
10033 """Same as self.get_mfa_code()"""
10034 return self.get_mfa_code(totp_key=totp_key)
10035
10036 def get_totp_code(self, totp_key=None):
10037 """Same as self.get_mfa_code()"""

Callers

nothing calls this directly

Calls 1

get_mfa_codeMethod · 0.95

Tested by

no test coverage detected