@wdio/utils
Advanced tools
Comparing version 8.24.5 to 8.24.6
@@ -46,3 +46,4 @@ const MOBILE_BROWSER_NAMES = ['ipad', 'iphone', 'android']; | ||
Object.prototype.hasOwnProperty.call(capabilities, 'setWindowRect'))); | ||
return Boolean(hasW3CCaps || isAppium); | ||
const hasWebdriverFlag = Boolean(capabilities['ms:experimental-webdriver']); | ||
return Boolean(hasW3CCaps || isAppium || hasWebdriverFlag); | ||
} | ||
@@ -49,0 +50,0 @@ /** |
{ | ||
"name": "@wdio/utils", | ||
"version": "8.24.5", | ||
"version": "8.24.6", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -58,3 +58,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "3272ade1b378dd0756d2c3b789198a692f5a706d" | ||
"gitHead": "e7684f06418c1b82151880c02209a4dcc5893fc8" | ||
} |
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
158094
3257