Skip to content

Commit 2e3d51f

Browse files
Fix typo
1 parent d713772 commit 2e3d51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium-driver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export class AppiumDriver {
404404
return arrayOfUIElements;
405405
}
406406
array.forEach(async element => {
407-
arrayOfUIElements.push(new UIElement(await element, this._driver, this._wd, this.wdio, searchM, args, i));
407+
arrayOfUIElements.push(new UIElement(await element, this._driver, this._wd, this._webio, searchM, args, i));
408408
i++;
409409
});
410410

0 commit comments

Comments
 (0)