window object using a simple dot-separated path string.
Command Type
Command Type ID: 14Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| path | string | Dot-separated path to the property. Example: "app.state.selectedOption" retrieves window.app.state.selectedOption | Yes |
| timeout | number | Timeout in milliseconds | Yes |
Usage Examples
Get a Simple Window Property
Get Nested State
Related Commands
- Get Window Data - Array-path variant with ObjectMapper support
- Set Window Data - Write to the window object