RubyGems Navigation menu

auto_click 0.5.9

Provide several Ruby methods for simulating mouse click, cursor movement and keystrokes in Windows. This gem use DL library and SendInput method so there is no dependency on FFI, AutoIt or Win32-api. Methods include mouse_move(x,y), left_click, right_click, type(string), mouse_scroll(steps), key_up, key_down...etc. See https://github.com/erinata/auto_click for more details about instalation and usage. (More control over mouse movement such as speed or locus will be implemented in future releases)

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.5.9 - May 31, 2019 (12.5 KB)
  2. 0.5.2 - May 18, 2019 (12.5 KB)
  3. 0.5.0 - May 08, 2019 (12 KB)
  4. 0.4.3 - May 08, 2019 (12 KB)
  5. 0.4.0 - April 14, 2019 (12 KB)
Show all versions (20 total)

Owners:

Authors:

  • erinata

SHA 256 checksum:

3abe1e0b776c4b4d3c4a1061ea65948fbe8d0fab9f6784fd468865f19a4997b1

Total downloads 122,403

For this version 33,574

License:

MIT

Required Ruby Version: >= 2.3.0

Links: