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

uk.ac.cam.automation.seleniumframework.properties.BrowserstackProperties Maven / Gradle / Ivy

Go to download

A framework to enable test automation engineers to focus on writing tests rather than maintaining a testing framework

There is a newer version: 6.2.1
Show newest version
package uk.ac.cam.automation.seleniumframework.properties;

public class BrowserstackProperties {
    public static final String BROWSERSTACK_USERNAME = "browserstack.username";
    public static final String BROWSERSTACK_ACCESS_KEY = "browserstack.access.key";
    public static final String BROWSERSTACK_LOGGING = "browserstack.logging";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy