diff --git a/cmd/firefox-screenshot/index.js b/cmd/firefox-screenshot/index.js index 7773e8e..f3f2049 100644 --- a/cmd/firefox-screenshot/index.js +++ b/cmd/firefox-screenshot/index.js @@ -14,5 +14,6 @@ const directoryPath = path.join(__dirname, `../../src/${demo}`); driver.get('file://' + path.join(directoryPath, 'index.html')); // TODO: Finalize the implementation. +// https://developer.mozilla.org/en-US/Firefox/Headless_mode driver.quit();