This commit is contained in:
Josh at WLTechBlog
2025-08-19 06:15:55 -05:00
parent 58e361ba70
commit 36adab7878
9 changed files with 506 additions and 46 deletions

View File

@@ -63,7 +63,7 @@ Navigate to URLs with optional screenshot capture.
```
#### 2. `web_interact_cremotemcp`
Interact with web elements (click, fill, submit, upload).
Interact with web elements (click, fill, submit, upload, select).
```json
{
@@ -77,6 +77,19 @@ Interact with web elements (click, fill, submit, upload).
}
```
For select dropdowns:
```json
{
"name": "web_interact_cremotemcp",
"arguments": {
"action": "select",
"selector": "#country",
"value": "United States",
"timeout": 5
}
}
```
#### 3. `web_extract_cremotemcp`
Extract data from pages (source, element HTML, JavaScript execution).