Socket
Socket
Sign inDemoInstall

@wdio/protocols

Package Overview
Dependencies
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/protocols - npm Package Compare versions

Comparing version 8.5.6 to 8.5.7

8

build/commands/webdriver.d.ts

@@ -1,2 +0,2 @@

import type { SessionReturn, StatusReturn, Timeouts, WindowHandle, RectReturn, ElementReference, ProtocolCommandResponse, Cookie } from '../types.js';
import type { SessionReturn, StatusReturn, Timeouts, WindowHandle, RectReturn, ElementReference, ShadowElementReference, Cookie, ProtocolCommandResponse } from '../types.js';
export default interface WebdriverCommands {

@@ -210,3 +210,3 @@ /**

*/
findElementFromShadowRoot(shadowId: string, using: string, value: string): Promise<ProtocolCommandResponse>;
findElementFromShadowRoot(shadowId: string, using: string, value: string): Promise<ElementReference>;
/**

@@ -227,3 +227,3 @@ * Webdriver Protocol Command

*/
findElementsFromShadowRoot(shadowId: string, using: string, value: string): Promise<object[]>;
findElementsFromShadowRoot(shadowId: string, using: string, value: string): Promise<ElementReference[]>;
/**

@@ -252,3 +252,3 @@ * Webdriver Protocol Command

*/
getElementShadowRoot(elementId: string): Promise<string>;
getElementShadowRoot(elementId: string): Promise<ShadowElementReference>;
/**

@@ -255,0 +255,0 @@ * Webdriver Protocol Command

@@ -11,3 +11,5 @@ export interface ProtocolCommandResponse {

export type ElementReferenceId = 'element-6066-11e4-a52e-4f735466cecf';
export type ShadowElementReferenceId = 'shadow-6066-11e4-a52e-4f735466cecf';
export type ElementReference = Record<ElementReferenceId, string>;
export type ShadowElementReference = Record<ShadowElementReferenceId, string>;
export interface WindowHandle {

@@ -14,0 +16,0 @@ handle: string;

{
"name": "@wdio/protocols",
"version": "8.5.6",
"version": "8.5.7",
"description": "Utility package providing information about automation protocols",

@@ -27,3 +27,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "01be486a93582b19bfade3f6f0778f2b5e2d4c01"
"gitHead": "b8b610be11417ada5809f75266f0462abeb5df79"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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