initialize_session
Create a persistent browser session to handle login requirements and multi-step navigation for analyzing complex chat interfaces, maintaining authentication state across operations.
Instructions
Create a persistent browser session for step-by-step reverse engineering of complex chat interfaces. Use this when the chat requires login, multi-step navigation, or manual interaction before analysis. Returns a sessionId that must be used with all subsequent interactive tools. The session maintains cookies, authentication state, and can be used across multiple operations until explicitly closed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headless | No | Run browser in headless mode (true) or visible mode (false). Set false to watch the automation process (default: true) | |
url | Yes | The initial URL to navigate to (e.g., login page or chat homepage) |