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 cd54104 commit d05a92bCopy full SHA for d05a92b
py/selenium/webdriver/ie/service.py
@@ -49,7 +49,7 @@ def __init__(
49
self._service_args = service_args
50
51
if host:
52
- self._service_args.append(f"--host-{host}")
+ self._service_args.append(f"--host={host}")
53
54
if log_level:
55
self._service_args.append(f"--log-level={log_level}")
0 commit comments