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

Method browser_path

py/conftest.py:355–358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

353
354 @property
355 def browser_path(self):
356 if self._request.config.option.binary:
357 return _resolve_bazel_path(self._request.config.option.binary)
358 return None
359
360 @property
361 def browser_args(self):

Callers

nothing calls this directly

Calls 1

_resolve_bazel_pathFunction · 0.85

Tested by

no test coverage detected