Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set output to /dev/null anymore with 3.141.5 #6649

Closed
phoenix384 opened this issue Nov 13, 2018 · 0 comments
Closed

Cannot set output to /dev/null anymore with 3.141.5 #6649

phoenix384 opened this issue Nov 13, 2018 · 0 comments

Comments

@phoenix384
Copy link
Contributor

phoenix384 commented Nov 13, 2018

Meta -

OS:
Windows 10
Selenium Version:
3.141.5
Browser:
Firefox

Since the last changes in XpiDriverService in version 3.141.5 it is not possible anymore to set System.setProperty(FirefoxDriver.SystemProperty.BROWSER_LOGFILE, "/dev/null") when using legacy Firefox. With GeckoDriver it works.
The error is "java.io.FileNotFoundException: \dev\null" from XpiDriverService.getActualOutputStream where "/dev/null" does not get handled like in the constructor of this class.

@phoenix384 phoenix384 changed the title Cannot set output to /dev/null anymore with 3.141 Cannot set output to /dev/null anymore with 3.141.5 Nov 13, 2018
@lock lock bot locked and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants