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

org.jspringbot.keyword.url.AbstractURLKeyword Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
package org.jspringbot.keyword.url;

import org.jspringbot.Keyword;
import org.springframework.beans.factory.annotation.Autowired;

public abstract class AbstractURLKeyword implements Keyword {

    @Autowired
    protected URLHelper helper;

    public abstract Object execute(Object[] params) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy