@types/selenium-webdriver
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -73,2 +73,13 @@ import * as webdriver from './index'; | ||
/** | ||
* 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; | ||
/** | ||
* List of Chrome command line switches to exclude that ChromeDriver by default | ||
@@ -75,0 +86,0 @@ * passes when starting Chrome. Do not prefix switches with '--'. |
@@ -0,0 +0,0 @@ import * as webdriver from './index'; |
@@ -0,0 +0,0 @@ import * as webdriver from './index'; |
@@ -0,0 +0,0 @@ import * as webdriver from './index'; |
@@ -0,0 +0,0 @@ import * as webdriver from './index'; |
@@ -0,0 +0,0 @@ import * as webdriver from './index'; |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "844e8df993b2b01a47fc412a1a65f5f3772cd337d10695c9c81029d9d28e8d5b", | ||
"typesPublisherContentHash": "2fc504ec0efce74be3ae09e711cf28c73222d527440505d2e919d4cd03139ec2", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 29 Aug 2017 21:33:33 GMT | ||
* Last updated: Thu, 31 Aug 2017 14:05:17 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -0,0 +0,0 @@ import * as webdriver from './index'; |
@@ -0,0 +0,0 @@ import * as webdriver from './index'; |
@@ -0,0 +0,0 @@ import { promise } from './index'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
243706
5891