()
| 560 | }, |
| 561 | |
| 562 | async mouseUp(): Promise<void> { |
| 563 | await requireComputerUseInput().mouseButton('left', 'release') |
| 564 | }, |
| 565 | |
| 566 | async getCursorPosition(): Promise<{ x: number; y: number }> { |
| 567 | return requireComputerUseInput().mouseLocation() |
nothing calls this directly
no test coverage detected