![JAR search and dependency download from the Maven repository](/logo.png)
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;
/**
* Created by Mark Humphreys on 02/02/2017.
*/
public class TreeWalker {
public static void main(String[] args) {
DemoTreeWalker main = new DemoTreeWalker();
main.run();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy