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

Function click_link

integrations/behave/features/steps/real_world.py:40–46  ·  view source on GitHub ↗
(context, link)

Source from the content-addressed store, hash-verified

38
39@step('Click link {link}')
40def click_link(context, link):
41 if link.startswith('"') or link.startswith("'"):
42 link = link[1:]
43 if link.endswith('"') or link.endswith("'"):
44 link = link[:-1]
45 sb = context.sb
46 sb.click_link(link)
47
48
49@step('Save a screenshot to the logs')

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…