()
| 564 | }, |
| 565 | |
| 566 | async getCursorPosition(): Promise<{ x: number; y: number }> { |
| 567 | return requireComputerUseInput().mouseLocation() |
| 568 | }, |
| 569 | |
| 570 | /** |
| 571 | * `from === undefined` → drag from current cursor (training's |
nothing calls this directly
no test coverage detected