nightwatch
Advanced tools
Comparing version 0.3.0 to 0.3.1
/** | ||
* Close the current window. | ||
* Resizes the current window. | ||
* | ||
* @param {Number} width | ||
* @param {Number} height | ||
* @param {Function} callback | ||
*/ | ||
exports.command = function(width, number, callback) { | ||
exports.command = function(width, height, callback) { | ||
var self = this; | ||
return this.windowSize('current', width, number, function() { | ||
return this.windowSize('current', width, height, function() { | ||
if (typeof callback == "function") { | ||
@@ -10,0 +12,0 @@ callback.call(self); |
{ | ||
"name": "nightwatch", | ||
"description": "A node.js bindings implementation for selenium 2.0/webdriver", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Andrei Rusu", |
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
47537615
4080