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