MCPcopy Create free account
hub / github.com/python-visualization/folium / driver

Function driver

tests/selenium/conftest.py:9–15  ·  view source on GitHub ↗

Pytest fixture that yields a Selenium WebDriver instance

()

Source from the content-addressed store, hash-verified

7
8@pytest.fixture(scope="session")
9def driver():
10 """Pytest fixture that yields a Selenium WebDriver instance"""
11 driver = DriverFolium()
12 try:
13 yield driver
14 finally:
15 driver.quit()
16
17
18class DriverFolium(Chrome):

Callers

nothing calls this directly

Calls 1

DriverFoliumClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…