window object.
Command Type
Command Type ID: 17Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| path | Array of string or number | Array representing the path in the window object. Example: ["app", "state", "mode"] sets window.app.state.mode | Yes |
| timeout | number | Timeout in milliseconds | Yes |
| value | any | The value to assign at the specified path | No |
Usage Examples
Set a Simple Property
Set a Complex Object
Related Commands
- Get Window Data - Read from the window object
- Get Window Data Simple - Simpler read with dot-path