launch_browser
Launches a visible browser at a specified URL with the DOM Explorer inspector injected, allowing interactive DOM element inspection and locator validation.
Instructions
Abre um navegador visível (headful por padrão) na URL informada e injeta o inspetor do DOM Explorer.
Args: url: O endereço web para navegar (ex: 'https://exemplo.com.br' ou 'localhost:3000'). headless: Se True, roda em segundo plano. Padrão False (abre janela visível para o usuário interagir). browser_type: Tipo de navegador ('chromium', 'firefox', 'webkit'). Padrão 'chromium'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| headless | No | ||
| browser_type | No | chromium |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |