bump
This commit is contained in:
@@ -53,9 +53,9 @@ timeout: 10 # Optional, default 5 seconds
|
||||
|
||||
### web_interact_cremotemcp
|
||||
```yaml
|
||||
action: "click" # Required: click|fill|submit|upload
|
||||
action: "click" # Required: click|fill|submit|upload|select
|
||||
selector: "button.submit" # Required: CSS selector
|
||||
value: "text to fill" # Required for fill/upload actions
|
||||
value: "text to fill" # Required for fill/upload/select actions
|
||||
timeout: 10 # Optional, default 5 seconds
|
||||
```
|
||||
|
||||
@@ -142,6 +142,14 @@ web_interact_cremotemcp:
|
||||
value: "user@example.com"
|
||||
```
|
||||
|
||||
### Select Dropdown Option
|
||||
```yaml
|
||||
web_interact_cremotemcp:
|
||||
action: "select"
|
||||
selector: "#country"
|
||||
value: "United States" # Can use option text or value
|
||||
```
|
||||
|
||||
### Click Button
|
||||
```yaml
|
||||
web_interact_cremotemcp:
|
||||
|
||||
Reference in New Issue
Block a user