com.infotel.seleniumrobot.grid.tasks.Task Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seleniumRobot-grid Show documentation
Show all versions of seleniumRobot-grid Show documentation
Selenium grid extension for mobile testing
package com.infotel.seleniumrobot.grid.tasks;
public interface Task {
public void execute() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy