cypress_execute_command
Execute specific Cypress commands with chaining support, enabling step-by-step test automation and debugging.
Instructions
Execute a Cypress command with chaining support. This is a lower-level tool for executing specific Cypress commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Cypress command to execute (e.g., "visit", "get", "click", "type") | |
| args | No | Arguments for the command | |
| selector | No | CSS selector or text to find element | |
| options | No | Additional options for the command |