package jp.vmi.selenium.selenese.command; /** * Command with label information. */ public interface ILabel { /** * Get label. * * @return label. */ String getLabel(); }