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

Function jquery_click

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

Source from the content-addressed store, hash-verified

1086@step("Use jQuery to click '{selector}'")
1087@step('Use jQuery to click "{selector}"')
1088def jquery_click(context, selector):
1089 sb = context.sb
1090 sb.jquery_click(selector)
1091
1092
1093@step("jQuery click all '{selector}'")

Callers

nothing calls this directly

Calls 1

jquery_clickMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…