@types/selenium-webdriver
Advanced tools
Comparing version 4.1.14 to 4.1.15
@@ -27,3 +27,3 @@ /** | ||
* Indicates no log messages should be recorded. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -33,3 +33,3 @@ static OFF: Level; | ||
* Log messages with a level of `1000` or higher. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -39,3 +39,3 @@ static SEVERE: Level; | ||
* Log messages with a level of `900` or higher. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -45,3 +45,3 @@ static WARNING: Level; | ||
* Log messages with a level of `800` or higher. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -51,3 +51,3 @@ static INFO: Level; | ||
* Log messages with a level of `700` or higher. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -57,3 +57,3 @@ static DEBUG: Level; | ||
* Log messages with a level of `500` or higher. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -63,3 +63,3 @@ static FINE: Level; | ||
* Log messages with a level of `400` or higher. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -69,3 +69,3 @@ static FINER: Level; | ||
* Log messages with a level of `300` or higher. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -75,3 +75,3 @@ static FINEST: Level; | ||
* Indicates all log messages should be recorded. | ||
* @const | ||
* @constant | ||
*/ | ||
@@ -78,0 +78,0 @@ static ALL: Level; |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "4.1.14", | ||
"version": "4.1.15", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -80,4 +80,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver", | ||
}, | ||
"typesPublisherContentHash": "f2d21b8da13eae51d7c30ac3862349a531563f83be27a729c9885bb6705d3642", | ||
"typesPublisherContentHash": "c0c45fce89ad68fd9b35203ea70f8b6e996afebd353c43680124ffa7f8d59485", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 29 Apr 2023 04:03:44 GMT | ||
* Last updated: Thu, 25 May 2023 20:34:42 GMT | ||
* Dependencies: [@types/ws](https://npmjs.com/package/@types/ws) | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -79,3 +79,2 @@ import * as webdriver from './index'; | ||
* @return {!THIS} A self reference. | ||
* @this {THIS} | ||
* @template THIS | ||
@@ -217,3 +216,2 @@ */ | ||
/** | ||
* @constructor | ||
**/ | ||
@@ -220,0 +218,0 @@ constructor(); |
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
243927
6349