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

com.saucelabs.common.SauceOnDemandSessionIdProvider Maven / Gradle / Ivy

There is a newer version: 2.1.25
Show newest version
package com.saucelabs.common;

/**
 * Interface that should be implemented by classes using the TestNG or JUnit helper classes.
 * @author see {@link github} for original
 * @author Ross Rowe - updated documentation
 */
public interface SauceOnDemandSessionIdProvider {

    /**
     * Return the session id for the SeleniumRC/WebDriver instance - this equates to the Sauce OnDemand
     * Job id.
     * @return string representing the session id for the SeleniumRC/WebDriver instance
     */
    String getSessionId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy