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 1.0.7 to 1.0.8

4

CHANGE.md
jWebDriver change log
====================
## ver 1.0.8 (2016-5-11)
1. fix element.val when used with select tag
## ver 1.0.2 (2015-11-13)

@@ -5,0 +9,0 @@

2

lib/elements.js

@@ -486,3 +486,3 @@ 'use strict';

if(text){
self.clear().sendKeys(text).then(function(){
self.clear().catch(function(){}).sendKeys(text).then(function(){
done();

@@ -489,0 +489,0 @@ }).catch(done);

{
"name": "jwebdriver",
"version": "1.0.7",
"version": "1.0.8",
"description": "A webdriver client for node.js",

@@ -5,0 +5,0 @@ "homepage": "http://jwebdriver.com/",

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