We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ed079 commit fe76c8aCopy full SHA for fe76c8a
src/McpResponse.ts
@@ -118,7 +118,7 @@ export class McpResponse implements Response {
118
response.push(`## Network emulation`);
119
response.push(`Emulating: ${networkConditions}`);
120
response.push(
121
- `Navigation timeout set to ${context.getNavigationTimeout()}`,
+ `Navigation timeout set to ${context.getNavigationTimeout()} ms.`,
122
);
123
}
124
0 commit comments