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

Function add_text

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

Source from the content-addressed store, hash-verified

112@step("User adds '{text}' into \"{selector}\"")
113@step('User adds "{text}" into \'{selector}\'')
114def add_text(context, text, selector):
115 sb = context.sb
116 text = normalize_text(text)
117 sb.add_text(selector, text)
118
119
120@step("Assert element '{selector}'")

Callers

nothing calls this directly

Calls 2

normalize_textFunction · 0.85
add_textMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…