webdriver
Advanced tools
Comparing version 9.5.0 to 9.5.1
@@ -44,4 +44,5 @@ import type { EventEmitter } from 'node:events'; | ||
/** | ||
* get human readable message from response error | ||
* get human-readable message from response error | ||
* @param {Error} err response error | ||
* @param params | ||
*/ | ||
@@ -52,6 +53,8 @@ export declare const getSessionError: (err: JSONWPCommandError, params?: Partial<Options.WebDriver>) => string; | ||
* @param socketUrl url to bidi interface | ||
* @param strictSSL | ||
* @param userHeaders | ||
* @returns prototype with interface for bidi primitives | ||
*/ | ||
export declare function initiateBidi(socketUrl: string, strictSSL?: boolean): PropertyDescriptorMap; | ||
export declare function initiateBidi(socketUrl: string, strictSSL?: boolean, userHeaders?: Record<string, string>): PropertyDescriptorMap; | ||
export declare function parseBidiMessage(this: EventEmitter, data: Buffer): void; | ||
//# sourceMappingURL=utils.d.ts.map |
{ | ||
"name": "webdriver", | ||
"version": "9.5.0", | ||
"version": "9.5.1", | ||
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol", | ||
@@ -50,3 +50,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "379782cd89707c184a038d6702b46b852817803a" | ||
"gitHead": "83c76c40421092f0ce168270b5738e2826c5d0c7" | ||
} |
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 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
300781
5904