chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
<!-- AUTO GENERATED DO NOT EDIT - run 'npm run gen' to update-->
|
||||
|
||||
# Chrome DevTools MCP Slim Tool Reference
|
||||
|
||||
- **[Navigation automation](#navigation-automation)** (1 tools)
|
||||
- [`navigate`](#navigate)
|
||||
- **[Debugging](#debugging)** (2 tools)
|
||||
- [`evaluate`](#evaluate)
|
||||
- [`screenshot`](#screenshot)
|
||||
|
||||
## Navigation automation
|
||||
|
||||
### `navigate`
|
||||
|
||||
**Description:** Loads a URL
|
||||
|
||||
**Parameters:**
|
||||
|
||||
- **url** (string) **(required)**: URL to [`navigate`](#navigate) to
|
||||
|
||||
---
|
||||
|
||||
## Debugging
|
||||
|
||||
### `evaluate`
|
||||
|
||||
**Description:** Evaluates a JavaScript script
|
||||
|
||||
**Parameters:**
|
||||
|
||||
- **script** (string) **(required)**: JS script to run on the page
|
||||
|
||||
---
|
||||
|
||||
### `screenshot`
|
||||
|
||||
**Description:** Takes a [`screenshot`](#screenshot)
|
||||
|
||||
**Parameters:** None
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user