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 00b6089 commit c599725Copy full SHA for c599725
py/selenium/webdriver/common/selenium_manager.py
@@ -93,7 +93,7 @@ def driver_location(self, options: BaseOptions) -> str:
93
driver_path = output["driver_path"]
94
logger.debug(f"Using driver at: {driver_path}")
95
96
- if hasattr(options.__class__, 'binary_location'):
+ if hasattr(options.__class__, "binary_location"):
97
options.binary_location = browser_path
98
options.browser_version = None # if we have the binary location we no longer need the version
99
0 commit comments