@types/selenium-webdriver
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -73,2 +73,12 @@ import * as http from './http'; | ||
/** | ||
* Sets the address of a Chromium remote debugging server to connect to. | ||
* Address should be of the form "{hostname|IP address}:port" | ||
* (e.g. "localhost:9222"). | ||
* | ||
* @param {string} address The address to connect to. | ||
* @return {!Options} A self reference. | ||
*/ | ||
debuggerAddress(address: string): Options; | ||
/** | ||
* Configures the chromedriver to start Chrome in headless mode. | ||
@@ -75,0 +85,0 @@ * |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -75,4 +75,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver", | ||
}, | ||
"typesPublisherContentHash": "ece83aaa0d5041813d8855f84738a557fbc2e41fd522d38f5955645aa4371d91", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "80399dc48b35d57b2bc4680edf51c8b98c29cf0394c536c263d2f6d2c526f5c0", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 29 Aug 2022 23:32:44 GMT | ||
* Last updated: Wed, 07 Sep 2022 21:02:47 GMT | ||
* Dependencies: [@types/ws](https://npmjs.com/package/@types/ws) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227058
5868