MCPcopy
hub / github.com/web-infra-dev/midscene / click

Method click

packages/harmony/src/hdc.ts:141–143  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

139 }
140
141 async click(x: number, y: number): Promise<void> {
142 await this.shell(`uitest uiInput click ${Math.round(x)} ${Math.round(y)}`);
143 }
144
145 async doubleClick(x: number, y: number): Promise<void> {
146 await this.shell(

Calls 1

shellMethod · 0.95

Tested by

no test coverage detected