MCPcopy Index your code
hub / github.com/seleniumbase/SeleniumBase / js_click

Function js_click

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

Source from the content-addressed store, hash-verified

208@step("Use JS to click '{selector}'")
209@step('Use JS to click "{selector}"')
210def js_click(context, selector):
211 sb = context.sb
212 sb.js_click(selector)
213
214
215@step("Save screenshot as '{name}'")

Callers

nothing calls this directly

Calls 1

js_clickMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…