We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb4b6e commit 260bc31Copy full SHA for 260bc31
1 file changed
lib/webdriveragent.js
@@ -34,6 +34,9 @@ export class WebDriverAgent {
34
/** @type {string} */
35
agentPath;
36
37
+ /** @type {any} @deprecated for removal */
38
+ idb;
39
+
40
/**
41
* @param {import('appium-xcode').XcodeVersion | undefined} xcodeVersion @deprecated Will be removed as no actual usage.
42
* @param {import('./types').WebDriverAgentArgs} args
@@ -506,6 +509,7 @@ export class WebDriverAgent {
506
509
}
507
510
508
511
512
+ * @deprecated We'll stop supporting idb. Deprecated for removal.
513
* @returns {Promise<void>}
514
*/
515
async startWithIDB () {
0 commit comments