Package io.fluentlenium.configuration
Interface ConfigurationMutator
- All Known Subinterfaces:
Configuration,FluentControl,FluentPageControl,IFluentAdapter
- All Known Implementing Classes:
BaseFluentHook,BaseHook,ComposedConfiguration,ContainerFluentControl,DefaultFluentContainer,FluentAdapter,FluentControlImpl,FluentDriver,FluentPage,FluentStandalone,FluentStandaloneRunnable,FluentTestRunnerAdapter,IsolatedTest,ProgrammaticConfiguration,WaitHook
public interface ConfigurationMutator
Mutation interface of Configuration Properties.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAwaitAtMost(Long awaitAtMost) Sets the value ofvoidsetAwaitPollingEvery(Long awaitPollingEvery) Sets the value ofvoidsetBaseUrl(String baseUrl) Sets the value ofvoidsetBrowserTimeout(Long timeout) Sets the value ofvoidsetBrowserTimeoutRetries(Integer retriesNumber) Sets the value ofvoidsetCapabilities(org.openqa.selenium.Capabilities capabilities) Sets the value ofvoidsetConfigurationFactory(Class<? extends ConfigurationFactory> configurationFactory) Sets the value ofvoidsetCustomProperty(String key, String value) Sets custom value for a custom property keyvoidsetDeleteCookies(Boolean deleteCookies) Sets the value ofvoidsetDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle) Sets the value ofvoidsetEventsEnabled(Boolean eventsEnabled) Sets the value ofvoidsetHtmlDumpMode(ConfigurationProperties.TriggerMode htmlDumpMode) Sets the value ofvoidsetHtmlDumpPath(String htmlDumpPath) Sets the value ofvoidsetImplicitlyWait(Long implicitlyWait) Sets the value ofvoidsetPageLoadTimeout(Long pageLoadTimeout) Sets the value ofvoidsetRemoteUrl(String remoteUrl) Sets the value ofvoidsetScreenshotMode(ConfigurationProperties.TriggerMode screenshotMode) Sets the value ofvoidsetScreenshotPath(String screenshotPath) Sets the value ofvoidsetScriptTimeout(Long scriptTimeout) Sets the value ofvoidsetWebDriver(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
-