Socket
Socket
Sign inDemoInstall

selenium-webdriver

Package Overview
Dependencies
Maintainers
8
Versions
99
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.11.0 to 4.11.1

6

CHANGES.md

@@ -0,1 +1,7 @@

## 4.11.1
#### :bug: Bug fix
* Update testing/index.js code snippet to fix function call (#12456)
## v4.11.0

@@ -2,0 +8,0 @@

2

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

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

@@ -121,7 +121,7 @@ // Licensed to the Software Freedom Conservancy (SFC) under one

let targets = [
[getPath(chrome.Options).driverPath, Browser.CHROME],
[getPath(edge.Options).driverPath, Browser.EDGE],
[getPath(firefox.Options).driverPath, Browser.FIREFOX],
[getPath(ie.Options).driverPath, Browser.INTERNET_EXPLORER],
[getPath(safari.Options).driverPath, Browser.SAFARI],
[getPath(new chrome.Options()).driverPath, Browser.CHROME],
[getPath(new edge.Options()).driverPath, Browser.EDGE],
[getPath(new firefox.Options()).driverPath, Browser.FIREFOX],
[getPath(new ie.Options()).driverPath, Browser.INTERNET_EXPLORER],
[getPath(new safari.Options()).driverPath, Browser.SAFARI],
]

@@ -128,0 +128,0 @@

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