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

Function slow_click_element

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

Source from the content-addressed store, hash-verified

580@step("User slow clicks element '{selector}'")
581@step('User slow clicks element "{selector}"')
582def slow_click_element(context, selector):
583 sb = context.sb
584 sb.slow_click(selector)
585
586
587@step("Clear text field '{selector}'")

Callers

nothing calls this directly

Calls 1

slow_clickMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…