aquality.selenium.browser.IBrowserFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aquality-selenium Show documentation
Show all versions of aquality-selenium Show documentation
Library around Selenium WebDriver
package aquality.selenium.browser;
/**
* Factory that creates instance of desired Browser based on {@link aquality.selenium.configuration.IBrowserProfile}
*/
public interface IBrowserFactory {
/**
* Gets instance of Browser.
* @return Instance of desired Browser.
*/
Browser getBrowser();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy