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

com.infotel.seleniumrobot.grid.tasks.Task Maven / Gradle / Ivy

The newest version!
package com.infotel.seleniumrobot.grid.tasks;

public interface Task {

	public  T execute() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy