Skip to content

Commit 234c16c

Browse files
fix: Pass reqBasePath proxy option (#2527)
1 parent 1287715 commit 234c16c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/driver.js

+1
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ export class XCUITestDriver extends BaseDriver {
619619
device: this.device,
620620
realDevice: this.isRealDevice(),
621621
iosSdkVersion: this._iosSdkVersion,
622+
reqBasePath: this.basePath,
622623
},
623624
// @ts-ignore this is ok
624625
this.log,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"appium-ios-device": "^2.8.0",
8282
"appium-ios-simulator": "^6.2.0",
8383
"appium-remote-debugger": "^12.1.1",
84-
"appium-webdriveragent": "^9.0.3",
84+
"appium-webdriveragent": "^9.0.4",
8585
"appium-xcode": "^5.1.4",
8686
"async-lock": "^1.4.0",
8787
"asyncbox": "^3.0.0",

0 commit comments

Comments
 (0)