@types/selenium-webdriver
Advanced tools
Comparing version 4.1.13 to 4.1.14
@@ -8,3 +8,2 @@ import * as http from './http'; | ||
* | ||
* @extends {webdriver.WebDriver} | ||
*/ | ||
@@ -51,3 +50,2 @@ export class Driver extends webdriver.ChromiumWebDriver { | ||
/** | ||
* @constructor | ||
*/ | ||
@@ -312,3 +310,2 @@ constructor(); | ||
* cannot be found on the PATH. | ||
* @constructor | ||
*/ | ||
@@ -315,0 +312,0 @@ constructor(opt_exe?: string); |
@@ -41,3 +41,2 @@ import * as webdriver from './index'; | ||
/** | ||
* @constructor | ||
*/ | ||
@@ -44,0 +43,0 @@ constructor(); |
@@ -98,3 +98,2 @@ import * as webdriver from './index'; | ||
* | ||
* @implements {cmd.Executor} | ||
*/ | ||
@@ -101,0 +100,0 @@ export class Executor { |
@@ -6,3 +6,2 @@ import * as webdriver from './index'; | ||
* IEDriverServer logging levels. | ||
* @enum {string} | ||
*/ | ||
@@ -9,0 +8,0 @@ export type Level = 'FATAL' | 'ERROR' | 'WARN' | 'INFO' | 'DEBUG' | 'TRACE'; |
@@ -183,12 +183,2 @@ import { Locator, WebDriver, WebElement } from '../'; | ||
* | ||
* @typedef {( | ||
* {className: string}| | ||
* {css: string}| | ||
* {id: string}| | ||
* {js: string}| | ||
* {linkText: string}| | ||
* {name: string}| | ||
* {partialLinkText: string}| | ||
* {tagName: string}| | ||
* {xpath: string})} | ||
*/ | ||
@@ -195,0 +185,0 @@ export type ByHash = |
@@ -6,3 +6,2 @@ import Symbols from './symbols'; | ||
* Recognized browser names. | ||
* @enum {string} | ||
*/ | ||
@@ -26,3 +25,2 @@ export interface IBrowser { | ||
* | ||
* @enum {string} | ||
* @see <https://w3c.github.io/webdriver/webdriver-spec.html> | ||
@@ -43,3 +41,2 @@ */ | ||
* | ||
* @enum {string} | ||
*/ | ||
@@ -73,3 +70,2 @@ export interface IPageLoadStrategy { | ||
* | ||
* @enum {string} | ||
*/ | ||
@@ -99,3 +95,2 @@ export interface IUserPromptHandler { | ||
* Common webdriver capability keys. | ||
* @enum {string} | ||
*/ | ||
@@ -102,0 +97,0 @@ export interface ICapability { |
@@ -158,3 +158,2 @@ /** | ||
* @param {!CommandName} name The name of this command. | ||
* @constructor | ||
*/ | ||
@@ -166,3 +165,2 @@ export class Command { | ||
* @param {!CommandName} name The name of this command. | ||
* @constructor | ||
*/ | ||
@@ -169,0 +167,0 @@ constructor(name: string); |
@@ -6,3 +6,2 @@ /** | ||
* @deprecated | ||
* @enum {number} | ||
*/ | ||
@@ -9,0 +8,0 @@ export const ErrorCode: { |
@@ -109,3 +109,2 @@ import { ILocation, WebDriver, WebElement } from '../'; | ||
* | ||
* @enum {string} | ||
*/ | ||
@@ -112,0 +111,0 @@ export const Key: IKey; |
@@ -100,16 +100,11 @@ /** | ||
* @param {string=} opt_type The log type, if known. | ||
* @constructor | ||
*/ | ||
constructor(level: Level | string | number, message: string, opt_timestamp?: number, opt_type?: string | IType); | ||
/** @type {!logging.Level} */ | ||
level: Level; | ||
/** @type {string} */ | ||
message: string; | ||
/** @type {number} */ | ||
timestamp: number; | ||
/** @type {string} */ | ||
type: string; | ||
@@ -147,9 +142,5 @@ | ||
/** @private {string} */ | ||
name_: string; | ||
/** @private {Level} */ | ||
level_: Level; | ||
/** @private {Logger} */ | ||
parent_: Logger; | ||
/** @private {Set<function(!Entry)>} */ | ||
handlers_: any; | ||
@@ -282,3 +273,2 @@ | ||
* @return {!Logger} the new logger. | ||
* @private | ||
*/ | ||
@@ -336,3 +326,2 @@ createLogger_(name: string, parent: Logger): Logger; | ||
* Common log types. | ||
* @enum {string} | ||
*/ | ||
@@ -339,0 +328,0 @@ export const Type: IType; |
/** | ||
* Protocol for virtual authenticators | ||
* @enum {string} | ||
*/ | ||
@@ -12,3 +11,2 @@ export enum Protocol { | ||
* AuthenticatorTransport values | ||
* @enum {string} | ||
*/ | ||
@@ -15,0 +13,0 @@ export enum Transport { |
@@ -38,3 +38,2 @@ import { IWebElementId, Locator, Serializable, WebDriver, WebElement, WebElementPromise } from '..'; | ||
* @see WebDriver#schedule | ||
* @private | ||
*/ | ||
@@ -99,3 +98,2 @@ execute_<T>(command: Command): Promise<T>; | ||
* | ||
* @implements { IThenable<!ShadowRoot>} | ||
* @final | ||
@@ -102,0 +100,0 @@ */ |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "4.1.13", | ||
"version": "4.1.14", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -80,4 +80,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver", | ||
}, | ||
"typesPublisherContentHash": "2385aa528c41579f95d8b498f847d1200fe3023e63f18b117411c720ec4a47c0", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "f2d21b8da13eae51d7c30ac3862349a531563f83be27a729c9885bb6705d3642", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Mar 2023 22:02:37 GMT | ||
* Last updated: Sat, 29 Apr 2023 04:03:44 GMT | ||
* Dependencies: [@types/ws](https://npmjs.com/package/@types/ws) | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -29,3 +29,2 @@ import * as webdriver from './index'; | ||
/** | ||
* @implements {command.Executor} | ||
*/ | ||
@@ -32,0 +31,0 @@ export class CommandExecutor {} |
Sorry, the diff of this file is too big to display
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
243938
6351