We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1287715 commit 234c16cCopy full SHA for 234c16c
lib/driver.js
@@ -619,6 +619,7 @@ export class XCUITestDriver extends BaseDriver {
619
device: this.device,
620
realDevice: this.isRealDevice(),
621
iosSdkVersion: this._iosSdkVersion,
622
+ reqBasePath: this.basePath,
623
},
624
// @ts-ignore this is ok
625
this.log,
package.json
@@ -81,7 +81,7 @@
81
"appium-ios-device": "^2.8.0",
82
"appium-ios-simulator": "^6.2.0",
83
"appium-remote-debugger": "^12.1.1",
84
- "appium-webdriveragent": "^9.0.3",
+ "appium-webdriveragent": "^9.0.4",
85
"appium-xcode": "^5.1.4",
86
"async-lock": "^1.4.0",
87
"asyncbox": "^3.0.0",
0 commit comments