(self)
| 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): |
nothing calls this directly
no test coverage detected