Package io.fluentlenium.configuration
Interface ConfigurationMutator
- All Known Subinterfaces:
Configuration
,FluentControl
,FluentPageControl
,IFluentAdapter
- All Known Implementing Classes:
BaseFluentHook
,BaseHook
,ComposedConfiguration
,ContainerFluentControl
,DefaultFluentContainer
,FluentAdapter
,FluentControlImpl
,FluentCucumberTest
,FluentDriver
,FluentPage
,FluentStandalone
,FluentStandaloneRunnable
,FluentTest
,FluentTest
,FluentTestNg
,FluentTestNgSpringTest
,FluentTestRunnerAdapter
,IsolatedTest
,ProgrammaticConfiguration
,WaitHook
public interface ConfigurationMutator
Mutation interface of Configuration Properties.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAwaitAtMost
(Long awaitAtMost) Sets the value ofvoid
setAwaitPollingEvery
(Long awaitPollingEvery) Sets the value ofvoid
setBaseUrl
(String baseUrl) Sets the value ofvoid
setBrowserTimeout
(Long timeout) Sets the value ofvoid
setBrowserTimeoutRetries
(Integer retriesNumber) Sets the value ofvoid
setCapabilities
(org.openqa.selenium.Capabilities capabilities) Sets the value ofvoid
setConfigurationFactory
(Class<? extends ConfigurationFactory> configurationFactory) Sets the value ofvoid
setCustomProperty
(String key, String value) Sets custom value for a custom property keyvoid
setDeleteCookies
(Boolean deleteCookies) Sets the value ofvoid
setDriverLifecycle
(ConfigurationProperties.DriverLifecycle driverLifecycle) Sets the value ofvoid
setEventsEnabled
(Boolean eventsEnabled) Sets the value ofvoid
setHtmlDumpMode
(ConfigurationProperties.TriggerMode htmlDumpMode) Sets the value ofvoid
setHtmlDumpPath
(String htmlDumpPath) Sets the value ofvoid
setImplicitlyWait
(Long implicitlyWait) Sets the value ofvoid
setPageLoadTimeout
(Long pageLoadTimeout) Sets the value ofvoid
setRemoteUrl
(String remoteUrl) Sets the value ofvoid
setScreenshotMode
(ConfigurationProperties.TriggerMode screenshotMode) Sets the value ofvoid
setScreenshotPath
(String screenshotPath) Sets the value ofvoid
setScriptTimeout
(Long scriptTimeout) Sets the value ofvoid
setWebDriver
(String webDriver) Sets the value of
-
Method Details
-
setWebDriver
Sets the value ofwebDriver
property.- Parameters:
webDriver
- property value- See Also:
-
setBrowserTimeout
Sets the value ofbrowserTimeout
property.- Parameters:
timeout
- property value- See Also:
-
setBrowserTimeoutRetries
Sets the value ofbrowserTimeoutRetries
property.- Parameters:
retriesNumber
- property value- See Also:
-
setRemoteUrl
Sets the value ofremoteUrl
property.- Parameters:
remoteUrl
- property value- See Also:
-
setCapabilities
void setCapabilities(org.openqa.selenium.Capabilities capabilities) Sets the value ofcapabilities
property.- Parameters:
capabilities
- property value- See Also:
-
setConfigurationFactory
Sets the value ofconfigurationFactory
property.- Parameters:
configurationFactory
- property value- See Also:
-
setDriverLifecycle
Sets the value ofdriverLifecycle
property.- Parameters:
driverLifecycle
- property value- See Also:
-
setDeleteCookies
Sets the value ofdeleteCookies
property.- Parameters:
deleteCookies
- property value- See Also:
-
setBaseUrl
Sets the value ofbaseUrl
property.- Parameters:
baseUrl
- property value- See Also:
-
setPageLoadTimeout
Sets the value ofpageLoadTimeout
property.- Parameters:
pageLoadTimeout
- property value- See Also:
-
setImplicitlyWait
Sets the value ofimplicitlyWait
property.- Parameters:
implicitlyWait
- property value- See Also:
-
setAwaitAtMost
Sets the value ofawaitAtMost
property- Parameters:
awaitAtMost
- property value- See Also:
-
setAwaitPollingEvery
Sets the value ofawaitPollingEvery
property- Parameters:
awaitPollingEvery
- property value- See Also:
-
setScriptTimeout
Sets the value ofscriptTimeout
property.- Parameters:
scriptTimeout
- property value- See Also:
-
setEventsEnabled
Sets the value ofeventsEnabled
property.- Parameters:
eventsEnabled
- property value
-
setScreenshotPath
Sets the value ofscreenshotPath
property.- Parameters:
screenshotPath
- property value- See Also:
-
setScreenshotMode
Sets the value ofscreenshotMode
property.- Parameters:
screenshotMode
- property value- See Also:
-
setHtmlDumpPath
Sets the value ofhtmlDumpPath
property.- Parameters:
htmlDumpPath
- property value- See Also:
-
setHtmlDumpMode
Sets the value ofhtmlDumpMode
property.- Parameters:
htmlDumpMode
- property value- See Also:
-
setCustomProperty
Sets custom value for a custom property key- Parameters:
key
- custom property keyvalue
- custom property value
-