test_service_selector
Validate CSS selectors for service login pages by launching a browser and checking if the selector matches the intended element.
Instructions
Test if a CSS selector works on a service's login page (launches browser, checks selector matches)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service identifier (e.g., 'google') | |
| selectorType | No | Selector type: username, password, submit (default: username) | |
| selectorOverride | No | Override the CSS selector to test |