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

jp.vmi.selenium.selenese.command.EndFor Maven / Gradle / Ivy

package jp.vmi.selenium.selenese.command;

/**
 * Command "endFor".
 */
public class EndFor extends EndLoopImpl {

    EndFor(int index, String name, String... args) {
        super(index, name, args);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy