@types/selenium-webdriver
Advanced tools
Comparing version 4.0.15 to 4.0.16
@@ -124,9 +124,10 @@ import * as webdriver from './index'; | ||
/** | ||
* Instruct the EdgeDriver to use Edge Chromium if true. | ||
* Otherwise, use Edge Legacy (EdgeHTML). Defaults to using Edge Legacy. | ||
* Sets the path to the edge binary to use | ||
* | ||
* @param {boolean} useEdgeChromium | ||
* The binary path be absolute or relative to the msedgedriver server | ||
* executable, but it must exist on the machine that will launch edge chromium. | ||
* @param {string} path The path to the edgedriver binary to use. | ||
* @return {!Options} A self reference. | ||
*/ | ||
setEdgeChromium(useEdgeChromium: boolean): Options; | ||
setEdgeChromiumBinaryPath(path: string): Options; | ||
@@ -133,0 +134,0 @@ /** |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -52,2 +52,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver", | ||
"githubUsername": "AutomatedTester" | ||
}, | ||
{ | ||
"name": "Pirasis Leelatanon", | ||
"url": "https://github.com/1pete", | ||
"githubUsername": "1pete" | ||
} | ||
@@ -64,4 +69,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d93bff6848f5e9b414c4e9605180e18df8dee12c91ec5dda3f144f9161e2e17b", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "d0596048a7087625affce25103c382333f9ae34bdb49174d4869079c96f4e6a3", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 16:34:30 GMT | ||
* Last updated: Sat, 23 Oct 2021 01:01:28 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Bill Armstrong](https://github.com/BillArmstrong), [Yuki Kokubun](https://github.com/Kuniwak), [Craig Nishina](https://github.com/cnishina), [Simon Gellis](https://github.com/SupernaviX), [Ben Dixon](https://github.com/bendxn), [Ziyu](https://github.com/oddui), [Johann Wolf](https://github.com/beta-vulgaris), [Aleksey Chemakin](https://github.com/Dzenly), and [David Burns](https://github.com/AutomatedTester). | ||
These definitions were written by [Bill Armstrong](https://github.com/BillArmstrong), [Yuki Kokubun](https://github.com/Kuniwak), [Craig Nishina](https://github.com/cnishina), [Simon Gellis](https://github.com/SupernaviX), [Ben Dixon](https://github.com/bendxn), [Ziyu](https://github.com/oddui), [Johann Wolf](https://github.com/beta-vulgaris), [Aleksey Chemakin](https://github.com/Dzenly), [David Burns](https://github.com/AutomatedTester), and [Pirasis Leelatanon](https://github.com/1pete). |
Sorry, the diff of this file is too big to display
210840
5473