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

Method test_link_checking

examples/test_detect_404s.py:6–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class BrokenLinkTests(BaseCase):
6 def test_link_checking(self):
7 self.goto("https://seleniumbase.io/other/broken_page.html")
8 print("\n(This test should fail)")
9 self.assert_no_404_errors()

Callers

nothing calls this directly

Calls 2

assert_no_404_errorsMethod · 0.80
gotoMethod · 0.45

Tested by

no test coverage detected