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

Method refresh

seleniumbase/fixtures/base_case.py:1294–1296  ·  view source on GitHub ↗

Same as self.refresh_page()

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1292 self.wait_for_ready_state_complete()
1293
1294 def refresh(self, *args, **kwargs):
1295 """Same as self.refresh_page()"""
1296 self.refresh_page(*args, **kwargs)
1297
1298 def get_current_url(self):
1299 self.__check_scope()

Callers 3

frame_switchMethod · 0.95
refresh_pageMethod · 0.45
go_backMethod · 0.45

Calls 1

refresh_pageMethod · 0.95

Tested by

no test coverage detected