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 4b7f476 commit 7f12561Copy full SHA for 7f12561
py/selenium/webdriver/safari/service.py
@@ -47,7 +47,6 @@ def __init__(
47
**kwargs,
48
) -> None:
49
self.service_args = service_args or []
50
- driver_path_env_key = driver_path_env_key or "SE_SAFARIDRIVER"
51
52
if enable_logging:
53
self.service_args.append("--diagnose")
0 commit comments