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

com.polonium.webdriver.Browser Maven / Gradle / Ivy

package com.polonium.webdriver;

/** Add type here, and do not forget to define proper driver in DriverFactory
 * 
 * @author Marek Serwanski
 *
 */
public enum Browser {
	FIREFOX, IEXPLORER, CHROME;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy