Skip to content

Commit

Permalink
Add Firefox headless with Selenium documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Hubelbauer authored and Tomas Hubelbauer committed Dec 26, 2017
1 parent 644dcef commit e974ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/firefox-screenshot/index.js
Expand Up @@ -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();

0 comments on commit e974ced

Please sign in to comment.