Commit 214fa63
fix: align Desktop.click() default to single-click (clicks=1)
The Click-Tool definition exposed clicks=1 but Desktop.click() defaulted
to clicks=2, causing unexpected double-clicks when callers relied on the
default. Aligns the service layer to match the tool's documented behavior.
Resolves the click-default mismatch from PR #282; null-guard fixes for
resize_app/switch_app were already covered by the prior refactor.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ed0c9d2 commit 214fa63
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
0 commit comments