@types/selenium-webdriver
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -44,2 +44,8 @@ import * as http from './http'; | ||
useGeckoDriver(enable: boolean): Options; | ||
/** | ||
* Configures the geckodriver to start Firefox in headless mode. | ||
* @return {!Options} A self reference. | ||
*/ | ||
headless(): Options | ||
} | ||
@@ -46,0 +52,0 @@ |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -52,4 +52,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cf25f05ad4e0f4469f87fdc0eca0f123e4cc23e3c264218317b15bb2e11ac678", | ||
"typesPublisherContentHash": "947b3a62fe64b84010d58804a5c8fc2c6f673041c69bda0e533be009243e3dec", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 28 Jun 2019 17:37:18 GMT | ||
* Last updated: Mon, 19 Aug 2019 22:24:20 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
191023
4965