Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

devtools

Package Overview
Dependencies
Maintainers
2
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devtools - npm Package Compare versions

Comparing version 6.10.4 to 6.10.6

4

build/constants.js

@@ -55,6 +55,2 @@ "use strict";

},
connectionPollInterval: {
type: 'number',
default: 500
},
connectionRetryCount: {

@@ -61,0 +57,0 @@ type: 'number',

4

build/index.js

@@ -8,3 +8,3 @@ "use strict";

const os_1 = __importDefault(require("os"));
const ua_parser_js_1 = require("ua-parser-js");
const ua_parser_js_1 = __importDefault(require("ua-parser-js"));
const uuid_1 = require("uuid");

@@ -33,3 +33,3 @@ const logger_1 = __importDefault(require("@wdio/logger"));

const sessionId = uuid_1.v4();
const uaParser = new ua_parser_js_1.UAParser(await browser.userAgent());
const uaParser = new ua_parser_js_1.default(await browser.userAgent());
const userAgent = uaParser.getResult();

@@ -36,0 +36,0 @@ const availableVendorPrefixes = Object.values(constants_1.VENDOR_PREFIX);

/// <reference types="@wdio/protocols" />
/// <reference types="webdriverio" />
/// <reference types="webdriver" />
import type { Logger } from '@wdio/logger';

@@ -14,4 +14,4 @@ import type { ElementHandle } from 'puppeteer-core/lib/cjs/puppeteer/common/JSHandle';

}>;
export declare function findElement(this: DevToolsDriver, context: Frame | Page | ElementHandle, using: string, value: string): Promise<WebdriverIO.ElementReference | Error>;
export declare function findElements(this: DevToolsDriver, context: Page | Frame | ElementHandle, using: string, value: string): Promise<WebdriverIO.ElementReference[]>;
export declare function findElement(this: DevToolsDriver, context: Frame | Page | ElementHandle, using: string, value: string): Promise<WebDriver.ElementReference | Error>;
export declare function findElements(this: DevToolsDriver, context: Page | Frame | ElementHandle, using: string, value: string): Promise<WebDriver.ElementReference[]>;
export declare function sanitizeError(err: Error): Error;

@@ -18,0 +18,0 @@ export declare function transformExecuteArgs(this: DevToolsDriver, args?: any[]): Promise<ElementHandle | any>;

@@ -66,6 +66,6 @@ /// <reference types="node"/>

fullscreenWindow(): object;
findElement(using: string, value: string): string;
findElements(using: string, value: string): string[];
findElementFromElement(using: string, value: string): string;
findElementsFromElement(using: string, value: string): string[];
findElement(using: string, value: string): WebDriver.ElementReference[];
findElements(using: string, value: string): WebDriver.ElementReference[];
findElementFromElement(using: string, value: string): WebDriver.ElementReference;
findElementsFromElement(using: string, value: string): WebDriver.ElementReference[];
getActiveElement(): string;

@@ -108,2 +108,5 @@ isElementSelected(): boolean;

export default DevTools;
const SUPPORTED_BROWSER: string[]
export { SUPPORTED_BROWSER }
}
{
"name": "devtools",
"version": "6.10.4",
"version": "6.10.6",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",

@@ -28,6 +28,6 @@ "author": "Christian Bromann <christian@saucelabs.com>",

"@types/uuid": "^8.3.0",
"@wdio/config": "6.10.4",
"@wdio/config": "6.10.6",
"@wdio/logger": "6.10.4",
"@wdio/protocols": "6.10.0",
"@wdio/utils": "6.10.4",
"@wdio/protocols": "6.10.6",
"@wdio/utils": "6.10.6",
"chrome-launcher": "^0.13.1",

@@ -42,3 +42,3 @@ "edge-paths": "^2.1.0",

},
"gitHead": "7037dcaa68c3192ebaf5a153d9f0384efd6088ec"
"gitHead": "c3fa466d4e0fece382f2d04ead5f19f97eaa71fe"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc