Annotation Type AlternativeWebDriverConfiguration
-
@Target(TYPE) @Retention(RUNTIME) public @interface AlternativeWebDriverConfiguration
Override the default web driver configuration by a own for a specific story.- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2020 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends WebDriverConfiguration>value
-
-
-
Element Detail
-
value
Class<? extends WebDriverConfiguration> value
- Default:
- de.telekom.test.bddwebapp.frontend.lifecycle.UsefulWebDriverConfiguration.class
-
-