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

jp.vmi.selenium.selenese.command.ILabel Maven / Gradle / Ivy

package jp.vmi.selenium.selenese.command;

/**
 * Command with label information.
 */
public interface ILabel {

    /**
     * Get label.
     *
     * @return label.
     */
    String getLabel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy