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

Function type_text

sbase/steps.py:76–79  ·  view source on GitHub ↗
(context, selector, text)

Source from the content-addressed store, hash-verified

74@step("User types '{text}' into \"{selector}\"")
75@step('User types "{text}" into \'{selector}\'')
76def type_text(context, selector, text):
77 sb = context.sb
78 text = normalize_text(text)
79 sb.type(selector, text)
80
81
82@step("Add text '{text}' into '{selector}'")

Callers

nothing calls this directly

Calls 2

normalize_textFunction · 0.85
typeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…