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

Method get_totp_code

seleniumbase/fixtures/base_case.py:10036–10038  ·  view source on GitHub ↗

Same as self.get_mfa_code()

(self, totp_key=None)

Source from the content-addressed store, hash-verified

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()"""
10038 return self.get_mfa_code(totp_key=totp_key)
10039
10040 def enter_totp_code(
10041 self, selector, totp_key=None, by="css selector", timeout=None

Callers

nothing calls this directly

Calls 1

get_mfa_codeMethod · 0.95

Tested by

no test coverage detected