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

Function click_link

sbase/steps.py:199–201  ·  view source on GitHub ↗
(context, link)

Source from the content-addressed store, hash-verified

197@step("User clicks link '{link}'")
198@step('User clicks link "{link}"')
199def click_link(context, link):
200 sb = context.sb
201 sb.click_link(link)
202
203
204@step("JS click '{selector}'")

Callers

nothing calls this directly

Calls 1

click_linkMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…