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 d3c1eb5 commit 559a20bCopy full SHA for 559a20b
webdriver_manager/core/utils.py
@@ -40,6 +40,7 @@ def read_version_from_cmd(cmd, pattern):
40
cmd,
41
stdout=subprocess.PIPE,
42
stdin=subprocess.DEVNULL,
43
+ stderr=subprocess.DEVNULL,
44
shell=True,
45
) as stream:
46
stdout = stream.communicate()[0].decode()
0 commit comments