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

Function press_left_arrow

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

Source from the content-addressed store, hash-verified

637@step("Press left arrow")
638@step("User presses left arrow")
639def press_left_arrow(context):
640 sb = context.sb
641 sb.press_left_arrow()
642
643
644@step("Press right arrow")

Callers

nothing calls this directly

Calls 1

press_left_arrowMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…