We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676af7c commit 84cfac8Copy full SHA for 84cfac8
py/selenium/webdriver/common/driver_finder.py
@@ -47,10 +47,10 @@ def get_browser_path(self) -> str:
47
return self._binary_paths()["browser_path"]
48
49
def get_driver_path(self) -> str:
50
- return self._paths["driver_path"]
+ return self._binary_paths()["driver_path"]
51
52
def _binary_paths(self) -> dict:
53
- if self._paths:
+ if self._paths["driver_path"]:
54
return self._paths
55
56
browser = self._options.capabilities["browserName"]
0 commit comments