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

com.katalon.kata.webdriver.WebDriverFactory Maven / Gradle / Ivy

package com.katalon.kata.webdriver;

import org.openqa.selenium.remote.RemoteWebDriver;

public interface WebDriverFactory {

  RemoteWebDriver createRemoteWebDriver(String seleniumServer);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy