Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for hover over image or location #19

Merged
merged 2 commits into from
Jan 1, 2018

Conversation

mnkjadhav
Copy link
Contributor

In Sikuli, sometimes clicks does not work in Graphics Area, the solution for this is to first hover, wait and then click as specified here RaiMan/SikuliX-2014#260

So adding support for hover command

In Sikuli, sometimes clicks does not work in Graphics Area, the solution for this is to first hover, wait and then click as specified here RaiMan/SikuliX-2014#260

So adding support for hover command
Adding rightClick and dragDrop wrapper.
@mnkjadhav
Copy link
Contributor Author

Adding rightClick and dragDrop wrappers. End to End tests are not implemented for these.

@christianrondeau christianrondeau merged commit d432e18 into christianrondeau:master Jan 1, 2018
@christianrondeau
Copy link
Owner

Looks good! Also took the right click and drag/drop wrapper.

Small detail; the indentation is tabs everywhere. I added a .editorconfig, this should be picked up by Visual Studio 2017. I already fixed the indentation on your commits.

Thanks!

@mnkjadhav
Copy link
Contributor Author

Thanks @christianrondeau for release of these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants