firefox-profile
Version:
firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities
131 lines (68 loc) • 2.15 kB
Markdown
# 0.3.13
* updated package versions
# 0.3.12
* bugfix with unziped extensions
* CI now against node 0.12 and 4.4
* updated package versions
# 0.3.11
* added a cli to create or copy profile
# 0.3.10
* added .npmignore
# 0.3.9
* updated package versions
# 0.3.8
* user preferences parsing fix (thanks @cadorn)
* updated package versions
# 0.3.7
* updated package versions
# 0.3.6
* updated package versions
# 0.3.5
* updated package versions
# 0.3.4
* updated package versions
* fixes SIGINT and exit process (thanks @XrXr)
# 0.3.3
* minor fixes, added tests for ProfileFinder
# 0.3.2
* modify some callbacks to follow the standard `(err, resp)`
# 0.3.1
* ability to specify a destination directory
# 0.2.13
* normalize extension path (thanks @halo2376)
# 0.2.12
* catching profileDir delete errors on exit
# 0.2.10
* made most of the fs calls asynchronous
# 0.2.9
* support for jetpack extensions (jpm now in beta) (thanks @jsantell)
# 0.2.8
* updated package versions.
* dropping support for nodejs 0.8.
# 0.2.7
* updated package versions + fixed coverage report
# 0.2.6
* deps version update
# 0.2.5
* fixed packed extension (thanks @jsantell)
* allowed support for the new jetpack extensions that use package.json instead of install.rdf (thanks @jsantell)
# 0.2.4
* updatePreferences() call is no longer required, it is automatically called by encoded() if needed
# 0.2.3
* update package versions (archiver)
# 0.2.2
* fixed other Windows path issues (contribution from [testingBot](https://github.com/testingbot))
# 0.2.1
* setAcceptUntrustedCerts and setAssumeUntrustedCertIssuer now expects real boolean (contribution from [testingBot](https://github.com/testingbot))
# 0.2.0
* Fixed Windows support
# 0.1.1
* fixed potential EMFILE when installing multiple extensions (contribution from https://github.com/circusbred)
# 0.1.0
* more unit tests, added integration tests, saucelabs
# 0.0.4
* added addExtensions(array, callback) method
* EMFILE bug fix
* added basic tests for encoded()
# 0.0.3
* encoded is now asynchronous (adm-zip to node-archiver constraints to zip profile)