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

Method goto_start_page

seleniumbase/fixtures/base_case.py:9696–9698  ·  view source on GitHub ↗

Same as self.open_start_page()

(self)

Source from the content-addressed store, hash-verified

9694 self.open_if_not_url(url)
9695
9696 def goto_start_page(self):
9697 """Same as self.open_start_page()"""
9698 self.open_start_page()
9699
9700 def open_new_tab(self, switch_to=True, **kwargs):
9701 """Same as self.open_new_window()"""

Callers

nothing calls this directly

Calls 1

open_start_pageMethod · 0.95

Tested by

no test coverage detected