gildas-lormeau / single-file-cli

CLI tool for saving a faithful copy of a complete web page in a single HTML file (based on SingleFile)
GNU Affero General Public License v3.0
602 stars 63 forks source link

webdriver-gecko: forgot to return the firefox options object #19

Closed homedirectory closed 1 year ago

homedirectory commented 1 year ago

I found a small bug in webdriver-gecko.js. The function getBrowserOptions wasn't returning anything (undefined), when it should return the actual options.

gildas-lormeau commented 1 year ago

Thank you very much for your contribution :)