MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / env_path

Method env_path

py/selenium/webdriver/common/service.py:259–262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

257 raise
258
259 def env_path(self) -> str | None:
260 if self.DRIVER_PATH_ENV_KEY:
261 return os.getenv(self.DRIVER_PATH_ENV_KEY, None)
262 return None

Callers 5

__init__Method · 0.95
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected