@wdio/types
Advanced tools
Comparing version 8.8.6 to 8.8.7
@@ -1080,2 +1080,14 @@ import type { WebdriverIO as WebDriverIOOptions, Connection as ConnectionOptions } from './Options.js'; | ||
networkLogs?: boolean; | ||
/** | ||
* https://www.browserstack.com/docs/app-automate/appium/debug-failed-tests/network-logs | ||
* Enable viewing the response data in the Network Logs tab on your session | ||
*/ | ||
networkLogsOptions?: { | ||
captureContent?: boolean; | ||
}; | ||
/** | ||
* https://www.browserstack.com/docs/app-automate/appium/debug-failed-tests/interactive-session | ||
* Enable an interactive debugging session while your test session is running | ||
*/ | ||
interactiveDebugging?: boolean; | ||
seleniumVersion?: string; | ||
@@ -1082,0 +1094,0 @@ seleniumCdp?: boolean; |
{ | ||
"name": "@wdio/types", | ||
"version": "8.8.6", | ||
"version": "8.8.7", | ||
"description": "Utility package providing type information for a variety of WebdriverIO interfaces", | ||
@@ -35,3 +35,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "0db3b2f595ef834e6e01f58873dbde776dc08240" | ||
"gitHead": "c8f7c7298308b5d313d88a16fdd58f241fdeec52" | ||
} |
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
130019
2434