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

com.seleniumtests.driver.WebUIDriverFactory Maven / Gradle / Ivy

There is a newer version: 5.1.13
Show newest version
package com.seleniumtests.driver;

import java.util.HashMap;

import com.seleniumtests.core.SeleniumTestsContextManager;

public class WebUIDriverFactory {
	
	private WebUIDriverFactory() {
		// nothing
	}

	public static WebUIDriver getInstance(String name) {
		return new WebUIDriver(name);
	}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy