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

Function context_click

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

Source from the content-addressed store, hash-verified

1045@step("User right clicks element '{selector}'")
1046@step('User right clicks element "{selector}"')
1047def context_click(context, selector):
1048 sb = context.sb
1049 sb.context_click(selector)
1050
1051
1052@step("JS type '{text}' in '{selector}'")

Callers

nothing calls this directly

Calls 1

context_clickMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…