Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ go_back
Function
go_back
sbase/steps.py:260–262 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
258
@step(
"User goes back"
)
259
@step(
"User navigates back"
)
260
def
go_back(context):
261
sb = context.sb
262
sb.go_back()
263
264
265
@step(
"Go forward"
)
Callers
nothing calls this directly
Calls
1
go_back
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…