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

freemarker.interactive-selector.ftlh Maven / Gradle / Ivy

package ${interactiveSelectorPackage};

import io.wcm.qa.glnm.interaction.Element;
import io.wcm.qa.glnm.selectors.base.Selector;

/**
 * Interface for interactive selectors.
 *
 * This is GENERATED CODE and should not be modified manually.
 */
public interface ${interactiveSelectorInterfaceClassName} extends Selector {

  <#list elementInteraction.methods as method>
     ${method.headForInterface};
  

  <#list formElementInteraction.methods as method>
     ${method.headForInterface};
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy