webdriverio
Advanced tools
Comparing version 9.9.3 to 9.10.0
@@ -53,2 +53,4 @@ export * from './browser/$$.js'; | ||
export * from './mobile/switchContext.js'; | ||
export * from './mobile/relaunchActiveApp.js'; | ||
export * from './mobile/deepLink.js'; | ||
//# sourceMappingURL=browser.d.ts.map |
@@ -53,6 +53,6 @@ /** | ||
* @param {GetHTMLOptions} options command options | ||
* @param {Boolean=} options.includeSelectorTag if true it includes the selector element tag (default: true) | ||
* @param {Boolean=} options.pierceShadowRoot if true it includes content of the shadow roots of all web components in the DOM | ||
* @param {Boolean=} options.removeCommentNodes if true it removes all comment nodes from the HTML, e.g. `<!--?lit$206212805$--><!--?lit$206212805$-->` | ||
* @param {Boolean=} options.prettify if true, the html output will be prettified | ||
* @param {Boolean=} options.includeSelectorTag if true it includes the selector element tag (default: `true`) | ||
* @param {Boolean=} options.pierceShadowRoot if true it includes content of the shadow roots of all web components in the DOM (default: `true`) | ||
* @param {Boolean=} options.removeCommentNodes if true it removes all comment nodes from the HTML, e.g. `<!--?lit$206212805$--><!--?lit$206212805$-->` (default: `true`) | ||
* @param {Boolean=} options.prettify if true, the html output will be prettified (default: `true`) | ||
* @return {String} the HTML of the specified element | ||
@@ -59,0 +59,0 @@ * @uses action/selectorExecute |
@@ -9,2 +9,3 @@ export * from './mobile/dragAndDrop.js'; | ||
export * from './mobile/switchContext.js'; | ||
export * from './mobile/deepLink.js'; | ||
//# sourceMappingURL=mobile.d.ts.map |
@@ -509,2 +509,11 @@ import type { EventEmitter } from 'node:events'; | ||
}; | ||
export type ActiveAppInfo = { | ||
pid: number; | ||
bundleId: string; | ||
name: string; | ||
processArguments: { | ||
args: string[]; | ||
env: Record<string, string>; | ||
}; | ||
}; | ||
export type WaitUntilOptions = { | ||
@@ -511,0 +520,0 @@ timeout?: number; |
{ | ||
"name": "webdriverio", | ||
"description": "Next-gen browser and mobile automation test framework for Node.js", | ||
"version": "9.9.3", | ||
"version": "9.10.0", | ||
"homepage": "https://webdriver.io", | ||
@@ -112,3 +112,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "8908cc4e3cd75e85bf47692477fc5c0ab58f9168" | ||
"gitHead": "11ca2d175dd33b49639197c2a4ac4e26c9d852d1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1335824
410
28731