get_object
Retrieve UI objects directly from 1C:Enterprise via low-level GetObject for platform edge cases. Accepts optional wildcard name, title, or type when find_object and focus_object are not suitable.
Instructions
Low-level escape hatch: call TestedApplication.GetObject with optional wildcard name/title.
Prefer find_object/search_objects for structured diagnostics and focus_object for changing focus. Keep this tool for platform/test-client edge cases where direct GetObject semantics matter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | No | ||
| title | No | ||
| timeout | No | ||
| session_id | No | default-18 |