Socket
Socket
Sign inDemoInstall

webdriver

Package Overview
Dependencies
160
Maintainers
3
Versions
459
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.24.9 to 8.24.12

2

build/command.js

@@ -16,3 +16,3 @@ import logger from '@wdio/logger';

*/
required: true,
required: true, // always required as they are part of the endpoint
type: 'string' // have to be always type of string

@@ -19,0 +19,0 @@ })), ...parameters];

@@ -13,5 +13,5 @@ import { deepmergeCustom } from 'deepmerge-ts';

const BROWSER_DRIVER_ERRORS = [
'unknown command: wd/hub/session',
'HTTP method not allowed',
"'POST /wd/hub/session' was not found.",
'unknown command: wd/hub/session', // chromedriver
'HTTP method not allowed', // geckodriver
"'POST /wd/hub/session' was not found.", // safaridriver
'Command not found' // iedriver

@@ -60,3 +60,3 @@ ];

const sessionRequest = await RequestFactory.getInstance('POST', '/session', {
capabilities: w3cCaps,
capabilities: w3cCaps, // W3C compliant
desiredCapabilities: jsonwpCaps // JSONWP compliant

@@ -63,0 +63,0 @@ });

{
"name": "webdriver",
"version": "8.24.9",
"version": "8.24.12",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",

@@ -41,13 +41,13 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@types/ws": "^8.5.3",
"@wdio/config": "8.24.9",
"@wdio/logger": "8.24.9",
"@wdio/protocols": "8.24.9",
"@wdio/types": "8.24.9",
"@wdio/utils": "8.24.9",
"@wdio/config": "8.24.12",
"@wdio/logger": "8.24.12",
"@wdio/protocols": "8.24.12",
"@wdio/types": "8.24.12",
"@wdio/utils": "8.24.12",
"deepmerge-ts": "^5.1.0",
"got": "^ 14.0.0",
"got": "^12.6.1",
"ky": "^0.33.0",
"ws": "^8.8.0"
},
"gitHead": "f102df577324d7e09a2e6607888d775b8245afea"
"gitHead": "ebf1ba1875fe210fda7067c1c13944c50cb6a694"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc