@types/selenium-webdriver
Advanced tools
Comparing version 4.1.21 to 4.1.22
@@ -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 @@ * |
@@ -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 @@ |
{ | ||
"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 @@ |
261065
6663