@types/selenium-webdriver
Advanced tools
Comparing version 4.1.12 to 4.1.13
@@ -201,2 +201,16 @@ import * as webdriver from './index'; | ||
setProxy(proxy: webdriver.ProxyConfig): Options; | ||
/** | ||
* Sets the IEDriver to drive Chromium-based Edge in Internet Explorer mode. | ||
* @param {boolean} attachEdgeChromium Whether to run in Chromium-based-Edge in IE mode | ||
* @return {!Options} A self reference. | ||
*/ | ||
setEdgeChromium(attachEdgeChromium: boolean): Options; | ||
/** | ||
* Sets the path of the EdgeChromium driver. | ||
* @param {string} path The EdgeChromium driver path | ||
* @return {!Options} A self reference. | ||
*/ | ||
setEdgePath(path: string): Options; | ||
} | ||
@@ -203,0 +217,0 @@ |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "4.1.12", | ||
"version": "4.1.13", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -62,2 +62,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver", | ||
"githubUsername": "SinghHrmn" | ||
}, | ||
{ | ||
"name": "Shubh Sheth", | ||
"url": "https://github.com/shubhsheth", | ||
"githubUsername": "shubhsheth" | ||
} | ||
@@ -76,4 +81,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "8c5bc938a96da0632be504ab0685b28d874d53d5d8dbfffedb71bb5a861484d7", | ||
"typesPublisherContentHash": "2385aa528c41579f95d8b498f847d1200fe3023e63f18b117411c720ec4a47c0", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 24 Feb 2023 07:02:30 GMT | ||
* Last updated: Mon, 06 Mar 2023 22:02:37 GMT | ||
* Dependencies: [@types/ws](https://npmjs.com/package/@types/ws) | ||
@@ -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), [David Burns](https://github.com/AutomatedTester), [Pirasis Leelatanon](https://github.com/1pete), and [Harmandeep Singh](https://github.com/SinghHrmn). | ||
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), [Pirasis Leelatanon](https://github.com/1pete), [Harmandeep Singh](https://github.com/SinghHrmn), and [Shubh Sheth](https://github.com/shubhsheth). |
Sorry, the diff of this file is too big to display
245556
6416