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.BooleanValue
deleteCookies()
deleteCookies property.FluentConfiguration.BooleanValue
eventsEnabled()
eventsEnabled property.static FluentConfiguration.BooleanValue
FluentConfiguration.BooleanValue. valueOf(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.
-