seleniumConsulting.ch.selenium.framework.metadata.MetadataKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenium-java-toolkit-base Show documentation
Show all versions of selenium-java-toolkit-base Show documentation
Selenium-Toolkit is a Java based test-toolkit for selenium-testing with testNg.
The goal of the toolkit is, to suport you in different things like 'how to manage testdata in the source', parallelisation, Webdriver-managemet, reporting and a lot more.
package seleniumConsulting.ch.selenium.framework.metadata;
import seleniumConsulting.ch.selenium.framework.driver.WebDriverFactory;
/**
* Keys to get Values out of the {@link MetadataManager}
*/
public class MetadataKey {
/**
* Definition of BrowserName Metadata Key
*/
public final static String BROWSERNAME = "browser_name";
/**
* Definition of BrowserVersion Metadata Key
*/
public final static String BROWSERVERSION = "browser_version";
/**
* Definition of capabilities Metadata Key
*/
public final static String CAPABILITIES = WebDriverFactory.CAPABILITIES;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy