eyes.selenium
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "eyes.selenium", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Applitools Eyes SDK For Selenium JavaScript WebDriver", | ||
@@ -5,0 +5,0 @@ "author": "Applitools Team <team@applitools.com> (http://www.applitools.com/)", |
@@ -22,6 +22,5 @@ eyes.selenium | ||
var Eyes = require('eyes.selenium'); | ||
Eyes.setApiKey("<YOUR_API_KEY>"); | ||
var eyes = new Eyes(); | ||
eyes.setApiKey("<YOUR_API_KEY>"); | ||
console.log('Starting test'); | ||
eyes.open(driver, "JavaScript SDK", "Simple JS SDK Test").then(function(driver) { | ||
@@ -28,0 +27,0 @@ driver.get('http://www.google.com'); |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
Sorry, the diff of this file is not supported yet
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
30998
34