@Profile(value="!remote") @Configuration public static class ProjectContextConfiguration.LocalProjectContextConfiguration extends Object
| Constructor and Description |
|---|
LocalProjectContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
minium.web.actions.Browser<minium.web.CoreWebElements.DefaultWebElements> |
browser(minium.web.DelegatorWebDriver delegatorWebDriver) |
protected minium.web.internal.WebModule |
createWebModule(minium.web.DelegatorWebDriver delegatorWebDriver) |
minium.web.DelegatorWebDriver |
delegatorWebDriver() |
minium.web.config.services.DriverServicesProperties |
driverServicesProperties() |
FileSystemService |
fileSystemService(ProjectProperties projectConfiguration) |
ProjectProperties |
projectConfiguration() |
AbstractProjectContext |
projectContext(ProjectProperties projConfiguration) |
minium.web.config.WebDriverFactory |
webDriverFactory(minium.web.config.services.DriverServicesProperties driverServicesProperties) |
Workspace |
workspace(ProjectProperties projConfiguration) |
@Bean @ConfigurationProperties(prefix="minium.project") public ProjectProperties projectConfiguration()
@Bean @Autowired @SessionScope public FileSystemService fileSystemService(ProjectProperties projectConfiguration)
@Autowired @Bean @SessionScope public Workspace workspace(ProjectProperties projConfiguration) throws Exception
Exception@Bean @ConfigurationProperties(prefix="minium.driverservices") public minium.web.config.services.DriverServicesProperties driverServicesProperties()
@Autowired @Bean @Scope(value="prototype") public AbstractProjectContext projectContext(ProjectProperties projConfiguration) throws Exception
Exception@Autowired
@Bean
public minium.web.config.WebDriverFactory webDriverFactory(minium.web.config.services.DriverServicesProperties driverServicesProperties)
throws Exception
Exception@Autowired @Bean(destroyMethod="quit") public minium.web.DelegatorWebDriver delegatorWebDriver()
@Lazy @Autowired @Bean(destroyMethod="quit") public minium.web.actions.Browser<minium.web.CoreWebElements.DefaultWebElements> browser(minium.web.DelegatorWebDriver delegatorWebDriver)
protected minium.web.internal.WebModule createWebModule(minium.web.DelegatorWebDriver delegatorWebDriver)
Copyright © 2021 VILT Group. All rights reserved.