Skip to content

Commit aa9a176

Browse files
authored
fix: improve performance tool description (#800)
Drive-by: refactor and improve eval scripts.
1 parent a3a0021 commit aa9a176

File tree

9 files changed

+830
-211
lines changed

9 files changed

+830
-211
lines changed

docs/tool-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
**Parameters:**
235235

236236
- **autoStop** (boolean) **(required)**: Determines if the trace recording should be automatically stopped.
237-
- **reload** (boolean) **(required)**: Determines if, once tracing has started, the page should be automatically reloaded.
237+
- **reload** (boolean) **(required)**: Determines if, once tracing has started, the current selected page should be automatically reloaded. Navigate the page to the right URL using the [`navigate_page`](#navigate_page) tool BEFORE starting the trace if reload or autoStop is set to true.
238238
- **filePath** (string) _(optional)_: The absolute file path, or a file path relative to the current working directory, to save the raw trace data. For example, trace.json.gz (compressed) or trace.json (uncompressed).
239239

240240
---

0 commit comments

Comments
 (0)