firefox-profile
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -0,1 +1,5 @@ | ||
# 4.2.1 | ||
- better cleanOnExit, thanks to @Gusted | ||
# 4.2.0 | ||
@@ -9,2 +13,3 @@ | ||
- update deps, thanks to @fregante | ||
# 4.0.0 | ||
@@ -11,0 +16,0 @@ |
@@ -288,3 +288,3 @@ /** | ||
try { | ||
fs.removeSync(this.profileDir); | ||
fs.rmSync(this.profileDir, {recursive: true, force: true}); | ||
} catch (e) { | ||
@@ -291,0 +291,0 @@ console.warn( |
{ | ||
"name": "firefox-profile", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"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
46492