ldaume/headless-chrome

Use File.createTempFile for writing temporary Webdriver-executable

FibreFoX opened this issue · 1 comments

Windows-specific bug.

You should use Temp.createTempFile, because current implementation suffers from correct location. Users might have a different location for their temporary files:

final File tempDriver = new File("/tmp/" + driverBinaryName);

;) I will close the door behind me