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

Function enter_mfa_code

sbase/steps.py:342–344  ·  view source on GitHub ↗
(context, selector, totp_key)

Source from the content-addressed store, hash-verified

340@step("User enters MFA code \"{totp_key}\" into '{selector}'")
341@step('User enters MFA code \'{totp_key}\' into "{selector}"')
342def enter_mfa_code(context, selector, totp_key):
343 sb = context.sb
344 sb.enter_mfa_code(selector, totp_key)
345
346
347@step("Open if not '{url}'")

Callers

nothing calls this directly

Calls 1

enter_mfa_codeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…