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

jp.vmi.selenium.selenese.subcommand.GetSpeed Maven / Gradle / Ivy

package jp.vmi.selenium.selenese.subcommand;

import jp.vmi.selenium.selenese.Context;

/**
 * "getSpeed".
 */
public class GetSpeed extends AbstractSubCommand {

    /**
     * Constructor.
     */
    public GetSpeed() {
        super();
    }

    @Override
    public Number execute(Context context, String... args) {
        return context.getSpeed();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy