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

Function refresh_page

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

Source from the content-addressed store, hash-verified

250@step("User refreshes the page")
251@step("User reloads the page")
252def refresh_page(context):
253 sb = context.sb
254 sb.refresh_page()
255
256
257@step("Go back")

Callers

nothing calls this directly

Calls 1

refresh_pageMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…