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.
Service
1 parent e348657 commit 9d6842dCopy full SHA for 9d6842d
1 file changed
py/selenium/webdriver/common/service.py
@@ -218,5 +218,5 @@ def _start_process(self, path: str) -> None:
218
raise
219
except OSError as err:
220
if err.errno == errno.EACCES:
221
- raise WebDriverException(f"'{os.path.basename(self._path)}' executable may have wrong permissions.")
+ raise WebDriverException(f"'{os.path.basename(self._path)}' executable may have wrong permissions.") from err
222
0 commit comments