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

Function jquery_click_all

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

Source from the content-addressed store, hash-verified

1095@step("Use jQuery to click all '{selector}'")
1096@step('Use jQuery to click all "{selector}"')
1097def jquery_click_all(context, selector):
1098 sb = context.sb
1099 sb.jquery_click_all(selector)
1100
1101
1102@step("jQuery type '{text}' in '{selector}'")

Callers

nothing calls this directly

Calls 1

jquery_click_allMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…