Package Exports
- soprano-saxophone
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (soprano-saxophone) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Soprano Saxophone - Geckodriver install
This is a simple package that downloads Geckodriver and provides a node api for accessing the path to the binary. There are other packages like this, but I wanted to make sure I had an updated package to include in Browsertime.
Why the funny name you ask? Well, there are countless Selenium modules in npm. Keywords and the description for the module allows you to find it anyway, so might as well choose a unique name.
How to use?
var driver = require('soprano-saxophone').geckodriver;
var p = driver.binPath();
// launch geckodriver from pathYou can ovveride the download location by setting process.env.GECKODRIVER_BASE_URL.