I need to create an automation test for a Windows application, this test will be created with java platform.
I familiarized with selenium in java but selenium only can test web applications.
I will use java 8 version with maven.
What library recommends me?
I tried find libraries to manipulate Windows object with no result, I'll tried to use autoit scripts for Windows but I can only use precreated scripts, with no posibilities to send commands to autoit from java application.