MCPcopy Index your code
hub / github.com/seleniumbase/SeleniumBase / test_github

Method test_github

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

Source from the content-addressed store, hash-verified

4
5class GitHubTests(BaseCase):
6 def test_github(self):
7 if self.headless or self.page_load_strategy == "none":
8 self.goto_if_not_url("about:blank")
9 print("\n Unsupported mode for this test.")
10 self.skip("Unsupported mode for this test.")
11 self.goto("https://github.com/seleniumbase/SeleniumBase")
12 self.click_if_visible('[data-action="click:signup-prompt#dismiss"]')
13 self.highlight('[class*="PageLayout-Content-"][data-width="large"]')
14 self.highlight('[class*="PageLayout-PaneWrapper"]')
15 self.assert_element("div.repository-content")
16 self.assert_text("SeleniumBase", "strong a")
17 self.js_click('a[title="seleniumbase"]')
18 self.slow_click('td[class*="large"] a[title="fixtures"]')
19 self.highlight('td[class*="large"] a[title="base_case.py"]', loops=8)

Callers

nothing calls this directly

Calls 9

skipMethod · 0.80
slow_clickMethod · 0.80
goto_if_not_urlMethod · 0.45
gotoMethod · 0.45
click_if_visibleMethod · 0.45
highlightMethod · 0.45
assert_elementMethod · 0.45
assert_textMethod · 0.45
js_clickMethod · 0.45

Tested by

no test coverage detected