All Downloads are FREE. Search and download functionalities are using the official Maven repository.

okw.gui.IGUI Maven / Gradle / Ivy

Go to download

This is the core-module of OpenKeyWord. This module is automatically integrated by the adapters. In GUI automation, the core module is automatically integrated by the GUI modules (dependencies).

There is a newer version: 0.2.44
Show newest version
package okw.gui;
 
import java.util.ArrayList;
 
public interface IGUI 
{
        ArrayList getCaption();
        Boolean getExists();
        Boolean getHasFocus();
        Boolean getIsActive();
        ArrayList getLabel();
        ArrayList getTooltip();
        ArrayList getValue();       
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy