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

Function go_forward

sbase/steps.py:268–270  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

266@step("User goes forward")
267@step("User navigates forward")
268def go_forward(context):
269 sb = context.sb
270 sb.go_forward()
271
272
273@step("Set value of '{selector}' to '{text}'")

Callers

nothing calls this directly

Calls 1

go_forwardMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…