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

Method reload_page

seleniumbase/fixtures/base_case.py:9688–9690  ·  view source on GitHub ↗

Same as self.refresh_page()

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

9686 self.refresh_page(*args, **kwargs)
9687
9688 def reload_page(self, *args, **kwargs):
9689 """Same as self.refresh_page()"""
9690 self.refresh_page(*args, **kwargs)
9691
9692 def goto_if_not_url(self, url):
9693 """Same as self.open_if_not_url(url)"""

Callers

nothing calls this directly

Calls 1

refresh_pageMethod · 0.95

Tested by

no test coverage detected