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

selenium-webdriver

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-webdriver - npm Package Compare versions

Comparing version 4.0.0-rc-2 to 4.0.0

7

CHANGES.md

@@ -0,1 +1,8 @@

## v4.0.0
* Fixes cdp for Chrome and Firefox (#9909)
* Add cdp 95 to python and JS
* Removing unused target for cdpConnection
## v4.0.0-rc-2

@@ -2,0 +9,0 @@

@@ -414,2 +414,9 @@ // Licensed to the Software Freedom Conservancy (SFC) under one

}
/**
* Enables moz:debuggerAddress for firefox cdp
*/
enableDebugger() {
return this.set('moz:debuggerAddress', true)
}
}

@@ -416,0 +423,0 @@

2

package.json
{
"name": "selenium-webdriver",
"version": "4.0.0-rc-2",
"version": "4.0.0",
"description": "The official WebDriver JavaScript bindings from the Selenium project",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is too big to display

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