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

Method test_docs

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

Source from the content-addressed store, hash-verified

4
5class DocsSiteTests(BaseCase):
6 def test_docs(self):
7 self.goto("https://seleniumbase.io/help_docs/customizing_test_runs/")
8 self.assert_text("Command Line Options", "h1")
9 self.js_click('a[href$="/examples/example_logs/ReadMe/"]')
10 self.assert_text("Dashboard / Reports", "h1")
11 self.js_click('a[href$="/seleniumbase/console_scripts/ReadMe/"]')
12 self.assert_text("Console Scripts", "h1")
13 self.js_click('a[href$="/help_docs/syntax_formats/"]')
14 self.assert_text("Syntax Formats", "h1")
15 self.js_click('a[href$="/recorder_mode/"]')
16 self.assert_text("Recorder Mode", "h1")
17 self.js_click('a[href$="/method_summary/"]')
18 self.assert_text("API Reference", "h1")
19 self.js_click('a[href$="/uc_mode/"]')
20 self.assert_text("UC Mode", "h1")
21 self.js_click('img[alt="logo"]')
22 self.assert_element('img[alt="SeleniumBase"]')

Callers

nothing calls this directly

Calls 4

gotoMethod · 0.45
assert_textMethod · 0.45
js_clickMethod · 0.45
assert_elementMethod · 0.45

Tested by

no test coverage detected