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 TypeMethodDescriptionvoidComposedConfiguration.setHtmlDumpMode(ConfigurationProperties.TriggerMode htmlDumpMode) voidConfigurationMutator.setHtmlDumpMode(ConfigurationProperties.TriggerMode htmlDumpMode) Sets the value ofvoidProgrammaticConfiguration.setHtmlDumpMode(ConfigurationProperties.TriggerMode htmlDumpMode) voidComposedConfiguration.setScreenshotMode(ConfigurationProperties.TriggerMode screenshotMode) voidConfigurationMutator.setScreenshotMode(ConfigurationProperties.TriggerMode screenshotMode) Sets the value ofvoidProgrammaticConfiguration.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 voidFluentControl.setHtmlDumpMode(ConfigurationProperties.TriggerMode htmlDumpMode) default voidFluentControl.setScreenshotMode(ConfigurationProperties.TriggerMode screenshotMode)