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.
__init__
driver_finder.py
selenium_manager.py
1 parent 83ec0fa commit 7c40c11Copy full SHA for 7c40c11
py/selenium/webdriver/common/driver_finder.py
@@ -32,9 +32,6 @@ class DriverFinder:
32
This implementation is still in beta, and may change.
33
"""
34
35
- def __init__(self) -> None:
36
- pass
37
-
38
@staticmethod
39
def get_path(service: Service, options: BaseOptions) -> str:
40
path = shutil.which(service.path)
py/selenium/webdriver/common/selenium_manager.py
@@ -33,9 +33,6 @@ class SeleniumManager:
def get_binary() -> Path:
41
"""Determines the path of the correct Selenium Manager binary.
0 commit comments