Skip to content

Mouse not working on OSX? #133

Closed
Closed
@shirshak55

Description

@shirshak55

In OSX it is not giving error but also doing nothing however finding image on screen does give correct pixel. Is it some sort of permission issue?
Code

  console.log(await mouse.move(right(500)))
  console.log(await mouse.move(right(500)))

doesn't move mouse but gives the following result.

Mouse {
  native: NativeAdapter {
    clipboard: ClipboardAction {},
    keyboard: KeyboardAction {},
    mouse: MouseAction {}
  },
  config: { autoDelayMs: 100, mouseSpeed: 1000 }
}
Mouse {
  native: NativeAdapter {
    clipboard: ClipboardAction {},
    keyboard: KeyboardAction {},
    mouse: MouseAction {}
  },
  config: { autoDelayMs: 100, mouseSpeed: 1000 }
}

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions