Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jwebdriver

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwebdriver - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

4

CHANGE.md
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 @@

2

package.json
{
"name": "jwebdriver",
"version": "0.9.6",
"version": "0.9.7",
"description": "A webdriver client for node.js",

@@ -5,0 +5,0 @@ "main": "./index",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc