selenium-webdriver
Advanced tools
Comparing version 2.34.0 to 2.34.1
@@ -0,1 +1,6 @@ | ||
## v2.34.1 | ||
* FIXED: 6079: The parent process should not wait for spawned driver service | ||
processes (chromedriver, phantomjs, etc.) | ||
## v2.34.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "selenium-webdriver", | ||
"version": "2.34.0", | ||
"version": "2.34.1", | ||
"description": "The official WebDriver JavaScript bindings from the Selenium project", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -169,2 +169,5 @@ // Copyright 2013 Software Freedom Conservancy | ||
// This process should not wait on the spawned child, however, we do | ||
// want to ensure the child is killed when this process exits. | ||
self.process_.unref(); | ||
process.once('exit', killServer); | ||
@@ -171,0 +174,0 @@ |
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
1769773
28226