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

net.thucydides.browsermob.fixtureservices.BrowserMobSystemProperties Maven / Gradle / Ivy

There is a newer version: 4.2.34
Show newest version
package net.thucydides.browsermob.fixtureservices;


public enum BrowserMobSystemProperties {

    /**
     * If the browser mob configuration need only be applied for certain drivers, list them in this variable.
     */
    BROWSER_MOB_FILTER,

    /**
     * Optional proxy port to use for Browser Mob.
     */
    BROWSER_MOB_PROXY;

    @Override
    public String toString() {
        {return super.toString().toLowerCase().replaceAll("_",".");}
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy