add_commands
Insert browser automation commands into existing tests at specified positions to modify test sequences for Selenium-based workflows.
Instructions
Add one or more commands to a test at a specific index. Commands use camelCase names (e.g., "click", "type", "open", "executeScript").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_id | Yes | The test ID to add commands to | |
| index | Yes | The 0-based index at which to insert commands | |
| commands | Yes | Array of commands to add |