jwebdriver
Advanced tools
Comparing version 1.0.7 to 1.0.8
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 @@ |
@@ -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/", |
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
193683