vendors.grid.VendorInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenium-java-toolkit-base Show documentation
Show all versions of selenium-java-toolkit-base Show documentation
Selenium-Toolkit is a Java based test-toolkit for selenium-testing with testNg.
The goal of the toolkit is, to suport you in different things like 'how to manage testdata in the source', parallelisation, Webdriver-managemet, reporting and a lot more.
package vendors.grid;
import org.openqa.selenium.MutableCapabilities;
import org.openqa.selenium.remote.SessionId;
public interface VendorInterface {
void addCapibilities(TestInfo info, MutableCapabilities mutableCapabilities);
void onTestSuccess(TestInfo info);
void onTestFailure(TestInfo info);
void onTestStart(TestInfo info);
void onTestSkipped(TestInfo info);
void createVideo(TestInfo info, SessionId sessionId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy