Socket
Socket
Sign inDemoInstall

firefox-profile

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firefox-profile - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# 1.3.0
* update deps
# 1.2.0
* update deps
* drop support for node 4 (travis tests)
# 1.1.0

@@ -2,0 +11,0 @@

6

package.json
{
"name": "firefox-profile",
"version": "1.2.0",
"version": "1.3.0",
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",

@@ -76,3 +76,3 @@ "main": "lib/firefox_profile",

"chai-fs": "~0.1.x",
"grunt": "^1.0.3",
"grunt": "^1.0.4",
"grunt-apidox": "~0.1.4",

@@ -86,3 +86,3 @@ "grunt-contrib-watch": "^1.1.0",

"sinon-chai": "~2.7.x",
"wd": "^1.10.3"
"wd": "^1.11.4"
},

@@ -89,0 +89,0 @@ "dependencies": {

@@ -14,7 +14,7 @@ # firefox-profile-js

If you are using [`selenium-webdriver` package](http://seleniumhq.github.io/selenium/docs/api/javascript/), you no longer need to use this package: `selenium-webdriver` package now implements [a class that allows to create firefox profiles](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox/profile.html). And this new class [doesn't play well](/saadtazi/firefox-profile-js/issues/86) with this package. Check
[this link](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox/index.html)
for an example on how to set your own profile with `selenium-webdriver`.
If you are using [`selenium-webdriver` package](http://seleniumhq.github.io/selenium/docs/api/javascript/), you no longer need to use this package: `selenium-webdriver` package now implements [a class that allows to create firefox profiles](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox/profile.html). Check
[this link](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox.html)
for an example on how to set your own profile with `selenium-webdriver`. But you can still use this package with `selenium-webdriver`: here is [an example](https://github.com/juliemr/protractor-demo/issues/26). The important part in the example is to set the encoded profile on `.moz:firefoxOptions.profile` instead of on `.firefox_profile`.
This package is still useful if you use another webdriver library like [`wd.js`](http://admc.io/wd/) or any other webdriver json wire protocol implementation (`webdriver.io`?).
This package is also useful if you use another webdriver library like [`wd.js`](http://admc.io/wd/) or any other webdriver json wire protocol implementation (`webdriver.io`?).

@@ -21,0 +21,0 @@ # Introduction

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc