Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eyes.selenium

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eyes.selenium - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

package.json
{
"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

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