mmarquee.demo.TreeWalker 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;
/**
* @author Mark Humphreys
* Date 02/02/2017.
*/
public class TreeWalker {
/**
* Demo the tree walker.
* @param args Command line arguments.
*/
public static void main(final String[] args) {
DemoTreeWalker main = new DemoTreeWalker();
main.run();
}
}