run_functional_test
Verify web application functionality by testing forms, links, interactive elements, and navigation. Detects broken links and accessibility issues to ensure features work correctly.
Instructions
Perform functional testing on a web application. This tool analyzes:
Form elements: validation, labels, accessibility
Links: internal/external, broken links detection
Interactive elements: buttons, clickable areas, focus management
Navigation: menu structure, skip links, keyboard navigation
Use this tool when you need to verify that a website's features work correctly. The tool requires chrome-devtools-mcp to be running for browser automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to test | |
| checkForms | No | Include form validation testing (default: true) | |
| checkLinks | No | Include link integrity checking (default: true) | |
| checkInteractions | No | Test interactive elements (default: true) |