mmarquee.demo.PointerOver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-automation Show documentation
Show all versions of ui-automation Show documentation
A Java library that wraps the MS UIAutomation library.
package mmarquee.demo;
/**
* Created by Mark Humphreys on 12/02/2017.
*/
public class PointerOver {
public static void main(String[] args) {
DemoPointOver main = new DemoPointOver();
main.run();
}
}