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

Function press_down_arrow

sbase/steps.py:632–634  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

630@step("Press down arrow")
631@step("User presses down arrow")
632def press_down_arrow(context):
633 sb = context.sb
634 sb.press_down_arrow()
635
636
637@step("Press left arrow")

Callers

nothing calls this directly

Calls 1

press_down_arrowMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…