()
| 556 | }, |
| 557 | |
| 558 | async mouseDown(): Promise<void> { |
| 559 | await requireComputerUseInput().mouseButton('left', 'press') |
| 560 | }, |
| 561 | |
| 562 | async mouseUp(): Promise<void> { |
| 563 | await requireComputerUseInput().mouseButton('left', 'release') |
nothing calls this directly
no test coverage detected