Package com.playtika.test.selenium
Annotation Type DockerHostname
-
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Value("${embedded.selenium.dockerhost}") public @interface DockerHostname
Annotation at the field or method/constructor parameter level that injects the docker host that got allocated at runtime. Provides a convenient alternative for@Value("${embedded.selenium.dockerhost}").