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

website.automate.jwebrobot.executor.action.ActionExecutor Maven / Gradle / Ivy

package website.automate.jwebrobot.executor.action;

import website.automate.jwebrobot.context.ScenarioExecutionContext;
import website.automate.waml.io.model.action.Action;

public interface ActionExecutor {

    void execute(T action, ScenarioExecutionContext context);

    Class getSupportedType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy