start_session
Create a one-shot 1C:Enterprise test session: detect the platform version, start infrastructure, and connect the client to a given base URL for UI automation.
Instructions
One-shot session factory: detect version, start infrastructure, and connect the 1C test client.
base_url may be a web publication URL, server/infobase, or a file
infobase path. Prefer credentials saved with credentials_save over
passing secrets in tool calls. After a long UI operation, use
client_busy_status or wait_client_idle before sending more commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execute | No | ||
| version | No | ||
| base_url | No | ||
| password | No | ||
| username | No | ||
| extra_args | No | ||
| session_id | No | ||
| rag_enabled | No | ||
| include_timings | No | ||
| command_parameter | No | ||
| summary_rag_config | No | ||
| idle_timeout_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||