From 9e300a00c3dfbffd98ea26b123f2bf1d11bcd995 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 11 Jul 2024 00:48:05 -0700 Subject: [PATCH] Update web.js --- lib/commands/web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/web.js b/lib/commands/web.js index 63233b511..ae5f24c46 100644 --- a/lib/commands/web.js +++ b/lib/commands/web.js @@ -352,7 +352,7 @@ const helpers = { async executeAtom(atom, args, alwaysDefaultFrame = false) { let frames = alwaysDefaultFrame === true ? [] : this.curWebFrames; - // The web inspector could behave as no response over the timeout. + // The web inspector could behave as no response over the timeout, especially with iOS/iPadOS 17 family. // Then, reconnecting the remote debugger could help to recover the condition. // eslint-disable-next-line @typescript-eslint/no-unused-vars for (const _retryCount of _.range(2)) {