We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d03574 commit 4b03774Copy full SHA for 4b03774
1 file changed
src/tools/script.ts
@@ -50,7 +50,7 @@ Example with arguments: \`(el) => {
50
.string()
51
.optional()
52
.describe(
53
- 'Handle dialogs while execution. "accept", "dismiss", or a string for window.prompt. Defaults to accept.',
+ 'Handle dialogs while execution. "accept", "dismiss", or string for response of window.prompt. Defaults to accept.',
54
),
55
...(cliArgs?.experimentalPageIdRouting ? pageIdSchema : {}),
56
...(cliArgs?.categoryExtensions
0 commit comments