Uses of Class
org.fluentlenium.configuration.FluentConfiguration.BooleanValue
-
Packages that use FluentConfiguration.BooleanValue Package Description org.fluentlenium.configuration -
-
Uses of FluentConfiguration.BooleanValue in org.fluentlenium.configuration
Methods in org.fluentlenium.configuration that return FluentConfiguration.BooleanValue Modifier and Type Method Description FluentConfiguration.BooleanValuedeleteCookies()deleteCookies property.FluentConfiguration.BooleanValueeventsEnabled()eventsEnabled property.static FluentConfiguration.BooleanValueFluentConfiguration.BooleanValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FluentConfiguration.BooleanValue[]FluentConfiguration.BooleanValue. values()Returns an array containing the constants of this enum type, in the order they are declared.
-