
website.automate.jwebrobot.loader.ScenarioLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebrobot Show documentation
Show all versions of jwebrobot Show documentation
Reference implementation of the web automation markup language (WAML).
The newest version!
package website.automate.jwebrobot.loader;
import java.util.Collection;
import java.util.List;
public interface ScenarioLoader {
List load(Collection scenarioPath, String reportPath);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy