@wdio/protocols
Advanced tools
Comparing version 8.2.0 to 8.3.5
@@ -19,3 +19,3 @@ import type AppiumCommands from './commands/appium.js'; | ||
import SeleniumProtocol from './protocols/selenium.js'; | ||
export interface ProtocolCommands extends WebDriverCommands, Omit<JSONWPCommands, keyof WebDriverCommands>, AppiumCommands, ChromiumCommands, Omit<MJSONWPCommands, keyof AppiumCommands | keyof ChromiumCommands>, SauceLabsCommands, SeleniumCommands { | ||
export interface ProtocolCommands extends WebDriverCommands, Omit<JSONWPCommands, keyof WebDriverCommands>, AppiumCommands, ChromiumCommands, Omit<MJSONWPCommands, keyof AppiumCommands | keyof ChromiumCommands>, SauceLabsCommands, SeleniumCommands, WebDriverBidiCommands { | ||
} | ||
@@ -22,0 +22,0 @@ export * from './types.js'; |
{ | ||
"name": "@wdio/protocols", | ||
"version": "8.2.0", | ||
"version": "8.3.5", | ||
"description": "Utility package providing information about automation protocols", | ||
@@ -27,3 +27,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "3620e90e47b6d3e62832f5de24f43cee6b31e972" | ||
"gitHead": "cc6deb72e7c4f064074ca8a2e101da7c08db8b4b" | ||
} |
Sorry, the diff of this file is not supported yet
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
517180