@types/selenium-webdriver
Advanced tools
Comparing version 4.0.18 to 4.0.19
@@ -25,2 +25,11 @@ import * as http from './http'; | ||
opt_service?: remote.DriverService|http.Executor): Driver; | ||
/** | ||
* Sends a DevTools command to change the browser's download directory. | ||
* | ||
* @param {string} path The desired download directory. | ||
* @return {!Promise<void>} A promise that will be resolved when the command | ||
* has finished. | ||
*/ | ||
setDownloadPath(path: string): Promise<void>; | ||
} | ||
@@ -27,0 +36,0 @@ |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "4.0.18", | ||
"version": "4.0.19", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c920b59fe6300a54396fe7f090eb9a6fd3506d384045788497473fbbdad04a06", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "edf3ad203b2f7eb7cbf3e6ffa0391f006a3f05fe58a2f005d8afe2202f6c5c02", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 09 Feb 2022 12:31:26 GMT | ||
* Last updated: Tue, 19 Apr 2022 16:31:33 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
210199
5461