New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/selenium-webdriver

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/selenium-webdriver - npm Package Compare versions

Comparing version 4.1.21 to 4.1.22

11

selenium-webdriver/chrome.d.ts

@@ -80,13 +80,2 @@ import * as http from "./http";

/**
* Configures the chromedriver to start Chrome in headless mode.
*
* > __NOTE:__ Resizing the browser window in headless mode is only supported
* > in Chrome 60. Users are encouraged to set an initial window size with
* > the {@link #windowSize windowSize({width, height})} option.
*
* @return {!Options} A self reference.
*/
headless(): Options;
/**
* Sets the initial window size.

@@ -93,0 +82,0 @@ *

@@ -64,13 +64,2 @@ import * as webdriver from "./index";

/**
* Configures the edgedriver to start Edge in headless mode.
*
* > __NOTE:__ Resizing the browser window in headless mode is only supported
* > in Edge 60. Users are encouraged to set an initial window size with
* > the {@link #windowSize windowSize({width, height})} option.
*
* @return {!Options} A self reference.
*/
headless(): Options;
/**
* Sets the initial window size.

@@ -77,0 +66,0 @@ *

9

selenium-webdriver/firefox.d.ts

@@ -36,4 +36,3 @@ import * as http from "./http";

/**
* Sets the initial window size when running in
* {@linkplain #headless headless} mode.
* Sets the initial window size.
*

@@ -81,8 +80,2 @@ * @param {{width: number, height: number}} size The desired window size.

useGeckoDriver(enable: boolean): Options;
/**
* Configures the geckodriver to start Firefox in headless mode.
* @return {!Options} A self reference.
*/
headless(): Options;
}

@@ -89,0 +82,0 @@

6

selenium-webdriver/package.json
{
"name": "@types/selenium-webdriver",
"version": "4.1.21",
"version": "4.1.22",
"description": "TypeScript definitions for selenium-webdriver",

@@ -80,4 +80,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver",

},
"typesPublisherContentHash": "9730172fd7b483adc23d543403a03e19f0ce088876de43e282e3a368f8363bef",
"typeScriptVersion": "4.6"
"typesPublisherContentHash": "eb9777ac01f15312f544b8bbc227216a6aa35aa699ee725a91a84d768ae447d1",
"typeScriptVersion": "4.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 06 Dec 2023 07:35:40 GMT
* Last updated: Thu, 07 Mar 2024 23:35:25 GMT
* Dependencies: [@types/ws](https://npmjs.com/package/@types/ws)

@@ -14,0 +14,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