Uses of Enum Class
io.fluentlenium.configuration.ConfigurationProperties.TriggerMode
Packages that use ConfigurationProperties.TriggerMode
-
Uses of ConfigurationProperties.TriggerMode in io.fluentlenium.configuration
Methods in io.fluentlenium.configuration that return ConfigurationProperties.TriggerModeModifier and TypeMethodDescriptionAnnotationConfiguration.getHtmlDumpMode()
ComposedConfiguration.getHtmlDumpMode()
ConfigurationDefaults.getHtmlDumpMode()
ConfigurationProperties.getHtmlDumpMode()
htmlDumpModeProgrammaticConfiguration.getHtmlDumpMode()
PropertiesBackendConfiguration.getHtmlDumpMode()
AnnotationConfiguration.getScreenshotMode()
ComposedConfiguration.getScreenshotMode()
ConfigurationDefaults.getScreenshotMode()
ConfigurationProperties.getScreenshotMode()
screenshotModeProgrammaticConfiguration.getScreenshotMode()
PropertiesBackendConfiguration.getScreenshotMode()
Returns the enum constant of this class with the specified name.static ConfigurationProperties.TriggerMode[]
ConfigurationProperties.TriggerMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluentlenium.configuration with parameters of type ConfigurationProperties.TriggerModeModifier and TypeMethodDescriptionvoid
ComposedConfiguration.setHtmlDumpMode
(ConfigurationProperties.TriggerMode htmlDumpMode) void
ConfigurationMutator.setHtmlDumpMode
(ConfigurationProperties.TriggerMode htmlDumpMode) Sets the value ofvoid
ProgrammaticConfiguration.setHtmlDumpMode
(ConfigurationProperties.TriggerMode htmlDumpMode) void
ComposedConfiguration.setScreenshotMode
(ConfigurationProperties.TriggerMode screenshotMode) void
ConfigurationMutator.setScreenshotMode
(ConfigurationProperties.TriggerMode screenshotMode) Sets the value ofvoid
ProgrammaticConfiguration.setScreenshotMode
(ConfigurationProperties.TriggerMode mode) -
Uses of ConfigurationProperties.TriggerMode in io.fluentlenium.core
Methods in io.fluentlenium.core that return ConfigurationProperties.TriggerModeModifier and TypeMethodDescriptionFluentControl.getHtmlDumpMode()
FluentControl.getScreenshotMode()
Methods in io.fluentlenium.core with parameters of type ConfigurationProperties.TriggerModeModifier and TypeMethodDescriptiondefault void
FluentControl.setHtmlDumpMode
(ConfigurationProperties.TriggerMode htmlDumpMode) default void
FluentControl.setScreenshotMode
(ConfigurationProperties.TriggerMode screenshotMode)