eyes.selenium
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "eyes.selenium", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Applitools Eyes SDK For Selenium JavaScript WebDriver", | ||
@@ -28,3 +28,3 @@ "author": "Applitools Team <team@applitools.com> (http://www.applitools.com/)", | ||
"dependencies": { | ||
"eyes.sdk": "0.0.6", | ||
"eyes.sdk": "0.0.7", | ||
"selenium-webdriver": "~2.42.1" | ||
@@ -31,0 +31,0 @@ }, |
@@ -0,0 +0,0 @@ eyes.selenium |
@@ -214,2 +214,11 @@ /* | ||
Eyes.prototype.getInferredEnvironment = function () { | ||
var res = "useragent:"; | ||
return this._driver.executeScript('return navigator.userAgent').then(function (userAgent) { | ||
return res + userAgent; | ||
}, function() { | ||
return res; | ||
}); | ||
}; | ||
Eyes.prototype.getViewportSize = function () { | ||
@@ -216,0 +225,0 @@ return ViewportSize.getViewportSize(this._driver); |
@@ -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
31730
397
+ Addedeyes.sdk@0.0.7(transitive)
- Removedeyes.sdk@0.0.6(transitive)
Updatedeyes.sdk@0.0.7