northwoodspd / uia

A ruby gem for interacting with automation elements in Windows
MIT License
17 stars 4 forks source link

Drag with move #16

Closed jacob-ewald closed 4 years ago

jacob-ewald commented 4 years ago

Drag operations were not working on Win10 without a MouseMove event. This PR addresses that issue.

Additionally, I bumped the dependencies to their latest possible versions and specified versions for dependencies that previously had none. This required updates to the rspec syntax now that should is being removed. I used transpec to convert to the new expect syntax.