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

Function clear_text_field

sbase/steps.py:595–597  ·  view source on GitHub ↗
(context, selector)

Source from the content-addressed store, hash-verified

593@step("User clears text in '{selector}'")
594@step('User clears text in "{selector}"')
595def clear_text_field(context, selector):
596 sb = context.sb
597 sb.clear(selector)
598
599
600@step("Maximize window")

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…