Comparing version 0.0.1 to 0.1.0
@@ -42,3 +42,7 @@ /** | ||
debug('take screenshot'); | ||
driver.takeScreenshot(fn); | ||
driver.takeScreenshot(function(err) { | ||
driver.quit(function() { | ||
fn(err); | ||
}); | ||
}); | ||
} | ||
@@ -45,0 +49,0 @@ |
0.1.0 / 2014-02-26 | ||
================== | ||
* Do not leave open Selenium sessions | ||
0.0.1 / 2014-02-25 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "captureme", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"preferGlobal": true, | ||
@@ -5,0 +5,0 @@ "description": "CLI utility that helps you capture screenshots from any browser available in the cloud", |
[![NPM | ||
version](https://badge.fury.io/js/captureme.png)](http://badge.fury.io/js/captureme) | ||
# captureme | ||
![captureme](http://i.imgur.com/1mEM149.png) | ||
@@ -6,0 +6,0 @@ CLI utility that helps you capture screenshots from any browser available in the cloud. For more information view the [documentation](http://vesln.github.io/captureme). |
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
11776
359