create_chrome_instance
Launch a new Chrome browser session for web automation tasks, with configurable headless mode and viewport dimensions.
Instructions
Create a new Chrome browser instance and return session_id (UUID)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | No | ||
| viewport_width | No | ||
| viewport_height | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Browser configuration | |
| temp_dir | Yes | Temporary directory path | |
| last_used | Yes | Last usage timestamp | |
| created_at | Yes | Creation timestamp | |
| session_id | Yes | Session ID | |
| active_tabs | Yes | Number of active tabs | |
| current_url | Yes | Current page URL | |
| active_tab_id | Yes | Active tab ID | |
| current_title | Yes | Current page title | |
| screenshot_count | Yes | Number of screenshots taken |