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 e7d4e26 commit 186b03aCopy full SHA for 186b03a
py/selenium/webdriver/common/selenium_manager.py
@@ -41,7 +41,7 @@ def get_binary() -> Path:
41
:Returns: The Selenium Manager executable location
42
"""
43
44
- if path := os.getenv("SE_MANAGER_PATH") is not None:
+ if (path := os.getenv("SE_MANAGER_PATH")) is not None:
45
return Path(path)
46
else:
47
platform = sys.platform
0 commit comments