
net.thucydides.browsermob.fixtureservices.BrowserMobSystemProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serenity-browsermob-plugin Show documentation
Show all versions of serenity-browsermob-plugin Show documentation
Serenity Browsermob integration
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