Skip to content

Commit

Permalink
chore: Bump remote debugger to v12 (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 4, 2024
1 parent 96c1a59 commit 093d4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/timeouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const helpers = {
ms = parseInt(ms, 10);
this.pageLoadMs = ms;
if (this.remote) {
this.remote.pageLoadMs = this.pageLoadMs;
this.remote.pageLoadMs = ms;
}
this.log.debug(`Set page load timeout to ${ms}ms`);
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"appium-idb": "^1.6.13",
"appium-ios-device": "^2.5.4",
"appium-ios-simulator": "^6.1.7",
"appium-remote-debugger": "^11.5.8",
"appium-remote-debugger": "^12.0.1",
"appium-webdriveragent": "^8.7.8",
"appium-xcode": "^5.1.4",
"async-lock": "^1.4.0",
Expand Down

0 comments on commit 093d4d4

Please sign in to comment.