@wdio/utils
Advanced tools
Comparing version 8.24.3 to 8.24.4
@@ -148,5 +148,6 @@ import { EventEmitter } from 'node:events'; | ||
Promise.resolve(result).then((res) => { | ||
const elem = res; | ||
let resultLog = res; | ||
if (res instanceof SCOPE_TYPES.element) { | ||
resultLog = `WebdriverIO.Element<${res.elementId}>`; | ||
if (elem instanceof SCOPE_TYPES.element) { | ||
resultLog = `WebdriverIO.Element<${elem.elementId || elem.selector}>`; | ||
} | ||
@@ -153,0 +154,0 @@ else if (res instanceof SCOPE_TYPES.browser) { |
{ | ||
"name": "@wdio/utils", | ||
"version": "8.24.3", | ||
"version": "8.24.4", | ||
"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": "365d1997d0303e41bc418e447a46573fdbcc2dce" | ||
"gitHead": "08859dd23faf79e17469cdd2ec9a092a888f3677" | ||
} |
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
157893
3255