public interface ConfigurationMutator
ConfigurationProperties| Modifier and Type | Method and Description |
|---|---|
void |
setAwaitAtMost(Long awaitAtMost)
Sets the value of
|
void |
setAwaitPollingEvery(Long awaitPollingEvery)
Sets the value of
|
void |
setBaseUrl(String baseUrl)
Sets the value of
|
void |
setCapabilities(org.openqa.selenium.Capabilities capabilities)
Sets the value of
|
void |
setConfigurationFactory(Class<? extends ConfigurationFactory> configurationFactory)
Sets the value of
|
void |
setCustomProperty(String key,
String value)
Sets custom value for a custom property key
|
void |
setDeleteCookies(Boolean deleteCookies)
Sets the value of
|
void |
setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle)
Sets the value of
|
void |
setEventsEnabled(Boolean eventsEnabled)
Sets the value of
|
void |
setHtmlDumpMode(ConfigurationProperties.TriggerMode htmlDumpMode)
Sets the value of
|
void |
setHtmlDumpPath(String htmlDumpPath)
Sets the value of
|
void |
setImplicitlyWait(Long implicitlyWait)
Sets the value of
|
void |
setPageLoadTimeout(Long pageLoadTimeout)
Sets the value of
|
void |
setRemoteUrl(String remoteUrl)
Sets the value of
|
void |
setScreenshotMode(ConfigurationProperties.TriggerMode screenshotMode)
Sets the value of
|
void |
setScreenshotPath(String screenshotPath)
Sets the value of
|
void |
setScriptTimeout(Long scriptTimeout)
Sets the value of
|
void |
setWebDriver(String webDriver)
Sets the value of
|
void setWebDriver(String webDriver)
webDriverproperty.
webDriver - property valueConfigurationProperties.getWebDriver()void setRemoteUrl(String remoteUrl)
remoteUrlproperty.
remoteUrl - property valueConfigurationProperties.getRemoteUrl()void setCapabilities(org.openqa.selenium.Capabilities capabilities)
capabilitiesproperty.
capabilities - property valueConfigurationProperties.getCapabilities()void setConfigurationFactory(Class<? extends ConfigurationFactory> configurationFactory)
configurationFactoryproperty.
configurationFactory - property valueConfigurationProperties.getConfigurationFactory()void setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle)
driverLifecycleproperty.
driverLifecycle - property valueConfigurationProperties.getDriverLifecycle()void setDeleteCookies(Boolean deleteCookies)
deleteCookiesproperty.
deleteCookies - property valueConfigurationProperties.getDeleteCookies()void setBaseUrl(String baseUrl)
baseUrlproperty.
baseUrl - property value()void setPageLoadTimeout(Long pageLoadTimeout)
pageLoadTimeoutproperty.
pageLoadTimeout - property valueConfigurationProperties.getPageLoadTimeout()void setImplicitlyWait(Long implicitlyWait)
implicitlyWaitproperty.
implicitlyWait - property valueConfigurationProperties.getImplicitlyWait()void setAwaitAtMost(Long awaitAtMost)
awaitAtMostproperty
awaitAtMost - property valueConfigurationProperties.getAwaitAtMost()void setAwaitPollingEvery(Long awaitPollingEvery)
awaitPollingEveryproperty
awaitPollingEvery - property valueConfigurationProperties.getAwaitPollingEvery()void setScriptTimeout(Long scriptTimeout)
scriptTimeoutproperty.
scriptTimeout - property valueConfigurationProperties.getScriptTimeout()void setEventsEnabled(Boolean eventsEnabled)
eventsEnabledproperty.
eventsEnabled - property valuevoid setScreenshotPath(String screenshotPath)
screenshotPathproperty.
screenshotPath - property valueConfigurationProperties.getScreenshotPath()void setScreenshotMode(ConfigurationProperties.TriggerMode screenshotMode)
screenshotModeproperty.
screenshotMode - property valueConfigurationProperties.getScreenshotMode()void setHtmlDumpPath(String htmlDumpPath)
htmlDumpPathproperty.
htmlDumpPath - property valueConfigurationProperties.getHtmlDumpPath()void setHtmlDumpMode(ConfigurationProperties.TriggerMode htmlDumpMode)
htmlDumpModeproperty.
htmlDumpMode - property valueConfigurationProperties.getHtmlDumpMode()Copyright © 2016 FluentLenium. All Rights Reserved.