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

Function test_sb_fixture_with_no_class

examples/test_sb_fixture.py:6–10  ·  view source on GitHub ↗
(sb: BaseCase)

Source from the content-addressed store, hash-verified

4
5# "sb" pytest fixture test in a method with no class
6def test_sb_fixture_with_no_class(sb: BaseCase):
7 sb.goto("seleniumbase.io/help_docs/install/")
8 sb.type('input[aria-label="Search"]', "GUI Commander")
9 sb.click('mark:contains("Commander")')
10 sb.assert_title_contains("GUI / Commander")
11
12
13# "sb" pytest fixture test in a method inside a class

Callers

nothing calls this directly

Calls 4

gotoMethod · 0.45
typeMethod · 0.45
clickMethod · 0.45
assert_title_containsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…