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

@percy/selenium-webdriver

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/selenium-webdriver - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5-beta.0

2

index.js

@@ -78,3 +78,3 @@ // Collect client and environment information

let log = utils.logger('selenium-webdriver');
if (utils.percy?.type === 'web') {
if (utils.percy?.type !== 'automate') {
throw new Error('Invalid function call - percyScreenshot(). Please use percySnapshot() function for taking screenshot. percyScreenshot() should be used only while using Percy with Automate. For more information on usage of PercySnapshot(), refer doc for your language https://docs.percy.io/docs/end-to-end-testing');

@@ -81,0 +81,0 @@ }

{
"name": "@percy/selenium-webdriver",
"description": "Selenium client library for visual testing with Percy",
"version": "2.0.4",
"version": "2.0.5-beta.0",
"license": "MIT",

@@ -15,3 +15,3 @@ "author": "Perceptual Inc.",

"access": "public",
"tag": "latest"
"tag": "beta"
},

@@ -18,0 +18,0 @@ "main": "index.js",

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