jwebdriver
Advanced tools
Comparing version 0.9.6 to 0.9.7
jWebDriver change logs | ||
==================== | ||
## ver 0.9.7 (2014-8-3) | ||
1. Report error when webdriver is not ready | ||
## ver 0.9.6 (2014-4-14) | ||
@@ -5,0 +9,0 @@ |
@@ -41,2 +41,3 @@ /** | ||
var responseCodes = { | ||
'-1': {type: 'RequestError', message: 'Error on request.'}, | ||
'0': {type: 'Success', message: 'The command executed successfully.'}, | ||
@@ -391,2 +392,3 @@ '7': {type: 'NoSuchElement', message: 'An element could not be located on the page using the given search parameters.'}, | ||
self.log('ERROR', 'ERROR ON REQUEST'); | ||
doCallback('{"status": -1}'); | ||
}); | ||
@@ -393,0 +395,0 @@ |
{ | ||
"name": "jwebdriver", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "A webdriver client for node.js", | ||
@@ -5,0 +5,0 @@ "main": "./index", |
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
707092
4492