derby-webdriverio
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -118,2 +118,6 @@ // Generated by CoffeeScript 1.10.0 | ||
browser.addCommand('submitFormAndWait', makeWaitForPageLoad('submitForm')); | ||
browser.addCommand('selectByVisibleTextAndWait', makeWaitForPageLoad('selectByVisibleText')); | ||
browser.addCommand('selectByValueAndWait', makeWaitForPageLoad('selectByValue')); | ||
browser.addCommand('selectByIndexAndWait', makeWaitForPageLoad('selectByIndex')); | ||
browser.addCommand('selectByAttributeAndWait', makeWaitForPageLoad('selectByAttribute')); | ||
modelMethod = function(method, isAsync) { | ||
@@ -120,0 +124,0 @@ return function() { |
{ | ||
"name": "derby-webdriverio", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Webdriver.io for Derby.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
36278
517