bump
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user