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

Method driver_path

py/conftest.py:367–370  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

365
366 @property
367 def driver_path(self):
368 if self._request.config.option.executable:
369 return _resolve_bazel_path(self._request.config.option.executable)
370 return None
371
372 @property
373 def headless(self):

Callers

nothing calls this directly

Calls 1

_resolve_bazel_pathFunction · 0.85

Tested by

no test coverage detected