firefox-profile
Advanced tools
Comparing version 4.4.0 to 4.5.0
@@ -0,1 +1,5 @@ | ||
# 4.5.0 | ||
- bug fix: pass profileDirectory when copying profile ([PR](https://github.com/saadtazi/firefox-profile-js/pull/138)) | ||
# 4.4.0 | ||
@@ -2,0 +6,0 @@ |
@@ -214,2 +214,3 @@ /** | ||
var profile = new FirefoxProfile({ | ||
profileDirectory: opts.profileDirectory, | ||
destinationDirectory: opts.destinationDirectory, | ||
@@ -216,0 +217,0 @@ }); |
{ | ||
"name": "firefox-profile", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities", | ||
@@ -5,0 +5,0 @@ "main": "lib/firefox_profile", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47070
977