@wdio/utils
Advanced tools
Comparing version 9.0.8 to 9.1.0
@@ -13,3 +13,3 @@ import type { Capabilities } from '@wdio/types'; | ||
*/ | ||
export declare function isBidi(capabilities?: WebdriverIO.Capabilities): boolean; | ||
export declare function isBidi(requestedCapabilities: Capabilities.RequestedStandaloneCapabilities, capabilities: WebdriverIO.Capabilities): boolean; | ||
/** | ||
@@ -16,0 +16,0 @@ * returns information about the environment before the session is created |
@@ -261,3 +261,5 @@ // src/node/startWebDriver.ts | ||
caps && // @ts-expect-error outdated jsonwp cap | ||
(caps.automationName || caps["appium:automationName"] || caps.deviceName || caps.appiumVersion) | ||
(caps.automationName || caps["appium:automationName"] || // @ts-expect-error outdated jsonwp cap | ||
caps.deviceName || caps["appium:deviceName"] || // @ts-expect-error outdated jsonwp cap | ||
caps.appiumVersion || caps["appium:appiumVersion"]) | ||
); | ||
@@ -264,0 +266,0 @@ } |
{ | ||
"name": "@wdio/utils", | ||
"version": "9.0.8", | ||
"version": "9.1.0", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -40,4 +40,4 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@puppeteer/browsers": "^2.2.0", | ||
"@wdio/logger": "9.0.8", | ||
"@wdio/types": "9.0.8", | ||
"@wdio/logger": "9.1.0", | ||
"@wdio/types": "9.1.0", | ||
"decamelize": "^6.0.0", | ||
@@ -57,3 +57,3 @@ "deepmerge-ts": "^7.0.3", | ||
}, | ||
"gitHead": "cc85ebf08918965cff46ce7e014703549b7f50d7" | ||
"gitHead": "e6b005f5a150c335a105cfc2e386d43ac526adac" | ||
} |
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
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
139670
3065
+ Added@wdio/logger@9.1.0(transitive)
+ Added@wdio/types@9.1.0(transitive)
+ Addedstreamx@2.20.2(transitive)
- Removed@wdio/logger@9.0.8(transitive)
- Removed@wdio/types@9.0.8(transitive)
- Removedstreamx@2.20.1(transitive)
Updated@wdio/logger@9.1.0
Updated@wdio/types@9.1.0